summaryrefslogtreecommitdiffstats
path: root/sys/kern/subr_prof.c
Commit message (Expand)AuthorAgeFilesLines
* Major update to the way synchronization is done in the kernel. Highlightsjasone2000-09-071-1/+3
* Previous commit changing SYSCTL_HANDLER_ARGS violated KNF.phk2000-07-041-1/+1
* Style police catches up with rev 1.26 of src/sys/sys/sysctl.h:phk2000-07-031-1/+1
* Commit major SMP cleanups and move the BGL (big giant lock) in thedillon2000-03-281-0/+1
* Unremove used includes.bde1999-10-121-0/+2
* Trim unused options (or #ifdef for undoc options).peter1999-10-111-2/+0
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Fixed profiling of elf kernels. Made high resolution profiling compilebde1999-05-061-2/+5
* Fixed bogotification of pseudocode for syscall args by rev.1.53 ofbde1998-09-051-3/+3
* Changed to the C9x draft spelling of the (unsigned) integral typebde1998-07-141-4/+4
* Oops, the previous commit should have changed `i386' to `__i386__',bde1998-05-011-3/+3
* Support compiling with `gcc -ansi'.bde1998-04-151-10/+10
* Move the "retval" (3rd) parameter from all syscall functions and putphk1997-11-061-3/+2
* Moved declaration of etext from <machine/md_var.h> to <machine/cpu.h>bde1997-10-271-4/+1
* Last major round (Unless Bruce thinks of somthing :-) of malloc changes.phk1997-10-121-2/+2
* Distribute and statizice a lot of the malloc M_* types.phk1997-10-111-1/+3
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Fixed magic and wrong numbers in calibration of nullfunc_loop_profiled()bde1996-12-131-13/+10
* Improved non-statistical (GUPROF) profiling:bde1996-10-171-37/+149
* Implemented non-statistical kernel profiling. This is based onbde1995-12-291-5/+90
* Unstaticized addupc_task(). It is supposed to be called from trap().bde1995-12-261-2/+2
* A Major staticize sweep. Generates a couple of warnings that I'll dealphk1995-12-141-2/+2
* Removed unnecessary #includes of vm stuff. Most of them were oncebde1995-12-061-3/+2
* Finished (?) cleaning up sysinit stuff.bde1995-12-021-3/+3
* Mega commit for sysctl.phk1995-11-201-17/+15
* Included <sys/sysproto.h> to get central declarations for syscall argsbde1995-11-121-1/+4
* Fixed init functions argument type - caddr_t -> void *. Fixed a couple ofdg1995-09-091-3/+3
* kmstartup had the wrong type and unnecessarily external linkage for abde1995-08-291-9/+5
* Reviewed by: julian with quick glances by bruce and othersjulian1995-08-281-1/+9
* Add and move declarations to fix all of the warnings from `gcc -Wimplicit'bde1995-03-161-1/+4
* Don't waste 1264K for each MB of unused text.bde1995-01-291-5/+3
* Fix compiler warnings.bde1994-09-211-2/+4
* Added $Id$dg1994-08-021-0/+1
* The big 4.4BSD Lite to FreeBSD 2.0.0 (Development) patch.rgrimes1994-05-251-0/+1
* BSD 4.4 Lite Kernel Sourcesrgrimes1994-05-241-0/+256
OpenPOWER on IntegriCloud