summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Remove usb. The need to have core@ approve major changes to usb hasimp2009-06-241-1/+0
* Some DMA related changes:mav2009-06-241-33/+35
* Move programming info from usb(4) to usbdi(9) and update for the usb stackthompsa2009-06-244-1779/+673
* Fix end-of-line issues that can come up when `lpq' reads informationgad2009-06-241-1/+102
* Unbreak sparc64 after the swap accounting changes: mark kernel_mapkib2009-06-241-2/+2
* Rework locking and reference counting in ipx_control to be consistent withrwatson2009-06-241-58/+60
* fw_state ad cur_state are holding unsigned bitfields, so declare thenscottl2009-06-241-1/+1
* dtrace/amd64: fix virtual address checksavg2009-06-242-9/+6
* More precise description of the DS1553 driver.raj2009-06-241-1/+1
* Introduce ata(4) support for Marvell integrated SATA controllers (found onraj2009-06-249-0/+958
* Move non-PCI prototypes from ata-pci.h -> ata-all.h.raj2009-06-245-20/+15
* Clean up struct prison, with the recent fields in more logical places,jamie2009-06-241-13/+15
* Fix a race in vi_if_move, where a vnet is used after the prison thatjamie2009-06-241-21/+28
* Add missing unlock of if_addr_mtx when an unmatched ARP packet is received.rwatson2009-06-241-0/+1
* Allow admin to specify the initial mtu upon driver loadgallatin2009-06-241-3/+8
* Clear 'ia' after iterating if_addrhead for unicast address matching: sincerwatson2009-06-241-6/+9
* Add a new COMPAT7 flag for FreeBSD 7.x compatibility system calls.jhb2009-06-243-6/+38
* - Move syscall function argument structure types to be just above thejhb2009-06-243-20/+17
* Fix copy-and-paste-o's from kinfo_getfile.3 in kinfo_getvmmap.3.rwatson2009-06-241-2/+2
* Add stack_print_short() and stack_print_short_ddb() interfaces torwatson2009-06-243-13/+67
* Use proper form of gnu designated initalizers. This letsrdivacky2009-06-242-2/+2
* Printf fewer warnings when adding a route to an atalk address fails;rwatson2009-06-241-10/+2
* In if_setlladdr(), use IF_ADDR_LOCK() and ifaddr references to improverwatson2009-06-241-3/+15
* In ARP input, more consistently acquire and release ifaddr references.rwatson2009-06-241-2/+14
* Break at_ifawithnet() into two variants:rwatson2009-06-245-94/+149
* Reduce debugging output for netatalk routing events.rwatson2009-06-241-44/+6
* Initialize the uip to silence gcc warning that seems to sneak in in somekib2009-06-241-0/+1
* Lock if_addrhead when iterating, and where necessary acquire and releaserwatson2009-06-241-21/+27
* Make stf_getsrcifa6() return a reference to an in6_ifaddr rather thanrwatson2009-06-241-1/+9
* Do not stop the loop when an empty or deleted directory entry is found.jhay2009-06-241-1/+3
* Add detection of UFS filesystems.cperciva2009-06-242-4/+61
* The bits set in a page's dirty mask are a subset of the bits set in itsalc2009-06-242-10/+8
* Slight comment fix.ariff2009-06-241-5/+4
* Update SCCS IDs for Berkeley DB 1.86 merge.delphij2009-06-242-2/+2
* style: operators should appear at the line end if we have to wrap.delphij2009-06-241-2/+2
* Add a note about the implication of secure level setting against kldload,delphij2009-06-231-0/+6
* Merge fmtcheck() prototype change.delphij2009-06-231-1/+1
* Use const instead of __const, and merge the license change from NetBSD.delphij2009-06-231-9/+3
* - Use size_t instead of int when appropriate;delphij2009-06-2311-26/+22
* %.s expects an int as the length specifier, so cast properly.delphij2009-06-231-1/+2
* Use strlcpy() instead of manually setting the last byte of the array to \0.delphij2009-06-231-8/+4
* Use strlcpy() instead of explicitly set \0 on the tail of the array.delphij2009-06-231-2/+1
* Staticify internal routines.delphij2009-06-234-7/+7
* Merge NetBSD revision 1.14: humanize_number.c is now 2-clause BSD licensed.delphij2009-06-231-8/+1
* K&R -> ANSIdelphij2009-06-233-10/+5
* Use C99 initialization when necessary; apply static to internal rountines.delphij2009-06-231-5/+5
* K&R -> ANSIdelphij2009-06-231-3/+1
* Make algorithm a bit more bulletproof.mav2009-06-232-4/+4
* Use getprogname() instead of referencing __progname.delphij2009-06-231-3/+2
* Quote -x tracing output so it is unambiguous.jilles2009-06-231-2/+17
OpenPOWER on IntegriCloud