summaryrefslogtreecommitdiffstats
path: root/sys/sys
Commit message (Expand)AuthorAgeFilesLines
* Use vn_start_secondary_write() and vn_finished_secondary_write() as ategge2006-03-082-0/+7
* Add USB modes.sos2006-03-051-0/+3
* Add two new ATAPI commands.sos2006-03-051-0/+2
* Cast the pointer to void * before casting it back to struct type * inmux2006-03-031-1/+1
* Add signal set sq_kill to sigqueue structure, the member saves alldavidxu2006-03-021-2/+3
* - Move softdep from using a global worklist to per-mount worklists. Thisjeff2006-03-022-5/+0
* Assert proper use of bio_caller1, bio_caller2, bio_cflags, bio_driver1,pjd2006-03-011-0/+5
* Regenerate.davidxu2006-03-013-56/+56
* s/timer_t/int/gdavidxu2006-03-011-1/+1
* Let kernel POSIX timer code and mqueue code to use integer as a resourcedavidxu2006-03-011-2/+2
* Allow PHOLD()'s of curproc even if P_WEXIT is set. Normally we don't wantjhb2006-02-281-1/+2
* Fix 32bit sendfile by implementing kern_sendfile so that it takesps2006-02-281-0/+3
* MFp4:marcel2006-02-241-0/+21
* MFp4:marcel2006-02-241-17/+17
* Close some races between procfs/ptrace and exit(2):jhb2006-02-221-0/+3
* Replace the 4k fixed sized jumbo mbuf clusters with PAGE_SIZE sizedandre2006-02-172-12/+12
* Make sysctl_msec_to_ticks(SYSCTL_HANDLER_ARGS) generally available insteadandre2006-02-161-0/+1
* Fix a long standing race between sleep queue and threaddavidxu2006-02-152-5/+3
* CPU time accounting speedup (step 2)phk2006-02-112-2/+8
* Add an OpenIPMI mostly compatible driver. This driver was developedambrisko2006-02-101-0/+119
* Simplify system time accounting for profiling.phk2006-02-081-2/+2
* Modify the way we account for CPU time spent (step 1)phk2006-02-073-2/+5
* - Always call exec_free_args() in kern_execve() instead of doing it in alljhb2006-02-061-1/+0
* Add a kern_eaccess() function and use it to implement xenix_eaccess()jhb2006-02-061-0/+2
* - Add a ref count to the mount structure. Sleep for up to 3 seconds injeff2006-02-061-7/+21
* - Add the global 'rebooting' variable that is used to detect whenjeff2006-02-061-0/+1
* Add members pl_sigmask and pl_siglist into ptrace_lwpinfo to get lwp'sdavidxu2006-02-061-0/+4
* Regenerate.rwatson2006-02-063-3/+3
* Add AUDITVNODE[12] flags to namei(), which cause namei() to audit pathrwatson2006-02-051-1/+3
* Regenerate.davidxu2006-02-053-5/+12
* Implement thr_set_name to set a name for thread.davidxu2006-02-051-1/+1
* Regenerate.rwatson2006-02-033-3/+3
* Implement SIOCGIFCONF for 32bit binaries.ps2006-02-021-0/+3
* Regenerate.rwatson2006-02-023-4/+3
* Add new fields to process-related data structures:rwatson2006-02-021-0/+4
* Use off_t for file size passed to vnode_create_vobject().yar2006-02-011-1/+1
* Fix a typo and match the copyright on rwlock.h.jhb2006-01-311-3/+7
* Merge the //depot/user/yar/vlan branch into CVS. It contains some collectiveglebius2006-01-301-0/+5
* Fix typo.glebius2006-01-301-1/+1
* firmware(9) is a subsystem to load binary data into the kernel via amlaier2006-01-291-0/+61
* Add _rwlock.h, apparently missed from the rwlock.h commit.scottl2006-01-281-0/+39
* Add a basic reader/writer lock implementation to the kernel. Thisjhb2006-01-272-0/+193
* Oops, commit missed file from the previous change to enable multiplejhb2006-01-271-0/+1
* - Add support for having both a shared and exclusive queue of threads injhb2006-01-271-5/+13
* Add a new macro wrapper WITNESS_CHECK() around the witness_warn() function.jhb2006-01-271-0/+4
* Analogous to __printflike and __scanflike, add the macro __format_arg whichstefanf2006-01-261-0/+2
* Version bump for pts import.cognet2006-01-261-1/+1
* Bring in a sysv-style pts implementation, as found in the rwatson_pts perforc...cognet2006-01-261-1/+1
* Axe KTR_ALQ_MASK now that KTR_WITNESS is off unless you hack an #ifdefjhb2006-01-251-3/+0
* - Add a new KTR_SUBSYS in place of KTR_SPARE1 to serve as a subsystemjhb2006-01-241-2/+7
OpenPOWER on IntegriCloud