| Commit message (Expand) | Author | Age | Files | Lines |
* | Kill the last Giant acquisition in the exit(2) code. This Giant acquisition | csjp | 2006-04-10 | 1 | -2/+0 |
* | - Mention the Epson Stylus Photo RX425 scanner in uscanner(4), missed in my | flz | 2006-04-10 | 1 | -1/+3 |
* | Introduce and use delayed-destruction functionality from a pre-sync hook, | pjd | 2006-04-10 | 6 | -111/+174 |
* | - Add support for the Epson RX425 scanner. | flz | 2006-04-10 | 2 | -0/+2 |
* | On shutdown try to turn off all swap devices. This way GEOM providers are | pjd | 2006-04-10 | 3 | -19/+70 |
* | Pass -DCRUNCH down to standard targets in individual makefiles. | ru | 2006-04-10 | 1 | -4/+4 |
* | Clean the product of patch(1). | ru | 2006-04-10 | 1 | -0/+2 |
* | Clean generated headers. | ru | 2006-04-10 | 1 | -0/+2 |
* | Fix some small bugs. | scottl | 2006-04-10 | 1 | -2/+7 |
* | Use proc lock to prevent a thread from exiting, Giant was no longer used to | davidxu | 2006-04-10 | 4 | -54/+20 |
* | MFp4: | marcel | 2006-04-10 | 1 | -16/+70 |
* | MFp4: | marcel | 2006-04-10 | 1 | -17/+81 |
* | MFp4: | marcel | 2006-04-10 | 1 | -20/+169 |
* | Add g_wither_provider() to abstract the details of destroying a | marcel | 2006-04-10 | 4 | -3/+15 |
* | MFp4: Use CPU_CONTROL_ROUNDROBIN for arm9, it seems to give marginally | cognet | 2006-04-09 | 1 | -1/+2 |
* | Update to DRM CVS as of 2006-04-09. The most notable new feature is the updated | anholt | 2006-04-09 | 21 | -769/+1265 |
* | Not only disable/enable interrupts, do it for FIQs as well, when needed. | cognet | 2006-04-09 | 3 | -11/+24 |
* | MFp4: Don't write-back the PTEs if they are mapped write-through, this was | cognet | 2006-04-09 | 1 | -5/+0 |
* | Allow to specify size in terabytes by using T or t suffix. | pjd | 2006-04-09 | 2 | -5/+10 |
* | Introduce two new sysctls: | pjd | 2006-04-09 | 4 | -2/+54 |
* | Be consistent with the rest of the code. | pjd | 2006-04-09 | 1 | -1/+1 |
* | In natm_usr_abort(), replace existing call to natm_usr_shutdown() with | rwatson | 2006-04-09 | 1 | -1/+1 |
* | Sync acpi_asus(4) manual with the code. | philip | 2006-04-09 | 1 | -1/+5 |
* | Modify tcp_timewait() to accept an inpcb reference, not a tcptw | rwatson | 2006-04-09 | 2 | -22/+24 |
* | Document that VIS_CSTYLE encodes space (040) as '\s'. | brueffer | 2006-04-09 | 1 | -1/+3 |
* | Fix assertion description: !=, not ==. | rwatson | 2006-04-09 | 1 | -1/+1 |
* | Remove UNIX domain socket raw socket support. This feature is documented | rwatson | 2006-04-09 | 1 | -5/+0 |
* | Add support for Asus W5A laptops. | philip | 2006-04-09 | 1 | -0/+10 |
* | Correct an assertion in raw_uattach(): this is a library call that other | rwatson | 2006-04-09 | 1 | -1/+6 |
* | Add a simple regression test that creates and tears down route sockets, | rwatson | 2006-04-09 | 2 | -0/+108 |
* | Add simple regression tests that creates UNIX domain sockets using | rwatson | 2006-04-09 | 2 | -0/+91 |
* | Implement some of the differences between special built-ins and other builtins | stefanf | 2006-04-09 | 4 | -19/+23 |
* | Test that variable assignments preceding special built-ins affect the current | stefanf | 2006-04-09 | 1 | -0/+55 |
* | Document the rest of the 802.11 capability flags. | scottl | 2006-04-08 | 1 | -0/+18 |
* | Don't test if RES_INIT is set to see res_state structure is | ume | 2006-04-08 | 1 | -1/+1 |
* | Do not check validity of timeout if a mutex can be acquired immediately. | davidxu | 2006-04-08 | 3 | -80/+103 |
* | - Add following global jail options, used if no jail-specific options are | flz | 2006-04-08 | 2 | -15/+194 |
* | Update comment about var modifiers (add 'N' and 'O' descriptions). | fjoe | 2006-04-08 | 1 | -2/+5 |
* | Add :u var modifier (remove adjacent duplicate words like uniq(1). | fjoe | 2006-04-08 | 2 | -0/+43 |
* | Rearrange locking in the alloc_commands and ioctl paths to avoid problems. | scottl | 2006-04-08 | 1 | -5/+9 |
* | After further review and discussion, partially revert the previous commit. | scottl | 2006-04-08 | 3 | -20/+13 |
* | Close a pesky race where after checking the BUSY flag in amr_wait_command, | ps | 2006-04-08 | 3 | -6/+21 |
* | Add the scc_hwmtx spin mutex, defined by scc(4). | marcel | 2006-04-07 | 1 | -0/+1 |
* | Add kbdmux(4). This avoids having to use the hint.pcib.1.skipslot=26 | marcel | 2006-04-07 | 1 | -0/+1 |
* | spell unlock correctly, this is relatively minor as it's rare someone would | jmg | 2006-04-07 | 1 | -1/+1 |
* | Change gctl_set_param() to return an error instead of setting an | marcel | 2006-04-07 | 4 | -17/+34 |
* | Allocate memory for NUL-termination as well. | pjd | 2006-04-07 | 1 | -1/+1 |
* | Don't select a default value for $machine until after we've examined $arch. | des | 2006-04-07 | 2 | -6/+12 |
* | Fix the "make distribution" example; it should be run from src/. | ru | 2006-04-07 | 1 | -1/+1 |
* | Restore accidentially removed rev. 1.3 | glebius | 2006-04-07 | 1 | -0/+2 |