summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* more strict sanity check for ESP tailsuz2003-10-221-1/+1
* Some upgrade instructions.harti2003-10-221-0/+14
* This commit was generated by cvs2svn to compensate for changes in r121326,harti2003-10-2210-0/+6498
|\
| * Virgin import of the NgATM SAAL layer shared kernel/user part v0.9.harti2003-10-2210-0/+6498
* Remove a gcc-ism: declaring a variable array at the end of a structureharti2003-10-221-4/+4
* Forgotten commit: If a provider has zero sectorsize, it is anphk2003-10-221-6/+3
* terminate the rx descriptor list with a self-linked entrysam2003-10-221-3/+21
* - Assert that every page found in the active queue is an active page.alc2003-10-221-7/+2
* Turn off ISP_SMPLOCK- not to be turned on again.mjacob2003-10-211-1/+1
* - change scope to zone.ume2003-10-2114-111/+160
* - Assert that the containing vm object is locked inalc2003-10-211-0/+1
* Properly unload the DMA SG list on errors.sos2003-10-211-0/+2
* Fix the DMA problem that most severely hit on the DS3112a SATA chipsos2003-10-215-66/+59
* Change all SYSCTLS which are readonly and have a related TUNABLEsilby2003-10-2127-50/+51
* Add another sysctl flag, CTLFLAG_TUN, which is a hint to the userlandsilby2003-10-211-0/+2
* Line-break sync to the MAC development branch.rwatson2003-10-211-1/+2
* We need to initialize bp->b_offset and bp->b_iooffsetsimokawa2003-10-211-0/+2
* Reject negative ngrp arguments in linux_setgroups() and linux_setgroups16();tjr2003-10-212-2/+2
* Up the alignment requirement of the SC1100 to 16 bytes, it has all the bugs a...sos2003-10-211-2/+4
* Don peril-sensitive sunglasses and mark pipe(2) as MPSAFE. I've beaten upscottl2003-10-216-7/+7
* Retire bio_caller2 (alias for b_io.bio_caller2), this field is reservedphk2003-10-211-4/+1
* Remove KASSERTS on B_PHYS for vmapbuf() and vunmapbuf(), B_PHYS is goingphk2003-10-211-3/+0
* Remove md_bspstore from the MD fields of struct thread. Now thatmarcel2003-10-213-4/+2
* revert default for idle polling to zero until we can resolve thesam2003-10-201-1/+1
* - If a thread is not bound to a kse return 0 from sched_pctcpu().jeff2003-10-201-0/+2
* - Remove some long unused code.alc2003-10-202-11/+0
* Initialize the buf's b_object in pbgetvp(). Clear it in pbrelvp(). (Thisalc2003-10-202-1/+2
* fix build: linux_to_bsd_msf_lba is no longer used because of previous commitsam2003-10-201-12/+0
* enclose IPv6 part with ifdef INET6.ume2003-10-202-4/+6
* Mark dup as MPSAFE. Giant was pushed into dup ages ago, but it looksdwmalone2003-10-206-7/+7
* correct linkmtu handling.ume2003-10-2010-111/+142
* Remember to check the DE_WHITEOUT flag in the case where a clonedphk2003-10-201-4/+9
* If just gcc could make up its mind...sos2003-10-201-1/+1
* Only return valid DMA error bits.sos2003-10-201-1/+1
* Up delay from 10 to 100ms after reset, this helps some slow devicessos2003-10-201-1/+2
* Only announce ECC errors when its only that.sos2003-10-201-2/+2
* Fix some security bugs in the SVR4 emulator:tjr2003-10-206-20/+78
* We dont support CDROMREADAUDIO anymore.sos2003-10-201-18/+1
* Remove no longer existant CDIOCREADAUDIO ioctl.sos2003-10-201-9/+0
* When a driver successfully created a device on demand, we can directlyphk2003-10-201-7/+6
* - Synchronize access to a vm page's valid field using the containingalc2003-10-201-4/+10
* Put the RSE backing store at a fixed address. This change is triggeredmarcel2003-10-202-1/+3
* - Remove comments referring to functions that no longer exist.alc2003-10-201-2/+0
* Various style and type fixes in my last commit.cognet2003-10-201-16/+12
* - Hold the vm object's lock around calls to vm_page_set_validclean().alc2003-10-201-0/+4
* Fix m_head handling in sis_encap so that the correct mbuf is always handedsilby2003-10-191-9/+8
* Fix a problem where m_defrag would allocate a new mbuf to replace thesilby2003-10-192-16/+16
* Add a new macro M_ASSERTVALID which ensures that the mbuf in questionsilby2003-10-192-0/+8
* Add a testcase which validates that the same buffer can be passed tophk2003-10-192-0/+87
* - revert to old rijndael code. new rijndael code broke gbde.ume2003-10-197-1426/+1712
OpenPOWER on IntegriCloud