get the usage statement right
[unix-history] / usr /
1994-02-23 Keith Bosticget the usage statement right
1994-02-23 Keith Bosticmajor cleanup, make it pass lint so I can leave the...
1994-02-23 Keith Bosticsecond argument to nfssvc is a void *argstructp
1994-02-23 Keith Bostic<unistd.h> no longer includes <sys/time.h>
1994-02-23 BSD Tape Makersremoved 4, added Computer Systems Research Group instea...
1994-02-23 Keith Bostic<unistd.h> used to include time.h, and no longer does
1994-02-23 Keith Bosticps(1) was having problem with the function declarations
1994-02-23 BSD Tape Makerschecklist for 4.4BSD-Lite, removed optional upgrade...
1994-02-23 Keith Bosticupdate the comment
1994-02-23 Keith Bosticdon't use '\-', Li producces fixed width font already
1994-02-23 Eric Allmanfix reversed conditions on HASFLOCK settings
1994-02-23 Keith Bosticnote the exit status, add a FILES section
1994-02-23 Keith Bosticescape the -
1994-02-22 Jan-Simon Pendryensure mounts use disjoint parts of the namespace
1994-02-22 Keith Bostictype of 'blocksize' should be long not int.
1994-02-22 Keith Bosticfind . -nouser would show all files which *have* a...
1994-02-22 Keith Bosticnetstat's interface-to-string conversion code was wrong...
1994-02-22 Keith Bosticprettiness police
1994-02-22 Keith Bosticdelete the library before loading it
1994-02-22 Keith Bosticcast alloc's to shut SunOS up
1994-02-22 Keith Bosticadd strerror.c for portability
1994-02-22 Keith Bosticmake SunOS shut up
1994-02-22 Keith Bostica little info on how to build the test program and...
1994-02-22 Eric Allmancatch colon in host name -- this can confuse later...
1994-02-22 Keith Bosticadd INC macro, so user's can point a -I flag
1994-02-22 Keith Bosticdon't need strerror(3)
1994-02-22 Keith Bostic#include <sys/time.h>; busted <unistd.h> was hiding...
1994-02-22 Keith Bosticadd const to readv/writev declarations
1994-02-22 Keith Bosticreadv and writev are in <sys/uio.h>; delete them, but...
1994-02-22 Keith Bosticmake readv and writev return ssize_t's
1994-02-22 Keith Bosticadd prototypes for readv, writev
1994-02-22 Keith Bosticmove clean after the lib build line
1994-02-22 Keith Bosticupdate for 1.74
1994-02-22 Keith Bosticadd OORG macro
1994-02-22 Keith Bosticminor cleanup
1994-02-22 Keith Bosticmove __DBINTERFACE_PRIVATE into the Makefile (Makefile...
1994-02-22 Keith Bosticfirst pass at making DB use basic integral types (the...
1994-02-22 Keith Bosticmove __DBINTERFACE_PRIVATE into Makefile.inc
1994-02-22 Keith Bosticfirst pass at making DB use basic integral types (the...
1994-02-22 Jan-Simon Pendrypid > 0 && pid != -1 becomes pid > 0
1994-02-22 Jan-Simon Pendryin mount, do the target lookup with the
1994-02-22 Keith Bosticmake iov_len a size_t, note that iov_base should be...
1994-02-22 Keith Bosticchange struct recvfrom_args and struct sendto_args...
1994-02-22 Keith Bosticrecv, recvfrom, recvmsg, send, sendto, and sendmsg...
1994-02-22 Keith Bosticchange send, sendto, and sendmsg to return a ssize_t
1994-02-22 Keith Bosticchange recv, recvfrom, and recvmsg to return a ssize_t
1994-02-22 Keith Bosticchange recv() to return a ssize_t and take a size_t...
1994-02-22 Keith Bosticchange send() to return a ssize_t and take a size_t...
1994-02-22 Keith Bosticchange iov_len to be a size_t, not an int
1994-02-21 Eric AllmanDomainOS updates
1994-02-21 Marshall Kirk McKusickget rid of redundant CGSIZE definition
1994-02-21 Keith Bosticmerge "ret" and "rval" into one variable; usage() doesn...
1994-02-21 Kirk McKusickconditionally avoid synchronous writes (and indicate...
1994-02-21 Jan-Simon Pendryadd privilege checks etc to support user mounts
1994-02-21 Jan-Simon Pendryonly signal mountd if necessary & possible.
1994-02-21 Jan-Simon Pendryadd MNT_USER flag
1994-02-21 Jan-Simon Pendryadd support for user mounts (MNT_USER flag)
1994-02-21 Jan-Simon Pendryfix usage. print MNT_USER flag if set.
1994-02-21 Jan-Simon Pendryupdate synopsis. add more xrefs
1994-02-21 Keith Bosticbreak mount.8 up into mount.8 and umount.8; add the...
1994-02-21 Keith Bosticbreak mount.8 up into mount.8 and umount.8
1994-02-21 Keith BosticNFS is always on, break mount.8 up into mount.8 and...
1994-02-21 Keith BosticNFS is always turned on; fix it so that the order of...
1994-02-21 Keith Bosticdate and time created 94/02/20 16:17:57 by bostic
1994-02-21 Jan-Simon Pendrydocument umount -h. fix a few typos. update synopsis.
1994-02-21 Jan-Simon Pendrydocument umount -h; fix synopsis lines.
1994-02-21 Jan-Simon Pendrylint, KNF
1994-02-21 Jan-Simon Pendryremove local version of realpath - now in libc
1994-02-21 Eric Allmanuse __progname (from crt0) as default syslog tag if...
1994-02-20 Eric Allmanreplace strtol implementation with one that works
1994-02-19 Eric Allmanpatches to handle trailing dot properly
1994-02-19 Eric Allmanavoid putting POP mailer at the top of the generated...
1994-02-19 Eric Allmanchange default BITNET gateway from jade to CMSA
1994-02-19 Eric Allmanavoid core dump if NIS compiled in and NIS map is speci...
1994-02-19 Jan-Simon Pendrylint, KNF, fix error messages
1994-02-19 Jan-Simon Pendryfix error message
1994-02-18 Jan-Simon Pendrylint, KNF.
1994-02-18 Jan-Simon Pendryimplement new access policy
1994-02-18 Keith Bosticdelete bind.4.9 in favor of bind-4.9.2
1994-02-18 Jan-Simon Pendryformatting typo
1994-02-18 Jan-Simon Pendryre-order locking to avoid races
1994-02-18 Jan-Simon Pendryfix escape sequence recognition
1994-02-18 Jan-Simon Pendryadded procfs man page
1994-02-18 Jan-Simon Pendrydate and time created 94/02/17 10:16:27 by pendry
1994-02-18 Eric Allmansome extra debugging info
1994-02-18 Eric Allmandon't use IDENTPROTO on Sequent
1994-02-18 Mike Hiblerreturn more informative errors, fix a typo in swstrateg...
1994-02-18 Jan-Simon Pendrycleanup formatting
1994-02-18 Keith Bosticinclude AF_LOCAL and PF_LOCAL (the posix replacements for
1994-02-18 Keith Bosticdon't try and put the page if __rec_search fails!!
1994-02-18 Keith Bosticno newlines on err(3) calls; section 3 sets errno, too
1994-02-18 Keith Bosticerror exit if mountd exists and we fail to signal it
1994-02-17 Jan-Simon Pendryinstall mount_union setuid root. permission checks...
1994-02-17 Jan-Simon Pendryapply realpath to the target directory to avoid loops
1994-02-17 Jan-Simon Pendryapply realpath() to the mountpoint
1994-02-17 Keith BosticProtect against multiple inclusion
1994-02-17 Jan-Simon Pendryadd subdirectory check
1994-02-17 Jan-Simon Pendryuser err() where possible
1994-02-17 Jan-Simon Pendrylint
1994-02-17 Jan-Simon Pendryno longer needs support for nfs and other "external...
next