| Commit message (Expand) | Author | Age | Files | Lines |
* | Add all segment registers for the amd64 CPU to struct reg and mcontext. | kib | 2009-04-01 | 4 | -8/+35 |
* | Provide convenient definition of the union descriptor, similar to the | kib | 2009-04-01 | 1 | -0/+17 |
* | Use the real removal date for fla(4), put the entry with | trhodes | 2009-04-01 | 1 | -2/+2 |
* | Add an entry for fla.4. | trhodes | 2009-04-01 | 1 | -0/+2 |
* | Remove the fla.4 manual page, the driver was nuked | trhodes | 2009-04-01 | 2 | -60/+0 |
* | Fix punctuation. | trhodes | 2009-04-01 | 2 | -2/+2 |
* | On second thought, remove the comma too. | trhodes | 2009-04-01 | 1 | -1/+1 |
* | Remove KSE bits, cross reference libthr.3. | trhodes | 2009-04-01 | 1 | -6/+6 |
* | Eliminate dead code. | alc | 2009-04-01 | 1 | -13/+0 |
* | Fix the userland, RAS, version of atomic_fetchadd_32 : | cognet | 2009-03-31 | 1 | -9/+10 |
* | Use Oxf0000000 instead of 0xff000000 to guess the physical address, relative | cognet | 2009-03-31 | 1 | -2/+2 |
* | Use RTF_LLDATA. | cognet | 2009-03-31 | 1 | -1/+1 |
* | Fix an uninitialized variable from the previous commit. | jkim | 2009-03-31 | 2 | -2/+4 |
* | Probe size of installed memory modules from loader and display it | jkim | 2009-03-31 | 3 | -11/+77 |
* | Add additional data on the MIIBUS WTF that I committed earlier. | imp | 2009-03-31 | 1 | -0/+4 |
* | It turns out that the initialization is required since it sets up the | imp | 2009-03-31 | 1 | -0/+24 |
* | o Minor tweaks to the AX88x90 probe routine, mostly related to comments. | imp | 2009-03-31 | 1 | -48/+17 |
* | Simplify the radeon microcode loading. | rnoland | 2009-03-31 | 2 | -213/+132 |
* | Fix an off-by-one buffer overflow in ngets(). | jhb | 2009-03-31 | 1 | -1/+1 |
* | Remove a dangling extern "C" declaration that was missed during the | rpaulo | 2009-03-31 | 1 | -4/+0 |
* | fix a bug that it passed a incorrect flag BUS_DMA_ALLOCNOW to create | weongyo | 2009-03-31 | 1 | -1/+1 |
* | Add another rum(4) device found in | kevlo | 2009-03-31 | 2 | -0/+2 |
* | Partial revert r185756. | yongari | 2009-03-31 | 1 | -0/+2 |
* | Go back to filtering all PHY addresses above 16 since at least two | imp | 2009-03-31 | 1 | -8/+9 |
* | Turn on nodelete linker flag because libthr can not be unloaded safely, | davidxu | 2009-03-31 | 1 | -0/+1 |
* | Hmmmm... This can't be right... But it looks like the DL100xx chips | imp | 2009-03-31 | 1 | -1/+3 |
* | Integrate user/mav/ata branch: | mav | 2009-03-30 | 12 | -105/+300 |
* | revert unintended change | sam | 2009-03-30 | 1 | -1/+0 |
* | Hoist 802.11 encapsulation up into net80211: | sam | 2009-03-30 | 24 | -499/+462 |
* | Fix typo in comment. | rpaulo | 2009-03-30 | 1 | -1/+1 |
* | MFP mesh11s: | rpaulo | 2009-03-30 | 1 | -1/+1 |
* | - Add ipfw_nat to the list of required modules if "firewall_nat_enable" | emax | 2009-03-30 | 1 | -2/+12 |
* | fake the association id so packets are not rejected in the tx path | sam | 2009-03-30 | 1 | -0/+2 |
* | Remove pseudocode from VOP_* manual pages. It was out of date anyway. | trasz | 2009-03-30 | 16 | -1075/+0 |
* | Remove ATH_SUPPORT_TDMA and use IEEE80211_SUPPORT_TDMA instead. It | sam | 2009-03-30 | 6 | -32/+28 |
* | We don't know what these pages are going to be used for, they should be | rnoland | 2009-03-30 | 1 | -1/+1 |
* | Add a simple manage for the refcount(9) API. | jhb | 2009-03-30 | 2 | -0/+100 |
* | Load the right microcode for RS780. | rnoland | 2009-03-30 | 1 | -4/+4 |
* | Two fixes: | imp | 2009-03-30 | 1 | -7/+11 |
* | This is a major reworking of the AX88x90 support. | imp | 2009-03-30 | 4 | -125/+230 |
* | New PHY driver for the internal PHY found in the AX88790. There's a | imp | 2009-03-30 | 4 | -1/+238 |
* | Fix memory leak in semunload(). | brueffer | 2009-03-30 | 1 | -0/+1 |
* | when it failed to inform rx/tx dma setup it should clean up allocated | weongyo | 2009-03-30 | 1 | -1/+3 |
* | corrects a error message. | weongyo | 2009-03-30 | 1 | -1/+1 |
* | handles more exceptional cases when the driver failed to attach. | weongyo | 2009-03-30 | 1 | -5/+7 |
* | Implement support for RTLD_NODELETE flag for dlopen() and -z nodelete | kib | 2009-03-30 | 4 | -4/+22 |
* | fix a bug of uses after free. | weongyo | 2009-03-30 | 1 | -2/+1 |
* | Further rate limit the root wait status, it will be printed once per | thompsa | 2009-03-30 | 1 | -4/+8 |
* | Add PHY entry for the ASIX 88x90 internal PHYs. | imp | 2009-03-30 | 1 | -0/+4 |
* | Sharpen the saw: | marcel | 2009-03-30 | 1 | -3/+2 |