aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/subr_prof.c
Commit message (Expand)AuthorAgeFilesLines
...
* Hide intrstate in the #ifdef where it belongs.Poul-Henning Kamp2000-12-071-1/+1
* Catch up to moving headers:John Baldwin2000-10-201-1/+1
* Major update to the way synchronization is done in the kernel. HighlightsJason Evans2000-09-071-1/+3
* Previous commit changing SYSCTL_HANDLER_ARGS violated KNF.Poul-Henning Kamp2000-07-041-1/+1
* Style police catches up with rev 1.26 of src/sys/sys/sysctl.h:Poul-Henning Kamp2000-07-031-1/+1
* Commit major SMP cleanups and move the BGL (big giant lock) in theMatthew Dillon2000-03-281-0/+1
* Unremove used includes.Bruce Evans1999-10-121-0/+2
* Trim unused options (or #ifdef for undoc options).Peter Wemm1999-10-111-2/+0
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Fixed profiling of elf kernels. Made high resolution profiling compileBruce Evans1999-05-061-2/+5
* Fixed bogotification of pseudocode for syscall args by rev.1.53 ofBruce Evans1998-09-051-3/+3
* Changed to the C9x draft spelling of the (unsigned) integral typeBruce Evans1998-07-141-4/+4
* Oops, the previous commit should have changed `i386' to `__i386__',Bruce Evans1998-05-011-3/+3
* Support compiling with `gcc -ansi'.Bruce Evans1998-04-151-10/+10
* Move the "retval" (3rd) parameter from all syscall functions and putPoul-Henning Kamp1997-11-061-3/+2
* Moved declaration of etext from <machine/md_var.h> to <machine/cpu.h>Bruce Evans1997-10-271-4/+1
* Last major round (Unless Bruce thinks of somthing :-) of malloc changes.Poul-Henning Kamp1997-10-121-2/+2
* Distribute and statizice a lot of the malloc M_* types.Poul-Henning Kamp1997-10-111-1/+3
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notPeter Wemm1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Fixed magic and wrong numbers in calibration of nullfunc_loop_profiled()Bruce Evans1996-12-131-13/+10
* Improved non-statistical (GUPROF) profiling:Bruce Evans1996-10-171-37/+149
* Implemented non-statistical kernel profiling. This is based onBruce Evans1995-12-291-5/+90
* Unstaticized addupc_task(). It is supposed to be called from trap().Bruce Evans1995-12-261-2/+2
* A Major staticize sweep. Generates a couple of warnings that I'll dealPoul-Henning Kamp1995-12-141-2/+2
* Removed unnecessary #includes of vm stuff. Most of them were onceBruce Evans1995-12-061-3/+2
* Finished (?) cleaning up sysinit stuff.Bruce Evans1995-12-021-3/+3
* Mega commit for sysctl.Poul-Henning Kamp1995-11-201-17/+15
* Included <sys/sysproto.h> to get central declarations for syscall argsBruce Evans1995-11-121-1/+4
* Fixed init functions argument type - caddr_t -> void *. Fixed a couple ofDavid Greenman1995-09-091-3/+3
* kmstartup had the wrong type and unnecessarily external linkage for aBruce Evans1995-08-291-9/+5
* Reviewed by: julian with quick glances by bruce and othersJulian Elischer1995-08-281-1/+9
* Add and move declarations to fix all of the warnings from `gcc -Wimplicit'Bruce Evans1995-03-161-1/+4
* Don't waste 1264K for each MB of unused text.Bruce Evans1995-01-291-5/+3
* Fix compiler warnings.Bruce Evans1994-09-211-2/+4
* Added $Id$David Greenman1994-08-021-0/+1
* The big 4.4BSD Lite to FreeBSD 2.0.0 (Development) patch.Rodney W. Grimes1994-05-251-0/+1
* BSD 4.4 Lite Kernel SourcesRodney W. Grimes1994-05-241-0/+256