bwrite->vn_bwrite and vfree returns error for vn_if
[unix-history] / usr / src / usr.bin /
1992-05-15 Marc Teitelbaummodify for use within /bin/sh
1992-05-15 Keith Bosticadd munmap call
1992-05-15 Keith Bosticflush stdout, rest of tail uses write(2)
1992-05-14 Keith Sklowerreally merged version of my stuff & leres
1992-05-14 Keith Sklowerminor other leres-like changes but this branch didn...
1992-05-12 Keith Bosticfix (ruthlessly tested, too!) boundary conditions where...
1992-05-12 Marc Teitelbaumfix processing of '*' and a few other minor nits
1992-05-08 Keith BosticDon't loop endlessly on EOF
1992-05-06 Keith Bosticflush stdout so error messages in the right place
1992-05-05 Keith Bosticallow editing portable archives
1992-04-28 Keith Sklowerdate and time created 92/04/27 17:35:35 by sklower
1992-04-27 Keith Bosticthe prettiness police welcome login to ANSI; no real...
1992-04-27 Keith Bosticrootlogin should be set early in the loop
1992-04-25 Keith Sklowermark changes made by leres@lbl
1992-04-24 Keith Bosticreplace the character (from Christos Zoulas)
1992-04-21 Keith Bosticrun it through indent
1992-04-16 Marc Teitelbauminherit flag wasen't set to zero after it was moved...
1992-04-16 Marc Teitelbaumadd KTRFAC_CSW "w" -- context switching trace point
1992-04-16 Marc Teitelbaumsplit out trace points into default and complete list
1992-04-16 Marc Teitelbaumby default, not ALL trace points are enabled -- only...
1992-04-15 Vern PaxsonIntroduced "my_yytext" to emulate AT&T lex's yytext...
1992-04-14 Kirk McKusickadd -lkvm
1992-04-07 Keith BosticIf I had brains, I'd be a fuckin' menace.
1992-04-04 Kirk McKusickupdate from Steve McCanne for Sun compatible kvm
1992-04-01 Keith Bosticdon't run if getting nothing from the terminal
1992-03-31 Keith Bosticcheck for failures when fts_read finishes
1992-03-30 Keith BosticThe 386 has a virtual console just like the hp300.
1992-03-22 Keith Bosticempty ine
1992-03-22 Keith Bosticforgot to exit with right status
1992-03-22 Keith Bosticbring rev back into the main-line source tree
1992-03-21 Craig LeresAllow later -e flag to override -E.
1992-03-12 Keith Bosticmake mail understand TMPDIR
1992-03-11 Keith Bosticmake fts(3) work again, welcome to the wonderful world...
1992-03-10 Keith Bosticmake block size a long
1992-03-08 Keith Bosticmove pcc assembler/loader to /usr/old/bin
1992-03-07 Keith Bosticlast change broke loose matching
1992-03-05 Keith Bosticmake -r work again (add RBYTES and RLINES cases into...
1992-03-05 Keith Bosticunsigned comparisons <= 0
1992-03-05 Keith Bosticwhitespace changes
1992-03-05 Keith Bostic-f with more than one argument is an error; close files...
1992-03-05 Keith Bosticcan't use freopen; example is "date | head file1 /dev...
1992-03-05 Keith Bosticerror message if -f and multiple files
1992-03-05 Keith Bosticuse stdin instead of another file descriptor; make...
1992-03-04 Keith Bosticmake tail work like head for multiple files
1992-03-04 Keith Bosticdocument exit status
1992-03-04 Keith Bosticadd -n for POSIX 1003.2 compatibility, document file...
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
next