| Commit message (Expand) | Author | Age | Files | Lines |
* | - Unlike cache invalidation and TLB demapping IPIs, reading registers from | marius | 2012-08-29 | 1 | -3/+0 |
* | Remove unused SI_* flags. | ed | 2012-08-28 | 1 | -3/+0 |
* | Shorten the name of the fast SWI taskqueue to "fast taskq" so that | jhb | 2012-08-28 | 1 | -1/+1 |
* | Allow nmbjumbop, nmbjumbo9, and nmbjumbo16 to be set directly via loader | np | 2012-08-23 | 1 | -4/+13 |
* | Provide some compat32 shims for sysctl vfs.conflist. It is required | kib | 2012-08-22 | 1 | -16/+49 |
* | Assert that system calls do not leak a pinned thread (via sched_pin()) to | jhb | 2012-08-22 | 1 | -0/+3 |
* | Fix a typo. | jhb | 2012-08-22 | 1 | -1/+1 |
* | Mark the idle threads as non-sleepable and also assert that an idle | jhb | 2012-08-22 | 3 | -0/+3 |
* | Fix the 'show witness' DDB command to honor db_pager_quit. | jhb | 2012-08-22 | 1 | -0/+12 |
* | Add a BUS_CHILD_DELETED() method that a bus can hook to allow it to cleanup | jhb | 2012-08-21 | 2 | -0/+16 |
* | Deliver SIGSYS to the guilty thread, not to the process. | kib | 2012-08-18 | 1 | -1/+1 |
* | regen. | davidxu | 2012-08-17 | 2 | -2/+2 |
* | Implement syscall clock_getcpuclockid2, so we can get a clock id | davidxu | 2012-08-17 | 5 | -13/+173 |
* | Remove D_NEEDGIANT from dead_devsw. biofinish() (and thus dead_strategy) | jhb | 2012-08-16 | 1 | -1/+0 |
* | As a safety measure, disable lowering pid_max too much. | kib | 2012-08-16 | 2 | -2/+9 |
* | Fix grammar. | kib | 2012-08-16 | 2 | -2/+2 |
* | Limit popcorn limit to something sane (either 2ns or 2 ticks if that's | imp | 2012-08-16 | 1 | -2/+9 |
* | Correct a KASSERT message. | alc | 2012-08-15 | 1 | -1/+1 |
* | Add a sysctl kern.pid_max, which limits the maximum pid the system is | kib | 2012-08-15 | 5 | -7/+45 |
* | Revert r239178 and implement two new functions, namely | hselasky | 2012-08-15 | 2 | -25/+33 |
* | Don't include opt_ddb.h & <ddb/ddb.h> twice. | obrien | 2012-08-15 | 1 | -2/+0 |
* | Reserve room for the terminating NUL when setting or getting kernel | jh | 2012-08-14 | 1 | -6/+6 |
* | Some style fixes inspired by @bde. | davidxu | 2012-08-11 | 1 | -12/+12 |
* | Some more minor tunings inspired by bde@. | mav | 2012-08-11 | 2 | -25/+31 |
* | Allow idle threads to steal second threads from other cores on systems with | mav | 2012-08-11 | 1 | -6/+0 |
* | tvtohz will print out an error message if a negative value is given | davidxu | 2012-08-11 | 1 | -9/+13 |
* | Some minor tunings/cleanups inspired by bde@ after previous commits: | mav | 2012-08-10 | 2 | -44/+69 |
* | sched_rr_interval() seems always returned period in hz ticks, but same | mav | 2012-08-10 | 1 | -1/+1 |
* | Add new device method to free the automatically | hselasky | 2012-08-10 | 2 | -4/+25 |
* | Rework r220198 change (by fabient). I believe it solves the problem from | mav | 2012-08-09 | 2 | -9/+14 |
* | SCHED_4BSD scheduling quantum mechanism appears to be broken for some time. | mav | 2012-08-09 | 1 | -33/+36 |
* | Always initialize pl_event. | kib | 2012-08-08 | 1 | -0/+1 |
* | Do not add handler to event handlers list until ithread is created. | kan | 2012-08-06 | 1 | -25/+27 |
* | After the PHYS_TO_VM_PAGE() function was de-inlined, the main reason | kib | 2012-08-05 | 3 | -1/+3 |
* | Particlly MFcalloutng r238425 (by davide): | mav | 2012-08-04 | 1 | -11/+6 |
* | Partialy MFcalloutng r236894 (by davide): | mav | 2012-08-04 | 1 | -20/+20 |
* | Microoptimize time math. As soon as our event periods are always below ome | mav | 2012-08-03 | 1 | -12/+14 |
* | Reorder the managament of advisory locks on open files so that the advisory | jhb | 2012-07-31 | 2 | -43/+61 |
* | I am comparing current pipe code with the one in 8.3-STABLE r236165, | davidxu | 2012-07-31 | 1 | -1/+1 |
* | When a thread is blocked in direct write state, it only sets PIPE_DIRECTW | davidxu | 2012-07-31 | 1 | -3/+3 |
* | Until now KTR_ENTRIES, which defines the size of circular buffer used in | davide | 2012-07-30 | 1 | -2/+2 |
* | Add F_DUP2FD_CLOEXEC. Apparently Solaris 11 already did this. | kib | 2012-07-27 | 1 | -0/+8 |
* | Cosmetics: define FREEBSD32_MINUSER and AOUT32_MINUSER for struct | kib | 2012-07-22 | 1 | -1/+2 |
* | (Incomplete) fixes for symbols visibility issues and style in fcntl.h. | kib | 2012-07-21 | 1 | -1/+1 |
* | Remove line which was accidentally kept in r238614. | kib | 2012-07-19 | 1 | -1/+0 |
* | Fix several reads beyond the mapped first page of the binary in the | kib | 2012-07-19 | 1 | -9/+18 |
* | Implement F_DUPFD_CLOEXEC command for fcntl(2), specified by SUSv4. | kib | 2012-07-19 | 1 | -0/+11 |
* | Add support for walltimestamp in DTrace. | gnn | 2012-07-16 | 1 | -0/+20 |
* | - Add support for displaying process stack memory regions. | pgj | 2012-07-16 | 1 | -0/+4 |
* | Fix a bug with memguard(9) on 32-bit architectures without a | mdf | 2012-07-15 | 1 | -1/+1 |