| Commit message (Expand) | Author | Age | Files | Lines |
* | Add support for the Adaptec RAID-On-Chip architecture. This in turn | scottl | 2004-08-13 | 4 | -3/+118 |
* | Don't keep evaluating our own cpu mask.. | julian | 2004-08-13 | 1 | -2/+3 |
* | Add a macro to define the size of a subsection of a structure. | julian | 2004-08-13 | 1 | -0/+2 |
* | Added two new media types for 10GBASE-SR and 10GBASE-LR | tackerman | 2004-08-12 | 1 | -0/+5 |
* | add support for SanDisk Cruzer Mini 256MB USB 2.0 Flash Drive | sanpei | 2004-08-12 | 2 | -0/+5 |
* | add support Frontier Labs NEX IA+ Digital Audio Player with USB CF card reade... | sanpei | 2004-08-12 | 1 | -1/+9 |
* | Add the ability to associate ipfw rules with a specific prison ID. | csjp | 2004-08-12 | 4 | -2/+40 |
* | - Use bus_space_subregion() rather than arithmetic on bus_space_handle_t. [1] | marius | 2004-08-12 | 4 | -28/+30 |
* | The vm map lock is needed in vm_fault() after the page has been found, | tegge | 2004-08-12 | 3 | -58/+141 |
* | add support Sitecom CN-311 usb flash reader(aka SIIG_WINTERREADER) | sanpei | 2004-08-12 | 2 | -0/+5 |
* | Don't put DEBUG to CFLAGS, we have the standard DEBUG_FLAGS for this. | ru | 2004-08-12 | 7 | -8/+6 |
* | This commit was generated by cvs2svn to compensate for changes in r133594, | harti | 2004-08-12 | 1 | -1/+6 |
|\ |
|
| * | Vendor patch: don't dump core when the config file cannot be opened. | harti | 2004-08-12 | 1 | -1/+6 |
* | | Now that make more correctly handles variable assignments | harti | 2004-08-12 | 2 | -6/+2 |
* | | When allocating the IPv6 header to stick in front of raw packet being | rwatson | 2004-08-12 | 1 | -1/+5 |
* | | In tcp6_ctlinput, lock tcbinfo around the call to syncache_unreach | dwmalone | 2004-08-12 | 2 | -0/+4 |
* | | Trim trailing white space. | rwatson | 2004-08-12 | 1 | -11/+11 |
* | | - Introduce an ofw_bus kobj-interface for retrieving the OFW node and a | marius | 2004-08-12 | 50 | -738/+738 |
* | | Minor formatting fixes for lines > 80 characters | imp | 2004-08-12 | 2 | -29/+31 |
* | | Re-delete the comment from r1.352. | green | 2004-08-12 | 1 | -3/+0 |
* | | Skip dependent functions when finding the resource from _PRS to use for | njl | 2004-08-12 | 1 | -4/+8 |
* | | Only print the link name if there is a link. For the hardwired case, don't | njl | 2004-08-12 | 1 | -4/+7 |
* | | Allow null handles to be passed into acpi_name(). | njl | 2004-08-12 | 1 | -1/+1 |
* | | This commit was generated by cvs2svn to compensate for changes in r133582, | kan | 2004-08-12 | 105 | -33131/+0 |
* | | Consolidate libiberty files in one place and avoid listing some | kan | 2004-08-12 | 2 | -15/+12 |
* | | Allow the ATM call control module to be built into the kernel. | harti | 2004-08-12 | 3 | -0/+10 |
* | | Add the module build stuff for the ATM call control module. | harti | 2004-08-12 | 2 | -0/+18 |
* | | This is the netgraph node framework for the user side call control | harti | 2004-08-12 | 3 | -0/+1422 |
* | | Loopback fix from Mathieu Sauve-Frankel: | mlaier | 2004-08-12 | 1 | -2/+3 |
* | | Loopback fix from Daniel Hartmeier: | mlaier | 2004-08-12 | 3 | -7/+13 |
* | | Loopback fix from Henning Brauer: | mlaier | 2004-08-12 | 1 | -0/+4 |
* | | The geom(8) utility needs dynamic linker functionality to work, so it can't | pjd | 2004-08-12 | 1 | -0/+2 |
* | | clarify that both ECC and non-ECC DIMMS work on 164SX. | wilko | 2004-08-12 | 1 | -2/+4 |
* | | Sort in dictionary order. | tjr | 2004-08-12 | 1 | -1/+1 |
* | | Fix example. | tjr | 2004-08-12 | 1 | -4/+5 |
* | | Add support for the examination and modification of the devices. | harti | 2004-08-12 | 9 | -8/+817 |
* | | Implement wcwidth() as an inline function. | tjr | 2004-08-12 | 3 | -11/+20 |
* | | As long as we have a knob to force system scope threads, why not have | deischen | 2004-08-12 | 8 | -16/+26 |
* | | Put variable assignments on .MAKEFLAGS and .MFLAGS targets into | harti | 2004-08-12 | 4 | -52/+13 |
* | | Document incorrect handling of multibyte characters. | tjr | 2004-08-12 | 1 | -1/+5 |
* | | Include _ctype.h instead of ctype.h to avoid namespace pollution. | tjr | 2004-08-12 | 1 | -1/+1 |
* | | Move some internal macros and inlines from ctype.h to a new file, _ctype.h, | tjr | 2004-08-12 | 3 | -178/+9 |
* | | Change RU for articles.ent and books.ent back to EN for consistency | den | 2004-08-12 | 20 | -40/+40 |
* | | Fix two cases of incorrect IPQ_UNLOCK'ing in the merged ip_reass() function. | andre | 2004-08-12 | 1 | -2/+2 |
* | | Change the order of ata_dmainit/ata_allocate in preparation of | sos | 2004-08-12 | 4 | -48/+57 |
* | | - Introduce a new flag KEF_HOLD that prevents sched_add() from doing a | jeff | 2004-08-12 | 1 | -7/+19 |
* | | Join the Russian committers, and only use one true country of birth. | ru | 2004-08-12 | 1 | -1/+1 |
* | | Move towards isa attachment for pccbb. This is a work in progress, but | imp | 2004-08-12 | 5 | -690/+1088 |
* | | Change version string to distinguish our modified version of GNU grep | tjr | 2004-08-12 | 1 | -1/+1 |
* | | Update version strings to better reflect reality. | tjr | 2004-08-12 | 1 | -3/+3 |