| Commit message (Expand) | Author | Age | Files | Lines |
| * | Save and restore segment registers on amd64 when entering and leaving | Konstantin Belousov | 2009-04-01 | 29 | -351/+1335 |
| * | Add separate gdt descriptors for %fs and %gs on amd64. | Konstantin Belousov | 2009-04-01 | 2 | -24/+69 |
| * | Fully enumerate all i386 sysarch commands an amd64 include file. | Konstantin Belousov | 2009-04-01 | 1 | -0/+21 |
| * | Fill the fsbase and gsbase fields of the mcontext structure on i386. | Konstantin Belousov | 2009-04-01 | 1 | -0/+16 |
| * | Add all segment registers for the amd64 CPU to struct reg and mcontext. | Konstantin Belousov | 2009-04-01 | 4 | -8/+35 |
| * | Provide convenient definition of the union descriptor, similar to the | Konstantin Belousov | 2009-04-01 | 1 | -0/+17 |
| * | Use the real removal date for fla(4), put the entry with | Tom Rhodes | 2009-04-01 | 1 | -2/+2 |
| * | Add an entry for fla.4. | Tom Rhodes | 2009-04-01 | 1 | -0/+2 |
| * | Remove the fla.4 manual page, the driver was nuked | Tom Rhodes | 2009-04-01 | 2 | -60/+0 |
| * | Fix punctuation. | Tom Rhodes | 2009-04-01 | 2 | -2/+2 |
| * | On second thought, remove the comma too. | Tom Rhodes | 2009-04-01 | 1 | -1/+1 |
| * | Remove KSE bits, cross reference libthr.3. | Tom Rhodes | 2009-04-01 | 1 | -6/+6 |
| * | Eliminate dead code. | Alan Cox | 2009-04-01 | 1 | -13/+0 |
| * | Fix the userland, RAS, version of atomic_fetchadd_32 : | Olivier Houchard | 2009-03-31 | 1 | -9/+10 |
| * | Use Oxf0000000 instead of 0xff000000 to guess the physical address, relative | Olivier Houchard | 2009-03-31 | 1 | -2/+2 |
| * | Use RTF_LLDATA. | Olivier Houchard | 2009-03-31 | 1 | -1/+1 |
| * | Fix an uninitialized variable from the previous commit. | Jung-uk Kim | 2009-03-31 | 2 | -2/+4 |
| * | Probe size of installed memory modules from loader and display it | Jung-uk Kim | 2009-03-31 | 3 | -11/+77 |
| * | Add additional data on the MIIBUS WTF that I committed earlier. | Warner Losh | 2009-03-31 | 1 | -0/+4 |
| * | It turns out that the initialization is required since it sets up the | Warner Losh | 2009-03-31 | 1 | -0/+24 |
| * | o Minor tweaks to the AX88x90 probe routine, mostly related to comments. | Warner Losh | 2009-03-31 | 1 | -48/+17 |
| * | Simplify the radeon microcode loading. | Robert Noland | 2009-03-31 | 2 | -212/+131 |
| * | Fix an off-by-one buffer overflow in ngets(). | John Baldwin | 2009-03-31 | 1 | -1/+1 |
| * | Remove a dangling extern "C" declaration that was missed during the | Rui Paulo | 2009-03-31 | 1 | -4/+0 |
| * | fix a bug that it passed a incorrect flag BUS_DMA_ALLOCNOW to create | Weongyo Jeong | 2009-03-31 | 1 | -1/+1 |
| * | Add another rum(4) device found in | Kevin Lo | 2009-03-31 | 2 | -0/+2 |
| * | Partial revert r185756. | Pyun YongHyeon | 2009-03-31 | 1 | -0/+2 |
| * | Go back to filtering all PHY addresses above 16 since at least two | Warner Losh | 2009-03-31 | 1 | -8/+9 |
| * | Turn on nodelete linker flag because libthr can not be unloaded safely, | David Xu | 2009-03-31 | 1 | -0/+1 |
| * | Hmmmm... This can't be right... But it looks like the DL100xx chips | Warner Losh | 2009-03-31 | 1 | -1/+3 |
| * | Integrate user/mav/ata branch: | Alexander Motin | 2009-03-30 | 12 | -105/+300 |
| * | revert unintended change | Sam Leffler | 2009-03-30 | 1 | -1/+0 |
| * | Hoist 802.11 encapsulation up into net80211: | Sam Leffler | 2009-03-30 | 24 | -499/+462 |
| * | Fix typo in comment. | Rui Paulo | 2009-03-30 | 1 | -1/+1 |
| * | MFP mesh11s: | Rui Paulo | 2009-03-30 | 1 | -1/+1 |
| * | - Add ipfw_nat to the list of required modules if "firewall_nat_enable" | Maksim Yevmenkin | 2009-03-30 | 1 | -2/+12 |
| * | fake the association id so packets are not rejected in the tx path | Sam Leffler | 2009-03-30 | 1 | -0/+2 |
| * | Remove pseudocode from VOP_* manual pages. It was out of date anyway. | Edward Tomasz Napierala | 2009-03-30 | 16 | -1075/+0 |
| * | Remove ATH_SUPPORT_TDMA and use IEEE80211_SUPPORT_TDMA instead. It | Sam Leffler | 2009-03-30 | 6 | -32/+28 |
| * | We don't know what these pages are going to be used for, they should be | Robert Noland | 2009-03-30 | 1 | -1/+1 |
| * | Add a simple manage for the refcount(9) API. | John Baldwin | 2009-03-30 | 2 | -0/+100 |
| * | Load the right microcode for RS780. | Robert Noland | 2009-03-30 | 1 | -4/+4 |
| * | Two fixes: | Warner Losh | 2009-03-30 | 1 | -7/+11 |
| * | This is a major reworking of the AX88x90 support. | Warner Losh | 2009-03-30 | 4 | -125/+230 |
| * | New PHY driver for the internal PHY found in the AX88790. There's a | Warner Losh | 2009-03-30 | 4 | -1/+238 |
| * | Fix memory leak in semunload(). | Christian Brueffer | 2009-03-30 | 1 | -0/+1 |
| * | when it failed to inform rx/tx dma setup it should clean up allocated | Weongyo Jeong | 2009-03-30 | 1 | -1/+3 |
| * | corrects a error message. | Weongyo Jeong | 2009-03-30 | 1 | -1/+1 |
| * | handles more exceptional cases when the driver failed to attach. | Weongyo Jeong | 2009-03-30 | 1 | -5/+7 |
| * | Implement support for RTLD_NODELETE flag for dlopen() and -z nodelete | Konstantin Belousov | 2009-03-30 | 4 | -4/+22 |