summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* Updated generated files (makesyscalls.sh changed). Only sysproto.hbde1997-06-292-2/+2
* Don't generate unused nested #include of <sys/aio.h>.bde1997-06-291-2/+1
* 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-271-20/+173
* Program lint1 to handle NMIs.fsmp1997-06-271-2/+24
* 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
* Merged/renamed functions:fsmp1997-06-251-82/+56
* Don't ever allow lowering the securelevel at all. Allowing it doesjoerg1997-06-251-2/+2
* Add tickadj to struct clockinfo, like NetBSD and OpenBSD.jhay1997-06-244-5/+7
* Ensure that the boot CPU honours write protection in kernel mode.tegge1997-06-241-1/+9
* Killed bogus kernacc() call in malloc() DIAGNOSTIC code. kernacc() bydg1997-06-241-8/+1
* Fix calculation of initial mplock value.fsmp1997-06-241-2/+2
* Fixed breakage for "default" configurations in mptable_pass1().fsmp1997-06-241-2/+2
* Preliminary support for per-cpu data pages.peter1997-06-227-100/+165
* Remove a window during running down a file vnode. Also, the OBJ_DEADdyson1997-06-222-30/+48
* Modifications to existing files to support the initial AIO/LIO anddyson1997-06-168-6/+98
* Add initial AIO/LIO kernel thread support files. This is preliminary, anddyson1997-06-162-0/+432
* Fix a problem with the VN device. Specifically, the VN device candyson1997-06-152-39/+236
* When APM is configured, turn off the power when halting for good.wollman1997-06-151-1/+2
* Removed unused #includes.bde1997-06-141-12/+1
* Fixed livelock in getnewbuf().bde1997-06-131-3/+5
* Disabled the kern.vnode sysctl variable. It's causing system crashes ondg1997-06-102-2/+16
* Add safety check in case "conflicts" keyword specified more times thanache1997-06-081-1/+7
* Preserve %fs and %gs across context switches. This has a relatively lowbde1997-06-071-1/+20
* Don't throw NFS B_DELWRI buffers back to the vm system in brelse.dfr1997-06-061-3/+11
* Fix some performance problems with the NFS mmap fixes.dfr1997-06-031-2/+6
* The defines INTR_FAST and INTR_EXCL are part of the public interface. Thedfr1997-06-021-3/+1
* Change isa_device.h to intr_machdep.hdfr1997-06-021-2/+2
* Move interrupt handling code from isa.c to a new file. This should makedfr1997-06-022-5/+5
* tiny spelling fix in commentjulian1997-06-021-3/+3
* Move "typedef struct intrec {} intrec" from sys/interrupt.h to kern_intr.cpeter1997-06-011-1/+14
* oops, fix a braino that I noticed during the commit.. Don't verify thepeter1997-06-011-5/+7
* - implement signanosleep(2) by moving common code from nanosleep() into apeter1997-06-011-28/+102
* Regeneratepeter1997-06-012-2/+4
* New syscall, signanosleep(), which is a hybrid of sigsuspend(2) andpeter1997-06-011-2/+3
* <machine/spl.h> -> <machine/ipl.h>peter1997-05-311-10/+10
* Include file updates.. <machine/spl.h> -> <machine/ipl.h>, addpeter1997-05-311-1/+2
* The previous fix didn't work properly for small block size filesystems,dfr1997-05-301-20/+39
* Code such as apic_base[APIC_ID] converted to lapic__idfsmp1997-05-291-16/+16
* minor style police (recent divergence from KNF code)peter1997-05-291-5/+5
* remove opt_smp.h and fix the reason it was needed.peter1997-05-291-3/+2
* Don't need "opt_smp.h" on these filespeter1997-05-292-4/+2
* Fix problem reported by PHK: Panic in pcic probe because of NULL pointerse1997-05-281-12/+15
* Define NPRIMES in terms of the number of elements in 'primes' (as opposedalex1997-05-281-2/+2
* Nuke the printing of the unredirect message unless bootverbose.fsmp1997-05-271-3/+7
* Add support for shared interrupts to the kernel. This code is meantse1997-05-261-0/+418
* Added a test called 'LATE_START'.fsmp1997-05-261-190/+194
* Broke up parse_mp_table() into 2 passes:fsmp1997-05-251-156/+224
* Now that panic() is properly printing messages for early SMP panics allfsmp1997-05-241-51/+27
OpenPOWER on IntegriCloud