aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Reduce debug messages.Hidetoshi Shimokawa2003-10-231-2/+4
* Allow access to the field if it is within the region size rounded upNate Lawson2003-10-221-0/+19
* Add the ACPICA_PEDANTIC option which is off by default. Enabling it willNate Lawson2003-10-223-3/+13
* mac_Finish break-out of kern_mac.c into parts:Robert Watson2003-10-223-8268/+15
* Variable cleanup following break-out of kern_mac.c into sys/security/mac:Robert Watson2003-10-223-48/+30
* Rename error_select() to mac_error_select(), and unstaticize so itRobert Watson2003-10-223-15/+12
* Hook up to the build for options MAC:Robert Watson2003-10-221-0/+5
* Remove non-VFS related code from mac_vfs.c. Leave:Robert Watson2003-10-221-2987/+5
* Fix a braino memory leak.Poul-Henning Kamp2003-10-221-1/+1
* Remove non-system bits from mac_system.c. Leave:Robert Watson2003-10-221-3692/+2
* Remove non-credential/process-related bits from mac_process.c. Leave:Robert Watson2003-10-221-3473/+8
* Remove non-pipe code from mac_pipe.c. Leave:Robert Watson2003-10-221-3712/+5
* we have ppsratecheck().Hajimu UMEMOTO2003-10-222-74/+1
* Remove non-network related contents from mac_net.c. Leave:Robert Watson2003-10-221-3027/+3
* IP6Q_LOCK_CHECK -> IP6Q_LOCK_ASSERT.Hajimu UMEMOTO2003-10-221-6/+6
* Initialize bp->b_offset to the physical offset in partitionTor Egge2003-10-221-6/+5
* drop the code of HAVE_NRL_INPCB part. our system doesn'tHajimu UMEMOTO2003-10-223-63/+0
* The following shared types/constants/interfaces/... are requiredRobert Watson2003-10-221-3756/+70
* - Retire vm_pageout_page_free(). Instead, use vm_page_select_cache() fromAlan Cox2003-10-223-41/+14
* pretect ip6 reassemble queue by use of mutex.Hajimu UMEMOTO2003-10-221-45/+16
* - implement lock around IPv6 reassembly, to avoid panic due toHajimu UMEMOTO2003-10-224-16/+99
* protect sid_default and sid.Hajimu UMEMOTO2003-10-221-1/+36
* reduce calling in6_addr2zoneid().Hajimu UMEMOTO2003-10-221-6/+6
* protect by IFNET_RLOCK.Hajimu UMEMOTO2003-10-221-0/+2
* more strict sanity check for ESP tailSUZUKI Shinsuke2003-10-221-1/+1
* Some upgrade instructions.Hartmut Brandt2003-10-221-0/+14
* This commit was generated by cvs2svn to compensate for changes in r121326,Hartmut Brandt2003-10-2210-0/+6498
|\
| * Virgin import of the NgATM SAAL layer shared kernel/user part v0.9.Hartmut Brandt2003-10-2210-0/+6498
* Remove a gcc-ism: declaring a variable array at the end of a structureHartmut Brandt2003-10-221-4/+4
* Forgotten commit: If a provider has zero sectorsize, it is anPoul-Henning Kamp2003-10-221-6/+3
* terminate the rx descriptor list with a self-linked entrySam Leffler2003-10-221-3/+21
* - Assert that every page found in the active queue is an active page.Alan Cox2003-10-221-7/+2
* Turn off ISP_SMPLOCK- not to be turned on again.Matt Jacob2003-10-211-1/+1
* - change scope to zone.Hajimu UMEMOTO2003-10-2114-111/+160
* - Assert that the containing vm object is locked inAlan Cox2003-10-211-0/+1
* Properly unload the DMA SG list on errors.Søren Schmidt2003-10-211-0/+2
* Fix the DMA problem that most severely hit on the DS3112a SATA chipSøren Schmidt2003-10-215-66/+59
* Change all SYSCTLS which are readonly and have a related TUNABLEMike Silbersack2003-10-2127-50/+51
* Add another sysctl flag, CTLFLAG_TUN, which is a hint to the userlandMike Silbersack2003-10-211-0/+2
* Line-break sync to the MAC development branch.Robert Watson2003-10-211-1/+2
* We need to initialize bp->b_offset and bp->b_iooffsetHidetoshi Shimokawa2003-10-211-0/+2
* Reject negative ngrp arguments in linux_setgroups() and linux_setgroups16();Tim J. Robbins2003-10-212-2/+2
* Up the alignment requirement of the SC1100 to 16 bytes, it has all the bugs a...Søren Schmidt2003-10-211-2/+4
* Don peril-sensitive sunglasses and mark pipe(2) as MPSAFE. I've beaten upScott Long2003-10-216-7/+7
* Retire bio_caller2 (alias for b_io.bio_caller2), this field is reservedPoul-Henning Kamp2003-10-211-4/+1
* Remove KASSERTS on B_PHYS for vmapbuf() and vunmapbuf(), B_PHYS is goingPoul-Henning Kamp2003-10-211-3/+0
* Remove md_bspstore from the MD fields of struct thread. Now thatMarcel Moolenaar2003-10-213-4/+2
* revert default for idle polling to zero until we can resolve theSam Leffler2003-10-201-1/+1
* - If a thread is not bound to a kse return 0 from sched_pctcpu().Jeff Roberson2003-10-201-0/+2
* - Remove some long unused code.Alan Cox2003-10-202-11/+0