Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Missing $OpenBSD$'s. | 2015-01-20 | 6 | -0/+6 | |
| | | | | ok deraadt@ | ||||
* | Replace <sys/param.h> with <limits.h> and other less dirty headers where | 2015-01-16 | 1 | -2/+1 | |
| | | | | | | | | | possible. Annotate <sys/param.h> lines with their current reasons. Switch to PATH_MAX, NGROUPS_MAX, HOST_NAME_MAX+1, LOGIN_NAME_MAX, etc. Change MIN() and MAX() to local definitions of MINIMUM() and MAXIMUM() where sensible to avoid pulling in the pollution. These are the files confirmed through binary verification. ok guenther, millert, doug (helped with the verification protocol) | ||||
* | remove never used in openbsd tahoe support. and ns32k. and pmax. | 2014-12-22 | 7 | -613/+2 | |
| | | | | ok deraadt millert | ||||
* | Prefer setvbuf() to setlinebuf() for portability; ok deraadt@ | 2014-11-26 | 1 | -2/+2 | |
| | |||||
* | Retire hp300, mvme68k and mvme88k ports. These ports have no users, keeping | 2014-03-18 | 2 | -55/+0 | |
| | | | | | | | this hardware alive is becoming increasingly difficult, and I should heed the message sent by the three disks which have died on me over the last few days. Noone sane will mourn these ports anyway. So long, and thanks for the fish. | ||||
* | lint is dead (long live the lint!), so stop using it as a cpp conditional | 2014-03-16 | 1 | -3/+2 | |
| | | | | | | (namespace pollution!) or talking about its opinion on code. ok krw@ | ||||
* | a.out went away | 2013-10-19 | 1 | -3/+2 | |
| | |||||
* | pretty up | 2013-10-17 | 1 | -5/+3 | |
| | |||||
* | More a.out files leave the party. | 2013-07-05 | 1 | -220/+0 | |
| | |||||
* | ELF_TOOLCHAIN bye bye. | 2013-07-05 | 1 | -6/+1 | |
| | |||||
* | some spelling fixes, found using freebsd's "igor" document verifier; | 2011-12-23 | 1 | -5/+5 | |
| | |||||
* | Make this build for hppa64. | 2011-08-16 | 2 | -0/+54 | |
| | |||||
* | Stop installing me(1) and ms(1) source code. | 2010-10-17 | 1 | -5/+1 | |
| | | | | | | We will soon get rid of groff in base, so there is no longer any way to use these files with base. No opposition on tech@. | ||||
* | no more f77; | 2010-05-25 | 1 | -3/+3 | |
| | |||||
* | Use MACHINE_CPU instead of MACHINE_ARCH to pick the correct machine dependent | 2010-02-03 | 1 | -3/+4 | |
| | | | | | | | files or directories when applicable. The inspiration and name of MACHINE_CPU come from NetBSD, although the way to provide it to Makefiles is completely different. ok kettenis@ | ||||
* | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and | 2009-10-27 | 17 | -135/+17 | |
| | | | | | | | unmaintainable). these days, people use source. these id's do not provide any benefit, and do hurt the small install media (the 33,000 line diff is essentially mechanical) ok with the idea millert, ok dms | ||||
* | split test for __sparc__ into __sparc__ and __sparc64__ | 2008-06-25 | 1 | -3/+4 | |
| | |||||
* | remove makefile hacks to build links. Instead, change the files that | 2007-12-09 | 2 | -11/+5 | |
| | | | | | | | | gprof uses directly. okay deraadt@, miod@. Thanks for checking that gcc 2.95 is happy with #include MACRO | ||||
* | unbreak build, on vax | 2007-12-05 | 1 | -8/+2 | |
| | |||||
* | typos; ok jmc@ | 2007-11-26 | 1 | -3/+3 | |
| | | | | | sys/netinet/in_pcb.c and sys/net/bridgestp.c ok henning@ sys/dev/pci/bktr/* ok jakemsr@ | ||||
* | write explicit dependencies for make -j. beforedepend creates the file, | 2007-11-24 | 1 | -2/+8 | |
| | | | | but make -j tries to find them earlier, and can't. | ||||
* | Proper use of fseek/fseeko macros. | 2007-09-10 | 1 | -4/+4 | |
| | | | | OK joris@, otto@ | ||||
* | convert to new .Dd format; | 2007-05-31 | 1 | -2/+2 | |
| | |||||
* | adds a detailed list of flags and arguments to the synopsis of gprof; | 2007-04-14 | 1 | -28/+36 | |
| | | | | | | | while here, alphabetically sorts the options list and slightly improves the name of the arguments to -k ok by jmc@ | ||||
* | Ignore "mapping symbols" like $a and $t. They seem to be an ARM-only | 2007-01-09 | 1 | -0/+9 | |
| | | | | | | | | | | | | feature, used to indicate whether code is ARM or Thumb. Unfortunately they confuse gprof, which outputs call graphs where every other function is named "$a"... not very useful. Rather than enumerating the different symbols, binutils ignores anything beginning with '$', and that is what we will do here. Thanks to Dale Rahn for useful tips along the way. ok miod | ||||
* | Extra files needed for 'sh' architecture, copied from arm. | 2006-10-11 | 2 | -0/+58 | |
| | |||||
* | add missing prototypes all over the place, u_long -> unsigned long (userland | 2006-03-25 | 20 | -236/+160 | |
| | | | | | | code). okay kettenis@, comments by ray@ | ||||
* | Check fread() return value to get sane error message for too-small | 2005-12-08 | 1 | -3/+4 | |
| | | | | gmon header. Idea from Alexey Dobriyan | ||||
* | Fix some sign issues and make kernel profiling useful on amd64. | 2005-05-03 | 1 | -5/+5 | |
| | | | | millert@ miod@ ok | ||||
* | Better implementation of the hertz function. We use a documented sysctl | 2005-05-03 | 1 | -49/+28 | |
| | | | | | | | that gives us a correct answer and not a good guess that uses undocumented itimer semantics. miod@ millert@ ok | ||||
* | mips->mips64 | 2004-08-11 | 2 | -3/+3 | |
| | |||||
* | fix use after free due to freeing incorrect item. | 2004-07-23 | 1 | -3/+3 | |
| | | | | looks right to me millert@ | ||||
* | Add ELFDEBUG to mirror the a.out debug that already exists. | 2004-07-20 | 2 | -1/+14 | |
| | | | | OK art@ | ||||
* | Fix formats in debug printfs to work correctly on 64-bit archs. | 2004-07-20 | 3 | -27/+29 | |
| | | | | miod@ ok | ||||
* | make lowpc and highpc into long, fixing gprof on 64-bit archs with text | 2004-07-20 | 1 | -2/+2 | |
| | | | | | above 4GB. miod@ ok | ||||
* | use amd64 chunks | 2004-02-28 | 2 | -53/+0 | |
| | |||||
* | change amd64's MACHINE_ARCH from x86_64 to amd64. There are many many | 2004-02-27 | 2 | -0/+53 | |
| | | | | | | reasons for this, quite a few of them technical, and not all of them in response to Intel's broken ia32e crud. The gcc toolchain stays at x86_64 for now. | ||||
* | add paper.txt target; | 2004-02-01 | 1 | -1/+5 | |
| | |||||
* | s/arm32/arm/ ok deraadt@ | 2004-01-29 | 2 | -3/+5 | |
| | |||||
* | stubs from art@ | 2004-01-28 | 2 | -0/+53 | |
| | |||||
* | - use :L variable modifier with ELF_TOOLCHAIN variable | 2003-07-22 | 1 | -2/+2 | |
| | | | | | | - change 2 instances of the check from != "yes" to == "no" ok deraadt@ | ||||
* | add missing includes | 2003-07-10 | 2 | -4/+8 | |
| | | | | ok deraadt@ tedu@ | ||||
* | mostly ansi cleanup; pval ok | 2003-06-10 | 1 | -21/+12 | |
| | |||||
* | term 3 & 4 from tholo after permission | 2003-06-04 | 1 | -4/+2 | |
| | |||||
* | Remove the advertising clause in the UCB license which Berkeley | 2003-06-03 | 44 | -274/+98 | |
| | | | | rescinded 22 July 1999. Proofed by myself and Theo. | ||||
* | snprintf | 2003-04-05 | 1 | -7/+8 | |
| | |||||
* | files with dead .Xr's; | 2003-03-11 | 1 | -3/+3 | |
| | | | | | | | left .Xr, but removed man page number as suggested by mpech@ more help and ok millert@ | ||||
* | Split out symbol handling into a separate file. | 2002-05-08 | 14 | -209/+634 | |
| | | | | | | | | | | | Implement symbol handling for ELF (based on FreeBSD). Implement dummy support for alpha, hppa, powerpc and sparc64. Tested during the last 2 months on various archs (never comitted because other stuff got in the way). Some fixups to i386 support from mickey@ This lets us switch all elf archs to this gprof. | ||||
* | Add missing copyright | 2002-04-20 | 1 | -5/+29 | |
| | |||||
* | change the extra text following preprocessor directives into comments. | 2002-03-25 | 8 | -80/+80 | |
| | | | | | | patch from David Krause <openbsd@davidkrause.com> ok millert@ |