summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Add some more "member functions" to these. Still not complete.phk1997-04-271-1/+41
* Try and make these usermode safe, Steve beat me in finding these..peter1997-04-264-9/+17
* fix & instead of && in #if statementpeter1997-04-261-4/+4
* change #if 0 to #ifdef KERNEL since this is pretty important forpeter1997-04-261-2/+3
* Remove the curproc printing on trap/interrupt/etc. It's outlived it'speter1997-04-262-14/+2
* #if'ed out the '#include "opt_smp.h"' line.fsmp1997-04-261-2/+3
* Back out bogus code that slipped past my read of the pre-merge diffpeter1997-04-262-6/+2
* Fix some SMP merge bugs (from Bruce) -peter1997-04-262-24/+12
* Create sysctl kern.fast_vfork, on for uniprocessor by default, off forpeter1997-04-261-6/+11
* Disable RFMEM in vfork for smp case.. It doesn't seem to work too wellpeter1997-04-261-2/+7
* Do nothing instead of adjusting un_flags when (uppervp is locked) &&kato1997-04-262-22/+6
* Man the liferafts! Here comes the long awaited SMP -> -current merge!peter1997-04-26111-326/+19306
* Print out some more diagnostic information when we reject a message.gibbs1997-04-261-4/+10
* Do not clear UN_ULOCK in certain case.kato1997-04-262-4/+24
* Add new cpu type, CPU_CY486DX, which shows Cyrix 486S/DX series CPUs,kato1997-04-266-14/+74
* Synchronize with sys/i386/boot/biosboot/Makefile andkato1997-04-262-6/+2
* Removed LDADD=-lc and associated DPADD. libc would probably breakbde1997-04-252-6/+2
* Don't zero b_dirtyoff and b_dirtyend on error.dfr1997-04-251-3/+3
* copyin the export network mask to the correct variable.peter1997-04-252-4/+4
* The following scenario would result in a bogus residual being reportedgibbs1997-04-242-3/+8
* Add definition of PCI_SUBID_REG2, the subvendor/device ID forse1997-04-242-2/+4
* Restore memory space separation (RFMEM) for vfork() afterache1997-04-231-1/+1
* Don't clobber user space argv0 memory on shell exec, mainly for vfork()ache1997-04-232-17/+26
* Add argv0 field for imgact structure - for replacing argv0 in shellache1997-04-231-1/+2
* Add preliminary support for PCI config header type 2:se1997-04-232-20/+38
* Fixed longstanding profiling bug. The frame pointer wasn't set upbde1997-04-232-126/+46
* Give up on the fast vfork() for a while.dyson1997-04-231-2/+2
* Check that the received packet length indicated by the card is at leastdg1997-04-232-2/+10
* Fix broken usage of nm_readdirsize and increase the socket buffers for UDPdfr1997-04-225-29/+19
* Synchronize with sys/i386/conf/Makefile.i386, sys/i386/i386/machdep.ckato1997-04-225-25/+69
* Make the necessary changes so that an ELF kernel can be built. Ijdp1997-04-2238-164/+743
* Fixed typo in the set_keyboard_param().yokota1997-04-221-1/+1
* Dirty change in union_lock(). Sometimes upper vnode is locked withoutkato1997-04-212-10/+46
* Send this to the Attic so there's no mixups over which kern_lock.c is inpeter1997-04-211-377/+0
* - Better fix for 3C589D support. Revert previous changes and add anate1997-04-211-1/+2
* Replace VOP_LOCK with vn_lock.kato1997-04-212-4/+4
* Synchronize with sys/i386/isa/lpt.c revision 1.60.kato1997-04-211-6/+8
* Synchronize with sys/i386/isa/syscons.c.revision 1.210.kato1997-04-211-10/+12
* Fixed the type of a timeout function and removed casts that hid thebde1997-04-201-2/+7
* Fixed the type of timeout functions and removed casts that hid thebde1997-04-204-48/+76
* Fix both a problem with accessing backing objects, and also releasedyson1997-04-202-2/+28
* Re-institute the efficent version of vfork. It appears to make adyson1997-04-201-2/+2
* Fixed the type of timeout functions and removed casts that hid thebde1997-04-209-16/+15
* Fixed the type of timeout functions and removed casts that hid thebde1997-04-204-33/+24
* Fixed the type of timeout functions and removed casts that hid thebde1997-04-203-30/+36
* Fixed the type of timeout functions and removed casts that hid thebde1997-04-201-11/+7
* Fixed the type of timeout functions and removed casts that hid thebde1997-04-207-31/+35
* Fixed inconsistent extern declaration of a timeout function andbde1997-04-201-2/+2
* Fixed linting of and compilation of the gcc byte-swapping macrosbde1997-04-201-15/+12
* 1. i82365.h: Chip identifiers should not be #ifdef PC98. Add identifierphk1997-04-203-45/+76
OpenPOWER on IntegriCloud