must have directory vnode as first op
[unix-history] / usr / src / usr.bin /
1992-03-03 Kirk McKusickadd -C option to break cycles
1992-03-03 Kirk McKusickextract profiling rate from header if present
1992-03-03 Kirk McKusickget phdr from gmon.h; define old format header
1992-03-03 Kirk McKusicknow get gmon.h from csu.gmon
1992-03-03 Keith Bosticmake 'od file +3' work right
1992-03-03 Keith Bosticminor rewording, no fixes
1992-03-03 Keith Bosticdon't drop core if no arguments, use getopt(3) for...
1992-03-02 Keith Bosticreplace -k with the BLOCKSIZE environmental variable
1992-03-02 Kirk McKusickcheck that write was successful (net2/usr.bin/9)
1992-03-02 Kirk McKusickcheck errors on close (net2/usr.bin/2)
1992-02-28 Keith Bosticupdate the 'see also' list to be a little more reasonable
1992-02-25 Kirk McKusickadd -C flag to do cycle elimination
1992-02-20 Kirk McKusickthrow away arcs that are out of range
1992-02-20 Kirk McKusicknllookup failures are acceptable
1992-02-20 Keith Bosticcommas don't require quoting
1992-02-16 Chris Torekrebuild .depend only when necessary
1992-02-13 Craig LeresDon't make ilevel go negative when we test it.
1992-02-13 Keith Bosticfix buffer overflow problem; example was really long...
1992-02-13 Keith Bosticmake tail match historic practice for the various arguments
1992-02-13 Keith Bosticfix so if falls off the beginning of the file doesn...
1992-02-13 Keith Bosticfix so if falls off the beginning of the file doesn...
1992-02-07 Keith Bosticfix exit change; major whitespace cleanup
1992-02-05 Keith Bosticuse TMPDIR to specify the tmp directory; handle signals...
1992-02-04 Keith Bosticcombine find_node and add_node, use db(3) hashing;...
1992-02-04 Keith Bosticfix argument parsing, add getopt(3), minor cleanups
1992-02-01 Craig LeresExit with an explicit status (non-zero if there were...
1992-01-28 Keith Bosticdon't let users create their own symbol table for the...
1992-01-28 Keith Sklowerchange manner of locating tp pcb's
1992-01-28 Keith Sklowerchange manner of lookups for iso tp connections
1992-01-28 Keith Bosticdon't let users create their own symbol table for the...
1992-01-28 Keith Bosticfts_statb -> fts_statp
1992-01-28 Keith Bosticfts_statb -> fts_statp
1992-01-17 Keith Bosticfix '[a]' usage: test is /tr '[a-z]' '[A-Z]' < /etc...
1992-01-17 Keith Bosticrewording, no real change
1992-01-14 Marc Teitelbaumnfs.h requires rpcv2.h (bletch)
1992-01-10 Kirk McKusickmerge in 5.4.1.1 branch
1992-01-10 Kirk McKusickupdate from Rick Macklem
1992-01-10 Marc Teitelbaumformatting glitches in error messages
1992-01-10 Marc Teitelbaumvnode private data is now a kernel pointer - so fetch...
1992-01-10 Marc Teitelbaum-I/sys
1992-01-10 Marc Teitelbaumwas missing last file (oops)
1992-01-10 Keith Bosticmake source match the man page, handle -number/+number...
1992-01-09 Keith Bosticgetopt returns an int
1992-01-09 Keith Bosticinitialize p_augment, p_path
1992-01-09 Keith Bosticwelcome to the 90's (or at least the 80's); complete...
1992-01-09 Keith Bosticis isxdigit(3), don't roll out own; don't call offset...
1992-01-09 Keith Bosticskip wasn't right if not a regular file
1991-12-31 Keith Bostichexdump no longer specified by POSIX 1003.2
1991-12-29 Keith Bosticadd -S option back in
1991-12-29 Keith Bosticfix example, synopsis line
1991-12-28 Keith Bosticdelete extra extern function declaratoins
1991-12-26 Keith Bosticdon't blow away TERMCAP environmental variable if a...
1991-12-25 Keith Bosticminor cleanup, make check command skip comments
1991-12-25 Keith Bosticadd the -a, -d, -p and -r options back in
1991-12-25 Keith Bosticremove whitespace on the end of the lines
1991-12-24 Keith Bosticminor rewording
1991-12-23 Keith Bosticbreak up into multiple modules
1991-12-23 Keith Bosticbroken up into multiple modules -- rewrite lots of...
1991-12-23 Keith Bosticdate and time created 91/12/22 18:55:14 by bostic
1991-12-23 Keith Bosticdate and time created 91/12/22 18:55:05 by bostic
1991-12-23 Keith Bosticdate and time created 91/12/22 18:54:58 by bostic
1991-12-23 Keith Bosticdate and time created 91/12/22 18:54:52 by bostic
1991-12-23 Keith Bosticdate and time created 91/12/22 18:54:45 by bostic
1991-12-23 Keith Bosticdate and time created 91/12/22 18:54:34 by bostic
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
next