| Commit message (Expand) | Author | Age | Files | Lines |
* | With uart(4) default, change /dev/cuad# to /dev/cuau# and | marcel | 2008-07-19 | 1 | -7/+7 |
* | With uart(4) default, change /dev/cuad# to /dev/cuau# so that | marcel | 2008-07-19 | 1 | -2/+2 |
* | Rather than simply waiting silently and indefinitely for all | rwatson | 2008-07-19 | 1 | -3/+35 |
* | With uart(4) default, change /dev/cuad# to /dev/cuau# so that | marcel | 2008-07-19 | 1 | -10/+10 |
* | Remove sade(8) on the following platforms: | marcel | 2008-07-19 | 2 | -1/+10 |
* | witness_addgraph() is required even if DDB isn't compiled into the kernel, | rwatson | 2008-07-19 | 1 | -0/+2 |
* | - When renaming a drive, also set the drive name in the gvinum header. | lulf | 2008-07-19 | 1 | -0/+1 |
* | Add DDB "show conifhk" command, which lists hooks currently waiting | rwatson | 2008-07-19 | 1 | -0/+27 |
* | Fix a race which could result in some timeout buckets being skipped. | jeff | 2008-07-19 | 1 | -6/+11 |
* | - Check whether we've recorded this tick in ts_ticks on another cpu in | jeff | 2008-07-19 | 1 | -0/+6 |
* | Disable SSP on arm for the time being. | cognet | 2008-07-19 | 1 | -1/+2 |
* | Staticify symbols that will not be used in other | delphij | 2008-07-19 | 1 | -11/+11 |
* | Use %zd for size_t. With this gcore(1) is WARNS=6 clean. | delphij | 2008-07-18 | 1 | -3/+3 |
* | Indent the else path, reduce diff against OpenBSD. | delphij | 2008-07-18 | 1 | -1/+1 |
* | Correct an error in pmap_change_attr()'s initial loop that verifies that the | alc | 2008-07-18 | 2 | -2/+2 |
* | Simplify pmap_extract()'s control flow, making it more like the related | alc | 2008-07-18 | 2 | -11/+9 |
* | Enhance arena_chunk_map_t to directly support run coalescing, and use | jasone | 2008-07-18 | 1 | -394/+338 |
* | Eliminate stale comments from kmem_malloc(). | alc | 2008-07-18 | 1 | -12/+0 |
* | Fix a longstanding bug, from Otto Moerbeck: | kevlo | 2008-07-18 | 1 | -1/+5 |
* | Remove unnessasary cast | kevlo | 2008-07-18 | 1 | -1/+1 |
* | Add a man page for the DNS accept filter. | dwmalone | 2008-07-18 | 4 | -0/+82 |
* | Add an accept filter for TCP based DNS requests. It waits until the | dwmalone | 2008-07-18 | 7 | -0/+148 |
* | Eliminate use of the global ripsrc which was being used to pass address | rwatson | 2008-07-18 | 1 | -7/+10 |
* | revert local change | kmacy | 2008-07-18 | 1 | -176/+27 |
* | revert change from local tree | kmacy | 2008-07-18 | 1 | -6/+0 |
* | new vendor PHY support | kmacy | 2008-07-18 | 1 | -0/+225 |
* | revert changes accidentally included in last commit | kmacy | 2008-07-18 | 3 | -30/+3 |
* | Eliminate unused global variables. (These global variables became fields of | alc | 2008-07-18 | 5 | -5/+0 |
* | import vendor fixes to cxgb | kmacy | 2008-07-18 | 20 | -202/+929 |
* | Correct 1000Mbps link handling logic for JMC250. This should make | yongari | 2008-07-18 | 1 | -1/+1 |
* | Sort the .PATH entries to give a more reasonable order of precedence: | das | 2008-07-18 | 1 | -4/+5 |
* | Use DELAY() instead of pause if waiting time is less than 1ms. | yongari | 2008-07-18 | 1 | -2/+2 |
* | Fix a benign typo that would give out an incorrect warning message. | luoqi | 2008-07-17 | 1 | -4/+3 |
* | Make it more clear what it means that SA_RESTART is set for signal | simon | 2008-07-17 | 1 | -3/+5 |
* | - dns queries might go also over TCP, so allow it. | danger | 2008-07-17 | 1 | -0/+2 |
* | Pair the VOP_OPEN call from do_execve() with the reciprocal VOP_CLOSE. | kib | 2008-07-17 | 2 | -0/+10 |
* | Clean up mxge's use of callouts as pointed out by jhb, | gallatin | 2008-07-17 | 1 | -36/+19 |
* | Don't set PACKAGE_BUILDING while installing packages. | flz | 2008-07-17 | 1 | -1/+0 |
* | Before updating the password database, the pw(8) utility first performs a | jhb | 2008-07-17 | 1 | -1/+2 |
* | Add the shutdown KEYWORD to those scripts that start persistent services | dougb | 2008-07-16 | 34 | -19/+34 |
* | As previously discussed, add the svn:executable property to all scripts | dougb | 2008-07-16 | 92 | -0/+0 |
* | Move the TCSA* definitions out of _KERNEL. They are processed in libc. | ed | 2008-07-16 | 1 | -10/+10 |
* | Sort the ioctl's in <sys/ttycom.h> by number. | ed | 2008-07-16 | 1 | -48/+48 |
* | Remove OTTYDISC, NETLDISC and NTTYDISC definitions. | ed | 2008-07-16 | 3 | -17/+0 |
* | Fix error in comment. | rwatson | 2008-07-16 | 1 | -3/+3 |
* | Fix a multicast handling regression on VT6105M introduced in | yongari | 2008-07-16 | 2 | -25/+60 |
* | Fix VR_RXSTAT_RX_OK bit definition which lasted for more than 9 | yongari | 2008-07-16 | 2 | -3/+4 |
* | Invoke err() with a format string rather than directly with a passed | rwatson | 2008-07-15 | 1 | -1/+1 |
* | Merge last of a series of rwlock conversion changes to UDP, which | rwatson | 2008-07-15 | 2 | -34/+89 |
* | Fix commment in typo. | rpaulo | 2008-07-15 | 1 | -1/+1 |