aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* 1999-05-20 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1999-05-201-8/+29
| | | | | * idvec-verify.c (verify_passwd): Avoid nonreentrant getpwuid. If pw_passwd is "x", use getspnam_r and use its sp_pwdp if it succeeds.
* .Roland McGrath1999-05-201-0/+15
|
* 1999-05-20 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1999-05-201-27/+70
| | | | * default_pager.c (new_partition): Fix SWAP-SPACE page handling.
* .Roland McGrath1999-05-201-0/+5
|
* 1999-05-19 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1999-05-201-8/+7
| | | | | * null.c (trivfs_S_io_read): Fix return value. Reported by Steinar Hamre <steinarh@fim.ntnu.no>.
* .Roland McGrath1999-05-191-0/+5
|
* 1999-05-19 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1999-05-191-8/+15
| | | | | * console.c (diskfs_console_stdio): If there is an fd 2 that appears to work, just leave it as is and dup2 it to fd 1 as well.
* 1999-05-16 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1999-05-172-30/+0
| | | | | | | | | | * syslog.conf: Removed. We don't install syslogd, so we have no business installing its configuration file. * Makefile (SYSCONFFILES): Remove syslog.conf. * inetd.conf: Removed. We don't install inetd, so we have no business installing inetd.conf. * Makefile (SYSCONFFILES): Remove inetd.conf.
* .Roland McGrath1999-05-161-0/+4
|
* 1999-05-16 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1999-05-161-2/+2
| | | | | | * syslog.conf: Removed. We don't install syslogd, so we have no business installing its configuration file. * Makefile (SYSCONFFILES): Remove syslog.conf.
* .Roland McGrath1999-05-161-2/+8
|
* 1999-05-16 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1999-05-161-3/+2
| | | | | | * inetd.conf: Removed. We don't install inetd, so we have no business installing inetd.conf. * Makefile (SYSCONFFILES): Remove inetd.conf.
* .Roland McGrath1999-05-161-0/+4
|
* 1999-05-16 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1999-05-161-3/+2
| | | | * hashexec.c (check_hashbang): Fix bug in last change.
* .Roland McGrath1999-05-161-0/+5
|
* 1999-05-16 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1999-05-161-6/+11
| | | | | * file-chown.c (diskfs_S_file_chown): Fix last change: not just permission check, actually don't make the change if value is -1.
* .Roland McGrath1999-05-161-0/+5
|
* 1999-05-16 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1999-05-161-0/+2
| | | | | * portinfo.c (parse_task): Fail with appropriate error message if the fetched task is MACH_PORT_NULL.
* .Roland McGrath1999-05-151-6/+8
|
* 1999-05-15 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1999-05-151-2/+2
| | | | * servers.boot: Remove obsolete $(default-pager) tag.
* .Roland McGrath1999-05-151-0/+3
|
* 1999-05-15 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1999-05-151-1/+19
| | | | | * default_pager.c (new_partition): Check if requested partition is already in our list, and refuse it.
* .Roland McGrath1999-05-151-3/+7
|
* 1999-05-15 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1999-05-151-3/+5
| | | | * rc.sh: Do `swapon -a' first thing.
* .Roland McGrath1999-05-151-1/+9
|
* 1999-05-13 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1999-05-151-2/+2
| | | | * MAKEDEV.sh (case 'time'): Make /dev/time mode 644, not 666.
* 1999-05-15 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1999-05-151-11/+44
| | | | * swapon.c: Support -a (reading fstab).
* .Roland McGrath1999-05-151-3/+14
|
* 1999-05-15 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1999-05-151-3/+9
| | | | | * default_pager.c (new_partition): Print out partition name and size when no signature.
* 1999-05-15 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1999-05-151-21/+0
| | | | | | | | * bootstrap.c (main): Remove vars HAD_A_PARITION, DOING_DEFAULT_PAGER. Remove $(default-pager) boot script tag. We always stick around and act as the default pager (this was already the case, just removed some dead code). Don't print anything about having no swap partitions, since that is a fine way to boot (just use swapon later).
* .Roland McGrath1999-05-151-0/+5
|
* 1999-05-13 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1999-05-151-7/+9
| | | | | * users.c (trivfs_S_file_chown): Either arg being -1 means don't change that id.
* .Roland McGrath1999-05-151-0/+5
|
* 1999-05-13 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1999-05-151-6/+11
| | | | | * file-chown.c (diskfs_S_file_chown): Either arg being -1 means don't change that id.
* .Roland McGrath1999-05-151-1/+6
|
* 1999-05-15 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1999-05-151-9/+19
| | | | | * hashexec.c (check_hashbang): Trim trailing blanks after interpreter argument.
* *** empty log message ***Thomas Bushnell1999-05-131-1/+1
|
* Tue May 11 13:38:50 1999 Thomas Bushnell, BSG <tb@mit.edu>Thomas Bushnell1999-05-132-3/+7
| | | | * startup.defs: Doc fixes.
* .Roland McGrath1999-05-131-0/+5
|
* 1999-05-13 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1999-05-131-0/+6
| | | | | * auth.c (S_auth_server_authenticate, S_auth_user_authenticate): If rendezvous port arrives as MACH_PORT_DEAD, fail with EINVAL.
* .Roland McGrath1999-05-121-0/+5
|
* 1999-05-09 Mark Kettenis <kettenis@gnu.org>Roland McGrath1999-05-121-1/+2
| | | | | * pager.c (dev_stop_paging): Do not try to count ports in PAGER_PORT_BUCKET if it has not been created.
* Thu May 6 10:25:27 1999 Thomas Bushnell, BSG <tb@mit.edu>Thomas Bushnell1999-05-063-3/+11
| | | | | | | * utilities.c (pextend): Free MORE before returning. * dir.c (linkup): Don't free tempname until after we're done using it in the call to warning. Reported by Katsuya Tanaka (tanaka@boarderz.com).
* 1999-05-01 Mark Kettenis <kettenis@gnu.org>Thomas Bushnell1999-05-044-18/+40
| | | | | | | | * msg.c (check_msgport_death): New function. (S_proc_getmsgport): Use it. * proc.h (check_msgport_death): Provide prototype. * info.c (S_proc_getprocinfo): Call check_msgport_death to make sure that our knowledge about P's message port is up to date.
* .Roland McGrath1999-05-023-0/+12
|
* 1999-05-02 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1999-05-021-3/+2
| | | | * main.c (main): Remove bogus uninitialized variable ERR.
* 1999-05-02 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1999-05-021-0/+1
| | | | * main.c: Include <error.h>.
* 1999-05-02 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1999-05-021-0/+1
| | | | * auth.c: Include <error.h>.
* .Roland McGrath1999-05-023-0/+15
|
* 1999-05-01 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1999-05-021-5/+5
| | | | | * fwd.c (main): Add missing newline in usage msg. From Marcus Brinkmann.