| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Add umtx_copyin_timeout() and move parameter checks here. | Peter Holm | 2011-12-03 | 1 | -53/+25 |
* | Rename copyin_timeout32 to umtx_copyin_timeout32 and move parameter | Peter Holm | 2011-12-03 | 1 | -42/+18 |
* | It doesn't make much sense to check whether child is NULL after already | Marius Strobl | 2011-12-02 | 1 | -4/+5 |
* | - In device_probe_child(9) check the return value of device_set_driver(9) | Marius Strobl | 2011-12-02 | 1 | -11/+15 |
* | When changing the user priority of a thread, change the real priority | John Baldwin | 2011-12-02 | 1 | -2/+3 |
* | If alloc_unr() call in the pipe_create() failed, then pipe->pipe_ino is | Konstantin Belousov | 2011-12-01 | 1 | -2/+2 |
* | Revise the sysctl handling code and restructure the hierarchy of sysctls | Lawrence Stewart | 2011-12-01 | 1 | -45/+51 |
* | Rename vm_page_set_valid() to vm_page_set_valid_range(). | Konstantin Belousov | 2011-11-30 | 2 | -3/+3 |
* | Make sysclock_active publicly available to external consumers. | Lawrence Stewart | 2011-11-29 | 1 | -2/+0 |
* | Do away with the somewhat clunky sysclock_ops structure and associated code, | Lawrence Stewart | 2011-11-29 | 1 | -90/+12 |
* | Make the fbclock_[get]{bin,nano,micro}[up]time() function prototypes public so | Lawrence Stewart | 2011-11-29 | 1 | -12/+12 |
* | Fix an oversight in r227747 by calling fbclock_bin{up}time() directly from the | Lawrence Stewart | 2011-11-29 | 1 | -5/+5 |
* | Add sysctl to retrieve ps_strings structure location of another process. | Mikolaj Golub | 2011-11-27 | 1 | -0/+57 |
* | In sysctl_kern_proc_auxv the process was released too early: we still | Mikolaj Golub | 2011-11-27 | 1 | -5/+7 |
* | Export the "ffclock" feature for kernels compiled with feed-forward clock | Lawrence Stewart | 2011-11-26 | 1 | -0/+2 |
* | Add sysctl to get process resource limits. | Mikolaj Golub | 2011-11-24 | 1 | -0/+46 |
* | Fix a race between getvnode() dereferencing half-constructed file | Konstantin Belousov | 2011-11-24 | 1 | -1/+14 |
* | Fix build without INVARIANTS. | Mikolaj Golub | 2011-11-23 | 1 | -0/+2 |
* | Rename device_delete_all_children() into device_delete_children(). | Hans Petter Selasky | 2011-11-22 | 1 | -1/+1 |
* | Style change. | Hans Petter Selasky | 2011-11-22 | 1 | -2/+2 |
* | Add new sysctls, KERN_PROC_ENV and KERN_PROC_AUXV, to return | Mikolaj Golub | 2011-11-22 | 1 | -5/+402 |
* | - Add Pulse-Per-Second timestamping using raw ffcounter and corresponding | Lawrence Stewart | 2011-11-21 | 1 | -0/+65 |
* | Introduce the same mutex-wise fix in r227758 for sx locks. | Attilio Rao | 2011-11-21 | 1 | -4/+4 |
* | Remove no more relevant XXXRW comments since accessing the vmspace is now | Sergey Kandaurov | 2011-11-21 | 1 | -2/+2 |
* | Use the acquired reference to the vmspace instead of direct dereferencing | Sergey Kandaurov | 2011-11-21 | 1 | -1/+1 |
* | - Add the ffclock_getcounter(), ffclock_getestimate() and ffclock_setestimate() | Lawrence Stewart | 2011-11-21 | 6 | -9/+208 |
* | Introduce macro stubs in the mutex implementation that will be always | Attilio Rao | 2011-11-20 | 1 | -2/+2 |
* | Given that the typical usage of pause() is pause("zzz", hz / N), where N can | Hans Petter Selasky | 2011-11-20 | 1 | -1/+1 |
* | Minor style change: | Hans Petter Selasky | 2011-11-20 | 1 | -10/+9 |
* | - Provide a sysctl interface to change the active system clock at runtime. | Lawrence Stewart | 2011-11-20 | 2 | -2/+532 |
* | Provide high-level functions to access the feed-forward absolute and difference | Lawrence Stewart | 2011-11-20 | 1 | -0/+129 |
* | Core structure and functions to support a feed-forward clock within the kernel. | Lawrence Stewart | 2011-11-19 | 2 | -1/+456 |
* | Simplify the usb_pause_mtx() function by factoring out the generic parts | Hans Petter Selasky | 2011-11-19 | 1 | -5/+23 |
* | Move the device_delete_all_children() function from usb_util.c | Hans Petter Selasky | 2011-11-19 | 1 | -0/+33 |
* | Existing VOP_VPTOCNP() interface has a fatal flow that is critical for | Konstantin Belousov | 2011-11-19 | 2 | -18/+49 |
* | Regenerate system call tables. | Ed Schouten | 2011-11-19 | 3 | -5/+5 |
* | Improve *access*() parameter name consistency. | Ed Schouten | 2011-11-19 | 2 | -20/+20 |
* | Do not increment the parent firmware's reference count when any other | Navdeep Parhar | 2011-11-19 | 1 | -5/+5 |
* | Added check for negative seconds value. Found by syscall() fuzzing. | Peter Holm | 2011-11-18 | 1 | -1/+2 |
* | Consistently use process spin lock for protection of the | Konstantin Belousov | 2011-11-18 | 1 | -1/+6 |
* | Add unicode support to msdosfs and smbfs; original pathes from imura, | Kevin Lo | 2011-11-18 | 1 | -0/+15 |
* | Constify arguments for locking KPIs where possible. | Pawel Jakub Dawidek | 2011-11-16 | 6 | -56/+59 |
* | Constify stack argument for functions that don't modify it. | Pawel Jakub Dawidek | 2011-11-16 | 1 | -9/+9 |
* | As it turns out, r186347 actually is insufficient to avoid the use of the | Marius Strobl | 2011-11-15 | 1 | -44/+31 |
* | Reformat comment to be more readable in standard Xterm. | David E. O'Brien | 2011-11-15 | 1 | -13/+18 |
* | Remove a few bits of FreeBSD 2.x compatibility code. | Robert Millan | 2011-11-14 | 1 | -3/+0 |
* | - Split out a kern_posix_fadvise() from the posix_fadvise() system call so | John Baldwin | 2011-11-14 | 1 | -26/+31 |
* | Constify args to copyiniov and copyinuio. | Alfred Perlstein | 2011-11-14 | 1 | -2/+2 |
* | To limit amount of the kernel memory allocated, and to optimize the | Konstantin Belousov | 2011-11-13 | 1 | -3/+63 |
* | Style. | Konstantin Belousov | 2011-11-11 | 1 | -2/+1 |