summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* Restored the (buggy) historical behaviour of getdomainname().bde1995-11-121-6/+6
* Included <sys/sysproto.h> to get central declarations for syscall argsbde1995-11-1217-16/+365
* Updated machine-generated files.bde1995-11-122-2/+2
* Fixed the args list for mount(). We're not ready for the BSD4.4lite2/bde1995-11-121-10/+35
* Fixed the type of readv(). An args struct member name conflicted with thebde1995-11-111-5/+5
* Fixed type of setsid(). It used used the bogus `getsid_args'.bde1995-11-111-3/+3
* Removed unreachable code.bde1995-11-111-6/+5
* Fixed types of rtprio(), osetrlimit() and setrlimit(). The args structbde1995-11-111-12/+12
* Fixed types of ogethostid() and osethostid(). The args struct namesbde1995-11-111-6/+9
* Fixed type of vfs_free_netcred().bde1995-11-112-8/+4
* Fixed type of sysctl_order_cmp().bde1995-11-111-8/+11
* Fix a minor buglet.phk1995-11-101-3/+4
* convert more sysctl variables.phk1995-11-101-4/+3
* Make the old compat functions use the sysctl front door, rather thanphk1995-11-092-94/+137
* Introduced lkm_nullcmd(), which will be used instead of nosys() inbde1995-11-091-3/+22
* Introduced a type `vop_t' for vnode operation functions and usedbde1995-11-093-14/+14
* Fix some of the sysctl broke, and add a lot more to it.phk1995-11-084-43/+136
* This is a modification missed by me in the msync fixes a few days ago.dyson1995-11-072-4/+4
* On working the new sysctl vars a bit I realized that I needed more generality.phk1995-11-061-179/+224
* All:dg1995-11-064-139/+143
* Replaced bogus macros for dummy devswitch entries by functions.bde1995-11-062-59/+174
* Make MNT_ASYNC more effective for UFS. It should not be too much moredyson1995-11-052-4/+6
* Greatly simplify the msync code. Eliminate complications in vm_pageoutdyson1995-11-051-2/+2
* Replaced bogus macros for entry points to unconfigured line disciplinesbde1995-11-051-48/+85
* Moved prototypes for devswitch functions from conf.c and driver sourcesbde1995-11-041-3/+1
* Return EINVAL if the number of groups is less than 1 in setgroups().dg1995-11-041-2/+3
* Prototype getvnode() in the right place (where ibcs2_stat.c can see it).bde1995-11-042-4/+2
* Make somaxconn (maximum backlog in a listen(2) request) and sb_maxwollman1995-11-033-8/+18
* Make putc and b_to_q deal with clists with no reserved blocks in a morepeter1995-11-022-26/+10
* Clean up the previous commit I did on this file.peter1995-11-012-10/+18
* Fixed initialization of TS_CONNECTED bit in t_state. It wasn'tbde1995-10-311-1/+4
* Make a putc()/b_to_q() to a clist that hasn't had cblocks reservedpeter1995-10-312-10/+30
* Removed an annoying redundant declaration that I added in the previousbde1995-10-301-2/+1
* Second batch of cleanup changes.phk1995-10-2911-33/+15
* Remove unused functions and variables, make things static, and other cleanups.phk1995-10-282-7/+3
* Sorry, the last commit screwed up for me, this is the right one (I hope!)phk1995-10-281-112/+65
* Rewamp the way we make sysctl variables to be easier to cope with.phk1995-10-281-71/+313
* 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
OpenPOWER on IntegriCloud