summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* Updated comments for the move in the previous commit.bde1999-11-271-5/+5
* Fixed some comments in statclock(). The previous commit made it clearerbde1999-11-272-16/+16
* Moved scheduling-related code to kern_synch.c so that it is easier to fixbde1999-11-274-50/+29
* Retire MFS_ROOT and MFS_ROOT_SIZE options from the MFS implementation.phk1999-11-262-0/+8
* Add a sysctl to control if argv is disclosed to the world:phk1999-11-262-1/+4
* General clean-up of socket.h and associated sources to synchronise upphk1999-11-241-1/+1
* Change the prototype of the strto* routines to make the secondarchie1999-11-242-4/+5
* Fix some bugs in user-end output and add a reference to the originaln_hibma1999-11-221-5/+9
* Convert various pieces of code to use vn_isdisk() rather than checkingphk1999-11-224-14/+13
* KAME netinet6 basic part(no IPsec,no V6 Multicast Forwarding, no UDP/TCPshin1999-11-222-3/+117
* Introduce the new functionphk1999-11-214-15/+33
* s/p_cred->pc_ucred/p_ucred/gphk1999-11-214-4/+4
* If vfs_mountroot_try() isn't given a path to try mounting, return a silentmsmith1999-11-212-2/+2
* Tempt fate and stop index from converting a const char * into a char *.peter1999-11-211-2/+2
* Revert peter's commit to remove cdevsw_add() - it was a bit prematurejkh1999-11-211-0/+2
* struct mountlist and struct mount.mnt_list have no business beingphk1999-11-208-54/+50
* Vnode was left referenced in the case if ELF image is broken.bp1999-11-201-1/+3
* Conditionalise unwanted chattyness.jkh1999-11-191-1/+2
* The at_exit and at_fork functions currently use a 'roll your own'phk1999-11-192-61/+54
* Cop on a bit and regenerate things correctly.brian1999-11-182-2/+2
* Ensure that garbage from the kernel stack does not wind up beingdillon1999-11-183-0/+12
* Only bother converting the stat structure if we intend to return it,dillon1999-11-181-2/+3
* Remove cdevsw_add() as the make_dev()'s are done in a clone-like fashion.peter1999-11-181-2/+0
* Remove cdevsw_add() - the make_dev() calls are already there.peter1999-11-181-8/+1
* Remove cdevsw_add() - the necessary make_dev() is already there.peter1999-11-181-1/+0
* Remove cdevsw_add() - the necessary make_dev() calls appear to be therepeter1999-11-181-1/+0
* Fix a warning.peter1999-11-181-1/+1
* 'const'ify a bunch of pointers in the resource_*() functions for accessingpeter1999-11-181-14/+17
* modfind(char *) -> modfind(const char *)brian1999-11-171-1/+1
* Add e_stats (p->p_stats, from struct user->u_stats) to eproc so it'speter1999-11-171-1/+3
* Introduce commandline caching in the kernel.phk1999-11-164-1/+87
* Commit the remaining part of PR14914:phk1999-11-168-101/+99
* This is a partial commit of the patch from PR 14914:phk1999-11-1615-56/+50
* ${MACHINE} -> ${MACHINE_ARCH}marcel1999-11-141-2/+3
* Remove WILLRELE from VOP_SYMLINKeivind1999-11-133-5/+5
* Fix style bugs from last commiteivind1999-11-132-12/+8
* Remove WILLRELE from VOP_RENAMEeivind1999-11-123-1/+13
* Correct a locking error in apause: It should always holdalc1999-11-111-14/+16
* Fix a warning.dfr1999-11-091-1/+1
* Next step in the device cleanup process.phk1999-11-092-2/+2
* Passing "0" or "FALSE" as the fourth argument to vm_fault is wrong. Italc1999-11-091-4/+6
* A little bit of nitpicking in the 'syncing disks...' end of a shutdown.phk1999-11-081-20/+13
* Ignore leading 'r' in base of root device name.phk1999-11-082-0/+4
* Zap devsw_module_handler().peter1999-11-081-12/+0
* Rename remove_dev() to destroy_dev().phk1999-11-081-1/+1
* A hack basically.. We have a bunch of code that used to callpeter1999-11-081-1/+8
* Add a vnode fo_stat() entry point.peter1999-11-081-1/+13
* Update socket file type for fo_stat(). soo_stat() becomes a fileopspeter1999-11-081-4/+6
* Update pipe code for fo_stat() entry point - pipe_stat() is now no longerpeter1999-11-081-5/+9
* Use fo_stat() rather than duplicating knowledge of file type internalspeter1999-11-081-59/+16
OpenPOWER on IntegriCloud