index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
kern
/
subr_prof.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Don't #error if we are lint.
phk
2002-10-01
1
-0
/
+2
*
more caddr_t removal.
alfred
2002-06-29
1
-2
/
+2
*
Remove __P.
alfred
2002-03-19
1
-1
/
+1
*
- Change all callers of addupc_task() to check PS_PROFIL explicitly and
jhb
2001-12-18
1
-2
/
+1
*
Modify the critical section API as follows:
jhb
2001-12-18
1
-6
/
+4
*
Add kmupetext(), a function that expands the range of memory covered
green
2001-10-30
1
-5
/
+64
*
KSE Milestone 2
julian
2001-09-12
1
-11
/
+12
*
Pushdown Giant for: profil(), ntp_adjtime(), ogethostname(),
dillon
2001-09-01
1
-4
/
+14
*
- Close races with signals and other AST's being triggered while we are in
jhb
2001-08-10
1
-1
/
+3
*
We don't need to hold a lock just to test a flag.
jhb
2001-06-06
1
-5
/
+1
*
Remove unneeded includes of sys/ipl.h and machine/ipl.h.
jhb
2001-05-15
1
-1
/
+0
*
Undo part of the tangle of having sys/lock.h and sys/mutex.h included in
markm
2001-05-01
1
-0
/
+2
*
Switch from save/disable/restore_intr() to critical_enter/exit().
jhb
2001-03-28
1
-4
/
+3
*
Since the PC is a pointer to a code address, change the second parameter of
jhb
2001-02-22
1
-2
/
+2
*
Change and clean the mutex lock interface.
bmilekic
2001-02-09
1
-3
/
+3
*
- Catch up to proc flag changes.
jhb
2001-01-24
1
-2
/
+6
*
Convert more malloc+bzero to malloc+M_ZERO.
dwmalone
2000-12-08
1
-2
/
+1
*
Hide intrstate in the #ifdef where it belongs.
phk
2000-12-07
1
-1
/
+1
*
Catch up to moving headers:
jhb
2000-10-20
1
-1
/
+1
*
Major update to the way synchronization is done in the kernel. Highlights
jasone
2000-09-07
1
-1
/
+3
*
Previous commit changing SYSCTL_HANDLER_ARGS violated KNF.
phk
2000-07-04
1
-1
/
+1
*
Style police catches up with rev 1.26 of src/sys/sys/sysctl.h:
phk
2000-07-03
1
-1
/
+1
*
Commit major SMP cleanups and move the BGL (big giant lock) in the
dillon
2000-03-28
1
-0
/
+1
*
Unremove used includes.
bde
1999-10-12
1
-0
/
+2
*
Trim unused options (or #ifdef for undoc options).
peter
1999-10-11
1
-2
/
+0
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
Fixed profiling of elf kernels. Made high resolution profiling compile
bde
1999-05-06
1
-2
/
+5
*
Fixed bogotification of pseudocode for syscall args by rev.1.53 of
bde
1998-09-05
1
-3
/
+3
*
Changed to the C9x draft spelling of the (unsigned) integral type
bde
1998-07-14
1
-4
/
+4
*
Oops, the previous commit should have changed `i386' to `__i386__',
bde
1998-05-01
1
-3
/
+3
*
Support compiling with `gcc -ansi'.
bde
1998-04-15
1
-10
/
+10
*
Move the "retval" (3rd) parameter from all syscall functions and put
phk
1997-11-06
1
-3
/
+2
*
Moved declaration of etext from <machine/md_var.h> to <machine/cpu.h>
bde
1997-10-27
1
-4
/
+1
*
Last major round (Unless Bruce thinks of somthing :-) of malloc changes.
phk
1997-10-12
1
-2
/
+2
*
Distribute and statizice a lot of the malloc M_* types.
phk
1997-10-11
1
-1
/
+3
*
Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not
peter
1997-02-22
1
-1
/
+1
*
Make the long-awaited change from $Id$ to $FreeBSD$
jkh
1997-01-14
1
-1
/
+1
*
Fixed magic and wrong numbers in calibration of nullfunc_loop_profiled()
bde
1996-12-13
1
-13
/
+10
*
Improved non-statistical (GUPROF) profiling:
bde
1996-10-17
1
-37
/
+149
*
Implemented non-statistical kernel profiling. This is based on
bde
1995-12-29
1
-5
/
+90
*
Unstaticized addupc_task(). It is supposed to be called from trap().
bde
1995-12-26
1
-2
/
+2
*
A Major staticize sweep. Generates a couple of warnings that I'll deal
phk
1995-12-14
1
-2
/
+2
*
Removed unnecessary #includes of vm stuff. Most of them were once
bde
1995-12-06
1
-3
/
+2
*
Finished (?) cleaning up sysinit stuff.
bde
1995-12-02
1
-3
/
+3
*
Mega commit for sysctl.
phk
1995-11-20
1
-17
/
+15
*
Included <sys/sysproto.h> to get central declarations for syscall args
bde
1995-11-12
1
-1
/
+4
*
Fixed init functions argument type - caddr_t -> void *. Fixed a couple of
dg
1995-09-09
1
-3
/
+3
*
kmstartup had the wrong type and unnecessarily external linkage for a
bde
1995-08-29
1
-9
/
+5
*
Reviewed by: julian with quick glances by bruce and others
julian
1995-08-28
1
-1
/
+9
*
Add and move declarations to fix all of the warnings from `gcc -Wimplicit'
bde
1995-03-16
1
-1
/
+4
[next]