summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
1999-03-03Include "bsd.prog.mk" earlier so that "CFLAGS" doesn't get clobbered.tron
1999-03-03Fix creation of keymap files.tron
1999-03-03Dump max. datasize (MAXDSIZ) to 64MB and decouple the maximum stack sizeleo
1999-03-03continued experimentation trying to understand why we dropdbj
1999-03-03sparc => __sparc__pk
1999-03-03Makefile ${MACHINE_ARCH} changes for mips{eb,el}, as suggested byjonathan
1999-03-03Fix spel in comment.simonb
1999-03-02Add ISA attachment for ess chips.nathanw
1999-03-02Add support for the 1788 AudioDrive chip.nathanw
1999-03-02cachectl -> cachectl1itohy
1999-03-02Fix parameter type mismatch.itohy
1999-03-02Print version prettier.pk
1999-03-02Sanatize consinit() a bit.pk
1999-03-02Fix up eliding nested interrupts.jonathan
1999-03-02turn on diagnostic check in dma for controller bits at shutdown.dbj
1999-03-02Re-enable 3MIN clock intrs after servicing. Prepare to do same for ttys.jonathan
1999-03-02Do callouts for IOCTL asic lance interrupts before SCSI callouts.jonathan
1999-03-02Welcome to 1.3K (due to the lock.h change)sommerfe
1999-03-02Fill in vnodecovered in the mount structure before calling VFS_MOUNT anyway,fvdl
1999-03-02Update for recent changes including component label support, cleanoster
1999-03-02- Make compilable with DECstation. Looks running well on MI SCSI enablednisimura
1999-03-02- Make sfb_emulops standard feature of sfb wscons. Scrolling is nownisimura
1999-03-01Style nits in last.thorpej
1999-03-01Implement the BUFCACHE kernel config option.scottr
1999-03-01Define PMAP_NEED_PROCWR and make pmap_procwr flush the icache.matthias
1999-03-01fix spel.simonb
1999-03-01If we get an error (file or bootblocks too big), unlink xxboot andsimonb
1999-03-01Since all the calls to the postmortem debug code have been removed bymark
1999-03-01Recalibrate MIPS3 delay constants.jonathan
1999-03-01Add support for tracing other processes with trace /t.mark
1999-03-01Add a callback to the PROM routine clear_cache. Not needed now, butsimonb
1999-03-01Fix prototype for clear_cache (takes an address and length, not void).simonb
1999-03-01- Fix cursor image validity check error in set_cursor().nisimura
1999-03-01Try not to run when kernel is in secure mode.kim
1999-03-01A 5800 is a kn5800.simonb
1999-02-28defopt AHC_SCBPAGING_ENABLE. Other ahc options are already defopt-ed.carrel
1999-02-28Garbage-collect pmax writebuffer drain when invalidating caches, pass 0:jonathan
1999-02-28Change switch_exit() to use the *current* proc0 stack pointer, instead ofmhitch
1999-02-28undo commit made in errorexplorer
1999-02-28don't collect or estimate on network devices by defaultexplorer
1999-02-28Don't try to translate the mount point, to avoid e.g. mountingpk
1999-02-28schedclk() -> schedclock(), for consistency with hardclock(), statclock(), ...ross
1999-02-28Cleanup (in preparation for using gzip to estimate entropy)explorer
1999-02-28Update to slightly altered rnd_attach_source() apiexplorer
1999-02-28Fix what is probably a past-o.pk
1999-02-28Push 'curproc' on the stack, not 'cachectl'. (I own Ignatios one brick :)scw
1999-02-28Make "1" an acceptable result in port tests.drochner
1999-02-28Use a SETRECURSE lock before calling VFS_MOUNT in the mount() system call,fvdl
1999-02-28Define LK_SETRECURSE.fvdl
1999-02-28Recursive locks were previously only available with LK_CANRECURSE. Thisfvdl