aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* unifdef -DWI_HOSTAP, like OpenBSD doesWarner Losh2002-04-125-56/+5
* ifdef WI_HOSTAP some stuff that seems like it needs to be ifdef'd.Alfred Perlstein2002-04-121-0/+2
* Really fix uniprocessor on IA64. Note to self: do not use variables beforePeter Wemm2002-04-121-1/+1
* Replace the original host WEP implementation with the one in OpenBSDWarner Losh2002-04-122-138/+122
* Fix corner case where m_len was not being initialized.Jeffrey Hsu2002-04-121-1/+3
* Add ActionTec HWC01170 and Linksys IWN2Warner Losh2002-04-111-0/+2
* Catchup to 1.32Warner Losh2002-04-111-1/+7
* Add ACTIONTEC HWC01170 from OpenBSDWarner Losh2002-04-111-0/+4
* Use the proc lock to protect p_ucred while we read a few items from it.John Baldwin2002-04-111-2/+9
* Make this compile again when UMASS_DEBUG isn't defined.John Baldwin2002-04-111-0/+2
* - Set the base priority of an ithread that has no handlers when we set itsJohn Baldwin2002-04-111-3/+5
* Commented out locking that would be used in the ps command if locks wereJohn Baldwin2002-04-111-0/+5
* Use proc lock to protect p_ucred pointer while we deference it to read aJohn Baldwin2002-04-111-0/+4
* Use td_ucred in a few spots.John Baldwin2002-04-111-3/+3
* RegenAlan Cox2002-04-115-6/+6
* Remove the requirement that Giant be held around osigreturn(). All platform-Alan Cox2002-04-111-1/+1
* Add a comment that osigreturn() is MPSAFE.Alan Cox2002-04-111-0/+2
* Fix a warning due to the code assuming sizeof(int) == sizeof(void *) whichJohn Baldwin2002-04-111-1/+1
* LCA based systems can't handle more than 16 devices on pci bus 0.Bernd Walter2002-04-111-1/+1
* Add yet another chip ID for a Promise TX2 chip.Søren Schmidt2002-04-113-0/+4
* Delay umass_cam_rescan by 200 ms to make sure attach is finished by theNick Hibma2002-04-111-3/+12
* Bandaid for a buffer overrun in the module searching code. When breakingPeter Wemm2002-04-111-0/+2
* Finally fix loader completely for IA64. efifs_stat() wasn't settingPeter Wemm2002-04-111-0/+2
* MFi386: revision 1.517.KATO Takenori2002-04-112-10/+18
* Fix the I/O performance issues with the ciss driver where CAM was limitingPaul Saab2002-04-111-1/+2
* Code cleanup, no functional change.Pierre Beyssac2002-04-112-38/+66
* Only calculate Promise magic if a device is there for info.Søren Schmidt2002-04-111-2/+2
* Integrate the hostap stuff that Thomas Skibo <skibo@packbell.net>Warner Losh2002-04-118-52/+1768
* Remove bogus include of <machine/ansi.h>.Mike Barcroft2002-04-111-1/+0
* Nortel Networks sells a RealTek 8139-based NIC that's basicallyBill Paul2002-04-112-0/+7
* Add two more IEEE80211 defines for status.Warner Losh2002-04-111-0/+2
* better initWarner Losh2002-04-111-4/+6
* initialize local variable explicitlySUZUKI Shinsuke2002-04-111-0/+2
* Remove some ISN generation code which has been unused since theMike Silbersack2002-04-104-58/+6
* Move do_cpuid into the correct place in this file and makeDavid Malone2002-04-102-20/+16
* Swap a bzero for an M_ZERO. Borris approved this ages ago, butDavid Malone2002-04-101-2/+1
* o In osigreturn(), restore all of the registers in one place.Alan Cox2002-04-102-10/+18
* Add IA32 option for emulation of i386 binaries on the ia64 platform.Doug Rabson2002-04-102-0/+4
* Initial support for executing IA-32 binaries. This will not compileDoug Rabson2002-04-1020-0/+10074
* Totally nuke IPPORT_USERRESERVED, it is no longer used anywhere, updateMike Silbersack2002-04-101-4/+2
* Save and restore the IA-32 state in cpu_switch(). Probably should only doDoug Rabson2002-04-101-2/+46
* Add suhword() and fuhword() for accessing 32-bit values ("half words") inDoug Rabson2002-04-102-0/+110
* Add exception and syscall support for executing IA-32 binaries.Doug Rabson2002-04-101-0/+269
* Add ucode values for SIGFPE etc. Copied from i386/include/signal.h.Doug Rabson2002-04-101-0/+12
* Add fields for saving/restoring the IA-32 state.Doug Rabson2002-04-101-0/+8
* Add definitions for IA-32 exceptions, interrupts and intercepts.Doug Rabson2002-04-101-0/+21
* Don't suggest that the digi firmware modules are normally loadedBrian Somers2002-04-101-1/+1
* Call ast() from the syscall exit path as well as for full exceptionDoug Rabson2002-04-102-2/+84
* Initialise PCPU_GET(current_pmap) in pmap_bootstrap - cpu_switch needsDoug Rabson2002-04-101-0/+1
* Remove the hack for segsz_t from <sys/types.h>; use the normalMike Barcroft2002-04-106-5/+10