summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Implement loadable DOS<->local conversion tables for DOS namesache1998-02-2312-134/+274
* Use port 0x110 to avoid PNP conflicts.steve1998-02-232-3/+3
* Fix signatures of NEC's DOS formats.kato1998-02-232-18/+18
* Sync with sys/i386/isa/clock.c revision 1.113.kato1998-02-233-3/+6
* Removed unused file (sync with sys/i386/i386/microtime.s).kato1998-02-231-306/+0
* Oops, add missing bcopy of upper->lower tableache1998-02-232-2/+6
* Implement loadable upper->lower local conversion tableache1998-02-2310-44/+110
* Significantly improve the efficiency of the swap pager, which appears todyson1998-02-238-314/+306
* Try to dynamically size the VM_KMEM_SIZE (but is still able to be overriddendyson1998-02-234-7/+56
* Try to dynamically size the VM_KMEM_SIZE (but is still able to be overriddendyson1998-02-231-10/+39
* Clean-up the vget mechanism by permanently attaching VM objects todyson1998-02-232-50/+66
* Quick fix for the i8254 timecounter often gaining 10 msec.bde1998-02-235-5/+10
* Reduce new arguments number added in my changesache1998-02-228-38/+38
* Add Unicode support to winChkName, now lookup works!ache1998-02-226-44/+102
* Implement loadable local<->unicode file names conversionache1998-02-2212-590/+160
* Sync with sys/i386/isa/clock.c revision 1.112.kato1998-02-223-3/+6
* Replace all unknown Unicode characters with '?' in win->unix mappingache1998-02-222-388/+388
* Add initial support to map 0x4XX Unicode Cyrillic range names:ache1998-02-222-26/+616
* The changes I had made long ago to support >32 disk-type units wasdg1998-02-223-6/+9
* Properly bzero() structures after they're returned from getccdbuf().jkh1998-02-222-2/+6
* MF22: correct comments.jkh1998-02-221-3/+3
* Add missing CLOCK_UNLOCK() before write_eflags().jkh1998-02-215-5/+10
* MF22: CODA entries.jkh1998-02-211-0/+10
* MF22: CODA entries. They'll have to rework their usage of mallocjkh1998-02-211-3/+5
* there is a minor bug in sb_dsp.c -- the drivernate1998-02-215-5/+0
* A minor bugfix for my audio driver and pcaudio. The problem is withnate1998-02-211-2/+2
* Make pc98 options new-style.kato1998-02-215-3/+24
* Oops, previous commit was incomplete.kato1998-02-213-15/+6
* Sync with sys/i386/isa/clock.c revision 1.111.kato1998-02-213-213/+363
* Sync with sys/i386/isa/spkr.c revision 1.33.kato1998-02-211-2/+2
* Sync with sys/i386/conf/options.i386 revision 1.21.kato1998-02-212-2/+4
* Sync with sys/i386/conf/majors.i386 revision 1.34.kato1998-02-211-1/+2
* Sync with sys/i386/conf/files.i386 revision 1.192.kato1998-02-212-4/+2
* Make TUNE_1542 a new-style option, and enable this option in LINT. Iteivind1998-02-216-9/+12
* Add $Id$gpalmer1998-02-211-0/+2
* Provide a missing parameter to printf to stop the kernel from panicing.gpalmer1998-02-211-1/+1
* Add #ifndef _POSIX_SOURCE around the timecounter definitionsjb1998-02-212-2/+6
* Reserve cdev 93 for CODA filesystem.jkh1998-02-202-2/+4
* Update to "stable-167" release; totally reimplements media detection.jkh1998-02-203-696/+926
* Replace TOD clock code with more systematic approach.phk1998-02-2019-972/+1248
* Removed default tags target. PROG is always defined here, so ifdefingbde1998-02-201-20/+2
* Staticized.bde1998-02-202-5/+4
* Don't depend on "implicit int" or bloat the data section in thebde1998-02-208-13/+13
* Don't depend on "implicit int".bde1998-02-209-18/+18
* Removed unused debugging variables and macros.bde1998-02-201-11/+3
* Removed unused #includes.bde1998-02-2029-180/+24
* Fixed some stale comments about console drivers.bde1998-02-203-27/+18
* Sync with sys/i386/isa/lpt.c revision 1.167.kato1998-02-201-23/+14
* Sync with sys/i386/conf/majors.i386 revision 1.33.kato1998-02-201-1/+3
* Test for the existance of ${MACHINE}/boot before trying to build it.jb1998-02-201-2/+2
OpenPOWER on IntegriCloud