| Commit message (Expand) | Author | Age | Files | Lines |
* | Move the xe0 driver back where it was. It was misleading where it was as it | obrien | 1999-07-13 | 1 | -2/+3 |
* | Commit the correct patch, i.e., the one that actually corresponds | alc | 1999-07-13 | 1 | -35/+55 |
* | Changed the implementation of the primitives to guarantee atomicity | alc | 1999-07-13 | 1 | -22/+42 |
* | Improve Logitech MouseMan+ protocol support. | yokota | 1999-07-12 | 1 | -1/+4 |
* | Correct a couple of spelling errors in comments. | kris | 1999-07-12 | 1 | -2/+2 |
* | remove a set_cpl which survived last change. | phk | 1999-07-12 | 1 | -2/+1 |
* | We may have three ways to generate the SPL functions, but one table | phk | 1999-07-11 | 1 | -54/+25 |
* | Add a hook for a bus to detect child devices which didn't find drivers. | dfr | 1999-07-11 | 1 | -2/+21 |
* | An SMP-specific change: eliminate a check on bsp_apic_ready | alc | 1999-07-10 | 1 | -11/+5 |
* | Convert the if_fea (DEC FDDI) driver to newbus since it has been broken | peter | 1999-07-10 | 1 | -400/+170 |
* | Add apmd support code. | iwasaki | 1999-07-10 | 3 | -25/+502 |
* | Go back to the old (icu.s rev.1.7 1993) way of keeping the AST-pending | bde | 1999-07-10 | 13 | -156/+66 |
* | Fixed a longstanding scheduling bug. ASTs and softclock interrupts were | bde | 1999-07-10 | 2 | -24/+26 |
* | This commit adds driver support for the SysKonnect SK-984x series | wpaul | 1999-07-09 | 3 | -4/+21 |
* | Implement support for hardware debug registers on the i386. | jlemon | 1999-07-09 | 8 | -8/+183 |
* | Implement VT_RELDISP ioctl | marcel | 1999-07-08 | 2 | -2/+8 |
* | These changes appear to give us benefits with both small (32MB) and | mckusick | 1999-07-08 | 2 | -5/+6 |
* | Rename bpfilter to bpf. | des | 1999-07-06 | 22 | -136/+136 |
* | Quieten gcc paranoia. | peter | 1999-07-06 | 1 | -2/+2 |
* | Typo: s/0ff0/0xff0/ | peter | 1999-07-06 | 1 | -2/+2 |
* | Trivial implementation of TIOCM{S|G}ET and TIOCMBI{S|C} ioctls. No need | marcel | 1999-07-06 | 1 | -1/+17 |
* | Implement SA_SIGINFO for i386. Thanks to Bruce Evans for much more | cracauer | 1999-07-06 | 3 | -44/+82 |
* | Rename struct members sa_siginfo. POSIX reserves identifiers starting | cracauer | 1999-07-06 | 4 | -33/+33 |
* | Add Centaur/IDT WinChip support. | green | 1999-07-06 | 1 | -1/+14 |
* | I made some cleanups, rearranged things a bit, and made AMD Features default | green | 1999-07-06 | 1 | -47/+52 |
* | Let newuname return "Linux" as the OS name and not "FreeBSD". Also, return a | marcel | 1999-07-05 | 1 | -3/+3 |
* | The IDA driver is 'ida', not 'id' | msmith | 1999-07-05 | 1 | -3/+3 |
* | Move the initialisation/tuning of nmbclusters from param.c/machdep.c | msmith | 1999-07-05 | 1 | -7/+1 |
* | Add an extra space to " AMD Features=" to make it line up well. | green | 1999-07-05 | 1 | -2/+2 |
* | K6-III CPUs are now case:d in the appropriate switch; also, in | green | 1999-07-05 | 1 | -4/+54 |
* | Remove cmaj and bmaj args from DEV_DRIVER_MODULE. | phk | 1999-07-04 | 2 | -6/+4 |
* | Patch the WaveLAN/IEEE driver to detect and reject oversized received | wpaul | 1999-07-04 | 1 | -2/+19 |
* | Some cleanup and rearrangement. hw.physmem is now an absolute quantity; | jlemon | 1999-07-04 | 1 | -121/+98 |
* | The buffer queue mechanism has been reformulated. Instead of having | mckusick | 1999-07-04 | 1 | -2/+4 |
* | Update comment for new location of soft-updates sources. | jdp | 1999-07-03 | 2 | -4/+4 |
* | printf int/dev_t (pointer) warning | peter | 1999-07-03 | 1 | -3/+3 |
* | Delete stray static prototype. | peter | 1999-07-03 | 1 | -2/+1 |
* | Improve compatibility with other systems by changing the default | imp | 1999-07-03 | 4 | -4/+40 |
* | Delete the 'device-driver' suffix. It's been meaningless for a long time. | peter | 1999-07-03 | 2 | -219/+215 |
* | Only have the pci component compiled if pci is specified at config. | peter | 1999-07-03 | 1 | -3/+3 |
* | Move bt_isa.c to the cpu-independent isa section. | peter | 1999-07-03 | 2 | -345/+1 |
* | Fix warnings in last commit (dev_t is not an int, and not even int | peter | 1999-07-03 | 1 | -4/+5 |
* | Be more informative and try to ask the user in some instances if we can't | phk | 1999-07-03 | 1 | -8/+18 |
* | An SMP-specific change: Add the lock prefix to RMW operations | alc | 1999-07-03 | 5 | -7/+25 |
* | Lightly overhaul the memory sizing code again. | msmith | 1999-07-02 | 1 | -80/+127 |
* | Correct some ugly formatting. Remember to initialize the alignment tag. | mjacob | 1999-07-02 | 1 | -40/+35 |
* | Sync with GENERIC.. (Gee, this is a useful file..) | peter | 1999-07-02 | 1 | -118/+108 |
* | Zap totally the npx0 memory size override. It only worked if statically | peter | 1999-07-02 | 1 | -14/+2 |
* | Working kernel tags! | jkh | 1999-07-02 | 1 | -2/+5 |
* | 127 fire Firewire driver <ikob@koganei.wide.ad.jp> | jkh | 1999-07-02 | 1 | -1/+2 |