summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Two fixes to the out-of-swap process termination code. First, start killingdillon2001-06-093-3/+44
* fix RCS ID style nitobrien2001-06-091-1/+1
* First approximation of an ia64 EFI loader. Not functional.dfr2001-06-0950-0/+8264
* Bump __FreeBSD_version to reflect machine/ioctl_fd.c moving to sys/fdcio.hbrian2001-06-091-1/+1
* First stab at adding back in CL-PD6729 support.imp2001-06-091-1/+15
* Add PC9801-102 CBUS card to the list of plug and play devices. Someimp2001-06-092-0/+4
* ID style nit.obrien2001-06-091-1/+1
* Fix style of defines.obrien2001-06-095-199/+199
* Style fix FreeBSD ID, and change continuation style slightly.obrien2001-06-091-4/+3
* Go ahead and request 0x44000000 through 0xfffffff instead of justimp2001-06-081-1/+1
* Sync up to v 1.9 of NetBSD's db_trace.c to get access to thegallatin2001-06-083-72/+328
* Catch up to csareg.h rev 1.3.tanimura2001-06-081-4/+7
* Add support for yet another Promise ATA100 variantsos2001-06-082-8/+13
* The TI-1031 is more like the TI-113x chips rather than the 12xx orimp2001-06-081-2/+3
* "Fix" the previous initial attempt at fixing TUNABLE_INT(). This timepeter2001-06-0814-33/+72
* enable vchan buildingcg2001-06-072-2/+2
* enable vchan compilationcg2001-06-071-1/+2
* lock sound device when adding/removing channelscg2001-06-074-20/+102
* Quiet the READ_TOC errors that can appear on empty CDR's.sos2001-06-071-2/+2
* Move IPFilter into contrib.jlemon2001-06-0720-14535/+0
* Relocate IPFilter from sys/netinet to sys/contrib/ipfilter.jlemon2001-06-077-10/+28
* Back out part of my previous commit. This was a last minute changepeter2001-06-0713-21/+21
* Call vn_close on the backing file vnode if ufs_extattr_enable failed totmm2001-06-071-1/+4
* Fix an instance of NDINIT in the extattrctl syscall: LOCKLEAF was or'edtmm2001-06-062-2/+2
* Add PnP IDs for AHA-1530 and AHA-1520 cards.imp2001-06-061-1/+7
* Make the TUNABLE_*() macros look and behave more consistantly like thepeter2001-06-0614-72/+80
* - Remember to set the 'extsts enable' bit in the CFG register to enable thewpaul2001-06-062-16/+16
* We don't need to hold a lock just to test a flag.jhb2001-06-061-5/+1
* Activate the kthread mechanism for doing usb bus discovery. This meanspeter2001-06-062-49/+48
* Style fixes from Saschaphk2001-06-061-4/+3
* Silby's take one on increasing FreeBSD's resistance to SYN floods:jesper2001-06-062-2/+28
* Disable extra TCP/UCP checksum checking in nge_rxeof() for now.wpaul2001-06-061-0/+2
* Use LGE_INC() macro to increment tx producer index in lge_encap().wpaul2001-06-061-2/+3
* Add a wrapper for the fifo kqfilter which falls through to the ufs routine.jlemon2001-06-061-0/+19
* The kq write filter was hooked up to the wrong socket, and thus wasjlemon2001-06-061-4/+11
* hold the vm_mtx around vm_map_lookup_entry() and vm_map_findspace()gallatin2001-06-061-1/+4
* Unbreak setregid(2).ru2001-06-061-0/+2
* Apparently, the vm_mtx must be held around vm_map_find(). I'm assuminggallatin2001-06-061-0/+3
* Sorry, an "ARCHIVE Python 06408" does not need SA_QUIRK_NOCOMP.non2001-06-061-1/+1
* Fixed missing parentheses in the definition of KTR_COMPILE. KTR_COMPILEbde2001-06-062-2/+2
* Nuke the various poorly maintained copies of ioctl_fd.h. The file isjoerg2001-06-067-413/+4
* Lock VM Giant prior to locking a vm map.tanimura2001-06-061-0/+7
* Don't hold sched_lock across addupc_task().jhb2001-06-065-5/+5
* Use bus_space when reading CIS. This allows us to access it in 8 bitimp2001-06-051-7/+11
* In lge_detach(), don't contigfree() the jumbogram buffer memory;wpaul2001-06-051-1/+0
* Commit part of the patch that I have for card eject problems with theimp2001-06-051-0/+5
* Make the FDC (state machine) state an enum, as opposed to an intjoerg2001-06-053-33/+17
* Fix mindo:wpaul2001-06-051-1/+1
* Now works again and as a module and with devfs.shafeeq2001-06-056-18/+146
* Fix botch for state levels. Role minor release. Start adding code for amjacob2001-06-053-10/+14
OpenPOWER on IntegriCloud