DIO-II support
[unix-history] / usr / src / sys /
1991-05-08 Mike HiblerDIO-II support
1991-05-08 Mike HiblerDIO-II support
1991-05-08 Mike HiblerDIO-II support
1991-05-08 Mike Hibler(no message)
1991-05-08 Mike Hibler(no message)
1991-05-08 Mike HiblerDIO-II support, additional init for catseye
1991-05-08 Mike Hibleradditional definitions for catseye
1991-05-08 Mike HiblerFIFO support from Donn, DIO-II support
1991-05-08 Mike Hiblerinternalhpib now caddr_t
1991-05-08 Mike Hiblerupdate from utah, DIO-II support
1991-05-08 Mike Hiblerinternalhpib is now caddr_t
1991-05-08 Mike Hiblerupdates from utah
1991-05-08 Mike Hiblerget rid of rdbuf, new proc param to many routines
1991-05-08 Mike Hiblerupdate from utah versoin
1991-05-08 Mike HiblerDIO-II support, KGDB_CHEAT ifdef from somebody
1991-05-08 Mike Hiblerfifo support from Donn, DIO-II support
1991-05-08 Mike Hiblerfd -> vn
1991-05-08 Mike Hiblerget rid of kernelmap
1991-05-08 Mike Hiblerget rid of kmapwnt
1991-05-08 Mike Hiblerhibler: special checking in kernacc for buffer cache
1991-05-08 Mike Hibleruse pmap_enter/remove instead of hard PTE ops
1991-05-08 Mike Hiblerkeep page frame marked busy while in a pager
1991-05-08 Mike Hiblerpmap_remove_all -> pmap_page_protect
1991-05-08 Mike Hiblerpmap_kernel can be a macro, pmap_remove_all/pmap_copy_o...
1991-05-08 Mike Hiblerget rid of vm_object_pmap_force_copy, vm_object_pmap_copy
1991-05-08 Mike Hiblermove a lot of synchronizing code over to DEBUG since...
1991-05-08 Mike Hiblerdon't perform the "single use" check, it was broken...
1991-05-08 Mike Hiblerpanic if map allocation fails and canwait has been...
1991-05-08 Mike Hibleradded DEBUG version of vm_page_init to init the
1991-05-08 Mike Hibleradded (ifdef'ed) call to initprofclock for high precision
1991-05-08 Keith Bosticnew copyright; att/bsd/shared
1991-05-08 Mike Hiblerdon't wait for initial mcount buffer,
1991-05-08 Mike Hiblernew stack limit implementation: when changing limits
1991-05-08 Mike Hiblereliminate kernelmap and kmapwnt references
1991-05-07 Mike Karelsmove bufinit here from init_main.c
1991-05-07 William NesheimMAXPARTITIONS enforced differently on i386; no need...
1991-05-07 Mike Karelsupdate comments
1991-05-07 Keith Bosticnew copyright; att/bsd/shared
1991-05-07 Keith Sklowerforgot to set callback in cons_connect;
1991-05-07 Keith Sklowertpclnp_mtu should do work for tpcons_mtu.
1991-05-07 Keith Sklowerwhen connecting, set refcount on isopcb to remember...
1991-05-07 Keith Sklowerforgot to see who gets callback in cons_connect;
1991-05-07 Keith Sklowerchange conventions on static routine, ``call_accepted'';
1991-05-07 Mike Karelsshouldn't have used p_addr to get current process regs
1991-05-07 Mike Karels(mostly by william) update to current system, add cpu...
1991-05-07 Mike Karelsput PZERO between PVFS and PSOCK as it had been
1991-05-07 Kirk McKusickmore uncontaminated code from vfs_bio.c to vfs_subr.c
1991-05-07 Mike Karelsdefine nswdev, nswap
1991-05-07 Mike Karelsdefine selwait
1991-05-07 Mike Karelsdefine curpri
1991-05-07 Mike Karelspsl.h is already included by machine/param.h; add signo...
1991-05-07 Keith Bosticcleanup, mostly cosmetic; new copyright; att/bsd/shared
1991-05-07 Mike Karelsprettiness patrol II: I like function grouping better...
1991-05-07 Mike Karelsmove copyright to init_main.c
1991-05-07 Mike Karelsmv kern_lock.c to vm; shm isn't uipc!
1991-05-07 Mike Karelsargdev is gone
1991-05-07 Mike Karelsprettiness patrol II
1991-05-06 Steven McCannebpf interfaces now allocated dynamically; perhaps they...
1991-05-06 Steven McCannenuked bpf_devp struct; BIOCDEVP now BIOCGDLT
1991-05-06 Steven McCannefilter now works with mbufs (buflen = 0)
1991-05-06 Steven McCanneadded next field to bpf_if for dynamic allocation
1991-05-06 Keith Bosticclean library too
1991-05-06 Keith Bosticclean the library too
1991-05-06 Keith Bosticmove small library into a separate directory
1991-05-06 Keith BosticI couldn't leave this, it was just too ugly. Fixed
1991-05-06 Keith Bosticnew copyright; att/bsd/shared
1991-05-06 Keith Bosticdate and time created 91/05/05 18:36:37 by bostic
1991-05-06 Keith Bosticbuild small library in separate directory -- really...
1991-05-06 Keith Bosticnew copyright; att/bsd/shared
1991-05-06 Keith Bosticdone at Berkeley;new copyright; att/bsd/shared
1991-05-06 Keith Bosticfrom scratch, Berkeley specific copyright
1991-05-06 Keith BosticThe prettiness patrol...
1991-05-06 Keith Bosticdate and time created 91/05/05 17:01:10 by bostic
1991-05-06 Keith Bosticbuild standalone library in ../../stand, minor cleanups
1991-05-06 Keith Bosticmake bootfd and bootwd small enough; make libraries...
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
next