| Commit message (Expand) | Author | Age | Files | Lines |
* | Add mirror selection for FTP installs. To support TBEMD installs | nwhitehorn | 2011-03-27 | 3 | -4/+235 |
* | In g_gate_create() there is a window between when g_gate_softc is | trociny | 2011-03-27 | 2 | -2/+6 |
* | Fix a syntax error in a little-used function. | jpaetzel | 2011-03-27 | 19 | -308/+283 |
* | Amd64 doesn't have a lazypmap ipi. | alc | 2011-03-27 | 2 | -4/+0 |
* | Increase size of boot partition to give breathing room in the future. | jpaetzel | 2011-03-27 | 1 | -1/+1 |
* | Refactor out the ar71xx mac address code into something that's | adrian | 2011-03-27 | 1 | -17/+30 |
* | getpwnam(3) may return NULL. | ume | 2011-03-27 | 1 | -3/+4 |
* | Fix typo. | adrian | 2011-03-27 | 1 | -2/+2 |
* | Rename AH_ENABLE_11N to ATH_ENABLE_11 - the HAL supports 11n by | adrian | 2011-03-27 | 3 | -3/+3 |
* | Add an option - AR71XX_REALMEM - which overrides the amount of | adrian | 2011-03-27 | 2 | -0/+20 |
* | Add some missing flags needed for AR913x/AR724x USB to correctly operate. | adrian | 2011-03-27 | 1 | -0/+14 |
* | Hook the 220.backup-pkgdb script I added to the build unconditionally | dougb | 2011-03-27 | 2 | -0/+2 |
* | Add svn:executable property on remaining period scripts without it | dougb | 2011-03-27 | 6 | -0/+0 |
* | Wait until the DMA engine is stopped before unmapping buffers and | marius | 2011-03-26 | 1 | -1/+25 |
* | Print the raw value of si_code, that is esp. useful for undecoded values. | kib | 2011-03-26 | 1 | -3/+4 |
* | Eliminate an unused definition. | alc | 2011-03-26 | 1 | -3/+0 |
* | Fixed sockets display somewhat (-L, -T, -x, -Lx, with and without -A). | ru | 2011-03-26 | 1 | -45/+37 |
* | Fix some style issues in r219925. | jh | 2011-03-26 | 1 | -5/+2 |
* | - A closer inspection of the OpenSolaris code indicates that the DMA | marius | 2011-03-26 | 2 | -158/+52 |
* | - Merge the *_SET macros from fire(4) which generally print out the | marius | 2011-03-26 | 8 | -257/+310 |
* | Cause the release target to set up its object directory. It is designed | nwhitehorn | 2011-03-26 | 2 | -2/+2 |
* | .. And another missed commit - add the PSPOLL capability. | adrian | 2011-03-26 | 1 | -1/+2 |
* | This was missing from the previous HAL commit - it fixes a typo and | adrian | 2011-03-26 | 1 | -1/+2 |
* | If 802.11n is enabled, bump the number of buffers used up to a larger | adrian | 2011-03-26 | 1 | -0/+8 |
* | linux compat: add SO_PASSCRED option with basic handling | avg | 2011-03-26 | 3 | -0/+16 |
* | linux compat: improve and fix sendmsg/recvmsg compatibility | avg | 2011-03-26 | 4 | -53/+252 |
* | linux compat: add non-dummy capget and capset system calls, regenerate | avg | 2011-03-26 | 12 | -24/+76 |
* | Add in the hardware PS-POLL frame reception setting, but leave it disabled | adrian | 2011-03-26 | 1 | -0/+19 |
* | linux compat: add non-dummy capget and capset system calls | avg | 2011-03-26 | 2 | -4/+8 |
* | Introduce hardware PS-POLL support in the HAL. | adrian | 2011-03-26 | 3 | -1/+8 |
* | Export the correct AT_PLATFORM value. | dchagin | 2011-03-26 | 2 | -4/+2 |
* | Put these two back to mirror what ath9k does. | adrian | 2011-03-26 | 1 | -2/+2 |
* | Don't calculate len too early. | pjd | 2011-03-26 | 1 | -1/+1 |
* | Follow style(9) in example code and handle opendir(3) error. | pjd | 2011-03-26 | 1 | -4/+7 |
* | Shuffle around the HAL_RX_FILTER bits to be slightly more sensible. | adrian | 2011-03-26 | 1 | -3/+17 |
* | Move an external declaration to the appropriate header file. | alc | 2011-03-26 | 2 | -2/+1 |
* | Add a daily period script to back up /var/db/pkg | dougb | 2011-03-26 | 2 | -0/+54 |
* | Update ath_hal.4 to include the latest chipset support. | adrian | 2011-03-26 | 1 | -5/+6 |
* | Improve CPU identifications of various IDT/Centaur/VIA, Rise and Transmeta | jkim | 2011-03-26 | 4 | -153/+146 |
* | Add the svn:executable property to the scripts that are missing it | dougb | 2011-03-26 | 7 | -0/+0 |
* | - Implement wake-on-lan support in mlxen. | jeff | 2011-03-26 | 7 | -4/+72 |
* | Add an example for the use of the <include> entry to help others | dougb | 2011-03-26 | 1 | -1/+6 |
* | Report EBUSY instead of EROFS for attempt of deleting or renaming the | kib | 2011-03-25 | 1 | -2/+2 |
* | Update T3 firmware to 7.11.0 | np | 2011-03-25 | 2 | -1493/+1527 |
* | Add mapsize to the header just before sending the packet. | pjd | 2011-03-25 | 1 | -1/+1 |
* | Use timeout from configuration file not only when sending and receiving, | pjd | 2011-03-25 | 1 | -1/+1 |
* | Use role2str() when setting process title. | pjd | 2011-03-25 | 2 | -2/+2 |
* | rtld: eliminate double call to close(2) that may occur in load_object | avg | 2011-03-25 | 1 | -5/+2 |
* | Handle the corner case in vm_fault_quick_hold_pages(). | kib | 2011-03-25 | 1 | -0/+2 |
* | Document O_CLOEXEC. | kib | 2011-03-25 | 1 | -4/+16 |