| Commit message (Expand) | Author | Age | Files | Lines |
* | Compare p_cpulimit with RLIM_INFINITY before comparing it with the process | dg | 1998-11-27 | 1 | -2/+3 |
* | Don't forget to update the pmap associated with aio daemons when adding | tegge | 1998-11-27 | 3 | -4/+18 |
* | Attempt to handle interrupts delivered to all IO APICs by using the first | tegge | 1998-11-26 | 7 | -14/+119 |
* | Initial commit of ported NetBSD USB stack | n_hibma | 1998-11-26 | 35 | -3/+12155 |
* | Removed probes for USB chips 82371xB (done in dev/pci/uhci_pci.c) | n_hibma | 1998-11-26 | 1 | -5/+1 |
* | Staticize some more. | eivind | 1998-11-26 | 14 | -55/+55 |
* | Staticize. | eivind | 1998-11-26 | 12 | -33/+33 |
* | Fixed the previous fix - stathz doesn't give the statclock frequency | bde | 1998-11-26 | 1 | -5/+6 |
* | Oops, yet again back out some local changes that shouldn't have been | bde | 1998-11-26 | 1 | -5/+5 |
* | Fixed scaling of p_pctcpu. It was wrong by a factor of stathz/hz. | bde | 1998-11-26 | 1 | -8/+8 |
* | Sync with sys/i386/boot/netboot/Makefile revision 1.20. | kato | 1998-11-26 | 1 | -9/+12 |
* | Make netboot work again. All this depends on the object format being | joerg | 1998-11-26 | 1 | -10/+13 |
* | ...nor does this old TDC3620 like to be asked for compression. | joerg | 1998-11-26 | 1 | -1/+5 |
* | Add Id string to if_lnc.h and fix up copyrights to be consistent and up to date. | paul | 1998-11-26 | 4 | -18/+68 |
* | Despite what people may think the Am79C970 returns the chip id of an Am79C965. | paul | 1998-11-26 | 2 | -4/+4 |
* | o Patch, slightly altered, from Graham Menhennitt for older aha 1542B | imp | 1998-11-25 | 1 | -6/+15 |
* | This old firmware of the TDC3620 hangs the SCSI bus upon serial | joerg | 1998-11-25 | 1 | -1/+12 |
* | Reorder entries of ed drivers. Many NICs can be automatically | kato | 1998-11-25 | 2 | -10/+10 |
* | Cosmetic change. | kato | 1998-11-25 | 2 | -14/+12 |
* | Port top to the alpha. | dfr | 1998-11-25 | 1 | -1/+3 |
* | Add missing splvm protection around unqueue call. Without this, the page | dg | 1998-11-25 | 1 | -4/+4 |
* | Move the declaration of PPro_vmtrr from the header file to pmap.c, | eivind | 1998-11-24 | 4 | -8/+20 |
* | Whoops - wrong copy of files, so all wasn't converted. Rest of perl -> perl5 | eivind | 1998-11-24 | 1 | -6/+6 |
* | perl -> perl5, to allow to compile on older boxes with perl5 installed (but | eivind | 1998-11-24 | 1 | -4/+4 |
* | Untangled the Cyclades offsets a little. CY16_RESET and CY_CLEAR_INTR | bde | 1998-11-23 | 5 | -52/+88 |
* | Make timecounters more resistant to badly behaved SW/HW which locks | phk | 1998-11-23 | 6 | -24/+65 |
* | Add a kludge to prevent panicing when using VM86 and hitting here | sos | 1998-11-23 | 2 | -4/+4 |
* | Fixed a missing include. `SYSININT(...);' garbage in gave null garbage out. | bde | 1998-11-23 | 1 | -1/+2 |
* | Sync with sys/i386/isa/sio.c revision up to 1.218. | kato | 1998-11-23 | 2 | -134/+4 |
* | Sync with sys/i386/boot/biosboot/Makefile revision 1.67. | kato | 1998-11-23 | 1 | -4/+4 |
* | Change the delivery mechanism for incoming target commands. We now | gibbs | 1998-11-23 | 4 | -83/+99 |
* | We can't call fsetown() from sonewconn() because sonewconn() is be called | truckman | 1998-11-23 | 3 | -5/+5 |
* | Fix a few problems that Bruce noticed about a month ago, and fix oup one | ken | 1998-11-22 | 5 | -19/+46 |
* | Remove broken and useless intr interface. | nsouch | 1998-11-22 | 4 | -10/+6 |
* | Reduce i/o overheads by not preserving the channel access register in | bde | 1998-11-22 | 3 | -339/+390 |
* | Oops, I forgot to update this file when I changed moused recently. | yokota | 1998-11-22 | 1 | -1/+3 |
* | Deleted the workaround for lockup of certain (hopefully no longer used) | bde | 1998-11-22 | 1 | -51/+1 |
* | Fixed a comment in code that will soon go away. | bde | 1998-11-22 | 1 | -3/+3 |
* | Return ENOTTY instead of EBADF for ioctls on dead vnodes. This fixes | bde | 1998-11-22 | 2 | -4/+4 |
* | Fixed some missing cases in the check for ioctls that involve modification. | bde | 1998-11-22 | 1 | -8/+25 |
* | Drop use of BIOS int 0x14 services in favor of direct port I/O. | rnordier | 1998-11-22 | 1 | -37/+48 |
* | add -aout key to cc, size, strip - it not work for elf system | ache | 1998-11-21 | 1 | -4/+4 |
* | Eliminate compiler warning. | archie | 1998-11-21 | 3 | -6/+6 |
* | Eliminate some ompiler warnings. | archie | 1998-11-21 | 1 | -4/+4 |
* | Support NT VFAT lower case flags. | dt | 1998-11-21 | 10 | -22/+40 |
* | Add missing return statement to rl_phy_writereg(). This bug didn't actually | wpaul | 1998-11-20 | 1 | -2/+3 |
* | - Added some configuration flags as workaround for not-so-compatible | yokota | 1998-11-20 | 1 | -52/+88 |
* | - Added support for Genius Kidspad tablet. | yokota | 1998-11-20 | 2 | -2/+6 |
* | Fix misallocation of buffer bug (too short) | archie | 1998-11-20 | 1 | -1/+1 |
* | This fixes a bug in the bcache code whereby false cache hits occur | paul | 1998-11-19 | 1 | -2/+4 |