summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Always include PROT_READ for Linux mmap operations.msmith1997-04-282-4/+4
* removed TEST_CPUHITS code.fsmp1997-04-283-126/+3
* removed TEST_CPUHITS code.fsmp1997-04-281-10/+1
* removed all the TEST_UPPERPRIO crud.fsmp1997-04-2811-283/+36
* remove all the SMP_INVLTLB defines, making the code default for APIC_IO.fsmp1997-04-2812-343/+125
* remove the SMP_INVLTLB option, making the code default for APIC_IO.fsmp1997-04-285-17/+5
* remove all the SMP_INVLTLB defines, making the code default for APIC_IO.fsmp1997-04-281-9/+4
* Submitted by: Wolfgang Helbig <helbig@MX.BA-Stuttgart.De>fsmp1997-04-281-1/+9
* Removed bogon from previous commit: doubly included sys/systm.h.alex1997-04-272-4/+2
* Remove bogon from previous commit: doubly included sys/systm.h.alex1997-04-271-2/+1
* informal discussion between Bruce Evans <bde@zeta.org.au>,fsmp1997-04-279-240/+68
* informal discussion between Bruce Evans <bde@zeta.org.au>,fsmp1997-04-2714-1022/+57
* Create a special option file "opt_global.h" which is included by allpeter1997-04-275-11/+21
* The long-awaited mega-massive-network-code- cleanup. Part I.wollman1997-04-2735-701/+985
* Prevent debugger attachment to init when securelevel > 0.alex1997-04-273-3/+18
* Delete opt_ddb.h.kato1997-04-271-2/+1
* Synchronize with sys/i386/isa/syscons.c revision 1.211.kato1997-04-271-10/+123
* Merge SMP code from IBM-PC tree into PC-98 tree.kato1997-04-2715-56/+735
* Whoops.. We forgot to turn off the 4MB Virtual==Physical mapping at addresspeter1997-04-272-2/+8
* Undo 1.29.kato1997-04-272-4/+4
* Addresses the following two problems.yokota1997-04-273-24/+348
* 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
OpenPOWER on IntegriCloud