summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1999-05-151999-05-15 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath
* servers.boot: Remove obsolete $(default-pager) tag.
1999-05-15.Roland McGrath
1999-05-151999-05-15 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath
* default_pager.c (new_partition): Check if requested partition is already in our list, and refuse it.
1999-05-15.Roland McGrath
1999-05-151999-05-15 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath
* rc.sh: Do `swapon -a' first thing.
1999-05-15.Roland McGrath
1999-05-151999-05-13 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath
* MAKEDEV.sh (case 'time'): Make /dev/time mode 644, not 666.
1999-05-151999-05-15 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath
* swapon.c: Support -a (reading fstab).
1999-05-15.Roland McGrath
1999-05-151999-05-15 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath
* default_pager.c (new_partition): Print out partition name and size when no signature.
1999-05-151999-05-15 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath
* 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).
1999-05-15.Roland McGrath
1999-05-151999-05-13 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath
* users.c (trivfs_S_file_chown): Either arg being -1 means don't change that id.
1999-05-15.Roland McGrath
1999-05-151999-05-13 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath
* file-chown.c (diskfs_S_file_chown): Either arg being -1 means don't change that id.
1999-05-15.Roland McGrath
1999-05-151999-05-15 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath
* hashexec.c (check_hashbang): Trim trailing blanks after interpreter argument.
1999-05-13*** empty log message ***Thomas Bushnell
1999-05-13Tue May 11 13:38:50 1999 Thomas Bushnell, BSG <tb@mit.edu>Thomas Bushnell
* startup.defs: Doc fixes.
1999-05-13.Roland McGrath
1999-05-131999-05-13 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath
* auth.c (S_auth_server_authenticate, S_auth_user_authenticate): If rendezvous port arrives as MACH_PORT_DEAD, fail with EINVAL.
1999-05-12.Roland McGrath
1999-05-121999-05-09 Mark Kettenis <kettenis@gnu.org>Roland McGrath
* pager.c (dev_stop_paging): Do not try to count ports in PAGER_PORT_BUCKET if it has not been created.
1999-05-06Thu May 6 10:25:27 1999 Thomas Bushnell, BSG <tb@mit.edu>Thomas Bushnell
* 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-041999-05-01 Mark Kettenis <kettenis@gnu.org>Thomas Bushnell
* 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.
1999-05-02.Roland McGrath
1999-05-021999-05-02 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath
* main.c (main): Remove bogus uninitialized variable ERR.
1999-05-021999-05-02 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath
* main.c: Include <error.h>.
1999-05-021999-05-02 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath
* auth.c: Include <error.h>.
1999-05-02.Roland McGrath
1999-05-021999-05-01 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath
* fwd.c (main): Add missing newline in usage msg. From Marcus Brinkmann.
1999-05-021999-05-01 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath
* auth.c (main): Give diagnostics for lack of bootstrap port or failure of startup_authinit RPC.
1999-05-021999-05-01 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath
* main.c (main): Use assert_perror. Give diagnostic for lack of bootstrap port.
1999-05-01.Roland McGrath
1999-05-011999-05-01 Mark Kettenis <kettenis@gnu.org>Roland McGrath
* device.c (store_device_create): Deal with devices that return sucessfully from device_get_status, but do not return any sensible information.
1999-05-01.Roland McGrath
1999-05-011999-04-30 Mark Kettenis <kettenis@gnu.org>Roland McGrath
* storeio.c (trivfs_modify_stat): Do not assume that we have the device open in the caculation of st_mode. If the device is not open, only return S_IFCHR if inhibit_cache is set.
1999-04-301998-09-06 OKUJI Yoshinori <okuji@kuicr.kyoto-u.ac.jp>Thomas Bushnell
* bunzip2.c: New file. * load.c (GZIP) (BZIP2): New cpp constants. (boot_script_exec_cmd): If GZIP is defined, gunzip engine is enabled. If BZIP2 is defined, bunzip2 engine is enabled. * Makefile (SRCS): Add bunzip2.c. (UNZIP_OBJS): Add do-bunzip2.o. (CPPFLAGS): Add -DGZIP, -DBZIP2 and -DSMALL_BZIP2. 1998-09-03 OKUJI Yoshinori <okuji@kuicr.kyoto-u.ac.jp> * gunzip.c: New file. Copy libstore/gunzip.c and modify for use in serverboot. * load.c (struct stuff): Add members, image_addr and image_size. (mem_read) (mem_read_exec): New functions. (boot_script_exec_cmd): Add gzexe feature. * Makefile: Add unzip stuffs.
1999-04-301998-09-06 OKUJI Yoshinori <okuji@kuicr.kyoto-u.ac.jp>Thomas Bushnell
* bunzip2.c: New file. * store.h (store_bunzip2_create): New declarations. (store_bunzip2_open): Likewise. (store_bunzip2_class): Likewise. * std.c (store_std_classes): Add store_bunzip2_class. * Makefile (SRCS): Add bunzip2.c. (UNZIP_OBJS): Add do-bunzip2.o.
1999-04-30Wed Apr 28 03:06:19 1999 Thomas Bushnell, BSG <tb@mit.edu>Thomas Bushnell
* fetch-root.c (fshelp_fetch_root): Don't deallocate the INIT_PORT_CWDIR after starting the passive translator; we still need to keep our reference around until the getroot call happens. Reported by Marcus Brinkmann (Marcus.Brinkmann@ruhr-uni-bochum.de).
1999-04-30Totally new.Thomas Bushnell
1999-04-301998-09-05 OKUJI Yoshinori <okuji@kuicr.kyoto-u.ac.jp>Thomas Bushnell
* do-bunzip2.c: New file. * exec.c (check_bzip2): New function. (BZIP2): New cpp symbol. If defined, bunzip2 engine is enabled. * Makefile (bzip2-objects): New variable. (OBJS): Add bzip2-objects. (CPPFLAGS): Add -DBZIP2.
1999-04-30*** empty log message ***Thomas Bushnell
1999-04-29.Roland McGrath
1999-04-291999-04-28 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath
* rules (binary-arch): Add etc, etc/login subdirs to chmod cmd. Use $(addprefix) fn to avoid repetition.
1999-04-28Wed Apr 28 02:44:13 1999 Thomas Bushnell, BSG <tb@mit.edu>Thomas Bushnell
* conffiles: Add contents of /etc/login. * rules: Add debian/tmp/etc and debian/tmp/etc/login to the list of things to be chmod 0755. * TODO: New item. All of these because Marcus says so.
1999-04-27.Roland McGrath
1999-04-271999-04-27 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath
* exec.c (do_exec): Implement EXEC_SIGTRAP flag.
1999-04-271999-04-27 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath
* hurd_types.h (EXEC_SIGTRAP): New macro.
1999-04-261999-02-20 Mark Kettenis <kettenis@gnu.org>Thomas Bushnell
* password.c: New file. * Makefile (targets): Add password. (SRCS): Add password.c. (OBJS): Add passwordServer.o. (password-LDLIBS): New variable. Use dependencies identical to those for crash.