summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
...
* Fix `locking against myself' panic by multi nullfs mount of samekato1997-04-172-2/+50
* Use NULLVP instead of NULL.kato1997-04-176-22/+22
* Do not set the uppervp to NULLVP in union_removed_upper. If lowervpkato1997-04-162-2/+32
* Comment out rawcb, it is not used / not present anymoreache1997-04-161-2/+2
* Use reset port before clearing page table in cpu_reset if PC98 iskato1997-04-162-20/+24
* Undo previous commit to avoid panic, and fix order of argument ofkato1997-04-162-30/+4
* Only do indirections in ENTRY() if _ARCH_INDIRECT is defined.bde1997-04-152-10/+16
* Quick-hack to avoid `lock against myself' panic. It is not the realkato1997-04-152-4/+30
* Synchronize with sys/i386/i386/trap.c revision 1.92.kato1997-04-151-9/+7
* Synchronize with sys/i386/conf/files.i386 revision 1.159.kato1997-04-152-4/+2
* Removed more traces of ISODEVMAP.bde1997-04-152-40/+2
* Remove unneeded member nsp_head from struct nspcb.phk1997-04-141-2/+1
* #include <sys/queue.h>phk1997-04-141-1/+2
* Use LIST macros instead of insque/remquephk1997-04-143-12/+11
* Add LIST_FIRST, LIST_FOREACH and LIST_NEXTphk1997-04-141-1/+8
* Remove all traces of undocumented feature ISODEVMAP.phk1997-04-148-256/+8
* Forget all about APM. Instead of "hlt" call through a vector whichphk1997-04-143-24/+27
* YAMF22jkh1997-04-141-15/+72
* Use the same IOPL check as in syscons.bde1997-04-145-11/+41
* Fixed printing of registers in dbflalt_handler(). The registersbde1997-04-143-27/+21
* Fix `lockmgr: locking against myself' panic by multi union mount ofkato1997-04-142-2/+50
* Fix locking violation when accessing `..'.kato1997-04-142-2/+78
* Unused variable (upobj is now purely handled within pmap)peter1997-04-141-2/+1
* Be more careful about how SCBs are cleaned up during error recovery.gibbs1997-04-141-113/+173
* Re-arange the selection and reselection code to hopefully kill thegibbs1997-04-142-16/+31
* Make a problem that I cannot reproduce go away for now. This commitdyson1997-04-141-2/+2
* New name for the EtherExpress register file.gibbs1997-04-142-0/+160
* Add Intel EtherExpress16 support into the ie driver, removing the needgibbs1997-04-144-2193/+992
* GENERIC, LINT:gibbs1997-04-147-19/+17
* Don't forget to set `runtime' in fork_trampoline(). The time slice beforebde1997-04-133-21/+21
* #ifdef'ed the declaration of lseek() so that -Wredundant-decls doesn'tbde1997-04-132-13/+32
* Moved #include of <sys/cdefs.h> earlier so that __signed inbde1997-04-131-7/+6
* Access correct union mount point in union_access.kato1997-04-132-4/+4
* Support GLOBAL style tags.jkh1997-04-131-3/+9
* The function union_fsync tries to lock overlaying vnode object whenphk1997-04-132-6/+28
* The path name buffer, cn->cn_pnbuf, is FREEed by VOP_MKDIR whenphk1997-04-132-2/+10
* Though malloc allocates only cn.cn_namelen bytes for cn.cn_pnbuf inphk1997-04-132-4/+4
* Removed libc stuffs. Lite/2 merged libc contains unionfs support, andkato1997-04-134-1300/+0
* Synchronize with sys/i386/i386/machdep.c revision 1.237.kato1997-04-132-2/+6
* Decrease the amount of memory allocated for bouncing. This willdyson1997-04-132-2/+6
* The pmap code was too generous in the allocation of kva space fordyson1997-04-132-12/+24
* Improve the buffer cache memory policy by moving pages over to thedyson1997-04-131-13/+12
* Correct the previous thread-fix commit. I made a clerical error.dyson1997-04-131-13/+3
* Fully implement vfork. Vfork is now much much faster than even ourdyson1997-04-1313-25/+153
* Everyone's favorite, i think: make DDB understand the arrow keys for thejoerg1997-04-121-1/+38
* Effectively remove the previous commit to fix threads forking. Thedyson1997-04-121-3/+7
* Allow a kernel-supported process thread to do an exec without blastingdyson1997-04-111-7/+24
* Deleted ddb_inb and ddb_outb functions that provide I/O accesskato1997-04-111-18/+1
* Synchronize with sys/i386/isa/syscons.c revision 1.209.kato1997-04-111-10/+6
* Drop the number of allowed tags back down to 8. Pluto uses a higher valuegibbs1997-04-101-17/+17
OpenPOWER on IntegriCloud