summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Use bus_{read,write}_4 rather than bus_space_{read,write}_4.yongari2009-11-192-6/+2
* - Initialize callout before it is used in atestop() during attach.jhb2009-11-191-9/+5
* style(9)yongari2009-11-191-59/+59
* Fix compile after previous "harmless" commit.jhb2009-11-191-10/+8
* Remove extra spce at the EOL.yongari2009-11-193-12/+12
* Add MSI support.yongari2009-11-192-10/+44
* Destroy driver mutex in device detach.yongari2009-11-191-1/+2
* Remove support code for FreeBSD 6.x versions.yongari2009-11-191-5/+0
* Remove commented out reference to if_watchdog and an assignment of zero tojhb2009-11-191-4/+0
* Remove complex macros that were used to compute bits values.yongari2009-11-193-221/+198
* Several fixes to this driver:jhb2009-11-192-81/+81
* Several fixes to these drivers. Note that these two drivers are actuallyjhb2009-11-194-72/+114
* - This driver used the if_watchdog timer both as a watchdog on transmit andjhb2009-11-192-23/+43
* - Use callout_init_mtx() instead of callout_init(..., CALLOUT_MPSAFE).jhb2009-11-192-33/+22
* This driver has two modes, a netgraph mode and an ifnet mode. In thejhb2009-11-192-18/+15
* These drivers only set if_timer but never set if_watchdog. Just removejhb2009-11-193-8/+0
* Add nanobsd example for the PC Engines ALIX board (serial console).mr2009-11-1918-0/+1312
* Tune CAM ATA kernel options a bit. Move PMP support from da to scbus andmav2009-11-191-2/+2
* Provide an effective (relocated) address when building modules metadata.raj2009-11-191-1/+3
* Fix cpuid output on E500 core.raj2009-11-191-0/+2
* Add ada(4) man page.mav2009-11-192-0/+139
* Fix tinderbox build for i386 and sync amd64 with it.jkim2009-11-192-2/+2
* Extend ddb(4) "show mount" command to print active string mount options.jh2009-11-191-0/+13
* Adapt r197136 to IPv6 stack:bms2009-11-191-2/+21
* Adapt r197135 to IPv6 stack:bms2009-11-191-8/+14
* Adapt r197132 to IPv6 stack:bms2009-11-191-15/+35
* Correct a comment.bms2009-11-191-1/+1
* Adapt r197314 to IPv6 stack:bms2009-11-191-3/+5
* Adapt r197130 to IPv6 stack:bms2009-11-191-1/+3
* Adapt the fix for IGMPv2 in r199287 for the IPv6 stack.bms2009-11-191-8/+30
* fix spelling mistakedarrenr2009-11-191-1/+1
* opt_* headers are included using the quoted form.marcel2009-11-192-2/+2
* Add a test case for very long BPF program.jkim2009-11-192-1/+1031
* - Change internal function bpf_jit_compile() to return allocated size ofjkim2009-11-184-26/+22
* - Make BPF JIT compiler working again in userland. We are limiting size ofjkim2009-11-186-27/+57
* Add WorldB SKU.rpaulo2009-11-181-0/+27
* Simplify both the invocation and the implementation of vm_fault() for wiringalc2009-11-184-37/+16
* Fix mistyped \n in makc's label.mandree2009-11-181-1/+1
* Add mandree@ and mentorship relations with garga/miwi.mandree2009-11-181-0/+3
* Fix a bug where the system panics when a SHUTDOWN is received with antuexen2009-11-181-0/+3
* Make following functions be cancellation points:davidxu2009-11-181-4/+55
* link libpthread because the librt really needs it to fully function.davidxu2009-11-181-0/+1
* Fix compiler warnings.davidxu2009-11-181-2/+2
* Add a missing .Ed tag.delphij2009-11-181-0/+1
* rc.early(8) was removed as of 20090530 so remove manual page referencedelphij2009-11-183-16/+3
* Get rid of unused fields addr_over which is never really used,tuexen2009-11-173-10/+0
* Add pwait utility, which waits for any process to terminate.jilles2009-11-174-0/+229
* - Unbreak build with KLD_DEBUG definedgonzo2009-11-171-1/+6
* Unroll copying of the registers in {g,s}et_mcontext() and limit itmarius2009-11-171-6/+56
* Use always LIST_EMPTY instead of sometime SCTP_LIST_EMPTY,tuexen2009-11-174-10/+9
OpenPOWER on IntegriCloud