summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Initial revisionpeter1997-07-013-0/+5944
* Fix a bug (apparently very old) that can cause a TCP connection tojdp1997-07-012-4/+4
* Un-inline a call to spl0(). It is not time critical, and was only inlinebde1997-07-013-30/+6
* Added ifdefs so that this compiles when neither I586_CPU nor I586_CPUbde1997-07-011-2/+7
* Un-inline a call to spl0(). It is not time critical, and was only inlinebde1997-07-013-15/+6
* Some staticized variables were still declared to be extern.bde1997-07-012-6/+2
* Removed extra definition of constty. It is defined in subr_prf.c.bde1997-07-012-6/+2
* Don't cast function pointers to (void *). This will cause warnings.bde1997-07-014-14/+6
* Don't depend <machine/cpufunc.h> including <sys/types.h>.bde1997-07-011-2/+4
* Don't depend on gcc's feature of permitting labels that aren't followedbde1997-07-019-16/+17
* Enabled some SMP options. LINT is for testing that all code compilesbde1997-07-013-18/+24
* Don't depend on gcc's feature of permitting returning void expressionsbde1997-07-012-5/+8
* Some staticized variables were still declared to be extern.bde1997-06-303-15/+10
* Don't depend on gcc's feature of interpreting `int foo(c) char c; ...'bde1997-06-302-4/+4
* Removed temporary SMP header fix.bde1997-06-301-16/+1
* options.i386:yokota1997-06-305-8/+27
* Fixes annoying behavior and a bug regarding the destructiveyokota1997-06-303-84/+195
* Add experimental APM support for some laptops.yokota1997-06-301-69/+220
* Synchronize with sys/i386/isa/syscons.c and syscons.h revisions 1.219kato1997-06-302-22/+37
* Synchronize with sys/i386/i386/machdep.c revision 1.252.kato1997-06-302-6/+4
* Synchronize with sys/i386/conf/Makefile.i386 and files.i386 revisionskato1997-06-304-8/+10
* dev->id_flags --> flagsache1997-06-293-6/+6
* Updated generated files (makesyscalls.sh changed). Only sysproto.hbde1997-06-295-6/+5
* Don't generate unused nested #include of <sys/aio.h>.bde1997-06-291-2/+1
* Fixed the fix for not using -fomit-frame-pointer with -pg. The previousbde1997-06-295-10/+13
* A fix/work-around for ThinkPad 535.yokota1997-06-296-66/+111
* apic_vector.s:fsmp1997-06-275-7/+246
* Initialize private variable other_cpus during AP boot.fsmp1997-06-271-1/+4
* Added POST code output to various points of the startup code.fsmp1997-06-277-140/+1211
* Experimental calls to stop_cpus()/restart_cpus() within breakpoint calls.fsmp1997-06-272-2/+40
* Added other_cpus to CPU private page.fsmp1997-06-273-6/+12
* Preliminaries for stop_cpus()/restart_cpus().fsmp1997-06-274-12/+56
* Program lint1 to handle NMIs.fsmp1997-06-277-14/+168
* Added fields to the LVT1/2 group.fsmp1997-06-273-3/+30
* Modify my copyright notice to allow the sequencer to be used with GPLedgibbs1997-06-273-12/+33
* Modify my copyright notice to allow the sequencer to be used with GPLedgibbs1997-06-2721-140/+235
* KNF cleanup.gibbs1997-06-272-3170/+3186
* Fix a condition where nfs_statfs() can precipitate a panic. There iswpaul1997-06-272-4/+10
* Removed '#include <machine/smptests.h>' line, no longer needed.fsmp1997-06-272-6/+4
* Fill in some extra fields in the eproc structure. gdb uses this informationtegge1997-06-271-1/+5
* Don't accept insane values for SO_(SND|RCV)BUF, and the low water marks.peter1997-06-271-4/+27
* Added CPU_DIRECT_MAPPED_CACHE option which sets L1 cache in directkato1997-06-275-5/+26
* Removed the #ifdef IPXERRORMSGS'ed code. Fix a lot of style errors that Ijhay1997-06-2623-807/+115
* More comment cleanup.alex1997-06-262-10/+10
* Typo police.alex1997-06-262-6/+6
* Style fix my previous commit.alex1997-06-262-4/+4
* Synchronize with sys/i386/isa/clock.c and isa.c revisions 1.88 andkato1997-06-264-113/+101
* Back out a bad commit.tegge1997-06-262-6/+2
* Clear nfs_iodwant[myiod] when the nfsiod process exits due to a signal.tegge1997-06-253-3/+6
* Merged/renamed functions:fsmp1997-06-257-574/+392
OpenPOWER on IntegriCloud