summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Make vop_panic() a little more informative.phk1999-11-071-1/+3
* Simplify and de-bogotify check for raw disk.phk1999-11-071-31/+15
* Remove the devsw magic from DEV_MODULE()phk1999-11-071-17/+0
* Fix the advisory file locking by restoring previous ordering in closef()/green1999-11-071-8/+10
* add in actual getenv_quad functionmjacob1999-11-071-1/+17
* Put a lock on the disk structure while we open to avoid races.phk1999-11-061-3/+15
* Clean up a couple of initialisations in order to suppress a correctmsmith1999-11-062-4/+8
* Guard against freeing NULL if vfs_mountroot_try is called with NULLmsmith1999-11-052-4/+8
* Expand the sscanf buffer to 32 bytes to make room for the expandedmsmith1999-11-052-2/+2
* Allow vfs names to include the digits 0-9 as well as the letters a-z.msmith1999-11-042-2/+2
* Re-implement the handing of RB_CDROM in a machine-independant fashion.msmith1999-11-042-0/+48
* Move strto{u}[ql]() into their own libkern files.phk1999-11-031-314/+0
* Move isfoo() and friends to the newly created sys/ctype.h.phk1999-11-031-0/+1
* Make MFS work with the new root filesystem search process.msmith1999-11-032-16/+20
* Consolidate some of the various ctype(3) macros in one location.archie1999-11-021-8/+0
* Move a couple of globals here where they are initialised, rather thanmsmith1999-11-011-0/+7
* swapinit isn't called from vfs_mountroot, so don't complain about it inmsmith1999-11-011-18/+0
* This is a complete rewrite of vfs_conf.c, which changes the way the rootmsmith1999-11-012-316/+540
OpenPOWER on IntegriCloud