unix-history/.git
1992-11-03 Keith Bosticuse O_ACCMODE to extract O_WRONLY bit
1992-11-02 Kirk McKusickfix from Jeff Forys for tracking changing NFS file...
1992-11-02 Kirk McKusickuninitialized variable
1992-11-02 Keith Bosticunneeded set
1992-11-02 Keith BosticAdd more information on printf when cleaner runs.
1992-11-02 Keith BosticVerify that segment doesn't exceed maximum size.
1992-10-30 Keith Sklowerinconsistent use of second arg to bread caused problems
1992-10-28 Elan AmirAdded check for no HO or CM since without them we can...
1992-10-28 Elan AmirCommented quickch() and cleaned up scrolln().
1992-10-28 Elan AmirChanged touchline() to __touchline() so that user interface
1992-10-28 Elan AmirChanged touchline to __touchline so that touchline...
1992-10-27 Elan AmirAdded hash.c and tscroll.c.
1992-10-27 Elan AmirChanged to accomodate new line structures (__LDATA...
1992-10-27 Elan AmirChanged to new line data structures (__LDATA and __LINE...
1992-10-27 Mike Hiblerwe allow -g as well
1992-10-25 Keith Bosticdate and time created 92/10/24 16:00:12 by bostic
1992-10-25 Ralph Campbellfix gcc2 static warning
1992-10-25 Ralph Campbellfix gcc2 warning about register char array.
1992-10-25 Ralph Campbellfix gcc2 warnings for extern & later declared static.
1992-10-25 Ralph Campbellfix SCCS headers, fix gcc2 extern & later declared...
1992-10-25 Ralph Campbellnew libsa version
1992-10-25 Ralph Campbellchanged to allow any size boot program (i.e., more...
1992-10-25 Ralph Campbellnew libsa version
1992-10-25 Ralph Campbellnew version with libsa
1992-10-25 Ralph Campbelluse COPY_SIGCODE now.
1992-10-25 Ralph Campbellincrease kernel VM size
1992-10-25 Ralph Campbellchanged sigreturn code to be on user's stack
1992-10-25 Ralph Campbellchanges for vm_page->flags.
1992-10-25 Ralph Campbellvm_flags changes, changed sigreturn code to be on user...
1992-10-25 Ralph Campbellchanged signals to use user stack.
1992-10-25 Ralph Campbellchanges for buf->b_actf
1992-10-25 Ralph Campbellremove unneeded include files
1992-10-25 Ralph Campbellremove -Isys since include lines are standardized now
1992-10-25 Keith Bosticdon't allow process to attach to itself
1992-10-25 Margo SeltzerCheck all flags, not just B_CACHE to determine if block...
1992-10-25 Margo SeltzerDon't construct 0 length partials
1992-10-25 Margo SeltzerAdd diagnostics to check summary size. Fix compare...
1992-10-25 Margo SeltzerCompile with DIAGNOSTICS for awhile.
1992-10-24 Keith Bosticdate and time created 92/10/23 18:48:15 by bostic
1992-10-24 Keith Bosticdate and time created 92/10/23 16:13:11 by bostic
1992-10-24 Kirk McKusickhave to malloc temporary inode so lock can be seen...
1992-10-24 Keith Bosticpatch for leading '-' in ranges (sed fix from Henry)
1992-10-24 Keith BosticANSI plus getopt(3)
1992-10-23 Keith Bosticcleanup trace macro so it is less likely to cause undet...
1992-10-23 Kirk McKusickuse new queue conventions
1992-10-23 Kirk McKusickdelete spurious NULL's
1992-10-23 Kirk McKusickadd size distribution printout for -m option
1992-10-23 Margo SeltzerAdd exists field to indir structure. Make logical...
1992-10-23 Margo Seltzerdate and time created 92/10/22 18:42:00 by margo
1992-10-23 Margo SeltzerDo indirect block allocation in balloc instead of bmap.
1992-10-23 Kirk McKusickuse new queue primitives
1992-10-23 Kirk McKusicktrack allocation sizes
1992-10-23 Kirk McKusickadd new statistics
1992-10-23 Mike Hiblerhave to explicitly set vnode pointer to NOLIST
1992-10-23 Kirk McKusickcheck for that NULL pointer
1992-10-23 Kirk McKusickfix from Macklem for hanging UDP mounts after server...
1992-10-23 Kirk McKusickmaximum timeout backoff is 8 not 9 (from Jeff Forys)
1992-10-22 BSD Tape Makersput back the previous language per Mary
1992-10-22 Kirk McKusickwe do allow -F flags
1992-10-21 Elan AmirFixed bug in makech().
1992-10-21 Kirk McKusickmore accurate backoff
1992-10-21 Elan AmirChanges standout character representation so that chara...
1992-10-21 Elan AmirChanged standout character representation so that chara...
1992-10-21 Keith Bosticadd bt_page.c
1992-10-18 Keith Bosticsnprintf returns printed length, not actual length
1992-10-18 Keith Bosticsnprintf used incorrectly, lint; from Craig
1992-10-18 Keith Bosticit's considered tacky to remove the include files
1992-10-18 Keith Bosticmake kernel includes standard
1992-10-18 Keith Bostictalk only works on VAXen
1992-10-18 Keith Bosticlint to make gcc shut up
1992-10-18 Keith Bosticdate and time created 92/10/17 13:33:47 by bostic
1992-10-18 Keith Bosticdate and time created 92/10/17 13:31:40 by bostic
1992-10-18 Keith Bosticdate and time created 92/10/17 13:30:26 by bostic
1992-10-18 Keith BosticTWO BUGS (printf doesn't take a FILE *, plus wrong...
1992-10-18 Keith Bosticdate and time created 92/10/17 13:25:48 by bostic
1992-10-18 Keith Bosticdate and time created 92/10/17 13:24:46 by bostic
1992-10-18 Keith Bosticdate and time created 92/10/17 13:23:57 by bostic
1992-10-18 Keith Bosticdate and time created 92/10/17 13:20:14 by bostic
1992-10-18 Keith Bosticno longer permitted to go behind libcurses back
1992-10-18 Craig LeresFix sccs header.
1992-10-18 Keith Bosticnl is an exported curses function
1992-10-18 Keith Bosticlint
1992-10-18 Keith Bosticshut it up as much as possible; minor cleanups, new...
1992-10-17 Chris Torekwe have a perfectly good index.s; let's use it
1992-10-17 Keith Bosticwrong init value for pushbool
1992-10-17 Keith BosticANSI C, convert options handling to getopt(3)
1992-10-16 Chris Torekcompensate for gcc 2 being smarter than Sun calling...
1992-10-16 Keith Sklowerthis version compiles and matches current #include...
1992-10-16 Keith Sklower/sys/sys/socketvar.h was spelled <socketvar.h> instead...
1992-10-16 Marc Teitelbaumminor cleanups
1992-10-16 Marc Teitelbaumclean up y.tab.h
1992-10-15 Keith Sklowerupdate possible arp operations
1992-10-14 Chris Toreksparc uses gcc too
1992-10-14 Elan AmirOptimized quickch() by checking for top and bottom...
1992-10-14 Keith Bosticbcopy the pgno/size for overflow pages, may not be...
1992-10-14 Keith Bosticmake 'e' handle a carriage return, add comparison command
1992-10-14 Keith Bosticprettiness
1992-10-14 Keith Bosticmake e command handle carriage returns
1992-10-14 Keith Bosticadd comparisons to overflow page test
1992-10-14 Keith Bosticadd comparison operator
next