summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Removed unused #includes.bde1998-02-252-4/+2
* Fixed a syntax error. Strange but correct code was broken by recentbde1998-02-251-2/+2
* Added missing #include of "opt_devfs.h".bde1998-02-252-8/+6
* Added a used #include.bde1998-02-251-0/+1
* Removed a stale comment and staler code.bde1998-02-252-15/+2
* Don't depend on "implicit int" or bloat the data section in thebde1998-02-251-3/+3
* Don't depend on "implicit int".bde1998-02-251-4/+4
* Declare function pointer args as pointers, not as functions.bde1998-02-251-3/+3
* Fixed a missing newline in a debugging printf.bde1998-02-251-4/+4
* Removed unused #includes.bde1998-02-253-13/+2
* Removed redundant test against MAXDSIZ (the rlimit test is stronger).bde1998-02-252-6/+6
* Fixed missing permissions checking for mounting by non-root.bde1998-02-251-2/+36
* Fixed the calculation of `delta' in settime(). We once set allbde1998-02-251-29/+14
* Fix page prezeroing for SMP, and fix some potential paging-in-progressdyson1998-02-2511-108/+127
* OOPs typo TCF, not TCP....julian1998-02-251-2/+2
* Removed vestiges of previous microtime() implementation.bde1998-02-252-12/+4
* Removed _POSIX_SOURCE ifdef. This is not a POSIX.1 header.bde1998-02-251-3/+1
* Removed _POSIX_SOURCE ifdefs. This is not a POSIX.1 header, so POSIXbde1998-02-252-10/+2
* Bring our in.h up to date with respect to allocatedjulian1998-02-251-3/+86
* Don't include <sys/time.h> if _POSIX_SOURCE is defined. This fixesbde1998-02-251-4/+3
* Don't add files handled by bsd.kmod.mk to CLEANFILES. Don't add never-bde1998-02-252-4/+4
* Add loran0 to LINTphk1998-02-243-3/+6
* Add the smallest and least useful device-driver by a fair margin...phk1998-02-245-4/+129
* Add the 'do/while hack' to all the queue macrosjulian1998-02-241-57/+59
* Back out "always view in lowercase" partache1998-02-248-58/+62
* Add the Intel 82371SB USB host controller to the known list.sos1998-02-241-1/+3
* Correct some severe VM tuning problems for small systems (<=16MB), anddyson1998-02-241-7/+10
* MF22: removed duplicate #include of <sys.cdefs.h> and fixed comments aboutbde1998-02-241-24/+9
* Forward declare more structs that are used in prototypes here - don'tbde1998-02-242-4/+9
* 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
OpenPOWER on IntegriCloud