summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* With uart(4) default, change /dev/cuad# to /dev/cuau# so thatmarcel2008-07-191-10/+10
* Remove sade(8) on the following platforms:marcel2008-07-192-1/+10
* witness_addgraph() is required even if DDB isn't compiled into the kernel,rwatson2008-07-191-0/+2
* - When renaming a drive, also set the drive name in the gvinum header.lulf2008-07-191-0/+1
* Add DDB "show conifhk" command, which lists hooks currently waitingrwatson2008-07-191-0/+27
* Fix a race which could result in some timeout buckets being skipped.jeff2008-07-191-6/+11
* - Check whether we've recorded this tick in ts_ticks on another cpu injeff2008-07-191-0/+6
* Disable SSP on arm for the time being.cognet2008-07-191-1/+2
* Staticify symbols that will not be used in otherdelphij2008-07-191-11/+11
* Use %zd for size_t. With this gcore(1) is WARNS=6 clean.delphij2008-07-181-3/+3
* Indent the else path, reduce diff against OpenBSD.delphij2008-07-181-1/+1
* Correct an error in pmap_change_attr()'s initial loop that verifies that thealc2008-07-182-2/+2
* Simplify pmap_extract()'s control flow, making it more like the relatedalc2008-07-182-11/+9
* Enhance arena_chunk_map_t to directly support run coalescing, and usejasone2008-07-181-394/+338
* Eliminate stale comments from kmem_malloc().alc2008-07-181-12/+0
* Fix a longstanding bug, from Otto Moerbeck:kevlo2008-07-181-1/+5
* Remove unnessasary castkevlo2008-07-181-1/+1
* Add a man page for the DNS accept filter.dwmalone2008-07-184-0/+82
* Add an accept filter for TCP based DNS requests. It waits until thedwmalone2008-07-187-0/+148
* Eliminate use of the global ripsrc which was being used to pass addressrwatson2008-07-181-7/+10
* revert local changekmacy2008-07-181-176/+27
* revert change from local treekmacy2008-07-181-6/+0
* new vendor PHY supportkmacy2008-07-181-0/+225
* revert changes accidentally included in last commitkmacy2008-07-183-30/+3
* Eliminate unused global variables. (These global variables became fields ofalc2008-07-185-5/+0
* import vendor fixes to cxgbkmacy2008-07-1820-202/+929
* Correct 1000Mbps link handling logic for JMC250. This should makeyongari2008-07-181-1/+1
* Sort the .PATH entries to give a more reasonable order of precedence:das2008-07-181-4/+5
* Use DELAY() instead of pause if waiting time is less than 1ms.yongari2008-07-181-2/+2
* Fix a benign typo that would give out an incorrect warning message.luoqi2008-07-171-4/+3
* Make it more clear what it means that SA_RESTART is set for signalsimon2008-07-171-3/+5
* - dns queries might go also over TCP, so allow it.danger2008-07-171-0/+2
* Pair the VOP_OPEN call from do_execve() with the reciprocal VOP_CLOSE.kib2008-07-172-0/+10
* Clean up mxge's use of callouts as pointed out by jhb,gallatin2008-07-171-36/+19
* Don't set PACKAGE_BUILDING while installing packages.flz2008-07-171-1/+0
* Before updating the password database, the pw(8) utility first performs ajhb2008-07-171-1/+2
* Add the shutdown KEYWORD to those scripts that start persistent servicesdougb2008-07-1634-19/+34
* As previously discussed, add the svn:executable property to all scriptsdougb2008-07-1692-0/+0
* Move the TCSA* definitions out of _KERNEL. They are processed in libc.ed2008-07-161-10/+10
* Sort the ioctl's in <sys/ttycom.h> by number.ed2008-07-161-48/+48
* Remove OTTYDISC, NETLDISC and NTTYDISC definitions.ed2008-07-163-17/+0
* Fix error in comment.rwatson2008-07-161-3/+3
* Fix a multicast handling regression on VT6105M introduced inyongari2008-07-162-25/+60
* Fix VR_RXSTAT_RX_OK bit definition which lasted for more than 9yongari2008-07-162-3/+4
* Invoke err() with a format string rather than directly with a passedrwatson2008-07-151-1/+1
* Merge last of a series of rwlock conversion changes to UDP, whichrwatson2008-07-152-34/+89
* Fix commment in typo.rpaulo2008-07-151-1/+1
* Update the definition of modspecific structuredanger2008-07-151-3/+3
* Update bus_dmamem_alloc()'s first call to malloc() such that M_WAITOK isalc2008-07-153-10/+10
* Add quirk for Dell D630 laptops.delphij2008-07-151-1/+7
OpenPOWER on IntegriCloud