aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Garrett pointed out that the correct place for unix system call argsPeter Wemm1996-02-233-21/+21
* kern_descrip.c: add fdshare()/fdcopy()Peter Wemm1996-02-2310-49/+247
* Run makesyscalls to regen the tables.Peter Wemm1996-02-235-21/+78
* Add hooks for rfork/minherit pair, and reset args of vfork in preperationPeter Wemm1996-02-231-2/+24
* Note the syscall numbers used in BSD/OS 2.x. We dont want toPeter Wemm1996-02-231-10/+9
* Big sweep over the IPFIREWALL and IPACCT code.Poul-Henning Kamp1996-02-239-850/+360
* Make the default behavior of local port assignment match traditionalPeter Wemm1996-02-224-30/+163
* Fixed bug in Path MTU Discovery that caused the system to have to re-David Greenman1996-02-222-48/+8
* Add a "NO_SWAPPING" option to disable swapping. This was originally doneDavid Greenman1996-02-222-15/+24
* Fix a problem that select did not work with direct writes. MakeJohn Dyson1996-02-221-8/+15
* . move out the error and status register def's for wt intoJoerg Wunsch1996-02-223-27/+76
* Removed un-used code.Nate Williams1996-02-212-24/+0
* Updated PC-CARD support to contain most of the code from the latestNate Williams1996-02-211-0/+104
* Updated PC-CARD support to contain most of the code from the latestNate Williams1996-02-215-19/+160
* Make the "arpresolve: can't allocate llinfo" error messageBill Fenner1996-02-201-2/+3
* cosmetic fixes plus bring the cdevsw and bdevsw entriesJulian Elischer1996-02-191-10/+12
* allow the default tape unit to try figure out what it is rather thanJulian Elischer1996-02-191-2/+6
* Remove limit of port I/O addresses to 65K, since PCI specifies 32 bitStefan Eßer1996-02-192-6/+10
* Restore two lines that were erronously deleted with the removal ofStefan Eßer1996-02-191-2/+4
* Make SIMPLE TAG messages the default.Stefan Eßer1996-02-181-47/+34
* Return immediately in our interrupt handler if there is nothing to do.Justin T. Gibbs1996-02-181-1/+7
* Add PCI ID for older revision Buslogic 946 cardsJustin T. Gibbs1996-02-181-1/+3
* really stupid mistake that stopped devices from appearing on the fly in mountedJulian Elischer1996-02-181-2/+5
* Add: CDU-8003A aka Apple CDROM-300Stefan Eßer1996-02-171-1/+8
* Add generic PCI to PCI bridge support.Stefan Eßer1996-02-173-46/+177
* Add missing prototype for pipeselwakeup (a recently added function) - gccPeter Wemm1996-02-171-1/+2
* This is an extract of changes from what I am currently running...Peter Wemm1996-02-163-176/+323
* Allow I/O port ranges above the standard ISA one so the PCI probe will succeed.Justin T. Gibbs1996-02-162-13/+12
* finish killing off netns. (For some reason, CVS `undeleted' theseGarrett Wollman1996-02-1322-6027/+1
* Kill XNS.Garrett Wollman1996-02-1317-69/+75
* - Properly set the watchdog timer only during transmits.Justin T. Gibbs1996-02-132-52/+70
* rewrap some long lines.Poul-Henning Kamp1996-02-131-6/+8
* use devfs_add_devswf and avoid local variable.Poul-Henning Kamp1996-02-133-15/+9
* Correct & Update the printing of CPU features. We have printed rubbishPoul-Henning Kamp1996-02-132-6/+40
* Physically ask for leadout entry instead of asking ofAndrey A. Chernov1996-02-131-22/+39
* Implement CDIOCSTARTAndrey A. Chernov1996-02-132-4/+8
* Recognize NRC MBR-7.4 tooAndrey A. Chernov1996-02-121-2/+2
* Correct the PCI ID for the Buslogic 946.Justin T. Gibbs1996-02-121-2/+2
* 4.4Lite2 implemented the LIST_INSERT_BEFORE and TAILQ_INSERT_BEFOREJustin T. Gibbs1996-02-121-2/+2
* Add ifdefs for non-freebsd system usage. Add missing select wakeups,John Dyson1996-02-111-27/+63
* Fixed a really bogus problem with msync ripping pages away fromJohn Dyson1996-02-111-8/+9
* Make tundebug sysctl writable.Poul-Henning Kamp1996-02-091-1/+1
* Add some missing requests for the read-side to wakeup the write-side. AlsoJohn Dyson1996-02-091-2/+11
* If a slow input queue was defined by the driver, initialize it.Garrett Wollman1996-02-081-1/+13
* #if out unsupported IMP code.Garrett Wollman1996-02-081-1/+3
* Close kern/627 - panic if syscons not attachedPaul Traina1996-02-083-3/+9
* Close kern/614 - wait up to an hour for a tape operation like "fsf" (slow dri...Paul Traina1996-02-081-2/+2
* Add a couple of macros I expect to need.Garrett Wollman1996-02-071-1/+4
* Comment out netccitt, netimp, and netiso entries, since weGarrett Wollman1996-02-071-72/+72
* Define a new socket option, SO_PRIVSTATE. Getting it returns the stateGarrett Wollman1996-02-072-2/+12