| Commit message (Expand) | Author | Age | Files | Lines |
* | Use proc lock to protect p_ucred pointer while we deference it to read a | jhb | 2002-04-11 | 1 | -0/+4 |
* | Use td_ucred in a few spots. | jhb | 2002-04-11 | 1 | -3/+3 |
* | Regen | alc | 2002-04-11 | 5 | -6/+6 |
* | Remove the requirement that Giant be held around osigreturn(). All platform- | alc | 2002-04-11 | 1 | -1/+1 |
* | Add a comment that osigreturn() is MPSAFE. | alc | 2002-04-11 | 1 | -0/+2 |
* | Fix a warning due to the code assuming sizeof(int) == sizeof(void *) which | jhb | 2002-04-11 | 1 | -1/+1 |
* | LCA based systems can't handle more than 16 devices on pci bus 0. | ticso | 2002-04-11 | 1 | -1/+1 |
* | Add yet another chip ID for a Promise TX2 chip. | sos | 2002-04-11 | 3 | -0/+4 |
* | Delay umass_cam_rescan by 200 ms to make sure attach is finished by the | n_hibma | 2002-04-11 | 1 | -3/+12 |
* | Bandaid for a buffer overrun in the module searching code. When breaking | peter | 2002-04-11 | 1 | -0/+2 |
* | Finally fix loader completely for IA64. efifs_stat() wasn't setting | peter | 2002-04-11 | 1 | -0/+2 |
* | MFi386: revision 1.517. | kato | 2002-04-11 | 2 | -10/+18 |
* | Fix the I/O performance issues with the ciss driver where CAM was limiting | ps | 2002-04-11 | 1 | -1/+2 |
* | Code cleanup, no functional change. | pb | 2002-04-11 | 2 | -38/+66 |
* | Only calculate Promise magic if a device is there for info. | sos | 2002-04-11 | 1 | -2/+2 |
* | Integrate the hostap stuff that Thomas Skibo <skibo@packbell.net> | imp | 2002-04-11 | 8 | -53/+1769 |
* | Remove bogus include of <machine/ansi.h>. | mike | 2002-04-11 | 1 | -1/+0 |
* | Nortel Networks sells a RealTek 8139-based NIC that's basically | wpaul | 2002-04-11 | 2 | -0/+7 |
* | Add two more IEEE80211 defines for status. | imp | 2002-04-11 | 1 | -0/+2 |
* | better init | imp | 2002-04-11 | 1 | -4/+6 |
* | initialize local variable explicitly | suz | 2002-04-11 | 1 | -0/+2 |
* | Remove some ISN generation code which has been unused since the | silby | 2002-04-10 | 4 | -58/+6 |
* | Move do_cpuid into the correct place in this file and make | dwmalone | 2002-04-10 | 2 | -20/+16 |
* | Swap a bzero for an M_ZERO. Borris approved this ages ago, but | dwmalone | 2002-04-10 | 1 | -2/+1 |
* | o In osigreturn(), restore all of the registers in one place. | alc | 2002-04-10 | 2 | -10/+18 |
* | Add IA32 option for emulation of i386 binaries on the ia64 platform. | dfr | 2002-04-10 | 2 | -0/+4 |
* | Initial support for executing IA-32 binaries. This will not compile | dfr | 2002-04-10 | 20 | -0/+10074 |
* | Totally nuke IPPORT_USERRESERVED, it is no longer used anywhere, update | silby | 2002-04-10 | 1 | -4/+2 |
* | Save and restore the IA-32 state in cpu_switch(). Probably should only do | dfr | 2002-04-10 | 1 | -2/+46 |
* | Add suhword() and fuhword() for accessing 32-bit values ("half words") in | dfr | 2002-04-10 | 2 | -0/+110 |
* | Add exception and syscall support for executing IA-32 binaries. | dfr | 2002-04-10 | 1 | -0/+269 |
* | Add ucode values for SIGFPE etc. Copied from i386/include/signal.h. | dfr | 2002-04-10 | 1 | -0/+12 |
* | Add fields for saving/restoring the IA-32 state. | dfr | 2002-04-10 | 1 | -0/+8 |
* | Add definitions for IA-32 exceptions, interrupts and intercepts. | dfr | 2002-04-10 | 1 | -0/+21 |
* | Don't suggest that the digi firmware modules are normally loaded | brian | 2002-04-10 | 1 | -1/+1 |
* | Call ast() from the syscall exit path as well as for full exception | dfr | 2002-04-10 | 2 | -2/+84 |
* | Initialise PCPU_GET(current_pmap) in pmap_bootstrap - cpu_switch needs | dfr | 2002-04-10 | 1 | -0/+1 |
* | Remove the hack for segsz_t from <sys/types.h>; use the normal | mike | 2002-04-10 | 6 | -5/+10 |
* | Add manifest constants: _LITTLE_ENDIAN, _BIG_ENDIAN, _PDP_ENDIAN, and | mike | 2002-04-10 | 5 | -30/+75 |
* | Yet another adjustment of digi_delay(). The delay is now consistent | brian | 2002-04-10 | 3 | -18/+19 |
* | Postpone I/O to the device until attach has finished. This fixes | n_hibma | 2002-04-10 | 1 | -21/+23 |
* | Change more uses of tsleep() to digi_delay() and make the loop counts more | brian | 2002-04-10 | 3 | -19/+22 |
* | Unconditionalize the definition of INET_ADDRSTRLEN and | mike | 2002-04-10 | 2 | -4/+0 |
* | Fix the FreeBSD native ATA RAID code a bit. | sos | 2002-04-10 | 2 | -31/+34 |
* | Stop exporting ntohl(), ntohs(), htonl(), and htons() to userland in | mike | 2002-04-10 | 1 | -4/+1 |
* | intline == 0 is not a valid intline on 386. See pci_cfgintr() in | n_hibma | 2002-04-10 | 1 | -1/+5 |
* | Add missing 'struct ifreq ifr;' that was forgotten in the last commit. | peter | 2002-04-10 | 1 | -0/+1 |
* | I've fixed the X11 port, so I can remove the (ioctl) hack. | imp | 2002-04-10 | 1 | -6/+1 |
* | fixed a kernel crash when enabling multicast on vlan interface | suz | 2002-04-10 | 1 | -4/+9 |
* | - Change settime() to take a thread as its first argument instead of a proc | jhb | 2002-04-10 | 1 | -36/+27 |