summaryrefslogtreecommitdiff
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
...
* Add umtx_copyin_timeout() and move parameter checks here.Peter Holm2011-12-031-53/+25
* Rename copyin_timeout32 to umtx_copyin_timeout32 and move parameterPeter Holm2011-12-031-42/+18
* It doesn't make much sense to check whether child is NULL after alreadyMarius Strobl2011-12-021-4/+5
* - In device_probe_child(9) check the return value of device_set_driver(9)Marius Strobl2011-12-021-11/+15
* When changing the user priority of a thread, change the real priorityJohn Baldwin2011-12-021-2/+3
* If alloc_unr() call in the pipe_create() failed, then pipe->pipe_ino isKonstantin Belousov2011-12-011-2/+2
* Revise the sysctl handling code and restructure the hierarchy of sysctlsLawrence Stewart2011-12-011-45/+51
* Rename vm_page_set_valid() to vm_page_set_valid_range().Konstantin Belousov2011-11-302-3/+3
* Make sysclock_active publicly available to external consumers.Lawrence Stewart2011-11-291-2/+0
* Do away with the somewhat clunky sysclock_ops structure and associated code,Lawrence Stewart2011-11-291-90/+12
* Make the fbclock_[get]{bin,nano,micro}[up]time() function prototypes public soLawrence Stewart2011-11-291-12/+12
* Fix an oversight in r227747 by calling fbclock_bin{up}time() directly from theLawrence Stewart2011-11-291-5/+5
* Add sysctl to retrieve ps_strings structure location of another process.Mikolaj Golub2011-11-271-0/+57
* In sysctl_kern_proc_auxv the process was released too early: we stillMikolaj Golub2011-11-271-5/+7
* Export the "ffclock" feature for kernels compiled with feed-forward clockLawrence Stewart2011-11-261-0/+2
* Add sysctl to get process resource limits.Mikolaj Golub2011-11-241-0/+46
* Fix a race between getvnode() dereferencing half-constructed fileKonstantin Belousov2011-11-241-1/+14
* Fix build without INVARIANTS.Mikolaj Golub2011-11-231-0/+2
* Rename device_delete_all_children() into device_delete_children().Hans Petter Selasky2011-11-221-1/+1
* Style change.Hans Petter Selasky2011-11-221-2/+2
* Add new sysctls, KERN_PROC_ENV and KERN_PROC_AUXV, to returnMikolaj Golub2011-11-221-5/+402
* - Add Pulse-Per-Second timestamping using raw ffcounter and correspondingLawrence Stewart2011-11-211-0/+65
* Introduce the same mutex-wise fix in r227758 for sx locks.Attilio Rao2011-11-211-4/+4
* Remove no more relevant XXXRW comments since accessing the vmspace is nowSergey Kandaurov2011-11-211-2/+2
* Use the acquired reference to the vmspace instead of direct dereferencingSergey Kandaurov2011-11-211-1/+1
* - Add the ffclock_getcounter(), ffclock_getestimate() and ffclock_setestimate()Lawrence Stewart2011-11-216-9/+208
* Introduce macro stubs in the mutex implementation that will be alwaysAttilio Rao2011-11-201-2/+2
* Given that the typical usage of pause() is pause("zzz", hz / N), where N canHans Petter Selasky2011-11-201-1/+1
* Minor style change:Hans Petter Selasky2011-11-201-10/+9
* - Provide a sysctl interface to change the active system clock at runtime.Lawrence Stewart2011-11-202-2/+532
* Provide high-level functions to access the feed-forward absolute and differenceLawrence Stewart2011-11-201-0/+129
* Core structure and functions to support a feed-forward clock within the kernel.Lawrence Stewart2011-11-192-1/+456
* Simplify the usb_pause_mtx() function by factoring out the generic partsHans Petter Selasky2011-11-191-5/+23
* Move the device_delete_all_children() function from usb_util.cHans Petter Selasky2011-11-191-0/+33
* Existing VOP_VPTOCNP() interface has a fatal flow that is critical forKonstantin Belousov2011-11-192-18/+49
* Regenerate system call tables.Ed Schouten2011-11-193-5/+5
* Improve *access*() parameter name consistency.Ed Schouten2011-11-192-20/+20
* Do not increment the parent firmware's reference count when any otherNavdeep Parhar2011-11-191-5/+5
* Added check for negative seconds value. Found by syscall() fuzzing.Peter Holm2011-11-181-1/+2
* Consistently use process spin lock for protection of theKonstantin Belousov2011-11-181-1/+6
* Add unicode support to msdosfs and smbfs; original pathes from imura,Kevin Lo2011-11-181-0/+15
* Constify arguments for locking KPIs where possible.Pawel Jakub Dawidek2011-11-166-56/+59
* Constify stack argument for functions that don't modify it.Pawel Jakub Dawidek2011-11-161-9/+9
* As it turns out, r186347 actually is insufficient to avoid the use of theMarius Strobl2011-11-151-44/+31
* Reformat comment to be more readable in standard Xterm.David E. O'Brien2011-11-151-13/+18
* Remove a few bits of FreeBSD 2.x compatibility code.Robert Millan2011-11-141-3/+0
* - Split out a kern_posix_fadvise() from the posix_fadvise() system call soJohn Baldwin2011-11-141-26/+31
* Constify args to copyiniov and copyinuio.Alfred Perlstein2011-11-141-2/+2
* To limit amount of the kernel memory allocated, and to optimize theKonstantin Belousov2011-11-131-3/+63
* Style.Konstantin Belousov2011-11-111-2/+1