aboutsummaryrefslogtreecommitdiff
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
...
* Cosmetic tweaks. Try and keep the style more consistent, catch some strayPeter Wemm2002-05-012-45/+43
* kern_tc.c doesn't use <machine/psl.h>, and having this #include breaksPeter Wemm2002-05-011-2/+0
* Remove this Perl script. There have been zero bug reports againstDavid E. O'Brien2002-05-011-355/+0
* Convert longs to u_longs in stats. This will hold off wrap arounds for aJeff Roberson2002-04-301-1/+1
* o Convert the vm_page buckets mutex to a spin lock. (This resolvesAlan Cox2002-04-301-0/+1
* Brucifixion ? Yes, out that door, row on the left, one patch each.Poul-Henning Kamp2002-04-301-87/+101
* These are Alexander Kabaev's VFSops fixes (see the thread 'Found: moduleMatthew Dillon2002-04-301-21/+82
* Add a new UMA debugging facility. This will overwrite freed memory withJeff Roberson2002-04-301-2/+8
* Move the implementation of M_ZERO into UMA so that it can be passed toJeff Roberson2002-04-301-3/+0
* Revert the change of #includes in sys/filedesc.h and sys/socketvar.h.Seigo Tanimura2002-04-303-21/+24
* Re-add the 16384 bucket also.Robert Watson2002-04-291-0/+1
* Revert a portion of kern_malloc.c:1.99, which (in addition to addingRobert Watson2002-04-291-1/+3
* Add a sysctl which disables the logging of console output.David Malone2002-04-291-0/+7
* Fix indention which I did wrong in a previous commit.Jeroen Ruigrok van der Werven2002-04-291-1/+1
* Stylistic sweep through the timecounter code.Poul-Henning Kamp2002-04-281-142/+222
* Don't screw up our uptime with historical dates.Poul-Henning Kamp2002-04-281-1/+1
* Avoid the user-visible effect of setting SA_NOCLDWAIT when theIan Dowse2002-04-272-6/+9
* Finish fixing hints. Remember the use_kenv state for the next run.Peter Wemm2002-04-271-8/+10
* Partial fix for hintsPeter Wemm2002-04-271-2/+4
* Remove a stale comment saying that the vnode lock must be the firstIan Dowse2002-04-271-3/+0
* Fix the code fragment clobbered in my last commit.Seigo Tanimura2002-04-272-0/+4
* Add a global sx sigio_lock to protect the pointer to the sigio objectSeigo Tanimura2002-04-273-26/+140
* Explain magic number.Poul-Henning Kamp2002-04-271-2/+15
* Make the dummy timecounter actually tick or we will never get anyhere.Poul-Henning Kamp2002-04-271-1/+1
* Whitespace bogon.John Baldwin2002-04-271-1/+1
* Insert a semi-colon between label 'skip:' and the closing braceMarcel Moolenaar2002-04-271-0/+1
* Move the new byte order function prototypes from <sys/param.h> toMike Barcroft2002-04-261-0/+1
* Now that the private parts of timecounters are no longer being fingeredPoul-Henning Kamp2002-04-261-143/+109
* Hide the private parts of timecounter from a couple of places that don'tPoul-Henning Kamp2002-04-263-9/+13
* Simplify the RFC2783 and PPS_SYNC timestamp collection API.Poul-Henning Kamp2002-04-261-16/+37
* Move the winding of timecounters out of hardclock and into a normalPoul-Henning Kamp2002-04-262-4/+39
* Various cleanup and sorting of clock reading functions. Add the twoPoul-Henning Kamp2002-04-261-71/+79
* Rename tco_setscales() and tco_delta() to use the same tc_ prefix asPoul-Henning Kamp2002-04-261-11/+8
* Remove the tc_update() function. Any frequency change to thePoul-Henning Kamp2002-04-261-6/+0
* Test if rootvnode is NULL rather than if rootdev is NODEV when determiningBrian Somers2002-04-261-1/+1
* Make sure that sockets undergoing accept filtering are aborted in aMike Silbersack2002-04-263-4/+15
* Add the mutex profiling lock to the witness list. This hopefully unbreaksDag-Erling Smørgrav2002-04-251-0/+1
* Fixed some longstanding bugs in _getenv_static():Bruce Evans2002-04-251-3/+4
* Break the following implementation of panic(3):Bruce Evans2002-04-251-0/+1
* Don't use the symbol name to lookup the symbol value when we can useMarcel Moolenaar2002-04-252-16/+110
* Free(9) should be Giant-free.Seigo Tanimura2002-04-241-1/+1
* Remove sodropablereq - this function hasn't been used since theMike Silbersack2002-04-242-88/+0
* The cold and panicstr variables do not need to be protected by sched_lock.Jeffrey Hsu2002-04-231-9/+13
* Add a basic sanity check on pointers passed to free(9).Poul-Henning Kamp2002-04-231-0/+10
* Don't call malloc(9) to allocate zero bytes softc data for devices.Poul-Henning Kamp2002-04-231-1/+1
* Slightly restructure extattr_get_vp() so that there's only one entry pointRobert Watson2002-04-232-16/+30
* Don't FILEDESC_LOCK around calls to falloc().Alfred Perlstein2002-04-221-2/+0
* Usage style sweep: spell "usage" with a small 'u'.Dag-Erling Smørgrav2002-04-221-1/+1
* Comment out Kirks io-request priority hack until we can do this in aPoul-Henning Kamp2002-04-221-0/+5
* Add function link_elf_get_gp(), specific to ia64 for now, to getMarcel Moolenaar2002-04-212-0/+38