date and time created 93/04/30 13:30:06 by muller
[unix-history] / usr / src / usr.bin /
1993-05-01 Keith Mullerdate and time created 93/04/30 13:30:06 by muller
1993-05-01 Keith Mullerdate and time created 93/04/30 13:30:05 by muller
1993-05-01 Keith Mullerdate and time created 93/04/30 13:30:04 by muller
1993-05-01 Keith Mullerdate and time created 93/04/30 13:30:03 by muller
1993-05-01 Keith Mullerdate and time created 93/04/30 13:30:02 by muller
1993-04-30 Keith Bosticmake all calls to warnx, and get errno strings with...
1993-04-30 Keith Bosticdeclare optind
1993-04-30 Keith Bosticuse C library err/warn(3), do more error checking for...
1993-04-29 Keith Bosticgetbsize doesn't need the program name any longer
1993-04-29 Keith Bostic<sys/sysctl.h> now needs <sys/param.h>
1993-04-29 Keith Bostic<sys/kinfo_proc.h> information moved to <sys/sysctl.h>
1993-04-28 Chris Toreksystat does not compile on sparc
1993-04-28 Keith Bosticno longer needs program name variable
1993-04-28 Keith Bosticuse standard C library err/warn routines
1993-04-28 Keith Bosticpwcache(3) moved to the C library
1993-04-28 Keith Bostic<sys/kinfo_proc.h> moved to <sys/sysctl.h>
1993-04-28 Keith Bosticpwcache(3) now in the C library
1993-04-28 Keith Bostickinfo_proc.h gone, stuff moved to <sys/sysctl.h>
1993-04-28 Keith Bosticanother SCCS botch
1993-04-28 Keith Bosticfuckin' SCCS...
1993-04-28 Keith Bosticgetloadavg(3) is in libc, no longer need libutil
1993-04-28 Keith Bosticmake -n real, add -M, -N, lots of minor cleanups
1993-04-28 Keith Bosticuse strftime, don't roll our own
1993-04-28 Keith Bosticadd -M, -N, -n, fix header description
1993-04-28 Keith Bosticfix header description
1993-04-28 Keith Bosticlint
1993-04-28 Keith Bosticdate and time created 93/04/27 15:19:53 by bostic
1993-04-28 Keith Bosticname -> mib
1993-04-27 Keith Bosticdon't turn off FTS_NOSTAT for -x ... at least I can...
1993-04-27 Keith Bosticmove groff, gcc and friends to contrib
1993-04-27 Keith Bosticusage standard err(3) routine
1993-04-26 Keith Bosticadd nvi
1993-04-22 Mike Hiblerfix buffer overflow fix: bp was not updated properly...
1993-04-21 Mike Hiblerfix a typo and init st_flags for devnull case
1993-04-20 Chris Torekprettiness police; clean up SunOS ifdefs for SunOS 4
1993-04-18 Chris Torekadd test for branches across braces (was getting bogus...
1993-04-18 Chris Torekfix broken label handling (rewrite label code completely)
1993-04-15 Chris Torekfix REs over completely empty spaces
1993-04-14 Elan Amirmake sed work on 8-bit objects
1993-04-14 Chris Torekopen the proper file. use libc err().
1993-04-10 Chris Torekoff_t's are quad, use %qd not %ld
1993-04-10 Chris Torekmake $TMPDIR actually work; print actual temp name...
1993-04-09 Keith SklowerNODUMP => UF_NODUMP (checkin by torek)
1993-04-06 Ralph Campbelladd mips to list of gcc machines.
1993-04-06 Ralph Campbellfix idle time display (used wrong entry in arrary).
1993-04-06 Ralph Campbelluse Start instead of start. Conflicts with start in...
1993-04-06 Dave A. BormanFix gcc2 warnings.
1993-04-02 Kirk McKusickconvert kinfo to sysctl
1993-04-01 Kirk McKusickconvert from kinfo to sysctl
1993-04-01 Kirk McKusickconvert kinfo to sysctl
1993-04-01 Kirk McKusickconvert from kinfo to sysctl
1993-03-28 Ralph Campbelladded mips case
1993-03-28 Ralph Campbelladded mips code. Fixed error printf's to fprintf(stderr.
1993-03-24 Cynthia A. E. Livi... update .Os and history from .Ud to .Bx 4.4
1993-03-23 Keith Bosticfix stdarg/varargs includes
1993-03-22 Keith Bostichpux_exec.h is referenced from /sys
1993-03-22 Keith Bosticlint for GCC 2
1993-03-20 Keith Bosticwas munmap'ing the wrong size
1993-03-20 Keith Bosticunmap the memory when done, other might run out
1993-03-12 Keith SklowerAPPEND, NODUMP, IMMUTABLE -> UF_*
1993-03-09 Ralph Campbellchange the substitute pattern to match the range patter...
1993-03-09 Ralph Campbelldate and time created 93/03/08 19:21:06 by ralph
1993-03-09 Ralph Campbelladded mips support
1993-03-09 Ralph Campbellposition was not declared in getcc().
1993-03-09 Ralph Campbelldon't need to include /sys
1993-03-09 Ralph Campbelladded mips support
1993-03-09 Ralph Campbellremoved -z to ld since this is the default.
1993-03-09 Keith Bosticcomplain if records tc capabilities aren't fully expanded
1993-03-08 Keith Bosticdon't truncte the file when we create it, there's a...
1993-03-08 Keith Bosticcomplain if whitespace after w, r, :, b or t objects...
1993-03-08 Keith Bosticmake default parsing correct, i.e. "-am" didn't work
1993-03-08 Keith Bosticdocument that \n in a y command string is a newline
1993-03-08 Keith BosticPOSIX specifies non-overlapping, always; see descriptio...
1993-03-08 Keith BosticSince 'q' "branches to the end of the script", the...
1993-03-08 Keith Bosticuse library versions of err/warn
1993-03-07 Craig LeresMinor indentation fixes.
1993-03-07 Keith Bostictry utimes(f, NULL) before trying to read/write the...
1993-03-07 Keith Bosticimplement from scratch, using utimes(2), for POSIX...
1993-03-07 Keith Bosticmake shadow records really work
1993-03-07 Keith Bosticdocument the format of the database
1993-03-06 Keith Bosticsecond version, it really works now
1993-03-06 Keith Bosticdate and time created 93/03/05 10:22:28 by bostic
1993-03-06 Keith Bosticdate and time created 93/03/05 10:22:26 by bostic
1993-03-06 Keith Bosticdate and time created 93/03/05 10:22:24 by bostic
1993-03-05 Keith Bosticstupid stdargs.h fix
1993-03-05 Keith BosticCraig Leres prototyping fixes, plus some of mine
1993-03-05 Keith Bosticdate and time created 93/03/04 18:31:32 by bostic
1993-03-05 Keith Bosticuse mkdir -p, so it will construct the path
1993-03-05 Keith Bosticrevision 5.8 broke tr, this fix handles blah, blah...
1993-03-05 Keith Bosticrework fgetline(3) to be 8-bit clean; it no longer...
1993-03-05 Keith Bosticdelete machine, add uname
1993-03-05 Keith Bosticoff_t's may not be quad_t's on all systems
1993-03-04 Keith Bosticuse err routines from C library
1993-03-04 Keith Bosticadd uappend, uchange, sappend, schange flags as -f...
1993-03-04 Keith Bosticdon't zero out meta characters; from Donn Seeley at...
1993-03-03 Keith Bosticgetlogin() can theoretically fail
1993-03-03 Keith Bosticrevision 5.7 broke tr, this fix handles both problems...
1993-02-28 Keith Bosticallow system make file to be replaced
1993-02-27 Kirk McKusicknarrow possible window for losing window size change
1993-02-27 Kirk McKusickworry about overflow when computing percentages
next