summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
...
* Add sysctl to get process resource limits.trociny2011-11-241-0/+46
* Fix a race between getvnode() dereferencing half-constructed filekib2011-11-241-1/+14
* Fix build without INVARIANTS.trociny2011-11-231-0/+2
* Rename device_delete_all_children() into device_delete_children().hselasky2011-11-221-1/+1
* Style change.hselasky2011-11-221-2/+2
* Add new sysctls, KERN_PROC_ENV and KERN_PROC_AUXV, to returntrociny2011-11-221-5/+402
* - Add Pulse-Per-Second timestamping using raw ffcounter and correspondinglstewart2011-11-211-0/+65
* Introduce the same mutex-wise fix in r227758 for sx locks.attilio2011-11-211-4/+4
* Remove no more relevant XXXRW comments since accessing the vmspace is nowpluknet2011-11-211-2/+2
* Use the acquired reference to the vmspace instead of direct dereferencingpluknet2011-11-211-1/+1
* - Add the ffclock_getcounter(), ffclock_getestimate() and ffclock_setestimate()lstewart2011-11-216-9/+208
* Introduce macro stubs in the mutex implementation that will be alwaysattilio2011-11-201-2/+2
* Given that the typical usage of pause() is pause("zzz", hz / N), where N canhselasky2011-11-201-1/+1
* Minor style change:hselasky2011-11-201-10/+9
* - Provide a sysctl interface to change the active system clock at runtime.lstewart2011-11-202-2/+532
* Provide high-level functions to access the feed-forward absolute and differencelstewart2011-11-201-0/+129
* Core structure and functions to support a feed-forward clock within the kernel.lstewart2011-11-192-1/+456
* Simplify the usb_pause_mtx() function by factoring out the generic partshselasky2011-11-191-5/+23
* Move the device_delete_all_children() function from usb_util.chselasky2011-11-191-0/+33
* Existing VOP_VPTOCNP() interface has a fatal flow that is critical forkib2011-11-192-18/+49
* Regenerate system call tables.ed2011-11-193-5/+5
* Improve *access*() parameter name consistency.ed2011-11-192-20/+20
* Do not increment the parent firmware's reference count when any othernp2011-11-191-5/+5
* Added check for negative seconds value. Found by syscall() fuzzing.pho2011-11-181-1/+2
* Consistently use process spin lock for protection of thekib2011-11-181-1/+6
* Add unicode support to msdosfs and smbfs; original pathes from imura,kevlo2011-11-181-0/+15
* Constify arguments for locking KPIs where possible.pjd2011-11-166-56/+59
* Constify stack argument for functions that don't modify it.pjd2011-11-161-9/+9
* As it turns out, r186347 actually is insufficient to avoid the use of themarius2011-11-151-44/+31
* Reformat comment to be more readable in standard Xterm.obrien2011-11-151-13/+18
* Remove a few bits of FreeBSD 2.x compatibility code.rmh2011-11-141-3/+0
* - Split out a kern_posix_fadvise() from the posix_fadvise() system call sojhb2011-11-141-26/+31
* Constify args to copyiniov and copyinuio.alfred2011-11-141-2/+2
* To limit amount of the kernel memory allocated, and to optimize thekib2011-11-131-3/+63
* Style.kib2011-11-111-2/+1
* Guard against the unlikely case of the alias path containing the '%' symbols.kib2011-11-111-1/+1
* Correct the types of the arguments to return probes of the syscallrstone2011-11-112-5/+1889
* Simplify the code emitted by makeobjops.awk slightly.ed2011-11-091-1/+1
* Make kobj_methods constant.ed2011-11-081-1/+1
* The in-kernel CTF parser caches the result of its first attempt to parserstone2011-11-081-1/+1
* Introduce the option VFS_ALLOW_NONMPSAFE and turn it on by default onattilio2011-11-081-0/+15
* Add KVME_FLAG_SUPER and use it in sysctl_kern_proc_vmmap for markingtrociny2011-11-071-2/+11
* In lim_fork() assert that processes locks are held.trociny2011-11-071-0/+4
* Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.ed2011-11-0728-34/+49
* Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs.ed2011-11-079-9/+9
* Add KLD_DEBUG option.fjoe2011-11-061-0/+1
* Regen.jhb2011-11-043-4/+33
* Add the posix_fadvise(2) system call. It is somewhat similar tojhb2011-11-046-18/+264
* Move the cleanup of f_cdevpriv when the reference count of a devfsjhb2011-11-041-6/+0
* Disable interrupt and preemption for smp_rendezvous() also in theattilio2011-11-031-0/+12
OpenPOWER on IntegriCloud