aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Save and restore segment registers on amd64 when entering and leavingKonstantin Belousov2009-04-0129-351/+1335
* Add separate gdt descriptors for %fs and %gs on amd64.Konstantin Belousov2009-04-012-24/+69
* Fully enumerate all i386 sysarch commands an amd64 include file.Konstantin Belousov2009-04-011-0/+21
* Fill the fsbase and gsbase fields of the mcontext structure on i386.Konstantin Belousov2009-04-011-0/+16
* Add all segment registers for the amd64 CPU to struct reg and mcontext.Konstantin Belousov2009-04-014-8/+35
* Provide convenient definition of the union descriptor, similar to theKonstantin Belousov2009-04-011-0/+17
* Use the real removal date for fla(4), put the entry withTom Rhodes2009-04-011-2/+2
* Add an entry for fla.4.Tom Rhodes2009-04-011-0/+2
* Remove the fla.4 manual page, the driver was nukedTom Rhodes2009-04-012-60/+0
* Fix punctuation.Tom Rhodes2009-04-012-2/+2
* On second thought, remove the comma too.Tom Rhodes2009-04-011-1/+1
* Remove KSE bits, cross reference libthr.3.Tom Rhodes2009-04-011-6/+6
* Eliminate dead code.Alan Cox2009-04-011-13/+0
* Fix the userland, RAS, version of atomic_fetchadd_32 :Olivier Houchard2009-03-311-9/+10
* Use Oxf0000000 instead of 0xff000000 to guess the physical address, relativeOlivier Houchard2009-03-311-2/+2
* Use RTF_LLDATA.Olivier Houchard2009-03-311-1/+1
* Fix an uninitialized variable from the previous commit.Jung-uk Kim2009-03-312-2/+4
* Probe size of installed memory modules from loader and display itJung-uk Kim2009-03-313-11/+77
* Add additional data on the MIIBUS WTF that I committed earlier.Warner Losh2009-03-311-0/+4
* It turns out that the initialization is required since it sets up theWarner Losh2009-03-311-0/+24
* o Minor tweaks to the AX88x90 probe routine, mostly related to comments.Warner Losh2009-03-311-48/+17
* Simplify the radeon microcode loading.Robert Noland2009-03-312-212/+131
* Fix an off-by-one buffer overflow in ngets().John Baldwin2009-03-311-1/+1
* Remove a dangling extern "C" declaration that was missed during theRui Paulo2009-03-311-4/+0
* fix a bug that it passed a incorrect flag BUS_DMA_ALLOCNOW to createWeongyo Jeong2009-03-311-1/+1
* Add another rum(4) device found inKevin Lo2009-03-312-0/+2
* Partial revert r185756.Pyun YongHyeon2009-03-311-0/+2
* Go back to filtering all PHY addresses above 16 since at least twoWarner Losh2009-03-311-8/+9
* Turn on nodelete linker flag because libthr can not be unloaded safely,David Xu2009-03-311-0/+1
* Hmmmm... This can't be right... But it looks like the DL100xx chipsWarner Losh2009-03-311-1/+3
* Integrate user/mav/ata branch:Alexander Motin2009-03-3012-105/+300
* revert unintended changeSam Leffler2009-03-301-1/+0
* Hoist 802.11 encapsulation up into net80211:Sam Leffler2009-03-3024-499/+462
* Fix typo in comment.Rui Paulo2009-03-301-1/+1
* MFP mesh11s:Rui Paulo2009-03-301-1/+1
* - Add ipfw_nat to the list of required modules if "firewall_nat_enable"Maksim Yevmenkin2009-03-301-2/+12
* fake the association id so packets are not rejected in the tx pathSam Leffler2009-03-301-0/+2
* Remove pseudocode from VOP_* manual pages. It was out of date anyway.Edward Tomasz Napierala2009-03-3016-1075/+0
* Remove ATH_SUPPORT_TDMA and use IEEE80211_SUPPORT_TDMA instead. ItSam Leffler2009-03-306-32/+28
* We don't know what these pages are going to be used for, they should beRobert Noland2009-03-301-1/+1
* Add a simple manage for the refcount(9) API.John Baldwin2009-03-302-0/+100
* Load the right microcode for RS780.Robert Noland2009-03-301-4/+4
* Two fixes:Warner Losh2009-03-301-7/+11
* This is a major reworking of the AX88x90 support.Warner Losh2009-03-304-125/+230
* New PHY driver for the internal PHY found in the AX88790. There's aWarner Losh2009-03-304-1/+238
* Fix memory leak in semunload().Christian Brueffer2009-03-301-0/+1
* when it failed to inform rx/tx dma setup it should clean up allocatedWeongyo Jeong2009-03-301-1/+3
* corrects a error message.Weongyo Jeong2009-03-301-1/+1
* handles more exceptional cases when the driver failed to attach.Weongyo Jeong2009-03-301-5/+7
* Implement support for RTLD_NODELETE flag for dlopen() and -z nodeleteKonstantin Belousov2009-03-304-4/+22