summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* Move cpu_set_upcall(newtd, td) up before the first call ofpho2011-12-091-2/+2
* - Fix ktrace leakage if error is seteadler2011-12-081-1/+1
* Eliminate stale numbers from a comment.alc2011-12-071-5/+2
* Eliminate the possibility of 32-bit arithmetic overflow in the calculationalc2011-12-071-4/+4
* Most users of pipe(2) do not call fstat(2) on the returned pipe descriptors.kib2011-12-061-9/+28
* Really protect kern.proc.ps_strings sysctls with p_candebug(). Thistrociny2011-12-061-1/+1
* Protect kern.proc.auxv and kern.proc.ps_strings sysctls with p_candebug().trociny2011-12-051-2/+4
* Add a missing curly bracketkevlo2011-12-051-0/+1
* critical_exit: ignore td_owepreempt if kdb_active is setavg2011-12-041-1/+1
* In sysctl_kern_proc_ps_strings() there is no much sense in checkingtrociny2011-12-041-8/+0
* Make sure the description of pause() ishselasky2011-12-031-1/+2
* - Fix typos s/(more|less) then|\1 than/eadler2011-12-031-5/+5
* Use umtx_copyin_timeout() to copy and check timeout parameter.pho2011-12-031-5/+1
* Add umtx_copyin_timeout() and move parameter checks here.pho2011-12-031-53/+25
* Rename copyin_timeout32 to umtx_copyin_timeout32 and move parameterpho2011-12-031-42/+18
* It doesn't make much sense to check whether child is NULL after alreadymarius2011-12-021-4/+5
* - In device_probe_child(9) check the return value of device_set_driver(9)marius2011-12-021-11/+15
* When changing the user priority of a thread, change the real priorityjhb2011-12-021-2/+3
* 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
OpenPOWER on IntegriCloud