summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Fix re-sense codeache1996-02-272-8/+12
* rmcd0c: now several ioctls (eject/close/debug/reset/etc.) worksache1996-02-272-116/+142
* Spell tcp_listendrop consistently so that tcp_input.c and netstat compile.bde1996-02-271-2/+2
* Add a prototype for the quotactl system call.mpp1996-02-271-1/+7
* Add a counter for the number of times the listen queue was overflowed toguido1996-02-263-5/+10
* Fix wrong logic, certain rules never matched.phk1996-02-261-2/+2
* Clean up the 3c5x9 driver and add an eisaconf probe to it. This shouldgibbs1996-02-264-376/+514
* 3c5x9.c:gibbs1996-02-267-11/+627
* Add i386/eisa/3c5x9.c, the eisaconf probe for the 3Com 3c579 and thegibbs1996-02-262-2/+4
* Added some delays to the probe. This might fix some incompatible UARTsbde1996-02-253-3/+12
* Don't turn off the motor on active drives. The motor timeout maybde1996-02-253-3/+36
* Removed vestigial support for the obsolete FIFO option. In ext2fsbde1996-02-256-16/+5
* Re-insert a missing pmap_remove operation.dyson1996-02-252-4/+4
* Fix a problem with tracking the modified bit. Eliminate thedyson1996-02-257-278/+319
* Add two sysctl variables that can be read by libutil and libkvm so thatpeter1996-02-242-3/+18
* Make the ipfw LKM work again.phk1996-02-241-3/+3
* Make getsockopt() capable of handling more than one mbuf worth of data.phk1996-02-245-48/+121
* The new firewall functionality:phk1996-02-244-57/+70
* I overlooked this one.phk1996-02-231-1/+6
* Garrett pointed out that the correct place for unix system call argspeter1996-02-233-21/+21
* kern_descrip.c: add fdshare()/fdcopy()peter1996-02-2310-49/+247
* Run makesyscalls to regen the tables.peter1996-02-235-21/+78
* Add hooks for rfork/minherit pair, and reset args of vfork in preperationpeter1996-02-231-2/+24
* Note the syscall numbers used in BSD/OS 2.x. We dont want topeter1996-02-231-10/+9
* Big sweep over the IPFIREWALL and IPACCT code.phk1996-02-239-851/+361
* Make the default behavior of local port assignment match traditionalpeter1996-02-224-30/+163
* Fixed bug in Path MTU Discovery that caused the system to have to re-dg1996-02-222-48/+8
* Add a "NO_SWAPPING" option to disable swapping. This was originally donedg1996-02-222-15/+24
* Fix a problem that select did not work with direct writes. Makedyson1996-02-221-8/+15
* . move out the error and status register def's for wt intojoerg1996-02-223-27/+76
* Removed un-used code.nate1996-02-212-24/+0
* Updated PC-CARD support to contain most of the code from the latestnate1996-02-211-0/+104
* Updated PC-CARD support to contain most of the code from the latestnate1996-02-215-19/+160
* Make the "arpresolve: can't allocate llinfo" error messagefenner1996-02-201-2/+3
* cosmetic fixes plus bring the cdevsw and bdevsw entriesjulian1996-02-191-10/+12
* allow the default tape unit to try figure out what it is rather thanjulian1996-02-191-2/+6
* Remove limit of port I/O addresses to 65K, since PCI specifies 32 bitse1996-02-192-6/+10
* Restore two lines that were erronously deleted with the removal ofse1996-02-191-2/+4
* Make SIMPLE TAG messages the default.se1996-02-181-47/+34
* Return immediately in our interrupt handler if there is nothing to do.gibbs1996-02-181-1/+7
* Add PCI ID for older revision Buslogic 946 cardsgibbs1996-02-181-1/+3
* really stupid mistake that stopped devices from appearing on the fly in mountedjulian1996-02-181-2/+5
* Add: CDU-8003A aka Apple CDROM-300se1996-02-171-1/+8
* Add generic PCI to PCI bridge support.se1996-02-173-46/+177
* Add missing prototype for pipeselwakeup (a recently added function) - gccpeter1996-02-171-1/+2
* This is an extract of changes from what I am currently running...peter1996-02-163-178/+325
* Allow I/O port ranges above the standard ISA one so the PCI probe will succeed.gibbs1996-02-162-13/+12
* finish killing off netns. (For some reason, CVS `undeleted' thesewollman1996-02-1322-6027/+1
* Kill XNS.wollman1996-02-1317-69/+75
* - Properly set the watchdog timer only during transmits.gibbs1996-02-132-52/+70
OpenPOWER on IntegriCloud