Age | Commit message (Collapse) | Author |
|
Use ftp_conn_get_raw_reply instead of ftp_conn_get_reply.
Accept REPLY_ABORT_OK as a final reply.
Include <string.h>.
|
|
New function.
(ftp_conn_get_raw_reply):
Renamed from ftp_conn_get_reply.
|
|
Remove any initial `./' we added.
Abort CONN if we return an error.
(ftp_conn_unix_start_get_stats):
Don't use asprintf.
Set ADDED_SLASH field.
Change FORCE_DIR argument to CONTENTS.
Pass -A flag.
Prepend ./ to NAME if it doesn't contain a slash.
Reject names containg possible meta-characters.
(struct get_stats_state):
Add ADDED_SLASH field.
Add CONTENTS field.
(parse_dir_entry):
Only set stat->st_fstype if FSTYPE_FTP is defined.
Only set stat->st_author if HAVE_STAT_ST_AUTHOR is defined.
Only include <hurd/hurd_types.h> if HAVE_HURD_HURD_TYPES_H is defined.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
(ftp_conn_start_get_names, ftp_conn_cont_get_names, ftp_conn_get_names):
New functions.
|
|
|
|
Make first 3 params const.
Update comment to say they should be copied if retained.
|
|
(ftp_conn_unix_cont_get_stats): Retain S's name buffer between
entries, only growing it when needed; leave any copying to the client.
|
|
|
|
|
|
|
|
(prog-subdirs): Add ftpfs.
|
|
|
|
|
|
* bootstrap.c (cthread_stack_size): Don't set special value here;
use the default.
|
|
|
|
Use the parent process's auth port instead of the hurdids process's, because
hurdids is usually installed setuid.
|
|
|
|
Renamed from trivfs_get_options.
Don't initialize ARGZ/ARGZ_LEN.
|
|
|
|
|
|
|
|
|
|
* wiring.c (__vm_allocate): New function.
Wed Apr 16 14:18:28 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>
* default_pager.c (debug): Turn off.
Mon Apr 14 12:50:20 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>
* default_pager.c: Remove debugging printfs.
Thu Apr 10 15:10:25 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>
* Makefile (installationdir): Set variable.
|
|
|
|
|
|
* dlabel.c: Don't include <mach/sa/sys/ioctl.h>.
(_IOR, _IOC, IOC_OUT, IOCPARM_MASK): New macros.
|
|
|
|
* login.c (add_utmp_entry): Revert change of December 10, 1996.
|
|
* login.c (add_utmp_entry): ut_addr has changed to be an array;
stash the IP address in the first slot.
|
|
* SETUP: Comment out frobbing of BOOT_DEV; grub does that on it's
own now.
* INSTALL-GRUB-MBR: Delete file.
* Makefile (dist-files): Omit INSTALL-GRUB-MBR.
(install-dist): Likewise.
* menu.lst (title): Replace install entries with new versions.
* INSTALL-binary (STEP IV): Revised instructions to correspond to
new reality, with Grub 0.4.
|
|
* dir-rmdir.c (diskfs_S_dir_rmdir): Check EBUSY-when-translated
error before ENOTDIR-when-not-dir.
|
|
* Makefile (prog-subdirs): Add `serverboot'.
(serverboot): New directory.
|
|
|
|
|
|
* boot_script.c (boot_script_parse_line): Don't print gratuitous
output noise.
|
|
|
|
* ops.c (netfs_attempt_set_size): Short circuit EACCES to cover
one important case.
|
|
* boot.c: Don't include varargs.h.
(set_mach_stack_args): Use stdarg instead of vararg.
|
|
|
|
* default_pager.c (default_pager_default_thread): New function.
Delete old variable with this name, it was never used.
(default_pager): Fork default_pager_default_thread instead of
doing it here to avoid the possibility that we are on a tiny
stack. Current thread dies.
|
|
* default_pager.c (default_pager_default_thread): New function.
(default_pager): Fork default_pager_default_thread instead of
doing it here to avoid the possibility that we are on a tiny
stack. Current thread dies.
|