summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* 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
* Changes needed for kzip to work.phk1995-04-151-7/+30
* Fixed serious off by one bug I introduced that will likely cause thedg1995-04-151-3/+3
* Backed out previous change - it reduces performance. (oops).dg1995-04-131-2/+4
* Actually copy the class field over from the kernel to the user structure.wollman1995-04-131-1/+2
* Slight optimization to select().dg1995-04-131-4/+2
* Extract "set" family functions to separate module, needed forache1995-04-111-70/+90
* Changes to make FreeBSD use a CDROM as rootdev, for installation purposes.phk1995-04-101-1/+10
* Call ptsstop in ptsclose instead of ptcwakeupache1995-04-101-2/+2
* ptcwakeup() was called from wrong placesache1995-04-091-4/+5
* Changes from John Dyson and myself:dg1995-04-093-145/+119
* Added a few more entries to the list of prime numbers.dg1995-04-091-4/+4
* Implement a simple hook (or hack?) to allow graphics device consolejoerg1995-04-082-4/+9
* Check for case of blkno already known to avoid unnecessary VOP_BMAP's.dg1995-04-041-1/+2
* kern_subr.c:dg1995-04-042-6/+41
* Back out changes related to locked bits until more elegant solution will beache1995-04-021-20/+20
* Attempt to fix the `you can log into console only once' problem (PRjoerg1995-04-021-2/+13
* Fix error in TIOCSETC/TIOCSLTC, they need to call TIOCSETA.ache1995-04-021-16/+18
* Return EINVAL instead of setting wrong in/out speedache1995-04-021-9/+9
* subr_prf.c used to provide an exported function kprintf(), but only hadjoerg1995-04-011-2/+1
* c_iflag handling in setting compat modes now more close to V7ache1995-03-291-2/+4
* Oops, fix typing error in prev. commitache1995-03-291-2/+2
* Handle TTY_BI now instead of TTY_FE && c == 0ache1995-03-291-2/+2
* Move parmark 0377 double code after control chars processingache1995-03-291-6/+6
* Added a set of braces to make the compiler happy.dg1995-03-292-4/+6
OpenPOWER on IntegriCloud