| Commit message (Expand) | Author | Age | Files | Lines |
* | Call chainevh callback when we are invoked with neither MOD_LOAD nor | delphij | 2010-10-21 | 1 | -1/+3 |
* | - When disabling ktracing on a process, free any pending requests that | jhb | 2010-10-21 | 4 | -80/+106 |
* | In syscall_module_handler(): all switch branches return, remove | delphij | 2010-10-21 | 1 | -4/+1 |
* | - Don't include sx.h, it is not needed. | davidxu | 2010-10-20 | 1 | -12/+11 |
* | ZFS pool name is not a real device in devfs. Do not wait for | ae | 2010-10-19 | 1 | -1/+2 |
* | We've already set p = td->td_proc, so use it. | emaste | 2010-10-18 | 1 | -4/+4 |
* | Re-implement the root mount logic using a recursive approach, whereby each | marcel | 2010-10-18 | 1 | -326/+738 |
* | In vfs_filteropt(), only print the errmsg when there's no errmsg | marcel | 2010-10-18 | 1 | -1/+3 |
* | Rename boot() to kern_reboot() and make it visible outside of | marcel | 2010-10-18 | 1 | -7/+6 |
* | Fix an XXX comment by answering 'no'. OS X does not set the day-of-week | nwhitehorn | 2010-10-17 | 1 | -4/+0 |
* | - Insert thread0 into correct thread hash link list. | davidxu | 2010-10-17 | 2 | -20/+8 |
* | Provide vfs.ncsizefactor instead of hard-coding namecache ratio. | kib | 2010-10-16 | 1 | -12/+20 |
* | In kern_sigtimedwait(), move initialization code out of process lock, | davidxu | 2010-10-14 | 1 | -103/+86 |
* | Use a safer mechanism for determining if a task is currently running, | mdf | 2010-10-13 | 1 | -30/+45 |
* | sigqueue_collect_set() is no longer needed because other functions | davidxu | 2010-10-13 | 1 | -29/+7 |
* | Re-expose and briefly document taskqueue_run(9). The function is used | mdf | 2010-10-12 | 1 | -3/+1 |
* | generic_stop_cpus: prevent parallel execution | avg | 2010-10-12 | 1 | -45/+17 |
* | Add a flag TDF_TIDHASH to prevent a thread from being | davidxu | 2010-10-12 | 1 | -2/+12 |
* | The r184588 changed the layout of struct export_args, causing an ABI | kib | 2010-10-10 | 1 | -0/+8 |
* | add kmem_map_free sysctl: query largest contiguous free range in kmem_map | avg | 2010-10-09 | 1 | -0/+17 |
* | panic_cpu variable should be volatile | avg | 2010-10-09 | 1 | -4/+3 |
* | Create a global thread hash table to speed up thread lookup, use | davidxu | 2010-10-09 | 13 | -154/+198 |
* | Make a thread's address available via the kern proc sysctl, just like the | emaste | 2010-10-08 | 1 | -0/+1 |
* | vm.kmem_map_size: a sysctl to query current kmem_map->size | avg | 2010-10-07 | 1 | -0/+14 |
* | Check the device name validity on device registration. | jh | 2010-10-07 | 1 | -27/+87 |
* | Adjust the all target message (but maybe all: sysent is better? | imp | 2010-10-02 | 1 | -1/+1 |
* | Turns out this file was how we make sysent stuff, so add that part only back... | imp | 2010-10-02 | 1 | -0/+20 |
* | Split the root mount logic from the (generic) mount code and move | marcel | 2010-10-02 | 2 | -623/+654 |
* | Release the vnode lock and close the linker file vnode earlier in | kib | 2010-10-02 | 2 | -6/+6 |
* | sysctls in kern_shutdown: add twin tunables | avg | 2010-10-01 | 1 | -6/+9 |
* | there must be only one SYSINIT with SI_SUB_RUN_SCHEDULER+SI_ORDER_ANY order | avg | 2010-09-30 | 1 | -1/+1 |
* | debug.kdb.stop_cpus sysctl: hint that this is also a tunable | avg | 2010-09-30 | 1 | -1/+1 |
* | kmem_size* sysctls: hint that these are also tunables | avg | 2010-09-30 | 1 | -4/+4 |
* | - kern_sched_rr_get_interval should return interval for thread 1 in | davidxu | 2010-09-29 | 1 | -11/+5 |
* | This file has been unused for ages. Retire it. | imp | 2010-09-28 | 1 | -58/+0 |
* | Remove extra braces for style(9) (found while cleaning up an old work tree). | emaste | 2010-09-28 | 1 | -2/+1 |
* | kdb_backtrace: use stack_print_ddb instead of stack_print | avg | 2010-09-22 | 3 | -8/+4 |
* | If kernel built with DEVICE_POLLING, keep one CPU always in active state | mav | 2010-09-22 | 1 | -1/+6 |
* | Comment nit, set TDF_NEEDRESCHED after the comment describing why it is | jhb | 2010-09-21 | 1 | -1/+1 |
* | If new callout scheduled to another CPU and we are using global timer, | mav | 2010-09-21 | 1 | -3/+7 |
* | Remember last kern.eventtimer.periodic value, explicitly set by user. | mav | 2010-09-21 | 1 | -2/+5 |
* | Fix exec_imgact_shell()'s handling of two error cases: (1) Previously, if | alc | 2010-09-21 | 1 | -12/+16 |
* | kdb_backtrace: stack(9)-based code to print backtrace without any backend | avg | 2010-09-21 | 1 | -0/+11 |
* | Until hardclock() and respectively tc_windup() called first time, system | mav | 2010-09-21 | 1 | -0/+1 |
* | First step at adopting FreeBSD to support PSARC/2010/029. This makes | trasz | 2010-09-20 | 1 | -0/+77 |
* | Just make callout devices and /dev/console force CLOCAL on open(). | ed | 2010-09-19 | 1 | -6/+7 |
* | Ignore DCD handling on /dev/console entirely. | ed | 2010-09-19 | 1 | -1/+2 |
* | With reworking of the socket life cycle in 7.x, the need for a "sotryfree()" | rwatson | 2010-09-18 | 1 | -5/+5 |
* | kern.sched.topology_spec sysctl: use step of 1 for group levels numeration | avg | 2010-09-18 | 1 | -1/+1 |
* | When global timer used at SMP system, update nextevent field on BSP before | mav | 2010-09-18 | 1 | -4/+4 |