| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove usb. The need to have core@ approve major changes to usb has | imp | 2009-06-24 | 1 | -1/+0 |
* | Some DMA related changes: | mav | 2009-06-24 | 1 | -33/+35 |
* | Move programming info from usb(4) to usbdi(9) and update for the usb stack | thompsa | 2009-06-24 | 4 | -1779/+673 |
* | Fix end-of-line issues that can come up when `lpq' reads information | gad | 2009-06-24 | 1 | -1/+102 |
* | Unbreak sparc64 after the swap accounting changes: mark kernel_map | kib | 2009-06-24 | 1 | -2/+2 |
* | Rework locking and reference counting in ipx_control to be consistent with | rwatson | 2009-06-24 | 1 | -58/+60 |
* | fw_state ad cur_state are holding unsigned bitfields, so declare then | scottl | 2009-06-24 | 1 | -1/+1 |
* | dtrace/amd64: fix virtual address checks | avg | 2009-06-24 | 2 | -9/+6 |
* | More precise description of the DS1553 driver. | raj | 2009-06-24 | 1 | -1/+1 |
* | Introduce ata(4) support for Marvell integrated SATA controllers (found on | raj | 2009-06-24 | 9 | -0/+958 |
* | Move non-PCI prototypes from ata-pci.h -> ata-all.h. | raj | 2009-06-24 | 5 | -20/+15 |
* | Clean up struct prison, with the recent fields in more logical places, | jamie | 2009-06-24 | 1 | -13/+15 |
* | Fix a race in vi_if_move, where a vnet is used after the prison that | jamie | 2009-06-24 | 1 | -21/+28 |
* | Add missing unlock of if_addr_mtx when an unmatched ARP packet is received. | rwatson | 2009-06-24 | 1 | -0/+1 |
* | Allow admin to specify the initial mtu upon driver load | gallatin | 2009-06-24 | 1 | -3/+8 |
* | Clear 'ia' after iterating if_addrhead for unicast address matching: since | rwatson | 2009-06-24 | 1 | -6/+9 |
* | Add a new COMPAT7 flag for FreeBSD 7.x compatibility system calls. | jhb | 2009-06-24 | 3 | -6/+38 |
* | - Move syscall function argument structure types to be just above the | jhb | 2009-06-24 | 3 | -20/+17 |
* | Fix copy-and-paste-o's from kinfo_getfile.3 in kinfo_getvmmap.3. | rwatson | 2009-06-24 | 1 | -2/+2 |
* | Add stack_print_short() and stack_print_short_ddb() interfaces to | rwatson | 2009-06-24 | 3 | -13/+67 |
* | Use proper form of gnu designated initalizers. This lets | rdivacky | 2009-06-24 | 2 | -2/+2 |
* | Printf fewer warnings when adding a route to an atalk address fails; | rwatson | 2009-06-24 | 1 | -10/+2 |
* | In if_setlladdr(), use IF_ADDR_LOCK() and ifaddr references to improve | rwatson | 2009-06-24 | 1 | -3/+15 |
* | In ARP input, more consistently acquire and release ifaddr references. | rwatson | 2009-06-24 | 1 | -2/+14 |
* | Break at_ifawithnet() into two variants: | rwatson | 2009-06-24 | 5 | -94/+149 |
* | Reduce debugging output for netatalk routing events. | rwatson | 2009-06-24 | 1 | -44/+6 |
* | Initialize the uip to silence gcc warning that seems to sneak in in some | kib | 2009-06-24 | 1 | -0/+1 |
* | Lock if_addrhead when iterating, and where necessary acquire and release | rwatson | 2009-06-24 | 1 | -21/+27 |
* | Make stf_getsrcifa6() return a reference to an in6_ifaddr rather than | rwatson | 2009-06-24 | 1 | -1/+9 |
* | Do not stop the loop when an empty or deleted directory entry is found. | jhay | 2009-06-24 | 1 | -1/+3 |
* | Add detection of UFS filesystems. | cperciva | 2009-06-24 | 2 | -4/+61 |
* | The bits set in a page's dirty mask are a subset of the bits set in its | alc | 2009-06-24 | 2 | -10/+8 |
* | Slight comment fix. | ariff | 2009-06-24 | 1 | -5/+4 |
* | Update SCCS IDs for Berkeley DB 1.86 merge. | delphij | 2009-06-24 | 2 | -2/+2 |
* | style: operators should appear at the line end if we have to wrap. | delphij | 2009-06-24 | 1 | -2/+2 |
* | Add a note about the implication of secure level setting against kldload, | delphij | 2009-06-23 | 1 | -0/+6 |
* | Merge fmtcheck() prototype change. | delphij | 2009-06-23 | 1 | -1/+1 |
* | Use const instead of __const, and merge the license change from NetBSD. | delphij | 2009-06-23 | 1 | -9/+3 |
* | - Use size_t instead of int when appropriate; | delphij | 2009-06-23 | 11 | -26/+22 |
* | %.s expects an int as the length specifier, so cast properly. | delphij | 2009-06-23 | 1 | -1/+2 |
* | Use strlcpy() instead of manually setting the last byte of the array to \0. | delphij | 2009-06-23 | 1 | -8/+4 |
* | Use strlcpy() instead of explicitly set \0 on the tail of the array. | delphij | 2009-06-23 | 1 | -2/+1 |
* | Staticify internal routines. | delphij | 2009-06-23 | 4 | -7/+7 |
* | Merge NetBSD revision 1.14: humanize_number.c is now 2-clause BSD licensed. | delphij | 2009-06-23 | 1 | -8/+1 |
* | K&R -> ANSI | delphij | 2009-06-23 | 3 | -10/+5 |
* | Use C99 initialization when necessary; apply static to internal rountines. | delphij | 2009-06-23 | 1 | -5/+5 |
* | K&R -> ANSI | delphij | 2009-06-23 | 1 | -3/+1 |
* | Make algorithm a bit more bulletproof. | mav | 2009-06-23 | 2 | -4/+4 |
* | Use getprogname() instead of referencing __progname. | delphij | 2009-06-23 | 1 | -3/+2 |
* | Quote -x tracing output so it is unambiguous. | jilles | 2009-06-23 | 1 | -2/+17 |