prettiness police
[unix-history] / usr / src / bin /
1995-04-29 Keith Bosticgetwd(3) is deprecated, and pwd(1) uses getcwd(3) inter...
1995-04-29 Keith BosticPOSIX.2 compliance
1995-04-29 Keith Bosticprettiness police
1995-04-29 Keith BosticPOSIX.2 states that user-defined formats are always...
1995-04-29 Keith BosticThe sin_zero field of one of the sockaddr's wasn't...
1995-04-29 Keith BosticPOSIX.2 states that user-defined formats are always...
1995-04-29 Keith Bosticdon't overwrite a directory with some other type of...
1995-04-28 Keith Bosticprettiness police
1995-04-28 Keith BosticCorrect test for return value of getopt(3).
1995-04-28 Keith BosticThis patch fixes some broken behavior with empty comman...
1995-04-28 Keith Bosticdon't add an extra space between the process's args...
1995-04-28 Keith BosticJ.T. Conklin's changes for signals mean that we don...
1995-04-28 Keith BosticJ.T. Conklin's changes for signals mean that we don...
1995-04-28 Keith Bosticgetpgrp no longer takes an argument
1995-04-28 Keith BosticPOSIX.2 says that a successful variable assignment...
1995-04-28 Keith BosticPOSIX.2 (and common sense) dictates that the file speci...
1995-04-28 Keith BosticDon't dump core when evaluating X % 0.
1995-04-28 Keith BosticThis patch changes the shell to use the sys_siglist...
1995-04-28 Keith BosticWhen a "&" is encountered in a list, all the prior...
1995-04-28 Keith BosticPOSIX.2 requires that the shell's dot builtin do a...
1995-04-28 Keith Bosticmake umask POSIX.2 compliant
1995-04-28 Keith Bosticdon't reference the Ash General Public License, we...
1995-04-28 Keith BosticThe POSIX.2 requirement that "false" (among others...
1995-03-23 Christos ZoulasChanges from Charles Hannum (mycroft@netbsd.org) to...
1995-02-21 Dave A. BormanFix f_extproc() routine so that it works.
1994-12-06 Jan-Simon Pendryunwhiteout.2 -> undelete.2
1994-11-14 Eric Allmanwrap <> around addresses containing commas to avoid...
1994-11-05 Kirk McKusickminor editing nits fron cgd
1994-10-19 Kirk McKusickmore accurate definition of -W option
1994-10-19 Kirk McKusickunwhiteout => undelete
1994-08-06 Kirk McKusickput white-out in conditionally
1994-07-30 Jan-Simon Pendryadd whiteouts
1994-07-30 Jan-Simon Pendryadded whiteout
1994-07-28 Jan-Simon Pendrychanges for whiteouts and union filesystem
1994-07-13 Kirk McKusickadd -t type to usage output
1994-06-28 Kirk McKusickdelete decryption for the foreign sites (4.4BSD-Lite...
1994-06-02 Anne Hughespage breaks for 4.4BSD manuals
1994-05-17 Kirk McKusickupdate for the 4.4BSD manuals
1994-05-05 Kirk McKusickavoid macro that makes ditroff die
1994-04-19 Keith Bosticspelling
1994-04-19 Keith Bosticspell
1994-04-19 Keith Bosticnew version from Keith Muller (muller@sdcc3.ucsd.edu)
1994-04-18 Keith Bostictypo
1994-04-18 Keith Bostictypo
1994-04-18 Keith Bostictypo
1994-04-18 Keith Bosticadd the -P (paranoid) option, overwrite regular files
1994-04-18 Keith BosticPOSIX.2 says to print a pipe character after fifo names
1994-04-17 Keith Bosticrun the environment and arguments through strvis, so...
1994-04-16 Keith Bosticbug in sh 'read' with no variable argument...
1994-04-16 Keith Bosticmodes.c was fixed to reflect the fact that MDMBUF is...
1994-04-16 Kirk McKusickavoid breaking up output when commands have newlines...
1994-04-03 Jan-Simon Pendryadd 1994 copyright
1994-04-03 Jan-Simon Pendryprettyness police
1994-04-03 Jan-Simon Pendryadd 1994 copyright
1994-04-03 Keith Bosticcopyright cleanup
1994-04-03 Keith Bosticdisplay the file modes, not just the octal value on...
1994-04-02 Keith Bosticprototype getfdtype
1994-04-02 Jan-Simon Pendryprettyness police.
1994-04-02 Jan-Simon Pendryrework susystem
1994-04-02 Jan-Simon Pendryprettyness police
1994-04-02 Chris G. Demetriouput rest of the flags in to the SYNOPSIS statement BSD-4_4_Lite1-Snapshot-Development
1994-04-02 Keith BosticPOSIX 1003.2B/D9 symbolic links
1994-04-02 Keith Bosticdon't depend on errno being set by fts(3)
1994-04-02 Keith Bosticcheck for fts_read error
1994-04-02 Keith Bosticsetting errno and then not exiting isn't safe
1994-04-01 Jan-Simon Pendryprettyness police
1994-04-01 Jan-Simon Pendryremoved COMPAT_43 flag. the code was removed in df...
1994-04-01 Jan-Simon Pendryprettyness police
1994-04-01 Keith Bosticdoing a chmod on a directory causing a cycle is probabl...
1994-04-01 Keith BosticPOSIX 1003.2B/D9 symbolic links
1994-04-01 Keith Bosticcheck for fts_read error
1994-04-01 Keith Bosticbetter wording
1994-04-01 Keith Bosticdo some more error checking on the octal value
1994-04-01 Keith BosticPOSIX 1003.2B/D9 symbolic links
1994-04-01 Keith Bosticminor wordsmithing
1994-04-01 Keith Bosticrework to reflect POSIX 1003.2 symlinks
1994-04-01 Keith Bosticimplement the POSIX 1003.2 -f flag
1994-03-28 Keith Bosticuse the cchars1 array instead of listing the options
1994-03-26 Keith Bosticuse "min" and "time", not "vmin" and "vtime"
1994-03-26 Keith Bosticprettiness police
1994-03-26 Keith Bostichandle all of the 'weird' strings
1994-03-26 Keith Bosticadd 'permcopy' chars to the accepted perm list
1994-03-20 Christos Zoulasavoid clobbering termios in setup_tty
1994-03-17 Keith Bosticsupport vmin, vtime display and set
1994-01-26 Keith Bosticadd the -m (mode) flag, make it POSIX.2 compliant
1994-01-24 Keith BosticMirror Kirk's 8.9 change to /sys/sys/mount.h; ISOFS...
1994-01-22 Keith Bostictypo
1994-01-22 Keith Bosticadd USL's coypright notice
1994-01-22 Kirk McKusickcopy edit nits
1994-01-14 Mike Hiblernew filesystem types
1994-01-14 Mike Hiblernew filesystems
1994-01-14 Keith BosticMike Karels at BSDI's changes for osync, to make output...
1994-01-03 Keith BosticAsh/sh doesn't support the -t flag
1994-01-03 Keith Bosticcheck stdin_ok first, may not have stat'ed the file
1993-12-31 Kirk McKusickcopyediting for Usenix manuals
1993-12-17 Keith Bostichandle first argument of -r,o=rw, for example
1993-11-17 Keith Bosticadd the TZ environmental variable
1993-11-17 Keith Bosticadd the environmental variable TZ
1993-11-17 Keith BosticIf you cp many files the system can run out of something
1993-10-23 Chris Torekfix for nested backquote expansion; test case, eg,...
next