summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* Made "NMBCLUSTERS" calculation dynamic and fixed bogus use of "NMBCLUSTERS"dg1995-05-251-2/+13
* This should fix PR 438. Apparently I never tested disklabel on the blockdg1995-05-241-1/+4
* Changes to fix the following bugs:dg1995-05-215-23/+188
* NFS diskless operation was broken because swapdev_vp wasn't initialized.dg1995-05-191-2/+2
* Make the "information" slice printfs if(bootverbose).phk1995-05-181-10/+13
* Fixed incompleteness that would allow dirty filesystems to get mounteddg1995-05-152-4/+4
* Changed swap partition handling/allocation so that it doesn'tdg1995-05-141-2/+1
* pread/pwrite() should be static.dg1995-05-121-3/+3
* The death of `options NODUMP'. Now the dump area can be dynamicallywollman1995-05-121-1/+11
* Increased ratio of allowed vnodes on freelist to 1/4th of the total. Thisdg1995-05-122-6/+6
* Fix -Wformat warnings from LINT kernel.rgrimes1995-05-111-4/+7
* Delete two debugging printfs that mistakenly crept in.wollman1995-05-111-2/+1
* Make networking domains drop-ins, through the magic of GNU ld. (Some day,wollman1995-05-113-39/+35
* Unlock the vnode before sleeping on an OBJ_DEAD object. Should fix Bruce'sdg1995-05-101-15/+16
* Improved hashinit panic strings.dg1995-05-081-3/+3
* Fix reopening of open subdevices for DIOCSYNCSLICEINFO:bde1995-05-081-8/+45
* Make two "ttyout" ttysleep wmesg uniqueache1995-05-071-3/+4
* Fix style inconsistencies in the last few commits.bde1995-05-071-30/+28
* Test the correct nonblocking flag in ttylclose(). IO_NDELAY is only validbde1995-05-071-2/+2
* Kludged around a problem with "cat /proc/0/regs" causing a panic bydg1995-05-041-1/+9
* Removed unused variable caused by last commit.dg1995-05-022-4/+4
* Fix for sync() to close a potential panic with accessing a mount structdg1995-05-022-6/+4
* When past cyl 1024 it's ok if CHS is (0xff,0xff,0xff).phk1995-05-011-3/+7
* Change dsioctl() interface to allow DIOCSYNCSLICEINFO to update the caller'sbde1995-04-301-17/+70
* Added UIO_NOCOPY case to ureadc() to quiet gcc.dg1995-04-301-1/+3
* Check for curproc != NULL before dereferencing it.dg1995-04-301-5/+6
* set[ug]id(): call suser() only when neccesarryache1995-04-291-9/+9
* Bruce is right - ENOTTY is more appropriate than EINVAL in this case.jkh1995-04-291-2/+2
* fixes the ioctl routine to not chew up massive amounts of kernel timejkh1995-04-291-2/+2
* Implement POSIX SAVED_IDS for setuid/setgidache1995-04-281-10/+17
* setre*(): simplify return scheme, pointed by Bruceache1995-04-281-23/+19
* Implement setreuid/setregid according to SunOS manpageache1995-04-271-23/+41
* Add ioctls DIOCGSLICEINFO and DIOCSYNCSLICEINFO. The latter isn'tbde1995-04-241-1/+24
* Undo the move of `#include "sc.h"' etc. to cons.h. It broke anythingbde1995-04-241-1/+4
* Make bad144 debugging code conditional on ds_debug.bde1995-04-241-2/+2
* Declare the console switch functions completely.bde1995-04-231-14/+2
* Make setreuid/setregid active syscallsache1995-04-234-16/+14
* Correct the type of the `acflag' arg to suser().bde1995-04-231-2/+2
* We will use /sbin/init on cdrom too.phk1995-04-231-5/+1
* Remove the slice for the first 63 sectors for the OnTrack case, it's uselessphk1995-04-201-12/+2
* Undo the stupidity I inflicted on these files and replace it withwpaul1995-04-201-72/+27
* Added support for disks which "OnTrack Disk Manager" has munged.phk1995-04-201-19/+58
* Couple of small cosmetic changes:wpaul1995-04-181-5/+7
* Fix module handling to stop oddball modules (if_ppp_mod, if_sl_mod,wpaul1995-04-181-7/+74
* Removed unused & empty bufstats() function.dg1995-04-161-6/+1
* Killed gratuitous b_vp=NULL in bufinit. The entire buffer is alreadydg1995-04-161-2/+1
* Changed #ifdef around printlockedvnodes() from DEBUG to DDB.dg1995-04-162-4/+4
* Make vegetarian and animal rights people happy and use 0xdeadc0de insteaddg1995-04-161-3/+3
* 1) Check for curproc != NULL in bread/bwrite. John convinced me that thisdg1995-04-161-3/+10
* Speed up ttnread() in the !(ICANON | ISIG) case by copying to user spacebde1995-04-151-16/+53
OpenPOWER on IntegriCloud