improve exit status handling for program map code
[unix-history] / usr / src / usr.bin /
1995-05-31 Dave A. Bormancode cleanup, change b*() calls to mem*() calls
1995-05-24 Mike Karelstwo new counters (tcps_badsyn and tcps_persistdrop)
1995-05-16 Keith Bosticuninitialized varaible
1995-05-10 Kirk McKusickclarification of -fstype
1995-05-05 Kirk McKusickuse getvfsbyname to find filesystem type number
1995-05-05 Keith Bosticoptarg/optind moved to unistd.h
1995-05-05 Keith Bosticoptarg/optind moved to unistd.h
1995-05-05 Keith BosticChris didn't compile it before he sent it off
1995-05-05 Keith Bosticoptarg/optind moved to unistd.h
1995-05-05 Kirk McKusickfix -r option
1995-05-03 Kirk McKusickdocument nodump, not dump flag (from pendry)
1995-05-03 Kirk McKusickan open file will never be a symbolic link (from pendry)
1995-05-03 Kirk McKusickupdate for NFS V3
1995-05-01 Dave A. BormanMake "/:y" and abbreviation for "/subject:y".
1995-04-30 Christos Zoulassmall typo fix from Chris Torek
1995-04-30 Keith Bosticchange devname(3) to return NULL on error
1995-04-30 Keith Bosticwas returning NULL on error, dropping core
1995-04-30 Keith Bosticchange devname to return NULL, not ??
1995-04-30 Vernon SchryverAndy Cherenson's hack to understand user@remote.host...
1995-04-30 Keith Bosticchanges to byacc 1.9 for dynamic stack expansion
1995-04-30 Keith Bosticconvert man page to mandoc format, minor cleanups
1995-04-30 Keith BosticBasically err(3)ification + an include fix.
1995-04-30 Keith BosticThere were several places where m4 did not conform...
1995-04-29 Keith Bosticuse memmove, not memcpy
1995-04-29 Keith BosticYou may have already done the same (does the Alpha...
1995-04-29 Christos Zoulaspgraded to the latest version from NetBSD
1995-04-29 Christos Zoulasupgraded to the latest NetBSD version
1995-04-29 Christos Zoulasfixed typos
1995-04-29 Christos Zoulasremoved util.c
1995-04-29 Christos ZoulasUpdated to the latest version from the NetBSD source
1995-04-29 Keith Bosticadd a sccsid header
1995-04-29 Keith BosticMake an alias for `cksum' called `sum', which defaults...
1995-04-29 Keith Bosticadd a sum(1), which matches the historic BSD algorithm
1995-04-29 Keith Bosticcreate an alias for cksum named sum
1995-04-29 Keith BosticSome KNF, POSIX, and err*(3)/warn*(3) cleanup. Also...
1995-04-29 Keith Sklowerincludes many changes, including some of vixie's and...
1995-04-29 Keith Bosticktrace is a kernel option, but the ktrace app reacts...
1995-04-29 Keith BosticNow that file descriptor limits are soft, and can be...
1995-04-29 Keith BosticSwitch order rows and cols are extracted from the comma...
1995-04-29 Keith BosticEnd of group (virtual) operators were sometimes dumping...
1995-04-29 Keith Bostickvm_open should have been kvm_openfiles
1995-04-29 Keith BosticThis fixes some bogosity when different kinds of `...
1995-04-29 Keith BosticThis fixes some bogosity when different kinds of `...
1995-04-29 Keith Bosticcompress(1) was tossing the `-b' argument, though this...
1995-04-29 Keith Bostic`id username' was printing the wrong primary group...
1995-04-29 Keith Bosticwrong interface printf
1995-04-29 Keith Bosticalign the link-level address under the column title...
1995-04-29 Keith Bosticlint type for group IDs; From: Charles Hannum <mycroft...
1995-04-29 Keith Bosticstrip.c fails to close short files, does not use librar...
1995-04-29 Keith Bosticsection Xref should be .Sx; From: Chris Torek <torek...
1995-04-29 Keith Bosticclarify `join -a 1'; From: Chris Torek <torek@BSDI...
1995-04-29 Keith BosticPOSIX says that -s precedes init signal names
1995-04-29 Keith Bosticvacation trivia
1995-04-29 Keith BosticFixed case where output is returned with -c option...
1995-04-29 Keith BosticWe lost when dealing with mappings with unequal ranges...
1995-04-29 Keith BosticCenturies, not millennia; From: Chris Torek <torek...
1995-04-29 Keith Bostictypo; From: Chris Torek <torek@BSDI.COM>
1995-04-29 Keith Bosticnice dumps core w/ no args
1995-04-29 Keith Bosticremove gtty/stty calls from msgs
1995-04-29 Keith Bosticmsgs.1 wrong path;From: Chris Torek <torek@BSDI.COM>
1995-04-29 Keith Bosticmsgs Makefile does not need -lcompat
1995-04-29 Keith Bosticflush before trunc when opened for append
1995-04-29 Keith Bosticthe default path is /var/mail, not /var/spool/mail...
1995-04-29 Keith Bostictypo; From: Chris Torek <torek@BSDI.COM>
1995-04-29 Keith Bosticmore misuse of NULL, plus my version of Craig Leres...
1995-04-29 Keith Bosticneed return value for sparc; clean up offensive misuse...
1995-04-29 Keith Bosticunspecified changes!! From: Chris Torek <torek@BSDI...
1995-04-29 Keith Bosticfixed bug with -d leaving seperators; From: Chris Torek...
1995-04-29 Keith Bosticavoid extra newline if no input; From: Chris Torek...
1995-04-29 Keith Bosticfixed argument synopsis; From: Chris Torek <torek@BSDI...
1995-04-29 Keith Bosticformatting error in NetBSD's version
1995-04-29 Keith Bosticreapply Kirk's 6.11 revision to the new page
1995-04-29 Keith Bosticconvert to mandoc (starting with version 6.10)
1995-04-28 Keith Bosticmake write(1) use the err*(3) and warn*(3) functions
1995-04-28 Keith Bosticerror() wasn't printing the error string, even though...
1995-04-28 Keith Bosticfile descriptor leak
1995-04-28 Keith Bosticwarnx will add a <newline> for us
1995-04-28 Keith Bosticcorrectly format the usage message
1995-04-28 Keith Bosticextraneous trailing comma
1995-04-28 Keith BosticThis fixes a null pointer dereference.
1995-04-28 Keith BosticIf you clear the parity bit you can end up with a contr...
1995-04-28 Keith BosticMycroft says this is a tremendous performance win over NFS
1995-04-28 Keith Bosticspeedup for cap_mkdb when running over NFS
1995-04-28 Keith Bosticm4(1)'s m4exit builtin macro doesn't remove /tmp files.
1995-04-28 Keith Bosticlseek takes an off_t as a second argument, not a long
1995-04-28 Keith Bostic:a in 'more' causes null dereference
1995-04-21 Dave A. BormanMake the check for "/to:" be case sensitive, so that
1995-04-21 Dave A. BormanAdd support for the special case of searchheaders,
1995-04-21 Dave A. BormanAdd support for "inc" command and "autoinc" variable.
1995-04-01 Kirk McKusickupdate for version 3 NFS from Rick Macklem
1995-03-30 Kirk McKusickupdate for version 3 from Rick Macklem
1995-03-25 Jan-Simon Pendryminor formatting fix
1995-03-24 Dave A. BormanWhen looking for command characters in the data stream,
1995-03-23 Christos Zoulasadded != '\0' to avoid gcc -Wall warning
1995-03-15 Kirk McKusickmissing .Ar (from cael)
1995-03-02 Kirk McKusickadd more paging statistics to -s option
1995-02-23 Kirk McKusickbetter fix for new syscall convention (from cgd)
1995-02-22 Keith Bosticktr_narg => ktr_argsize
1995-02-17 Dave A. BormanRecognize EIO as an end of file condition.
1995-02-17 Dave A. BormanMake sure that if we get a failure from TerminalWrite
next