move relookup to vfs_lookup.c as it is not UFS specific (from mycroft)
[unix-history] / usr / src / usr.bin /
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
1995-02-17 Dave A. BormanFix auth & encrypt commands to require a second argument.
1995-02-07 Jan-Simon Pendryadd missing \n to usage message
1995-01-31 Jan-Simon Pendryupdate copyright dates
1995-01-31 Jan-Simon Pendryclose config file after reading
1995-01-29 Jan-Simon Pendryfix error messages.
1995-01-29 Jan-Simon Pendryfix error message
1995-01-24 Jan-Simon Pendryknf. use err/warn.
1995-01-08 Kirk McKusickneed -P to cpp (from cgd)
1994-11-23 Kirk McKusickneeds queue.h
1994-11-09 Keith Sklowerunnecessary & wrong arg to printf when citing normal...
1994-11-01 Keith Skloweroptimization for normal masks requires keeping ptr
1994-11-01 Keith Skloweroptimization for normal masks requires keeping ptr...
1994-10-28 Kirk McKusickdon't calculate stop time until all the data is sent...
1994-10-28 Kirk McKusicksetenv syntax does not use an =
1994-10-26 Edward Wangincreased m_block and m_lines to longs
1994-10-10 Kirk McKusickerr => errf to avoid conflict with function of the...
1994-10-10 Kirk McKusickupdate to support passive mode (from cgd)
1994-09-01 Keith BosticI'm glad to see this was tested. Sigh.
1994-08-31 Jan-Simon Pendryfix speed passing.
1994-08-24 Jan-Simon Pendryconvert to POSIX code (signals, terminal manipulation...
1994-08-06 Kirk McKusickwhite-out is on an ifdef
1994-08-06 Kirk McKusickproper semantics for adding -print (from cgd)
1994-08-06 Kirk McKusickPOSIX behavior for -print being added (from cgd)
1994-07-28 Jan-Simon Pendrychanges for whiteouts and union filesystem
1994-07-01 Kirk McKusickallow entries that do not have an associated tty (from...
1994-07-01 Kirk McKusickavoid garbage characters on long host names (from cgd)
1994-06-21 Kirk McKusickfix default host name
1994-06-02 Anne Hughespage breaks for 4.4BSD manuals
1994-06-02 Anne Hughespage breaks for the 4.4BSD manuals
1994-06-02 Anne Hughespage breaks for the 4.4BSD manuals
1994-06-02 Anne Hughespage breaks for the 4.4BSD manuals
next