summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Support compiling with `gcc -ansi'. Fix missing `volatile's in __asm()bde1998-04-152-13/+17
* In pre-devfs days, /dev/psm0 had always been a non-blockingphk1998-04-151-6/+6
* Fixed bitrot in the non-softdep case of ufs_dirremove():bde1998-04-151-24/+9
* Fixed breakage of fork accounting in previous commit. A fork benchmarkbde1998-04-153-6/+6
* Add a missing LK_RETRY.dt1998-04-152-10/+6
* Fix page fault panic by probing NE200 compatible PCI card.kato1998-04-142-15/+17
* Fix a minor mbuf leak created by the previous change.phk1998-04-141-2/+4
* Added EIDRM & ENOMSG errno in translation table.sos1998-04-131-0/+2
* Added EIDRM & ENOMSG to errno translation table.sos1998-04-132-4/+4
* Don't use INTR when only one device supports it.msmith1998-04-133-1/+12
* Add EIDRM errno (PR 176), ENOMSG errno (myself) for prober sysv_ipc.sos1998-04-131-2/+5
* Wrong header length used for certain reassembled IP packets.phk1998-04-131-1/+3
* Fixed autonegotiation. Card registers are now accessed via memorysemenu1998-04-133-315/+480
* 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
OpenPOWER on IntegriCloud