| Commit message (Expand) | Author | Age | Files | Lines |
* | Removed MULTICAST ifdef's; it's no longer optional. Cleaned up code a | dg | 1994-09-07 | 2 | -392/+192 |
* | unifdef -DMULTICAST, since multicast support is always enabled in 4.4. | wollman | 1994-09-07 | 2 | -40/+2 |
* | Initial get-the-easy-case-working upgrade of the multicast code | wollman | 1994-09-06 | 14 | -937/+2404 |
* | This commit was generated by cvs2svn to compensate for changes in r2528, | se | 1994-09-06 | 1 | -0/+310 |
|\ |
|
| * | Reviewed by: Stefan Esser <se> | se | 1994-09-06 | 1 | -0/+310 |
* | | Reviewed by: Stefan Esser <se> | se | 1994-09-06 | 2 | -4/+6 |
* | | Reviewed by: Stefan Esser <se> | se | 1994-09-06 | 2 | -4/+4 |
* | | Disabled a debugging printf. | dg | 1994-09-06 | 1 | -1/+3 |
* | | Simple changes to paging algorithms...but boy do they make a difference. | dg | 1994-09-06 | 2 | -21/+100 |
* | | Reviewed by: | ats | 1994-09-05 | 5 | -13/+8 |
* | | Reviewed by: | ats | 1994-09-05 | 2 | -8/+136 |
* | | Get rid of a superfluous echo. | jkh | 1994-09-05 | 3 | -6/+3 |
* | | Remove symlink before remaking it for libkern.a | jkh | 1994-09-05 | 3 | -6/+9 |
* | | Fix comments. | bde | 1994-09-05 | 3 | -18/+15 |
* | | 386bsd -> kernel in strings. | bde | 1994-09-05 | 1 | -3/+3 |
* | | DOn't allow I/O register access in process 1 (oops). | dg | 1994-09-05 | 3 | -18/+6 |
* | | Improved some comments. | dg | 1994-09-04 | 3 | -6/+6 |
* | | Detect if we're running on a Cyrix 486DLC and enable automatic cache | pst | 1994-09-04 | 9 | -11/+211 |
* | | Rewrote last vestige of code that used gs (copyinstr). The use of gs in | dg | 1994-09-04 | 3 | -144/+105 |
* | | Added pmap_mapdev() function to map device memory. | dg | 1994-09-04 | 2 | -2/+70 |
* | | Initialize eflags register - brought over from 1.1.5. | dg | 1994-09-04 | 3 | -6/+21 |
* | | Make it possible to run lptcontrol on a printer port which does not | csgr | 1994-09-03 | 1 | -5/+23 |
* | | Reviewed by: | ats | 1994-09-03 | 4 | -154/+494 |
* | | Newly implemented ioctls list: | ache | 1994-09-03 | 4 | -492/+690 |
* | | make id_iobase an int - the change to a u_short broke lpt, | csgr | 1994-09-03 | 1 | -2/+2 |
* | | Reviewed by: | ats | 1994-09-02 | 2 | -2/+6 |
* | | Reviewed by: | ats | 1994-09-02 | 5 | -10/+10 |
* | | Restore some explicit dependencies for locore.s so that "make clean; make" | bde | 1994-09-02 | 3 | -6/+6 |
* | | Added entry for if_lnc.c, soon to be added new Lancef amily ethernet | paul | 1994-09-02 | 2 | -2/+4 |
* | | Whoops, accidently left out some pieces of the munmapfd patch. | dg | 1994-09-02 | 3 | -7/+9 |
* | | Make sure that uio_resid isn't negative in read(). | dg | 1994-09-02 | 1 | -1/+5 |
* | | panic if length is < 0 in ffs_truncate(). | dg | 1994-09-02 | 1 | -1/+3 |
* | | Disallow truncating to negative file sizes. Doing so causes ffs_truncate() | dg | 1994-09-02 | 2 | -2/+10 |
* | | munmapfd() was being called with one too few params - bug introduced | dg | 1994-09-02 | 1 | -2/+2 |
* | | Converted P_LINK -> P_FORW, P_RLINK -> P_BACK, minor optimization. | dg | 1994-09-02 | 5 | -189/+174 |
* | | Make olstat() consistent with lstat() - so they both return the same | dg | 1994-09-02 | 2 | -14/+74 |
* | | Removed all vestiges of tlbflush(). Replaced them with calls to pmap_update(). | dg | 1994-09-02 | 12 | -88/+61 |
* | | It's not necessary to make page tables write-through, so get rid of this | dg | 1994-09-02 | 3 | -9/+9 |
* | | Fixed bug that caused system processes to run at realtime priority. | dg | 1994-09-01 | 1 | -4/+3 |
* | | Changed MAX to max. | dg | 1994-09-01 | 1 | -1/+1 |
* | | Realtime priority scheduling support. | dg | 1994-09-01 | 3 | -5/+7 |
* | | Realtime priority scheduling support. | dg | 1994-09-01 | 14 | -37/+415 |
* | | Got rid of some old, unused junk. | dg | 1994-09-01 | 2 | -52/+2 |
* | | Got rid of redundant declaration, and changed IFF_LLC0 to IFF_LINK0. | dg | 1994-09-01 | 1 | -7/+5 |
* | | Added ze driver (brought over from 1.1.5). | dg | 1994-09-01 | 2 | -2/+4 |
* | | Submitted by: Stefan Esser <se@ZPR.Uni-Koeln.DE> | se | 1994-09-01 | 1 | -2/+7 |
* | | Submitted by: Stefan Esser <se@ZPR.Uni-Koeln.DE> | se | 1994-09-01 | 2 | -6/+8 |
* | | Submitted by: Wolfgang Stanglmeier <wolf@dentaro.GUN.de> | se | 1994-09-01 | 4 | -77/+523 |
* | | This commit was generated by cvs2svn to compensate for changes in r2432, | se | 1994-09-01 | 11 | -0/+15435 |
|\ \
| |/ |
|
| * | Submitted by: Wolfgang Stanglmeier <wolf@dentaro.GUN.de> + Stefan Esser <se> | se | 1994-09-01 | 11 | -0/+15435 |