summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add an internal _once() method. This works identical to pthread_once(3)jhb2009-11-204-2/+78
* Correct copyright date in the BPF regression test.jkim2009-11-201-1/+1
* Adjust BPF JIT compiler regression tests to catch up with r199603.jkim2009-11-207-20/+35
* - Allocate scratch memory on stack instead of pre-allocating it withjkim2009-11-206-87/+98
* Always allocate PCI/ISA interrupts as shareable so that sharedmarcel2009-11-201-0/+1
* Fix minor memory leak in a function.netchild2009-11-201-1/+3
* Fix minor resource leak in a function which was introduced by changing annetchild2009-11-201-1/+3
* tsec: Use IFQ_DRV macros for managing interface packet queue.raj2009-11-201-3/+3
* Always use 64-bit LBAs for disk addresses in zfsboot and gptzfsboot tojhb2009-11-202-14/+14
* remove volume alignment (was previously not correctly implemented)thompsa2009-11-201-13/+7
* Sync to P4thompsa2009-11-205-11/+155
* No need to include opt_kstack_pages.h, because KSTACK_PAGES ismarcel2009-11-201-1/+0
* Add a seatbelt to the Nested TLB Fault handler to give us a chancemarcel2009-11-202-25/+59
* Move interface reinitialization down after disabling WOL in resumeyongari2009-11-191-4/+5
* Minimize interface reinitialization by checking IFF_DRV_RUNNINGyongari2009-11-191-4/+16
* Fix copy & paste error and remove extra space before colon.yongari2009-11-191-2/+2
* Use capability pointer to access PCIe registers rather thanyongari2009-11-191-18/+26
* - Hook into the existing stat timer to drive the transmit watchdog insteadjhb2009-11-1910-71/+65
* - Add a private timer to drive the transmit watchdog instead of usingjhb2009-11-1918-122/+207
* 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
OpenPOWER on IntegriCloud