summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Use proc lock to protect p_ucred pointer while we deference it to read ajhb2002-04-111-0/+4
* Use td_ucred in a few spots.jhb2002-04-111-3/+3
* Regenalc2002-04-115-6/+6
* Remove the requirement that Giant be held around osigreturn(). All platform-alc2002-04-111-1/+1
* Add a comment that osigreturn() is MPSAFE.alc2002-04-111-0/+2
* Fix a warning due to the code assuming sizeof(int) == sizeof(void *) whichjhb2002-04-111-1/+1
* LCA based systems can't handle more than 16 devices on pci bus 0.ticso2002-04-111-1/+1
* Add yet another chip ID for a Promise TX2 chip.sos2002-04-113-0/+4
* Delay umass_cam_rescan by 200 ms to make sure attach is finished by then_hibma2002-04-111-3/+12
* Bandaid for a buffer overrun in the module searching code. When breakingpeter2002-04-111-0/+2
* Finally fix loader completely for IA64. efifs_stat() wasn't settingpeter2002-04-111-0/+2
* MFi386: revision 1.517.kato2002-04-112-10/+18
* Fix the I/O performance issues with the ciss driver where CAM was limitingps2002-04-111-1/+2
* Code cleanup, no functional change.pb2002-04-112-38/+66
* Only calculate Promise magic if a device is there for info.sos2002-04-111-2/+2
* Integrate the hostap stuff that Thomas Skibo <skibo@packbell.net>imp2002-04-118-53/+1769
* Remove bogus include of <machine/ansi.h>.mike2002-04-111-1/+0
* Nortel Networks sells a RealTek 8139-based NIC that's basicallywpaul2002-04-112-0/+7
* Add two more IEEE80211 defines for status.imp2002-04-111-0/+2
* better initimp2002-04-111-4/+6
* initialize local variable explicitlysuz2002-04-111-0/+2
* Remove some ISN generation code which has been unused since thesilby2002-04-104-58/+6
* Move do_cpuid into the correct place in this file and makedwmalone2002-04-102-20/+16
* Swap a bzero for an M_ZERO. Borris approved this ages ago, butdwmalone2002-04-101-2/+1
* o In osigreturn(), restore all of the registers in one place.alc2002-04-102-10/+18
* Add IA32 option for emulation of i386 binaries on the ia64 platform.dfr2002-04-102-0/+4
* Initial support for executing IA-32 binaries. This will not compiledfr2002-04-1020-0/+10074
* Totally nuke IPPORT_USERRESERVED, it is no longer used anywhere, updatesilby2002-04-101-4/+2
* Save and restore the IA-32 state in cpu_switch(). Probably should only dodfr2002-04-101-2/+46
* Add suhword() and fuhword() for accessing 32-bit values ("half words") indfr2002-04-102-0/+110
* Add exception and syscall support for executing IA-32 binaries.dfr2002-04-101-0/+269
* Add ucode values for SIGFPE etc. Copied from i386/include/signal.h.dfr2002-04-101-0/+12
* Add fields for saving/restoring the IA-32 state.dfr2002-04-101-0/+8
* Add definitions for IA-32 exceptions, interrupts and intercepts.dfr2002-04-101-0/+21
* Don't suggest that the digi firmware modules are normally loadedbrian2002-04-101-1/+1
* Call ast() from the syscall exit path as well as for full exceptiondfr2002-04-102-2/+84
* Initialise PCPU_GET(current_pmap) in pmap_bootstrap - cpu_switch needsdfr2002-04-101-0/+1
* Remove the hack for segsz_t from <sys/types.h>; use the normalmike2002-04-106-5/+10
* Add manifest constants: _LITTLE_ENDIAN, _BIG_ENDIAN, _PDP_ENDIAN, andmike2002-04-105-30/+75
* Yet another adjustment of digi_delay(). The delay is now consistentbrian2002-04-103-18/+19
* Postpone I/O to the device until attach has finished. This fixesn_hibma2002-04-101-21/+23
* Change more uses of tsleep() to digi_delay() and make the loop counts morebrian2002-04-103-19/+22
* Unconditionalize the definition of INET_ADDRSTRLEN andmike2002-04-102-4/+0
* Fix the FreeBSD native ATA RAID code a bit.sos2002-04-102-31/+34
* Stop exporting ntohl(), ntohs(), htonl(), and htons() to userland inmike2002-04-101-4/+1
* intline == 0 is not a valid intline on 386. See pci_cfgintr() inn_hibma2002-04-101-1/+5
* Add missing 'struct ifreq ifr;' that was forgotten in the last commit.peter2002-04-101-0/+1
* I've fixed the X11 port, so I can remove the (ioctl) hack.imp2002-04-101-6/+1
* fixed a kernel crash when enabling multicast on vlan interfacesuz2002-04-101-4/+9
* - Change settime() to take a thread as its first argument instead of a procjhb2002-04-101-36/+27
OpenPOWER on IntegriCloud