unix-history/.git
1991-05-06 Mike Karelsnew file
1991-05-06 Keith BosticSMALL changes for the 386
1991-05-06 Mike Karelsproc parameter for read/write now in uio
1991-05-06 Keith Bosticmake libsa in ../../stand
1991-05-06 Keith Bosticmake it look like the other stand Makefiles, break...
1991-05-06 Keith Bosticmake it look like the other stand Makefiles, break...
1991-05-06 Keith Bosticrename openfirst to firstopen
1991-05-06 Keith Bosticintegrate with common stand source, make look somewhat...
1991-05-06 Keith Bosticfix includes, nodev() should not return 0
1991-05-06 William Nesheimbug in kprintn, buffer too small
1991-05-06 Keith Bosticmove ttyprintf to subr_prf.c
1991-05-06 Keith Bosticfix includes
1991-05-06 William Nesheimmake kprintf externally visable (for the moment)
1991-05-06 Keith Bosticrename openfirst to firstopen
1991-05-06 Keith Bosticnodev not referenced
1991-05-06 Keith Bosticuse common nodev() routne -- note, it returns -1
1991-05-06 Keith BosticI deleted the romprintf() routine, and userom variable...
1991-05-06 Keith Bosticuse common printf, printn, gets code; rename peekkey...
1991-05-06 Keith Bosticuse common device routines
1991-05-06 Keith Bosticchange includes, UNIX defined in common headers
1991-05-06 Keith Bosticadd bootdev variable (not used by HP), rename openfirst...
1991-05-06 Keith Bosticincludes for standard stand source, READ, WRITE ->...
1991-05-06 Keith BosticREAD, WRITE -> F_READ, FWRITE
1991-05-06 Keith Bosticincludes for standard stand source
1991-05-06 Keith Bosticbreak up I/O routines into separate modules
1991-05-06 Keith Bosticdate and time created 91/05/05 13:20:28 by bostic
1991-05-06 Keith Bosticdate and time created 91/05/05 13:20:23 by bostic
1991-05-06 Keith Bosticdate and time created 91/05/05 13:20:19 by bostic
1991-05-06 Keith Bosticdate and time created 91/05/05 13:20:15 by bostic
1991-05-06 Keith Bosticdate and time created 91/05/05 13:20:08 by bostic
1991-05-06 Keith Bosticdate and time created 91/05/05 13:19:59 by bostic
1991-05-06 Keith Bosticdate and time created 91/05/05 13:19:54 by bostic
1991-05-06 William Nesheiminterim version
1991-05-06 William Nesheimdate and time created 91/05/05 10:07:41 by william
1991-05-06 William Nesheimdate and time created 91/05/05 10:06:44 by william
1991-05-06 Mike Karelsproc 0 has no p_pptr
1991-05-05 Mike Karelsremove proc param from cdev d_read/write, it's in the uio
1991-05-05 William Nesheimmissing ifdefs for NS protocol
1991-05-05 Mike Karelsadd prototypes for locore, etc
1991-05-05 Mike Karelsmove USERMODE/BASEPRI here, protect from multiple inclusion
1991-05-05 Mike Karelsinline spl's from donn; u. is gone, use p->p_addr
1991-05-05 Mike Karelsrm sswap, sigcode; ast's now global, not in pcb; need...
1991-05-05 Mike Karelsu. is gone, use p_addr (or kstack for regs); current...
1991-05-05 Mike Karelsdon't lose bits from unit number
1991-05-05 Mike Karelsupdate to current include, device calling conventions
1991-05-05 Mike Karelsmark as broken
1991-05-05 Mike Karelsnew kgdb stuff; use dev_t for kgdb_dev instead of cons...
1991-05-05 Mike Karelsadd cpu_fork, cpu_exit
1991-05-05 Mike Karelspcb_sswap, ssave, sigc are gone; SPTECHG and pcb ast...
1991-05-05 Mike Karelsrm resume, merge into swtch; new savectx saves into...
1991-05-05 Mike Karelsu. is gone; new device calling conventions
1991-05-05 Mike Karelsu. is gone, use p_addr; ast's no longer per-process...
1991-05-05 Mike Karelsu. is gone, use p_addr; add proc param to setregs;...
1991-05-05 Mike Karelsu => kstack
1991-05-05 Mike Karelsadd function prototypes
1991-05-05 Mike Karelsremove proc from cdev d_read/d_write (it's in uio now)
1991-05-05 Kirk McKusickmore informative error messages; fix bug from 5.13
1991-05-05 Mike Karelsu => kstack
1991-05-05 Keith Bosticbring into line with the kernel version, minor cleanups...
1991-05-05 Keith Bosticvarious cleanups; new copyright; att/bsd/shared
1991-05-05 Keith Bosticvarious cleanups, new copyright; att/bsd/shared
1991-05-05 William Nesheiminterim version
1991-05-05 Keith Bosticnew copyright; att/bsd/shared
1991-05-05 Mike Karelsrm local decl. of printf, is in systm.h; ansify functio...
1991-05-05 Keith Bostictypo...
1991-05-05 Mike Karelslint
1991-05-05 Mike Karelsrm local decl. of printf, is in systm.h
1991-05-05 Keith Bosticremove printn, add printf
1991-05-05 Keith Bosticuse standard printf from stand/printf.c; add scankdb...
1991-05-05 Keith Bosticthe C library should only use bcopy, so programs don...
1991-05-05 Mike Karelsadd proc parm to sbselqueue; rm user.h
1991-05-05 Mike Karelsneed proc parameter; for now use curproc. u. is gone
1991-05-05 Mike Karelsu. is gone, pcb is at p_addr; aston => signotify
1991-05-05 Mike Karelsu. is gone, pcb is at p_addr
1991-05-05 Mike Karelsadd proc parm to sbselqueue
1991-05-05 Keith BosticREAD, WRITE -> F_READ, F_WRITE
1991-05-05 Mike Karelsmv init of p_regs to cpu_fork; cosmetic changes
1991-05-05 Keith Bosticdelete printn, add printf
1991-05-05 Keith Bosticuse standard printf from stand/printf.c
1991-05-05 Keith BosticREAD, WRITE -> F_READ, F_WRITE
1991-05-05 Mike Karelsnoproc => !curproc; don't need user.h for aston now
1991-05-05 Keith Bosticlint
1991-05-05 Cynthia A.... proprietary copyright
1991-05-05 Keith BosticBill was right all along, might as well just load the...
1991-05-05 Mike Karelsadd tty forward declaration
1991-05-05 Cynthia A.... proprietary copyright
1991-05-05 Mike Karelsmv vmspace_free and kmem_free of kernel stack to cpu_exit;
1991-05-05 Cynthia A.... mdoc version three/bsd copyright (needs function list)
1991-05-05 Keith BosticUNIX is defined by saio.h, jmp_buf was moved into stand...
1991-05-05 Keith BosticWRITE -> F_WRITE, add kbd interrupt code
1991-05-05 Cynthia A.... mdoc version three/bsd copyright
1991-05-05 Keith Bosticmake it work more like other stand Makefiles, mostly...
1991-05-05 Keith BosticREAD, WRITE -> F_READ, F_WRITE
1991-05-05 Keith Bosticfix from Bill -- remove #ifdef notdef sections
1991-05-05 Keith BosticREAD, WRITE -> F_READ, F_WRITE
1991-05-05 Keith Bosticfix from Bill, don't output erase characters
1991-05-05 Keith Bosticuse standard printf routine in ../stand/printf.c
1991-05-05 Keith Bosticuse standard device routines in stand/dev.c
1991-05-05 Cynthia A.... mdoc version three/bsd copyright
1991-05-05 Mike Karelsrm ssave; fixed-address u. is gone
next