summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* Modified to use merged/renamed functions:fsmp1997-06-257-180/+160
* Modified to declare merged/renamed functions:fsmp1997-06-253-15/+12
* Modified to use renamed get_pci_apic_irq() -> pci_apic_pin() function.fsmp1997-06-252-10/+14
* Allow the kernel configuration file to override the amount of memorytegge1997-06-252-2/+6
* Allow kernel configuration file to override PMAP_SHPGPERPROC. The defaulttegge1997-06-252-2/+6
* Block some interrupts during the call to pmap_zero_page integge1997-06-252-2/+6
* Introduce an advisory exclusive lock on the scsi link structure.tegge1997-06-254-4/+47
* Avoid small synchronous writes when an application does lots of random-accessdfr1997-06-252-38/+230
* Make nfs_lookup return a NULLVP on error so that DIAGNOSTIC kernels don'tdfr1997-06-252-8/+16
* Don't ever allow lowering the securelevel at all. Allowing it doesjoerg1997-06-251-2/+2
* Do The Right Thing when an iBCS2 program does getgroups(0, whatever) -- wesef1997-06-251-2/+6
* Add tickadj to struct clockinfo, like NetBSD and OpenBSD.jhay1997-06-247-8/+13
* Ensure that the boot CPU honours write protection in kernel mode.tegge1997-06-247-7/+63
* Take the OS release string from the kernel variable `osrelease'yokota1997-06-243-9/+61
* Recognize AMD K5 PR166 and PR200 CPUs.kato1997-06-242-2/+14
* Killed bogus kernacc() call in malloc() DIAGNOSTIC code. kernacc() bydg1997-06-241-8/+1
* Fix calculation of initial mplock value.fsmp1997-06-247-14/+14
* Fixed breakage for "default" configurations in mptable_pass1().fsmp1997-06-247-14/+14
* Don't try upgrading an existing exclusive lock in vm_map_user_pageable.tegge1997-06-231-16/+3
* Synchronize with following changes:kato1997-06-237-168/+52
* Synchronize with sys/i386/i386/userconfig.c revision 1.86.kato1997-06-231-2/+34
* Synchronize with sys/i386/isa/syscons.c revision 1.217.kato1997-06-231-76/+174
OpenPOWER on IntegriCloud