Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-10-29 | Prefer <elf.h> to the non portable <sys/exec_elf.h>. | Martin Pieuchot | |
ok jca@, deraadt@ | |||
2017-01-11 | Add "support" for AArch64 to make it compile. | Patrick Wildt | |
2016-12-22 | Simply some for() loops to eliminate "computed, not used" warnings. | Kenneth R Westerback | |
Also makes the code much easier to understand. ok tom@ ok millert@ pirofti@ on earlier version. | |||
2016-10-08 | findcall() for the -c option is implemented on mips64, not sparc64 | Philip Guenther | |
2016-10-06 | remove some Xr that had no section numbers (since we don;t have the pages); | Jason McIntyre | |
from a diff from anton lindqvist; | |||
2016-09-21 | fix the signposting for -EeFf by partially rewriting the descriptions; | Jason McIntyre | |
diff from guenther, tweaked by me; ok guenther | |||
2016-09-01 | remove sparc support | Ted Unangst | |
2016-05-11 | remove hppa64 port, which we never got going beyond broken single users. | Theo de Raadt | |
hppa reverse-stack gives us a valuable test case, but most developers don't have a 2nd one to proceed further with this. ok kettenis | |||
2016-03-09 | We are done providing support for the vax. | Theo de Raadt | |
lots of agreement. | |||
2015-12-06 | Fix qsort() comparison functions: | Philip Guenther | |
- correct the function types to eliminate warnings - avoid substractions that may overflow - rework tests to be consistent: cmp(A,A)==0 && cmp(A,B)=-cmp(B,A) worked out with Serguey Parkhomovsky (sergueyparkhomovsky (at) gmail.com) | |||
2015-11-16 | pledge for gprof: "stdio rpath wpath cpath" in the beginning, then drop | Pascal Stumpf | |
wpath and cpath if we don't need to write a gmon.sum file (-s flag). ok deraadt@ | |||
2015-08-20 | Do not cast result of malloc/calloc/realloc* if stdlib.h is in scope | Theo de Raadt | |
ok krw millert | |||
2015-01-20 | Missing $OpenBSD$'s. | Kenneth R Westerback | |
ok deraadt@ | |||
2015-01-16 | Replace <sys/param.h> with <limits.h> and other less dirty headers where | Theo de Raadt | |
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) | |||
2014-12-22 | remove never used in openbsd tahoe support. and ns32k. and pmax. | Ted Unangst | |
ok deraadt millert | |||
2014-11-26 | Prefer setvbuf() to setlinebuf() for portability; ok deraadt@ | Todd C. Miller | |
2014-03-18 | Retire hp300, mvme68k and mvme88k ports. These ports have no users, keeping | Miod Vallat | |
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. | |||
2014-03-16 | lint is dead (long live the lint!), so stop using it as a cpp conditional | Philip Guenther | |
(namespace pollution!) or talking about its opinion on code. ok krw@ | |||
2013-10-19 | a.out went away | Theo de Raadt | |
2013-10-17 | pretty up | Theo de Raadt | |
2013-07-05 | More a.out files leave the party. | Miod Vallat | |
2013-07-05 | ELF_TOOLCHAIN bye bye. | Miod Vallat | |
2011-12-23 | some spelling fixes, found using freebsd's "igor" document verifier; | Jason McIntyre | |
2011-08-16 | Make this build for hppa64. | Mark Kettenis | |
2010-10-17 | Stop installing me(1) and ms(1) source code. | Ingo Schwarze | |
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@. | |||
2010-05-25 | no more f77; | Jason McIntyre | |
2010-02-03 | Use MACHINE_CPU instead of MACHINE_ARCH to pick the correct machine dependent | Miod Vallat | |
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@ | |||
2009-10-28 | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and | Theo de Raadt | |
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 | |||
2008-06-25 | split test for __sparc__ into __sparc__ and __sparc64__ | Theo de Raadt | |
2007-12-09 | remove makefile hacks to build links. Instead, change the files that | Marc Espie | |
gprof uses directly. okay deraadt@, miod@. Thanks for checking that gcc 2.95 is happy with #include MACRO | |||
2007-12-05 | unbreak build, on vax | Theo de Raadt | |
2007-11-26 | typos; ok jmc@ | Martynas Venckus | |
sys/netinet/in_pcb.c and sys/net/bridgestp.c ok henning@ sys/dev/pci/bktr/* ok jakemsr@ | |||
2007-11-24 | write explicit dependencies for make -j. beforedepend creates the file, | Marc Espie | |
but make -j tries to find them earlier, and can't. | |||
2007-09-10 | Proper use of fseek/fseeko macros. | Tobias Stoeckmann | |
OK joris@, otto@ | |||
2007-05-31 | convert to new .Dd format; | Jason McIntyre | |
2007-04-14 | adds a detailed list of flags and arguments to the synopsis of gprof; | Igor Sobrado | |
while here, alphabetically sorts the options list and slightly improves the name of the arguments to -k ok by jmc@ | |||
2007-01-09 | Ignore "mapping symbols" like $a and $t. They seem to be an ARM-only | Chris Kuethe | |
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 | |||
2006-10-11 | Extra files needed for 'sh' architecture, copied from arm. | Dale Rahn | |
2006-03-25 | add missing prototypes all over the place, u_long -> unsigned long (userland | Marc Espie | |
code). okay kettenis@, comments by ray@ | |||
2005-12-08 | Check fread() return value to get sane error message for too-small | Todd C. Miller | |
gmon header. Idea from Alexey Dobriyan | |||
2005-05-03 | Fix some sign issues and make kernel profiling useful on amd64. | Artur Grabowski | |
millert@ miod@ ok | |||
2005-05-03 | Better implementation of the hertz function. We use a documented sysctl | Artur Grabowski | |
that gives us a correct answer and not a good guess that uses undocumented itimer semantics. miod@ millert@ ok | |||
2004-08-11 | mips->mips64 | Per Fogelstrom | |
2004-07-23 | fix use after free due to freeing incorrect item. | Marco S Hyman | |
looks right to me millert@ | |||
2004-07-20 | Add ELFDEBUG to mirror the a.out debug that already exists. | Marco S Hyman | |
OK art@ | |||
2004-07-20 | Fix formats in debug printfs to work correctly on 64-bit archs. | Artur Grabowski | |
miod@ ok | |||
2004-07-20 | make lowpc and highpc into long, fixing gprof on 64-bit archs with text | Artur Grabowski | |
above 4GB. miod@ ok | |||
2004-02-28 | use amd64 chunks | Theo de Raadt | |
2004-02-27 | change amd64's MACHINE_ARCH from x86_64 to amd64. There are many many | Theo de Raadt | |
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. | |||
2004-02-01 | add paper.txt target; | Jason McIntyre | |