summaryrefslogtreecommitdiff
path: root/sys/kern/subr_prof.c
AgeCommit message (Expand)Author
2014-02-25Ensure that the top level sysctl nodes (kern, vfs, net, ...) exist beforepooka
2009-12-17Replace few USER_TO_UAREA/UAREA_TO_USER uses, reduce sys/user.h inclusions.rmind
2009-12-12Fix comment for arg types of sys_profil().dsl
2007-12-20Convert all the system call entry points from:dsl
2007-10-19machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.had
2007-07-09Merge some of the less invasive changes from the vmlocking branch:ad
2007-03-06use char* for the kernel representation of the user profile bufferdrochner
2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos
2007-02-09Merge newlock2 to head.ad
2006-12-13add missing initializer.christos
2006-11-01remove some __unused from function parameters.yamt
2006-10-12- sprinkle __unused on function decls.christos
2006-10-04lowercase roundup/downchristos
2005-12-11merge ktrace-lwp.christos
2005-06-23Use ANSI function decls.thorpej
2004-04-08Lots of sysctl descriptions (if someone wants to help out here, thatatatat
2004-03-24Tango on sysctl_createv() and flags. The flags have all been renamed,atatat
2003-12-04Dynamic sysctl.atatat
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-02-01Add extensible malloc types, adapted from FreeBSD. This turnsthorpej
2003-01-18Merge the nathanw_sa branch.thorpej
2001-11-12add RCSIDslukem
2001-10-29Don't need to include <uvm/uvm_extern.h> just to include <sys/sysctl.h>simonb
2001-04-28Before allowing kgmon to do anything, check that we managed to allocate thebjh21
2000-12-10Introduce PROC_PC(), which is used to get a process's user PC. If this ismycroft
2000-06-27remove include of <vm/vm.h>mrg
2000-03-30Get rid of register declarations.augustss
1998-08-04Abolition of bcopy, ovbcopy, bcmp, and bzero, phase one.perry
1998-07-31fix sizeofs so they comply with the KNF style guide. yes, it is pedantic.perry
1998-03-01Merge with Lite2 + local changesfvdl
1997-10-17Add #include <sys/sysctl.h>, which in turn needs #include <vm/vm.h>.jonathan
1996-12-18As discussed, replace KERNBASE with kernel_text.gwr
1996-10-13backout previous kprintf changechristos
1996-10-10printf -> kprintf, sprintf -> ksprintfchristos
1996-04-22remove include of <sys/cpu.h>christos
1996-03-17Remove extraneous argument from sysctl_doprof().pk
1996-02-09More proto fixeschristos
1996-02-04First pass at prototypingchristos
1995-11-22change definition of profil() to make it 64-bit friendly. This hascgd
1995-10-07Prefix names of system call implementation functions with `sys_'.mycroft
1995-09-19Make system calls conform to a standard prototype and bring thosethorpej
1995-03-19Use %p.mycroft
1994-10-20update for new syscall args description mechanismcgd
1994-06-29New RCS ID's, take two. they're more aesthecially pleasant, and use 'NetBSD'cgd
1994-05-07sysctl kernel prof infocgd
1994-05-05lots of changes: prototype migration, move lots of variables, definitions,cgd