summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
...
* Fixed bitrot in the read-only attribute:bde1996-09-281-26/+23
* Correct vget by removing a window where a vnode can potentially go away.dyson1996-09-282-6/+6
* I've been meaning to commit this for months. Implement select()peter1996-09-271-1/+30
* call srandom() during the boot to start the sequence with a slightly lesspeter1996-09-231-1/+9
* Remove the extra length field from the utrace entries. It's redundant.phk1996-09-221-9/+5
* Remove the code that renices +4 a process that has had 10 minutes ofgpalmer1996-09-221-7/+2
* Don't include <sys/conf.h> for the kernel in disk-related headers.bde1996-09-204-4/+8
* Fix an spl window, a page manipulation at interrupt time that wasdyson1996-09-201-28/+84
* Add the utrace(caddr_t addr,size_t len) syscall, that will store thephk1996-09-194-5/+44
* In sys/time.h, struct timespec is defined as:nate1996-09-194-18/+18
* Add a new sysctl variable kern.sominqueue to override the MINIMUM queuepst1996-09-192-4/+12
* Add needed spl protection, and some minor cleanups in vfs_vmio_release.dyson1996-09-181-8/+14
* Attached simple external ddb commands `show rtc', `show pgrpdump'bde1996-09-143-18/+15
* Clean up some more problems with freeing busy or wired pages. Thedyson1996-09-141-6/+12
* Changed cncheckc() interface so that it is 8-bit clean - return -1bde1996-09-141-2/+3
* Changed cncheckc() interface so that it is 8-bit clean - return -1bde1996-09-141-2/+2
* Fixed Id.bde1996-09-141-1/+1
* Don't use __dead in the kernel. It was an obfuscation for gcc >= 2.5bde1996-09-133-12/+10
* A modification that allows the driver strategy to modify thedyson1996-09-131-2/+3
* Fix a problem with child inheritance of sysv shm. Problem broughtdyson1996-09-101-0/+4
* Updated #includes to 4.4Lite style.bde1996-09-101-3/+3
* Make sure that the pager is allocated before it is needed. Hangsdyson1996-09-101-2/+8
* Addition of page coloring support. Various levels of coloring are afforded.dyson1996-09-081-3/+3
* Fixed two small leftovers form PHK's mega devconf removal commit..sos1996-09-071-2/+1
* Corrected an error where precious kernel virtual space was being allocateddyson1996-09-071-26/+21
* Remove these three devconf files entirely.phk1996-09-061-0/+0
* Remove devconf, it never grew up to be of any use.phk1996-09-062-183/+1
* Add bowrite.gibbs1996-09-061-2/+17
* `struct linker_set execsw_set' was declared as const and pointers in itbde1996-09-031-3/+3
* Fixed bogus casts (const on the wrong `*' in `**') in a qsort-comparisionbde1996-09-031-4/+5
* Eliminated nested include of <sys/unistd.h> in <sys/file.h> in the kernel.bde1996-09-034-6/+8
* Added #include of <unistd.h> so that there is some chance thatbde1996-09-031-1/+2
* Second phase of merge, get rid of more machine-independent-dependencies.asami1996-09-031-2/+1
* Implemented kernel side of MNT_NOATIME mount option. This option disablesdg1996-09-032-6/+6
* Conditionalize POSIX saved ids code on _POSIX_SAVED_IDS defineache1996-09-011-4/+22
* Change an splstatclock that should be an splhigh into an splhigh.dg1996-09-011-2/+2
* Change an splclock that needs to be an splhigh into an splhigh.dg1996-09-011-2/+2
* Fixed the easy cases of const poisoning in the kernel. Cosmetic.bde1996-08-316-19/+19
* s/pc98/isa/g in struct *_device and *_driver. Resync along the way.asami1996-08-311-1/+2
* Don't depend in the kernel on the gcc feature of doing arithmetic onbde1996-08-313-12/+13
* Fixed a wrong comment. Did tsleep() ever return the networking errnobde1996-08-281-2/+2
* Fixed a stale comment.bde1996-08-281-2/+2
* Removed a ton of unused #includes. The introduction of SYSINIT() andbde1996-08-281-17/+1
* Remove the old cleanup code as it is no longer used..julian1996-08-261-28/+3
* The socketpair(0 syscall is bogusly returning the fd numbers throughpeter1996-08-241-1/+3
* add FreeBSD Inc. to copyright stringwosch1996-08-221-1/+2
* Some cleanups to the callout lists recently added.julian1996-08-223-77/+126
* Even though this looks like it, this is not a complex code change.dyson1996-08-214-78/+228
* Fix a minor style error in my code.smpatel1996-08-201-2/+2
* Reran makesyscalls.sh after changing select()'s first argument to 'int'.smpatel1996-08-202-2/+2
OpenPOWER on IntegriCloud