sys_errlist type changed
[unix-history] / usr / src / usr.bin /
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
1993-02-26 Keith Bosticfseek doesn't work if open is in pure append mode ...
1993-02-25 Keith Bosticfseek doesn't do anything in stdio if the open was...
1993-02-25 Keith Bosticadd contrib notice; Bob Toxen
1993-02-25 Chris Torekstrlen returns size_t; just include the ANSI headers
1993-02-25 Chris Torekquick fix for sys_siglist redeclaration. this really...
1993-02-24 Chris Toreksys_siglist is declared in <signal.h> now; do not misde...
1993-02-24 Chris Toreksqrt => dcsqrt for gcc2, ANSI
1993-02-24 Chris Torek#ifdef sun is not sufficient, BSD runs on suns.
1993-02-20 Chris Torekget unix domain path length right (from leres@ee.lbl...
1993-02-20 Marc Teitelbaumallow +/- on most operators
1993-02-19 Eric Allmanadd "list" to set of precedences that don't generate...
1993-02-17 Andrew Cherensonimprove ip & udp stats routines, add Deering's igmp...
1993-02-17 Andrew Cherensonadd prototype for igmp routine
1993-02-17 Andrew Cherensonsupport IGMP stats
1993-02-17 Edward Wangmultiple header lookup from Keith Sklower
1993-02-16 Ralph Campbelldon't need to include /sys
1993-02-14 Keith Bosticmove lisp into /usr/src/old
1993-02-12 Edward Wangfor terminals with "db", clear last line before scrolli...
1993-02-12 Elan AmirChanged entry processing since termcap entries no longe...
1993-02-11 Keith BosticANSI C
1993-02-11 Keith BosticANSI C prototypes
1993-02-11 Marc TeitelbaumMUST USE SPENCERS OLD REGEXP PACKAGE (available by...
1993-02-11 Keith Bosticfilename before error string
1993-02-05 Elan AmirFixed message() so that it works correctly. (no '\n...
1993-02-05 Dave A. BormanFix message for "skiprc" so that the message
1993-02-02 Edward Wangdocumentation for yank and put (y and p commands)
1993-02-01 Keith BosticIt looks to me like the net-2 tr loses bytes in argumen...
1993-01-28 Elan AmirInitial version that will work with binary files.
1993-01-26 Kirk McKusickprune off NFS filesystems, not slowly descend (from...
1993-01-26 Keith Bosticminor cleanup
1993-01-24 Keith Bosticfix from Chris for expansion problem in previous version
1993-01-24 Keith Bosticforgot the usage message
1993-01-24 Keith Bosticdon't be so noisy...
1993-01-24 Keith Bosticadd -v flag to print out number of records
1993-01-23 Keith Bosticprovide local version of cputchar, don't uses curses'
1993-01-23 Keith Bosticcfree -> cfree
1993-01-23 Keith Bosticcfree -> free
1993-01-20 Dave A. BormanAdd in knowledge of RESTART-ANY and
1993-01-16 Elan AmirFixed bug in cspace -- precdence of == is less that...
1993-01-12 Mike Hiblerremove old HPUX generated BSD binary support and add...
1993-01-10 Keith Bostictypo
1993-01-10 Keith Bosticseteuid fix from Chris Torek
1993-01-09 Keith Bosticallow users without passwords to change their passwords
1993-01-07 Keith Bostic"echo '1+1' | sed -f /usr/src/usr.bin/sed/math.sed...
next