| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | By popular demand, kill all the non GIANT related interrupt messages. | imp | 2010-09-17 | 1 | -9/+0 |
* | Re-add r212370 now that the LOR in powerpc64 has been resolved: | mdf | 2010-09-16 | 6 | -90/+51 |
* | Fix panic on NULL dereference possible after r212541. | mav | 2010-09-14 | 1 | -1/+2 |
* | Make kern_tc.c provide minimum frequency of tc_ticktock() calls, required | mav | 2010-09-14 | 4 | -7/+16 |
* | Replace spin lock with the set of atomics. It is impractical for one | mav | 2010-09-14 | 1 | -10/+14 |
* | Add some foot shooting protection by checking singlemul value correctness. | mav | 2010-09-14 | 1 | -4/+5 |
* | Revert r212370, as it causes a LOR on powerpc. powerpc does a few | mdf | 2010-09-13 | 6 | -51/+90 |
* | bus_add_child: add specialized default implementation that calls panic | avg | 2010-09-13 | 1 | -1/+11 |
* | Refactor timer management code with priority to one-shot operation mode. | mav | 2010-09-13 | 7 | -328/+744 |
* | Do not print "frequency 0 Hz", when frequency is unknown. | mav | 2010-09-11 | 1 | -3/+9 |
* | Add missing pointer increment to sbuf_cat. | kan | 2010-09-11 | 1 | -1/+1 |
* | Protect mnt_syncer with the sync_mtx. This prevents a (rare) vnode leak | kib | 2010-09-11 | 2 | -15/+33 |
* | Merge some SCHED_ULE features to SCHED_4BSD: | mav | 2010-09-11 | 1 | -4/+28 |
* | Don't exit kern_jail_set without freeing options when enforce_statfs | jamie | 2010-09-10 | 1 | -5/+8 |
* | Replace sbuf_overflowed() with sbuf_error(), which returns any error | mdf | 2010-09-10 | 2 | -29/+26 |
* | Do not IPI CPU that is already spinning for load. It doubles effect of | mav | 2010-09-10 | 1 | -4/+11 |
* | bus_add_child: change type of order parameter to u_int | avg | 2010-09-10 | 2 | -2/+2 |
* | Add a drain function for struct sysctl_req, and use it for a variety of | mdf | 2010-09-09 | 6 | -90/+51 |
* | Add drain functionality to sbufs. The drain is a function that is | mdf | 2010-09-09 | 1 | -6/+99 |
* | Refactor sbuf code so that most uses of sbuf_extend() are in a new | mdf | 2010-09-09 | 1 | -25/+69 |
* | Fix two bugs in DTrace: | rpaulo | 2010-09-09 | 1 | -9/+15 |
* | Remove VI_MOUNT flag from vnode on VFS_MOUNT() failure. | pjd | 2010-09-09 | 1 | -0/+3 |
* | Doing first mount and updating mount points are both handled by the same | pjd | 2010-09-08 | 1 | -220/+268 |
* | - Log all the problems in devfs_fixup(). | pjd | 2010-09-08 | 1 | -2/+14 |
* | subr_bus: use hexadecimal representation for bit flags | avg | 2010-09-08 | 1 | -8/+8 |