summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Initialize eflags register - brought over from 1.1.5.dg1994-09-043-6/+21
* Make it possible to run lptcontrol on a printer port which does notcsgr1994-09-031-5/+23
* Reviewed by:ats1994-09-034-154/+494
* Newly implemented ioctls list:ache1994-09-034-492/+690
* make id_iobase an int - the change to a u_short broke lpt,csgr1994-09-031-2/+2
* Reviewed by:ats1994-09-022-2/+6
* Reviewed by:ats1994-09-025-10/+10
* Restore some explicit dependencies for locore.s so that "make clean; make"bde1994-09-023-6/+6
* Added entry for if_lnc.c, soon to be added new Lancef amily ethernetpaul1994-09-022-2/+4
* Whoops, accidently left out some pieces of the munmapfd patch.dg1994-09-023-7/+9
* Make sure that uio_resid isn't negative in read().dg1994-09-021-1/+5
* panic if length is < 0 in ffs_truncate().dg1994-09-021-1/+3
* Disallow truncating to negative file sizes. Doing so causes ffs_truncate()dg1994-09-022-2/+10
* munmapfd() was being called with one too few params - bug introduceddg1994-09-021-2/+2
* Converted P_LINK -> P_FORW, P_RLINK -> P_BACK, minor optimization.dg1994-09-025-189/+174
* Make olstat() consistent with lstat() - so they both return the samedg1994-09-022-14/+74
* Removed all vestiges of tlbflush(). Replaced them with calls to pmap_update().dg1994-09-0212-88/+61
* It's not necessary to make page tables write-through, so get rid of thisdg1994-09-023-9/+9
* Fixed bug that caused system processes to run at realtime priority.dg1994-09-011-4/+3
* Changed MAX to max.dg1994-09-011-1/+1
* Realtime priority scheduling support.dg1994-09-013-5/+7
* Realtime priority scheduling support.dg1994-09-0114-37/+415
* Got rid of some old, unused junk.dg1994-09-012-52/+2
* Got rid of redundant declaration, and changed IFF_LLC0 to IFF_LINK0.dg1994-09-011-7/+5
* Added ze driver (brought over from 1.1.5).dg1994-09-012-2/+4
* Submitted by: Stefan Esser <se@ZPR.Uni-Koeln.DE>se1994-09-011-2/+7
* Submitted by: Stefan Esser <se@ZPR.Uni-Koeln.DE>se1994-09-012-6/+8
* Submitted by: Wolfgang Stanglmeier <wolf@dentaro.GUN.de>se1994-09-014-77/+523
* This commit was generated by cvs2svn to compensate for changes in r2432,se1994-09-0111-0/+15435
|\
| * Submitted by: Wolfgang Stanglmeier <wolf@dentaro.GUN.de> + Stefan Esser <se>se1994-09-0111-0/+15435
* Submitted by: Wolfgang Stanglmeier <wolf@dentaro.GUN.de> + Stefan Esser <se>se1994-09-011-0/+598
* Reviewed by:se1994-08-312-2/+10
* Reviewed by: Stefan Esser <se>se1994-08-312-2/+12
* Reviewed by: Stefan Esser <se>se1994-08-312-4/+4
* Reviewed by: Stefan Esser <se>se1994-08-311-5/+16
* Fixed bug that surfaced with last commit for NOBOUNCE -> BOUNCE_BUFFERS bydg1994-08-312-28/+30
* Conditionalized support for syscons as the console so that it can bedg1994-08-313-3/+24
* Rather than exclude bounce buffers support with NOBOUNCE, include itdg1994-08-3114-33/+41
* Quiet down compiler warnings.dg1994-08-313-9/+9
* Changed STRC -> P_TRACED.dg1994-08-301-2/+2
* Whoops...clean up after me cleaning up after Bruce.dg1994-08-301-12/+16
* Cleaned up after Bruce: there were still some things that includeddg1994-08-303-58/+13
* Moved gpl'd fpemul into 2.0 cvs tree. Changed it's location todg1994-08-302-64/+64
* Fixed bug caused by change of rlimit variables to quad_t's. The bug was indg1994-08-301-11/+10
* Added qmin and qmax functions to deal with quad_t's.dg1994-08-302-2/+28
* Changed to reclaim memory from other buffers to eliminate memorydg1994-08-301-2/+37
* Don't define LOCORE (as nothing) in sources. It is now definedbde1994-08-303-6/+3
* Add conf.c, machdep.c, exception,s, support.s and swtch.s so that configbde1994-08-302-6/+18
* Remove exception.o, swtch.o, support.o, conf.o and machdep.o frombde1994-08-303-117/+84
* Change RAW_PART back to 3, too early step right now, disklabels need moreache1994-08-301-5/+5
OpenPOWER on IntegriCloud