| Commit message (Expand) | Author | Age | Files | Lines |
* | Sync with sys/i386/isa/wd.c revision 1.156. | kato | 1998-04-13 | 1 | -2/+2 |
* | Aic APM driver support for e.g. Toshiba T2400 notebook with internal | phk | 1998-04-12 | 1 | -2/+59 |
* | Sync with sys/i386/isa/wd.c revision 1.155. | kato | 1998-04-12 | 1 | -41/+85 |
* | Fix the problem when SCSI ID is not contiguous. | kato | 1998-04-12 | 2 | -14/+20 |
* | Add aio_error decl. | dyson | 1998-04-12 | 1 | -1/+6 |
* | setsockopt() transports user option data in an mbuf. if the user | phk | 1998-04-11 | 1 | -2/+7 |
* | Minor typo in the wd driver. The manifestation of this bug | dyson | 1998-04-11 | 1 | -2/+2 |
* | When pmap_pinit0() allocates a page for proc0's page directory, | phk | 1998-04-11 | 1 | -2/+2 |
* | Do not clobber "heads" by &= in wdcommand use only &. | sos | 1998-04-10 | 1 | -2/+2 |
* | Grammar police. | alex | 1998-04-10 | 1 | -2/+2 |
* | Add the new LBA mode support in the wd? config examples. | sos | 1998-04-09 | 3 | -6/+9 |
* | Try to use the "right" CHS translations of a LBA device. | sos | 1998-04-09 | 1 | -4/+21 |
* | - Whoops, better have the structure created before trying to use it in | nate | 1998-04-09 | 1 | -2/+2 |
* | Add LBA mode support for large drives. | sos | 1998-04-08 | 2 | -43/+71 |
* | Fix a minor bug (|| instead of |) | sos | 1998-04-08 | 2 | -6/+6 |
* | New mount option nosymfollow. If enabled, the kernel lookup() | wosch | 1998-04-08 | 5 | -13/+19 |
* | - Fix bug I introduced a few months ago. If a driver fails the probe, | nate | 1998-04-08 | 1 | -4/+4 |
* | Minor adjustments to the timecounting and proc0. | phk | 1998-04-08 | 3 | -11/+13 |
* | Sync with sys/i386/boot/biosboot/README.serial revision 1.9. | kato | 1998-04-07 | 1 | -3/+3 |
* | Sync with sys/i386/isa/npx.c revision 1.58. | kato | 1998-04-07 | 1 | -5/+1 |
* | Sync with sys/i386/conf/files.i386 revision 1.196. | kato | 1998-04-07 | 2 | -4/+6 |
* | Sync with sys/i386/i386/machdep.c revision 1.294. | kato | 1998-04-07 | 2 | -24/+6 |
* | Today is not my lucky day. Fix missing brace and I got a request | peter | 1998-04-06 | 1 | -3/+3 |
* | Fix VM86 compiles. a #include "opt_vm86.h" was missing, and the my_tr | peter | 1998-04-06 | 6 | -29/+15 |
* | Use a different errno (ELOOP (as sef mentioned) since the text that goes | peter | 1998-04-06 | 1 | -2/+6 |
* | Rather than let users get fd's to symlink files, make O_NOFOLLOW cause | peter | 1998-04-06 | 1 | -3/+3 |
* | Back this out, allowing users to get a fd connected to a symlink is | peter | 1998-04-06 | 1 | -16/+6 |
* | Don't panic if a VOP_READ() gets through on a short link, Just Do It | peter | 1998-04-06 | 1 | -7/+17 |
* | Implement a new open(2) flag: O_NOFOLLOW. This will instruct open | peter | 1998-04-06 | 2 | -3/+5 |
* | curproc is initialized in locore at the same time for both SMP and UP now. | peter | 1998-04-06 | 1 | -15/+1 |
* | remove #ifdef declaration of npxproc, use globals.s and the extern always. | peter | 1998-04-06 | 3 | -15/+3 |
* | add globals.s for data that is treated differently on SMP. | peter | 1998-04-06 | 2 | -4/+6 |
* | Use real types for the SMP pages being allocated rather than arrays of | peter | 1998-04-06 | 7 | -119/+77 |
* | clean up #ifdefs, define the variables that have to be per-cpu on SMP | peter | 1998-04-06 | 2 | -24/+6 |
* | _curpcb is always defined in globals.s instead of here in #ifdefs | peter | 1998-04-06 | 3 | -18/+3 |
* | Bogus casts | peter | 1998-04-06 | 2 | -8/+8 |
* | Defunct, now part of globals.s | peter | 1998-04-06 | 1 | -92/+0 |
* | Rather than filling this file up with SMP .sets, use those from | peter | 1998-04-06 | 3 | -171/+12 |
* | Generate #defines that the asm code can access for the per-cpu data | peter | 1998-04-06 | 2 | -4/+92 |
* | generate .sets for variables used in asm and C that are stored in per-cpu | peter | 1998-04-06 | 1 | -0/+169 |
* | A pair of C structures used for laying out the SMP per-cpu data space. | peter | 1998-04-06 | 3 | -0/+303 |
* | some missing symbols | peter | 1998-04-06 | 1 | -2/+9 |
* | Use getmicrotime() for if_lastchange, 10msec is plenty precision. | phk | 1998-04-06 | 4 | -15/+15 |
* | Use random() to find our initial xid. | phk | 1998-04-06 | 4 | -44/+16 |
* | Use read_random() | phk | 1998-04-06 | 2 | -4/+14 |
* | Use random() for seq numbers and read_random for CHAP challenge. | phk | 1998-04-06 | 1 | -6/+11 |
* | Use random() rather then than homegrown stuff. | phk | 1998-04-06 | 2 | -22/+6 |
* | Remove stuff related to microtime.s, which is gone. | phk | 1998-04-06 | 2 | -5/+2 |
* | Use getmicrotime insted of microtime, we only use the second part. | phk | 1998-04-06 | 1 | -2/+2 |
* | Make read_random() take a (void *) argument instead of (char *) | phk | 1998-04-06 | 6 | -22/+22 |