summaryrefslogtreecommitdiffstats
path: root/sys/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* Update copyright header to match rest of ATA.sos2006-01-231-3/+1
* Regen.davidxu2006-01-223-3/+3
* Fix m_getjcl() the right way this time.andre2006-01-201-1/+3
* m_getjcl() should return the address of the mbuf, not theandre2006-01-201-1/+1
* Add the RB_PROTOTYPE_STATIC and RB_GENERATE_STATIC macros.jasone2006-01-191-18/+28
* Return the thread name in the kinfo_proc structure.julian2006-01-181-2/+2
* Duh! put the thread name into the section that is zero'd on allocationjulian2006-01-181-1/+1
* Congratulations, we now have a place for a thread to store its name.julian2006-01-181-0/+1
* Add a new file (kern/subr_lock.c) for holding code related to structjhb2006-01-172-7/+9
* Update a stale comment.jhb2006-01-171-1/+1
* Garbage collect turnstile_empty() since it is unused.jhb2006-01-171-4/+2
* Fix an 11 year old mistake: Let the hash functions take a void* insteadphk2006-01-171-2/+2
OpenPOWER on IntegriCloud