summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Fix build breakage from previous commit which confused key_abort and key_close.gnn2006-07-221-1/+1
* The KAME project ceased work on IPv6 and IPSec in March of 2006.gnn2006-07-221-76/+0
* Retire debug.mpsafevm. None of the architectures supported in CVS requirealc2006-07-214-36/+3
* Regen.jhb2006-07-217-9/+9
* Clean up the svr4 socket cache and streams code some to make it more easilyjhb2006-07-215-115/+139
* Add conditional VFS Giant locking to svr4_sys_fchroot() and mark it MPSAFE.jhb2006-07-212-20/+22
* Add a comment to explain what fdclose() does and what it's purpose isjhb2006-07-211-0/+8
* - Pass the MPSAFE flag to namei() in linux_uselib() and handle conditionaljhb2006-07-212-25/+26
* If we get an error w/o atapi sense information, just print a newlineimp2006-07-211-0/+2
* Change semantics of socket close and detach. Add a new protocol switchrwatson2006-07-2128-189/+438
* Import from OpenBSD 1.168, dhartmei:mlaier2006-07-211-2/+3
* The contents pointed by ssi_cables[] is never changed so explicitlydelphij2006-07-211-1/+1
* Eliminate OBJ_WRITEABLE. It hasn't been used in a long time.alc2006-07-214-13/+5
* Implement pmap_clear_write().alc2006-07-201-0/+15
* Fix ALT_BREAK_TO_DEBUGGER on the AT91 :cognet2006-07-201-5/+20
* Expand locking coverage slightly to cover if_drv_flags in a few placesjhb2006-07-201-4/+8
* Add pmap_clear_write() to the interface between the virtual memoryalc2006-07-204-6/+3
* Since resetting hardware takes a very long time and results in linkyongari2006-07-202-9/+30
* Protect EEPROM access with the driver lock.yongari2006-07-201-1/+2
* Honor IFF_DRV_OACTIVE in em_start_locked().yongari2006-07-201-0/+3
* Regen.jhb2006-07-194-6/+6
* Add conditional VFS Giant locking to svr4_sys_resolvepath() and mark itjhb2006-07-192-2/+5
* Make svr4_sys_waitsys() a lot less ugly and mark it MPSAFE.jhb2006-07-192-155/+149
* Add a mutex to protect the list of interrupt config hooks. We do assumejhb2006-07-191-11/+21
* Whitespace fix after s/dev_t/struct cdev */.jhb2006-07-191-2/+2
* Call change_dir() instead of duplicating the code in fchdir().jhb2006-07-192-16/+2
* Don't free the sockaddr in kern_bind() and kern_connect() as not alljhb2006-07-192-5/+10
* Disable the pager for 'panic' and 'call' to be paranoid.jhb2006-07-191-0/+2
* Initialize svr4_head during MOD_LOAD rather than on demand.jhb2006-07-192-36/+1
* Convert sk(4) to use the new bus_alloc_resources() API andyongari2006-07-192-46/+43
* Fix race conditions on enumerating pcb lists by moving the initializationups2006-07-1811-29/+93
* Remove unnecessary locking for td_dupfd (it requires no locks).jhb2006-07-181-9/+1
* Update comment.jhb2006-07-181-1/+1
* Add -EB to ${LD} too if we're making a big endian kernel, not anything incognet2006-07-181-0/+1
* Add new kernel config option. NO_SYSCTL_DESCR to omit the descriptions forimp2006-07-182-12/+21
* Drop two unnecessary casts.stefanf2006-07-181-2/+2
* MFamd64alc2006-07-181-36/+69
* Fix build of uma_core.c when DDB is not compiled into the kernel byrwatson2006-07-181-0/+2
* Make sure we use REDUCE32 on the result of do_cksum(), as in_cksum_skip()cognet2006-07-181-2/+13
* Firmware loading improvements:gallatin2006-07-171-13/+95
* If we can't defrag a packet, re-queue it instead of dropping it.cognet2006-07-171-1/+1
* #if => #ifdefcognet2006-07-171-2/+2
* Fix comments.cognet2006-07-172-2/+2
* at91_spi won't compile without spibus, so add it.cognet2006-07-171-0/+1
* Separate functions with a newline.stefanf2006-07-171-0/+1
* Move default GEOM classes from files.ia64, where they were markedmarcel2006-07-172-5/+5
* Chain the bus_dmamap_load() calls when mapping a command with a data CCBjhb2006-07-171-24/+42
* /etc/src.conf wasn't visable for the kernel build.obrien2006-07-171-0/+5
* Rename some variables. This fixes some (but not all) problems on the waynetchild2006-07-174-8/+8
* Prepend temporary sysctls with an underscore.netchild2006-07-171-1/+6
OpenPOWER on IntegriCloud