aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* .Roland McGrath1999-05-302-0/+5
|
* 1999-05-29 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1999-05-301-1/+1
| | | | * ttys (console): Change type column ($TERM setting) to `mach'.
* 1999-05-29 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1999-05-302-3/+10
| | | | | * mgt.c (add_tasks): Skip invalid (null) rights in tasks array. * info.c (S_proc_pid2task): Add assert for p_task right validity.
* .Roland McGrath1999-05-301-0/+6
|
* 1999-05-29 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1999-05-301-0/+20
| | | | | | * bootstrap.c (main): Define $(serverboot) function for "serverboot controls", control command replacing the pathname. For command "die", terminate ourselves after running the boot script, no default pager.
* .Roland McGrath1999-05-304-1/+36
|
* 1999-05-29 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1999-05-301-0/+1
| | | | * main.c: Include <device/device.h>.
* 1999-05-24 Mark Kettenis <kettenis@gnu.org>Roland McGrath1999-05-301-15/+25
| | | | | | | | | | | * devio.c: Include <assert.h>, <errno.h> and <error.h>. Do not include <stdio.h> and <sys/types.h>. Reorganize the order of inclusion of the header files a bit and document the baud-rate hackery. Include <termios.h> explicitely. (init_devio): Use new local variable ERR instead of ERRNO. Use error instead of perror and exit to report failure. (devio_desert_dtr): Declare BITS as `int' instead of `dev_status_t'.
* 1999-05-29 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1999-05-301-0/+1
| | | | * conffiles: Add /etc/ttys.
* 1999-05-29 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1999-05-301-3/+0
| | | | * rules (binary-arch): Don't remove root and etc dirs.
* 1999-05-24 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1999-05-301-14/+6
| | | | | | | | | | | | * protocols, services, shells, passwd, group, resolv.conf, fstab, root-.bash_login, root-.bashrc, root-.profile: Files removed. These files are not really Hurd-specific, and so should be installed by some other package (and are in Debian). * Makefile (SYSCONFFILES): Remove those files from the list. (ROOTDOTS, installed_rootdots): Variables removed. (DIST_FILES): Remove reference to $(ROOTDOTS). (install): Remove dep on $(installed_rootdots). ($(installed_rootdots)): Rule removed.
* 1999-05-29 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1999-05-301-0/+1
| | | | * login-.bashrc: Alias su to login.
* .Roland McGrath1999-05-301-0/+4
|
* 1999-05-29 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1999-05-301-3/+0
| | | | * rc.sh: Don't create /var/run/uptime. It's no longer used.
* .Roland McGrath1999-05-301-0/+2
|
* 1999-05-29 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1999-05-301-1/+7
| | | | * cthreads.h (mutex_clear): Change again, to call mutex_init.
* .Roland McGrath1999-05-292-0/+22
|
* 1999-05-29 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1999-05-291-2/+2
| | | | | * ps.c (output_fmts): Add %start and %time specs before %command in "user" (ps -u) format.
* 1999-05-29 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1999-05-291-10/+45
| | | | | | * w.c (fetch_boot_time): New function. Use libps to get task_basic_info for PID 1 (init); its creation_time is "boot time". (uptime): Use it, instead of stat'ing /var/run/uptime.
* 1999-05-29 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1999-05-291-3/+5
| | | | | * context.c (ps_context_free): Don't call ihash_free on PC->procs twice! Instead, call it on ttys, ttys_by_cttyid, and users.
* 1999-05-29 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1999-05-291-43/+55
| | | | | | | | | * spec.c (ps_emit_past_time, ps_emit_minutes): Fix return type of getter fn (int to void). * spec.c (ps_get_start_time, ps_start_time_getter): New function and constant to report task_basic_info.creation_time time stamp via "start_time" spec. (specs): Add "Start" fmt for it.
* .Roland McGrath1999-05-291-0/+5
|
* 1999-05-29 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1999-05-291-1/+5
| | | | | * cthreads.h (mutex_clear): Change from syntax error to no-op (with warning avoidance).
* .Roland McGrath1999-05-241-0/+10
|
* 1999-05-23 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1999-05-241-19/+34
| | | | | | | | | | * idvec-verify.c (SHADOW_PASSWORD_STRING): New macro. (verify_id): Check for shadow password immediately after getpwuid_r call, and replace PW->pw_passwd pointer with SP->sp_pwdp. This is ok since the only use will be later in the function, and we give the lookup buffer function scope. (verify_passwd): Don't call CHECK_SHADOW for main passwd, only when rechecking for wheel-group hack.
* 1999-05-23 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1999-05-242-0/+6
| | | | | | * Makefile (SYSCONFFILES): Remove hostname. * hostname: File removed (it was empty). Current libc copes with having no hostname file.
* 1999-05-23 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1999-05-241-1/+1
| | | | | | * Makefile (SYSCONFFILES): Remove hostname. * hostname: File removed (it was empty). Current libc copes with having no hostname file.
* .Roland McGrath1999-05-232-1/+13
|
* 1999-05-23 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1999-05-231-47/+60
| | | | | | | | | | * MAKEDEV.sh (ECHO, EXEC): Do not export. (DEVDIR): Initialize to `pwd` before argument parsing. (_CWD): Don't set this. (lose): New function. Use it for all miscellaneous fatal errors. (mkdev): Disallow directory names. Always use ${DEVDIR} for name to embed in translator settings. Rewrite syntax checking for disk device names.
* 1999-05-23 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1999-05-231-2/+6
| | | | * storeio.c (check_open_hook): Translate D_NO_SUCH_DEVICE to ENXIO.
* .Roland McGrath1999-05-231-0/+5
|
* 1999-05-23 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1999-05-231-1/+1
| | | | | * default_pager.c (new_partition): Fix arg order in printf for linux-2.2 signature page.
* .Roland McGrath1999-05-231-0/+9
|
* 1999-05-23 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1999-05-231-13/+20
| | | | | | * fstab.c, fstab.h: Add numerous `const' qualifiers. * fstab.c (fstab_find_mount): Don't count "none" or "-" as matching any other entry.
* 1999-05-23 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1999-05-231-3/+3
| | | | * fsck.c (struct fsck): Don't use bitfield.
* 1999-05-23 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1999-05-231-13/+15
| | | | * fstab.c, fstab.h: Add numerous `const' qualifiers.
* .Roland McGrath1999-05-231-0/+5
|
* 1999-05-23 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1999-05-234-23/+23
| | | | | | | * ialloc.c (diskfs_alloc_node): Frob printf format to suppress warning. * getblk.c (ext2_getblk): Likewise. * balloc.c (ext2_free_blocks): Likewise. * hyper.c (get_hypermetadata): Likewise.
* .Roland McGrath1999-05-231-0/+3
|
* 1999-05-23 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1999-05-231-3/+3
| | | | | * remap.c (remap_open): Don't multiply by 512. Offsets and sizes are in blocks, not bytes.
* .Roland McGrath1999-05-231-0/+18
|
* 1999-05-16 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1999-05-231-5/+104
| | | | | | | | | * remap.c (remap_decode): Add attribute((unused)) to suppress warning. 1999-05-14 Roland McGrath <roland@baalperazim.frob.com> * remap.c (remap_open, remap_validate_name): New functions, to support parsing block lists a la GRUB. (store_remap_class): Initialize those slots.
* 1999-05-23 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1999-05-231-1/+3
| | | | * bunzip2.c: Add extern decl for do_bunzip2.
* 1999-05-23 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1999-05-231-5/+5
| | | | | | * stripe.c (concat_decode): Add __attribute__((unused)) to suppress warning. (ileave_decode): Likewise.
* 1999-05-19 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1999-05-231-2/+2
| | | | * ext2fs.c (main): Include store size in panic msg when it's too small.
* .Roland McGrath1999-05-231-1/+5
|
* 1999-05-23 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1999-05-231-0/+13
| | | | * main.c (main): Set up console on stderr.
* .Roland McGrath1999-05-231-0/+9
|
* 1999-05-23 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1999-05-231-8/+10
| | | | | * ialloc.c (diskfs_alloc_node): If creator_os is not EXT2_OS_HURD, suppress warnings about stale nonzero st_blocks or st_size.
* .Roland McGrath1999-05-201-1/+6
|