summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* Avoid the user-visible effect of setting SA_NOCLDWAIT when theiedowse2002-04-272-6/+9
* Finish fixing hints. Remember the use_kenv state for the next run.peter2002-04-271-8/+10
* Partial fix for hintspeter2002-04-271-2/+4
* Remove a stale comment saying that the vnode lock must be the firstiedowse2002-04-271-3/+0
* Fix the code fragment clobbered in my last commit.tanimura2002-04-272-0/+4
* Add a global sx sigio_lock to protect the pointer to the sigio objecttanimura2002-04-273-26/+140
* Explain magic number.phk2002-04-271-2/+15
* Make the dummy timecounter actually tick or we will never get anyhere.phk2002-04-271-1/+1
* Whitespace bogon.jhb2002-04-271-1/+1
* Insert a semi-colon between label 'skip:' and the closing bracemarcel2002-04-271-0/+1
* Move the new byte order function prototypes from <sys/param.h> tomike2002-04-261-0/+1
* Now that the private parts of timecounters are no longer being fingeredphk2002-04-261-143/+109
* Hide the private parts of timecounter from a couple of places that don'tphk2002-04-263-9/+13
* Simplify the RFC2783 and PPS_SYNC timestamp collection API.phk2002-04-261-16/+37
* Move the winding of timecounters out of hardclock and into a normalphk2002-04-262-4/+39
* Various cleanup and sorting of clock reading functions. Add the twophk2002-04-261-71/+79
* Rename tco_setscales() and tco_delta() to use the same tc_ prefix asphk2002-04-261-11/+8
* Remove the tc_update() function. Any frequency change to thephk2002-04-261-6/+0
* Test if rootvnode is NULL rather than if rootdev is NODEV when determiningbrian2002-04-261-1/+1
* Make sure that sockets undergoing accept filtering are aborted in asilby2002-04-263-4/+15
* Add the mutex profiling lock to the witness list. This hopefully unbreaksdes2002-04-251-0/+1
* Fixed some longstanding bugs in _getenv_static():bde2002-04-251-3/+4
* Break the following implementation of panic(3):bde2002-04-251-0/+1
* Don't use the symbol name to lookup the symbol value when we can usemarcel2002-04-252-16/+110
* Free(9) should be Giant-free.tanimura2002-04-241-1/+1
* Remove sodropablereq - this function hasn't been used since thesilby2002-04-242-88/+0
* The cold and panicstr variables do not need to be protected by sched_lock.hsu2002-04-231-9/+13
* Add a basic sanity check on pointers passed to free(9).phk2002-04-231-0/+10
* Don't call malloc(9) to allocate zero bytes softc data for devices.phk2002-04-231-1/+1
* Slightly restructure extattr_get_vp() so that there's only one entry pointrwatson2002-04-232-16/+30
* Don't FILEDESC_LOCK around calls to falloc().alfred2002-04-221-2/+0
* Usage style sweep: spell "usage" with a small 'u'.des2002-04-221-1/+1
* Comment out Kirks io-request priority hack until we can do this in aphk2002-04-221-0/+5
* Add function link_elf_get_gp(), specific to ia64 for now, to getmarcel2002-04-212-0/+38
* Use protected names (_foo) to cutdown on boatloads of lint warnings.markm2002-04-211-68/+68
* GCC 3.x WARNS: Add a break to the default case.marcel2002-04-201-0/+1
* Push down Giant for setpgid(), setsid() and aio_daemon(). Giant protects onlytanimura2002-04-204-12/+25
* Improve style consistency of vfs_syscalls.c by converting the style usedrwatson2002-04-202-106/+164
* In sendfile(), use the vn_rdwr() helper function, rather than manuallyrwatson2002-04-191-13/+4
* Divorce proc0 and proc1 credentials earlier; while this isn't technicallyrwatson2002-04-191-0/+7
* suser is Giant safe, so optimize a pointless case.phk2002-04-191-3/+3
* just merged cosmetic changes from KAME to ease sync between KAME and FreeBSD.suz2002-04-191-1/+1
* When exec'ing a set[ug]id program, make sure that the stdio file descriptorsnectar2002-04-192-0/+69
* Avoid calling malloc() or free() while holding themux2002-04-171-13/+26
* Rework the kernel environment subsystem. We now convert the staticmux2002-04-177-84/+384
* Add an entry for the kenv(2) syscall (code to follow).mux2002-04-171-0/+2
* The recent NFS forced unmount improvements introduced a side-effectiedowse2002-04-172-4/+18
* Lock proctree_lock instead of pgrpsess_lock.jhb2002-04-167-25/+25
* - Lock proctree_lock instead of pgrpsess_lock.jhb2002-04-162-39/+42
* - Lock proctree_lock instead of pgrpsess_lock.jhb2002-04-161-35/+20
OpenPOWER on IntegriCloud