add mono_time for NFS leases
[unix-history] / usr / src / usr.bin /
1991-12-19 Marc Teitelbaumchecked in for Marc (Keith Bostic)
1991-12-19 Keith Bosticlint + no exit() in main from Guy Harris; add getopt...
1991-12-17 Keith BosticANSI stuff, use err() routine so error messages are...
1991-12-17 Chris Torekread 8k blocks (4.3BSD-reno/usr.bin/29)
1991-12-13 Kirk McKusickdate and time created 91/12/12 16:56:57 by mckusick
1991-12-13 Kirk McKusickdate and time created 91/12/12 16:56:56 by mckusick
1991-12-12 Keith Bosticcalculate crc over set of files; used by mtree(1)
1991-12-08 Keith Bosticargv[1] should be argv[0]
1991-12-06 Keith Bosticmount.h needs param.h and ucred.h, now
1991-12-06 Keith Bosticmain didn't exit
1991-11-28 Keith BosticPOSIX 1003.2, D11.2 modified the CRC! Bring up to...
1991-11-28 Keith Bosticdon't display a file name if using standard input ...
1991-11-28 Keith Bosticlint
1991-11-27 Marc Teitelbaumfileno is a #define macro - rename to filenum
1991-11-22 Keith Bostichave to check for EOS, though, or will overrun the...
1991-11-22 Keith Bostichave to increment on octal string; bug case was fo...
1991-11-21 Keith Bosticadd affiliation for Oz
1991-11-20 Marc Teitelbaumreset rootlogin=0 so successive attempts to login with...
1991-11-19 Keith Bosticfix Steve Haymans organization
1991-11-19 Keith Bosticbad setenv call
1991-11-19 Keith Bosticintegrate Steve Hayman's version; now POSIX 1003.2...
1991-11-17 Keith Bostichandle 0 length files
1991-11-16 Keith Bosticmove pcc into /usr/old
1991-11-15 Keith Bosticlook in /usr/old/bin, too, for pcc
1991-11-14 Keith Bosticdon't split copyright notice over two lines, fix for...
1991-11-14 Keith Bosticwrong header form
1991-11-14 Keith Bosticredeclaration of err()
1991-11-14 Keith Bosticmultiple definition
1991-11-14 Keith BosticVAX subdirectory has been broken up
1991-11-14 Keith Bosticdon't redefine const (for pcc)
1991-11-13 Kirk McKusickuse new library function getgrouplist
1991-11-12 Keith Bosticdumb coding mistake, id -p wasn't calling group() correctly
1991-11-12 Keith Bosticfix formatting, "id -G" was broken
1991-11-12 Keith Bosticdate and time created 91/11/11 15:34:29 by bostic
1991-11-12 Keith Bosticdate and time created 91/11/11 15:34:25 by bostic
1991-11-12 Keith Bosticadd -p option, rearrangement/cleanup
1991-11-12 Keith Bosticadd groups, whoami
1991-11-12 Keith Bosticdate and time created 91/11/11 15:02:22 by bostic
1991-11-12 Keith Bosticdate and time created 91/11/11 15:02:16 by bostic
1991-11-12 Keith Bosticminor cleanup of include files
1991-11-12 Keith Bosticbreak UFS up into FFS/UFS/LFS/MFS
1991-11-12 Keith Bostic-I/sys for now, user.h has <vm/*> includes
1991-11-12 Keith Bosticuse /sys to get to kernel include files
1991-11-11 Keith Bosticcleanup in lots of ways, no real modifications of behavior
1991-11-09 Keith Bosticrdist chown/chgrp security problem; bug report net2...
1991-11-07 Keith BosticPOSIX 1003.2 compatibility; "word" now defined by isspa...
1991-11-07 Keith Bosticnot skipping erase characters; bug report net2/usr...
1991-11-07 Keith Bosticuse mmap for debugging stripping so don't run out of...
1991-11-05 Keith Bosticbreak FFS into UFS/FFS/LFS; doesn't need -I/sys any...
1991-11-02 Craig LeresDon't bomb if we can't find a process for a tty.
1991-11-01 Rick Adamsfixed null dereferencing problem with "get *"
1991-10-30 Chris Torekno *(char *)NULL please
1991-10-29 Keith Bosticfix usage message
1991-10-28 Keith Bosticuse btree instead of hashing, don't have to resort...
1991-10-28 Keith Bosticlint
1991-10-28 Keith Bosticmisc.c regular.c special.c
1991-10-28 Keith BosticPOSIX P1003.2/D11.2 compliance -- use mmap and make...
1991-10-28 Keith Bosticdate and time created 91/10/27 14:14:57 by bostic
1991-10-28 Keith Bosticdate and time created 91/10/27 14:14:54 by bostic
1991-10-28 Keith Bosticdate and time created 91/10/27 14:14:51 by bostic
1991-10-28 Keith Bosticdate and time created 91/10/27 14:14:47 by bostic
1991-10-28 Keith Bosticfix the example
1991-10-28 Keith Bosticadd str.c
1991-10-28 Keith Bosticvarious bug fixes, don't restrict class usage at all...
1991-10-27 Chris Toreksignal.h is not sys/signal.h
1991-10-25 Keith Bosticbackslash changes messed up simple octal charactes
1991-10-25 Keith BosticPOSIX 1003.2/D11.2 version
1991-10-22 Keith Bosticmmap returns -1 on error, not NULL
1991-10-18 Keith Bosticoption flag precedence typo; bug report net2/usr.bin/0
1991-10-18 Keith Bostica better fix, just realize that empty files are "corrup...
1991-10-18 Keith Bosticvi O_TRUNC's the file, resulting in a changed mod time...
1991-10-14 Cynthia A. E. Livi... correct -Dstring and -Sname formatting
1991-10-11 Kirk McKusickclean up to reflect new statistics gathering model
1991-10-03 Eric Allmankeep base of pushback buffer per file; this prevents...
1991-09-27 Keith Bosticmake the line longer, don't quit if the line's too...
1991-09-24 Keith Bostichash_open -> dbopen
1991-09-24 Keith Bostichash_open -> dbopen; R_PUT no longer required
1991-09-24 Keith Bosticfix -p and include SED in compile statement so user...
1991-09-14 Cynthia A. E. Livi... fix typo
1991-09-14 Cynthia A. E. Livi... fix .ta to make groff happy
1991-09-13 Craig LeresBe careful to not look at **argv unless there are more...
1991-09-10 Keith Bosticfix Jim's affiliation
1991-09-06 Steve Sellgrendata files are in /var/rwho, not /var/spool/rwho
1991-09-06 Steve Sellgrendata files are in /var/rwho, not /usr/var/rwho
1991-09-05 Keith Bosticensuring that "$<whatever>" is always output as "$...
1991-09-04 Keith Bosticadd SCCS header
1991-09-04 Keith BosticNew version from Oz Yigit
1991-09-04 Keith BosticNew version from Oz Yigit; BSD-ized
1991-09-04 Keith BosticNew version from Oz Yigit
1991-09-02 Keith Bostictypo
1991-08-29 Kirk McKusickupdate for new VM statistics
1991-08-27 Kirk McKusickfix rate calculations
1991-08-27 Keith Bosticflag variable wasn't getting initialized; ANSI whacks...
1991-08-27 Keith Bosticnull terminate the numeric argument so "+1f" works...
1991-08-22 Keith Bosticmake options static, make the comment clearer
1991-08-22 Chris Torekdo not strcmp NULL (just take it out of the table entirely)
1991-08-21 Keith Skloweruses vector of routing trees rather than linked list
1991-08-21 Kirk McKusickdelete data-stream encryption for the foreign sites...
1991-08-21 Mike Karelsincorporate utah support for a.out a_mid (machine id...
1991-08-20 Elan Amir(no message)
next