summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* Call vfs_unbusy() before error returns from sysctl_vnode(). This fixesbde1995-10-282-6/+14
* Fixed data loss in writes to pty masters. Data was almost always lostbde1995-10-251-8/+23
* Fix clist limits. They were usually one too low. E.g., for a limit ofbde1995-10-252-14/+30
* Remove COMPAT_IBCS2 option.swallace1995-10-231-17/+8
* Fix a sign extension bug that was unleashed by the previous change.bde1995-10-231-3/+9
* Simplify the pseudo-argument removal changes by not optimizing forbde1995-10-232-246/+199
* Interface change for the VOP_GETPAGES -- missed in previous commits.dyson1995-10-231-1/+4
* Moved the filesystem read-only check out of the syscalls and into thedg1995-10-224-149/+66
* Start including <sys/sysproto.h> to get the correct args structs andbde1995-10-213-53/+109
* Avoid overflow in calcru(). Fixes PR 788.bde1995-10-211-2/+2
* Killed a few gratuitous #include's.dg1995-10-213-8/+4
* If we clear the B_CACHE flag because a buffer isn't composed fully ofdyson1995-10-191-3/+3
* Implement SA_NODEFER sa_flag for sigaction():swallace1995-10-191-3/+12
* Improve clock accuracy by accounting for late/missed clock interruptswollman1995-10-123-9/+9
* Remove the '1' from getpeername1 and getsockname1 when NOT COMPAT_OLDSOCK.swallace1995-10-111-2/+2
* Remove the ugly COMPAT_IBCS2 hack to hide a return value throughswallace1995-10-101-29/+1
* Fix tracing of syscalls. The previous fix required the undocumentedbde1995-10-091-47/+48
* Work-around a problem in the clustering code on non-VMIO buffers. Thedyson1995-10-091-2/+3
* Remove prototype definitions from <sys/systm.h>.swallace1995-10-0810-18/+76
* Fix misc formatting errors in makesyscalls.sh.swallace1995-10-072-26/+29
* Remove compat_43 psuedo-argument hack, and replace with a better hack.swallace1995-10-072-122/+135
* Remake generated files to reflect makesyscalls.sh changesswallace1995-10-072-28/+22
* Add new functionality to makesyscalls.sh:swallace1995-10-072-305/+500
* A little hack to avoid a 64bit divide. Can go away if Gcc ever learns tophk1995-10-061-1/+6
* fix REALLY STUPID bug/typojulian1995-10-041-6/+6
* Submitted by: Juergen Lock <nox@jelal.hb.north.de>julian1995-10-041-3/+35
* add the file kern_conf.c so it can be compiled in when neededjulian1995-10-041-1/+38
* actually compiles.. (previous commit was to just get it into the tree)julian1995-10-021-5/+9
* Obtained from: well it has a relationship with the LKM code..julian1995-10-021-0/+79
* Two critical bugfixes:dg1995-10-011-61/+61
* These changes fix a bug in the clustering code that I made worse when addingdyson1995-09-232-10/+71
* Update machine-generated files.bde1995-09-192-432/+205
* Oops. Avoid literal $Id in an awk string to stop cvs from substituting it.bde1995-09-191-3/+3
* Generate prototypes for syscall-implementing functions. Put them inbde1995-09-193-71/+106
* Don't clear the session pointer in ptcclose(). It must be left alonebde1995-09-191-2/+1
* Remove transitory labelling code. Labels are now handled by essentiallybde1995-09-162-290/+19
* Generate prototypes for VOP functions. I decided to keep the old-stylebde1995-09-112-2/+52
* Make pcvt and syscons live in the same kernel. If both are enabled, thenbde1995-09-102-3/+84
* cons.c:bde1995-09-101-19/+39
* Fix wakeups for TIOCDRAINWAIT. The conditional wakeups introduced in revbde1995-09-101-2/+3
* Fixed init functions argument type - caddr_t -> void *. Fixed a couple ofdg1995-09-0919-98/+98
* Fix my copyright.dg1995-09-082-4/+4
* Fix benign type mismatches in devsw functions. 82 out of 299 devswbde1995-09-084-12/+23
* Removed unused local variable from shutdown_nice()nate1995-09-061-3/+1
* Added VOP_GETPAGES/VOP_PUTPAGES and also the "backwards" block countdyson1995-09-045-8/+33
* VOP_BMAP will eventually need an additional argument, but not yet. Thisdyson1995-09-031-3/+3
* Improvements to the cluster code, minor vfs_bio efficiency:dyson1995-09-032-106/+205
* devfs changes..julian1995-09-032-3/+16
* Increase the size of the pipe buffer as denoted by PIPSIZ fromdyson1995-08-311-2/+4
* Fix several sysinit functions that had the wrong type and unnecessarilybde1995-08-303-34/+12
OpenPOWER on IntegriCloud