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