| Commit message (Expand) | Author | Age | Files | Lines |
* | Allow DEFAULT_THREAD_LIB to be set from /etc/src.conf. | deischen | 2007-05-17 | 4 | -16/+16 |
* | Fix some problems that affect multiple file inclusion. Bruce found | imp | 2007-05-17 | 3 | -73/+26 |
* | The HP Diva RMP3 uses BAR 0x14. | marcel | 2007-05-17 | 1 | -1/+1 |
* | endrpcent belongs with rpc name service db, not services. | jon | 2007-05-17 | 1 | -1/+1 |
* | fix memory leak from reading nsswitch.conf | jon | 2007-05-17 | 2 | -0/+7 |
* | Make the serdev I/F non-optional. At least 3 drivers depend on it | marcel | 2007-05-17 | 1 | -1/+1 |
* | Fix typo. | jmallett | 2007-05-17 | 1 | -1/+1 |
* | o) Correct for missing whitespace. | jmallett | 2007-05-17 | 1 | -4/+4 |
* | Couple of changes, back down on last TSO change, instead make old | jfv | 2007-05-17 | 2 | -8/+31 |
* | Fix confusing misindentation of a closing-brace. (It goes with the switch, not | jmallett | 2007-05-17 | 1 | -1/+1 |
* | Unbreak IPv4 kernel build. | oleg | 2007-05-17 | 1 | -0/+2 |
* | Don't completely skip pci_cfg_save() in the PCI nomatch routine if | jhb | 2007-05-16 | 1 | -3/+1 |
* | Fix interrupt routing for some cards after the previous fix to clear BARs | jhb | 2007-05-16 | 1 | -6/+7 |
* | - Added TSO support | davidch | 2007-05-16 | 3 | -3485/+6212 |
* | Bump G_LIB_VERSION to reflect the ABI change. | marcel | 2007-05-16 | 1 | -1/+1 |
* | Don't enable symbol versioning on ia64 for now. It causes | marcel | 2007-05-16 | 1 | -0/+2 |
* | We don't need --export-dynamic for ld-elf.so.1, because it's a | marcel | 2007-05-16 | 1 | -1/+0 |
* | Work around a vendor issue that was causing the builtin malloc to be | mp | 2007-05-16 | 2 | -2/+3 |
* | Remove leading spaces before tabs spotted thanks to silby using | rwatson | 2007-05-16 | 1 | -3/+3 |
* | Generally migrate to ANSI function headers, and remove 'register' use. | rwatson | 2007-05-16 | 5 | -181/+106 |
* | -Fix so getoptinfo() is in conformance with socket api (it | rrs | 2007-05-16 | 1 | -32/+33 |
* | Resolves symbols map so sctp_xxx() functions are included. | rrs | 2007-05-16 | 1 | -0/+14 |
* | Don't use a subshell where it isn't needed. | des | 2007-05-16 | 1 | -12/+12 |
* | Write 0 to all the bars in cardbus_cardbus_setup_regs. This is needed | imp | 2007-05-16 | 1 | -19/+18 |
* | Update the comments on if_alloc(), if_free(), if_free_type(), and | brooks | 2007-05-16 | 1 | -12/+26 |
* | o Don't hold lock over bus_teardown_intr when we're waiting for the | imp | 2007-05-16 | 1 | -5/+3 |
* | Better message on cbb resource alloc failure | imp | 2007-05-16 | 1 | -1/+1 |
* | Change PCIM_CIS_ASI_TUPLE to _CONFIG. | imp | 2007-05-16 | 2 | -4/+6 |
* | Add some doxygen docs for pci_cfg_{save,restore}. | imp | 2007-05-16 | 1 | -0/+10 |
* | The struct if_data members ifi_recvquota and ifi_xmitquota have been | brooks | 2007-05-16 | 2 | -4/+2 |
* | Remove now unused stuff forgotten in the previous commit. | andre | 2007-05-16 | 1 | -4/+0 |
* | Revert config(8) version bump. It brings major pain for people working on | wkoszek | 2007-05-16 | 9 | -8/+17 |
* | Catch up to driver changes required for the mfip sub-driver. | scottl | 2007-05-16 | 3 | -4/+27 |
* | Add the 'mfip' sub-driver for gaining SCSI-passthrough access to devices | scottl | 2007-05-16 | 5 | -2/+405 |
* | Move TIME_WAIT related functions and timer handling from files | andre | 2007-05-16 | 6 | -205/+201 |
* | Release the bus reference that is acquired when doing a CAMIOCOMMAND | scottl | 2007-05-16 | 1 | -0/+1 |
* | Remove an assertion in xpt_print_path() that makes debugging code much more | scottl | 2007-05-16 | 1 | -1/+0 |
* | Add a helper function for registering async callbacks. Besides | scottl | 2007-05-16 | 11 | -272/+70 |
* | Handle !INCLUDE_CONFIG_FILE entirely in the kernel. This should make some | wkoszek | 2007-05-16 | 2 | -4/+9 |
* | Add some missing '${BASEDIR}/'s. Prior to this commit, FreeBSD Update | cperciva | 2007-05-16 | 1 | -3/+3 |
* | Style cleanup. | mav | 2007-05-16 | 1 | -101/+90 |
* | Text reformatting. | mav | 2007-05-16 | 1 | -25/+32 |
* | When verifying the IPv4 UDP checksum, don't overwrite the checksum | dwmalone | 2007-05-16 | 1 | -5/+7 |
* | Expose all of {check,delete}-old{,-dirs,-files,-libs}. | des | 2007-05-16 | 2 | -6/+16 |
* | Remove stray comment which broke delete-old-dirs. | des | 2007-05-16 | 1 | -1/+0 |
* | Partially revert the check-old / delete-old modifications to clarify the | des | 2007-05-16 | 1 | -26/+20 |
* | Do not export 'end' symbol. It is not meant to be visible to outside | kan | 2007-05-16 | 1 | -1/+1 |
* | Fix a logic bug added in last commit where PNP0103 devices would no longer | njl | 2007-05-16 | 1 | -17/+22 |
* | Add SIP-related ports. | grog | 2007-05-16 | 1 | -0/+6 |
* | White space tidy-up. | grog | 2007-05-16 | 1 | -4/+4 |