| Commit message (Expand) | Author | Age | Files | Lines |
* | Add intermediate states for attaching and detaching that will be | attilio | 2009-09-03 | 1 | -2/+18 |
* | Fix some bugs related to adaptive spinning: | attilio | 2009-09-02 | 2 | -3/+12 |
* | Fix mount reference leak when V_XSLEEP is specified to vn_start_write(). | kib | 2009-09-01 | 1 | -1/+1 |
* | Reintroduce the r196640, after fixing the problem with my testing. | kib | 2009-09-01 | 5 | -29/+30 |
* | Make the mnt_writeopcount and mnt_secondary_writes counters, | kib | 2009-08-31 | 1 | -2/+4 |
* | Make sure FreeBSD binaries without .note.ABI-tag section work | bz | 2009-08-30 | 1 | -5/+13 |
* | Reverse r196640 and r196644 for now. | kib | 2009-08-29 | 5 | -30/+29 |
* | Dispose the kernel stack of the proper thread. | kib | 2009-08-29 | 1 | -1/+1 |
* | Remove the altkstacks, instead instantiate threads with kernel stack | kib | 2009-08-29 | 5 | -29/+30 |
* | Extend the device pager to support different memory attributes on different | jhb | 2009-08-28 | 1 | -4/+10 |
* | Fix a LOR between allprison_lock and vnode locks by releasing | jamie | 2009-08-27 | 1 | -2/+2 |
* | Add a temporary workaround which just lets init die instead of | marius | 2009-08-26 | 1 | -1/+6 |
* | Honor the vfs.timestamp_precision sysctl settings for utimes(path, NULL) | kib | 2009-08-26 | 1 | -2/+1 |
* | Fix poll() on half-closed sockets, while retaining POLLHUP for fifos. | jilles | 2009-08-25 | 1 | -5/+7 |
* | Rather than havnig enabled/disabled, implement a max queue depth. | imp | 2009-08-25 | 1 | -13/+62 |
* | Fix handling of .note.ABI-tag section for GNU systems [1]. | bz | 2009-08-24 | 1 | -6/+54 |
* | Allow multiple console devices per driver without insane code duplication. | ed | 2009-08-24 | 1 | -13/+10 |
* | When "jail -c vnet" request fails, the current code actually creates and | zec | 2009-08-24 | 1 | -1/+1 |
* | When registering a protocol to an existing protocol domain via | zec | 2009-08-24 | 1 | -1/+8 |
* | Rework global locks for interface list and index management, correcting | rwatson | 2009-08-23 | 1 | -3/+3 |
* | Allow pty(4) to be loaded as a kld. | ed | 2009-08-23 | 2 | -131/+0 |
* | Fix the conformance of poll(2) for sockets after r195423 by | kib | 2009-08-23 | 2 | -7/+12 |
* | Constify prime numbers. | rpaulo | 2009-08-23 | 1 | -3/+3 |
* | Add ttydisc_rint_simple(). | ed | 2009-08-23 | 2 | -19/+22 |
* | This patch fixes two bugs in sglist(9) and improves robustness of the API via | jhb | 2009-08-21 | 1 | -16/+74 |
* | Change the 'resid' parameter to sglist_consume_uio() from an int to a | jhb | 2009-08-20 | 1 | -1/+1 |
* | Temporarily revert the new-bus locking for 8.0 release. It will be | jhb | 2009-08-20 | 1 | -81/+6 |
* | Small changes to the warning message generated by pty(4): | ed | 2009-08-19 | 1 | -3/+4 |
* | Remove unused taskqueue_find() function. | pjd | 2009-08-18 | 1 | -43/+0 |
* | * Change the scope of the ASSERT_ATOMIC_LOAD() from a generic check to | attilio | 2009-08-17 | 4 | -6/+12 |
* | Remove OpenSolaris taskq port (it performs very poorly in our kernel) and | pjd | 2009-08-17 | 1 | -0/+20 |
* | Because taskqueue_run() can drop tq_mutex, we need to check if the | pjd | 2009-08-17 | 1 | -0/+7 |
* | Fix small style regression introduced by the MPSAFE newbus code. | ed | 2009-08-16 | 1 | -1/+1 |
* | Rather than fix questionable ifnet list locking in the implementation of | rwatson | 2009-08-15 | 1 | -49/+0 |
* | Add a new macro to test that a variable could be loaded atomically. | bz | 2009-08-14 | 3 | -0/+6 |
* | Correctly handle unlock for !MAKEENTRY case, after successfull attempt of | kib | 2009-08-14 | 1 | -1/+2 |
* | * Completely Remove the option STOP_NMI from the kernel. This option | attilio | 2009-08-13 | 3 | -10/+32 |
* | Make it possible to change the vnet sysctl variables on jails | bz | 2009-08-13 | 2 | -2/+33 |
* | Make the kernel compile without IP networking by moving | bz | 2009-08-12 | 1 | -1/+2 |
* | Add ddb show dpcpu_off command to ease dpcpu memory debugging. | bz | 2009-08-12 | 1 | -0/+12 |
* | Stop uuidgen(2) from crashing in vimage kerenels. | julian | 2009-08-02 | 1 | -0/+4 |
* | Make the newbus subsystem Giant free by adding the new newbus sxlock. | attilio | 2009-08-02 | 1 | -7/+82 |
* | Fix two bugs related to TTY input: | ed | 2009-08-02 | 2 | -1/+11 |
* | Merge the remainder of kern_vimage.c and vimage.h into vnet.c and | rwatson | 2009-08-01 | 11 | -196/+16 |
* | Make the "enforce_statfs" default 2 (most restrictive) in jail_set(2), | jamie | 2009-07-31 | 1 | -3/+4 |
* | Fix some LORs between vnode locks and filedescriptor table locks. | jhb | 2009-07-31 | 3 | -13/+6 |
* | Remove a LOR, where the the sleepable allprison_lock was being obtained | jamie | 2009-07-30 | 1 | -309/+187 |
* | Don't allow mixing the "vnet" and "ip4/6" jail parameters, since vnet | jamie | 2009-07-29 | 1 | -11/+98 |
* | Change the default value of the "ip4" and "ip6" jail parameters to | jamie | 2009-07-29 | 1 | -27/+7 |
* | Eliminate ARG_UPATH[12] arguments to AUDIT_ARG_UPATH() and instead | rwatson | 2009-07-29 | 2 | -3/+3 |