summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* If alloc_unr() call in the pipe_create() failed, then pipe->pipe_ino iskib2011-12-011-2/+2
* Revise the sysctl handling code and restructure the hierarchy of sysctlslstewart2011-12-011-45/+51
* Rename vm_page_set_valid() to vm_page_set_valid_range().kib2011-11-302-3/+3
* Make sysclock_active publicly available to external consumers.lstewart2011-11-291-2/+0
* Do away with the somewhat clunky sysclock_ops structure and associated code,lstewart2011-11-291-90/+12
* Make the fbclock_[get]{bin,nano,micro}[up]time() function prototypes public solstewart2011-11-291-12/+12
* Fix an oversight in r227747 by calling fbclock_bin{up}time() directly from thelstewart2011-11-291-5/+5
* Add sysctl to retrieve ps_strings structure location of another process.trociny2011-11-271-0/+57
* In sysctl_kern_proc_auxv the process was released too early: we stilltrociny2011-11-271-5/+7
* Export the "ffclock" feature for kernels compiled with feed-forward clocklstewart2011-11-261-0/+2
* 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
OpenPOWER on IntegriCloud