summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* Lock the smb share before doing a 'put' on it in smbfs_unmount().jhb2006-07-171-0/+3
* Always lock the lockmgr lock when creating an smb connection object ratherjhb2006-07-171-1/+2
* Remove the NDEVFSINO and NDEVFSOVERFLOW options which no longer exists inphk2006-07-1710-28/+0
* Add some casts to make these files more C++ compatible.phk2006-07-172-7/+7
* Remove config(8)'s knowledge about NMBCLUSTERS, no code in /sysphk2006-07-172-5/+1
* Ensure that vm_object_deallocate() doesn't dereference a stale objectalc2006-07-171-6/+13
* Restore the status quo before my last commit. Prior to it, sio tookimp2006-07-171-2/+2
* Now that free_pv_entry() accesses the pmap, call free_pv_entry() inalc2006-07-172-2/+4
* Change comment on soabort() to more accurately describe how/whenrwatson2006-07-161-12/+12
* Remove sysctl_vm_zone() and vm.zone sysctl from 7.x. As of 6.x,rwatson2006-07-161-80/+0
* correct ie length check; need to include fixed part of iesam2006-07-161-4/+4
* MFamd64alc2006-07-161-6/+3
OpenPOWER on IntegriCloud