summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Hopefully, this will fix the problems that some people have been having withjkh1996-03-025-187/+598
* 1) Fix a bug that a buffer is removed from a queue, but thedyson1996-03-022-28/+124
* Update the Connectix QuickCam driver to match my current work.pst1996-03-026-463/+659
* Enable VMIO for non-VDIR metadata and block device.dyson1996-03-023-10/+8
* 1) Eliminate unnecessary bzero of UPAGES.dyson1996-03-028-104/+215
* More b_flags fixes.dyson1996-03-025-16/+16
* Fix a bug that b_flags was getting unnecessarily modified bydyson1996-03-015-15/+15
* Add a new option: DDB_UNATTENDED. Stops machine dropping into DDBgpalmer1996-02-284-4/+27
* Fix media type determination.gibbs1996-02-286-20/+16
* Fix for 3C589C model. This patch allows people with the new models to work andnate1996-02-281-1/+3
* Forgot to remove this file.phk1996-02-281-57/+0
* 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
OpenPOWER on IntegriCloud