summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Remove SO_PRIVSTATE socket option; it is no longer necessary, nor implementedwollman1997-04-301-2/+2
* Restore CRTC start address check back after looking into more sourcesache1997-04-303-9/+27
* Add D_DISK flag to vn_bdevsw.dfr1997-04-301-2/+2
* Allow NULL rpcs on non-privileged ports at all times to work around brokendfr1997-04-303-6/+9
* bugfix: 'make depend' cause all LKMs rebuildache1997-04-301-2/+6
* Staticize an unnecessarily global function: vputrele.dyson1997-04-302-6/+6
* In comp_vgaregs skip cursor shape and 4 unused bytes (6 total)ache1997-04-303-12/+12
* Enabled 'FIX_MP_TABLE_WORKS' code.fsmp1997-04-297-231/+273
* Use a common numbering of the tty and net software interrupt levelspeter1997-04-294-37/+22
* Remove stale comment, as suggested by Bruce.peter1997-04-291-6/+1
* For multi-session CD-ROMs, we have to account for previous sessions asjoerg1997-04-292-2/+20
* Add support for ISO9660 multi-session CD-ROMs. This is just nothingjoerg1997-04-294-4/+10
* Fix a bug that caused some false mismatches when both FNM_PATHNAMEjdp1997-04-291-1/+2
* Synchronize with sys/i386/conf/options.i386 and sys/i386/isa/wd.ckato1997-04-293-3/+8
* Revised fix for locking violation when unionfs calls vput withkato1997-04-292-64/+72
* Move CMD640 option from kernel Makefile into opt_wd.hse1997-04-284-4/+10
* Synchronize with sys/i386/isa/isa.c revision 1.83.kato1997-04-281-30/+3
* Synchornize with sys/i386/conf/options.i386 revision 1.42.kato1997-04-282-8/+2
* Synchronize with sys/i386/conf/Makefile.i386 revision 1.95.kato1997-04-282-6/+10
* Mount MFS read/write as in days of yore.jkh1997-04-281-1/+4
* cleaned out an old FIXME.fsmp1997-04-283-15/+3
* 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
OpenPOWER on IntegriCloud