summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Removed MULTICAST ifdef's; it's no longer optional. Cleaned up code adg1994-09-072-392/+192
* unifdef -DMULTICAST, since multicast support is always enabled in 4.4.wollman1994-09-072-40/+2
* Initial get-the-easy-case-working upgrade of the multicast codewollman1994-09-0614-937/+2404
* This commit was generated by cvs2svn to compensate for changes in r2528,se1994-09-061-0/+310
|\
| * Reviewed by: Stefan Esser <se>se1994-09-061-0/+310
* | Reviewed by: Stefan Esser <se>se1994-09-062-4/+6
* | Reviewed by: Stefan Esser <se>se1994-09-062-4/+4
* | Disabled a debugging printf.dg1994-09-061-1/+3
* | Simple changes to paging algorithms...but boy do they make a difference.dg1994-09-062-21/+100
* | Reviewed by:ats1994-09-055-13/+8
* | Reviewed by:ats1994-09-052-8/+136
* | Get rid of a superfluous echo.jkh1994-09-053-6/+3
* | Remove symlink before remaking it for libkern.ajkh1994-09-053-6/+9
* | Fix comments.bde1994-09-053-18/+15
* | 386bsd -> kernel in strings.bde1994-09-051-3/+3
* | DOn't allow I/O register access in process 1 (oops).dg1994-09-053-18/+6
* | Improved some comments.dg1994-09-043-6/+6
* | Detect if we're running on a Cyrix 486DLC and enable automatic cachepst1994-09-049-11/+211
* | Rewrote last vestige of code that used gs (copyinstr). The use of gs indg1994-09-043-144/+105
* | Added pmap_mapdev() function to map device memory.dg1994-09-042-2/+70
* | 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
OpenPOWER on IntegriCloud