summaryrefslogtreecommitdiff
path: root/gnu/usr.bin
AgeCommit message (Expand)Author
2003-03-01flesh out a bit more.Marc Espie
2003-03-01Partial documentation for table data.Marc Espie
2003-03-01Draft for a real tbl manpage, okay deraadt@, millert@Marc Espie
2003-03-01Disable mmalloc on all openbsd systems. It was disabled on some before.Dale Rahn
2003-02-28Don't trick the user into believing bugs can be confidential; OK tholo@Todd C. Miller
2003-02-28Convert to mdoc and customize further for OpenBSDTodd C. Miller
2003-02-26repeated words; millert ok okTheo de Raadt
2003-02-16import texinfo 4.8 into the tree.Theo de Raadt
2003-02-16a few missing man pages converted from info documents; work done by jmcTheo de Raadt
2003-02-16Synch cxxfilt man page with reality and arrange for it to get built andMarc Espie
2003-02-08When creating > 1 files with mktemp(1), make sure that if the creationPeter Valchev
2003-02-06use common elf.sc instead of own hppaobsd.sc, catch up w/ dale's elf work for...Michael Shalayeff
2003-02-02pass BSDSRCDIR in environment to submakes.Marc Espie
2003-02-02I've been guaranteed that guaranteed is better than guarenteed.Miod Vallat
2003-01-30Again this comment was not updated. now we have 7 load sections.Dale Rahn
2003-01-30ELF security enhancement: put .rodata into it's own load section insteadDale Rahn
2003-01-24This is a project to modify executables so that they do not have anyDale Rahn
2003-01-23Add a "DisableXProg" option to CVSROOT/config that can be used toTodd C. Miller
2003-01-20In dirswitch(), don't free dir_name until right before allocatingTodd C. Miller
2003-01-20No more libc_r and don't link explicitly with -lpthread Not havingTodd C. Miller
2003-01-19give a second chance for loading dependent modules:Marc Espie
2003-01-19revamp .init call code to be saner:Marc Espie
2003-01-19In error message from dependent libraries, mention which dependent libraryMarc Espie
2003-01-17Update comment for linker change which just committed.Dale Rahn
2003-01-17This is a project to modify executables so that they do not have anyDale Rahn
2003-01-13Add a compatibilty flag '-Z' for upcoming elf changes, does nothing currentlyDale Rahn
2003-01-06syncronous -> synchronousMiod Vallat
2003-01-06typo: s/specifed/specifiedChad Loder
2003-01-05fix for PR3053 - NULL deref when fd == NULL in first dlsym() argPeter Valchev
2003-01-04spellingTheo de Raadt
2003-01-04Remove the support to force linking against a specific shlib major.minor.Dale Rahn
2003-01-03fix typo; jmcTodd C. Miller
2002-12-31Typoes; jmc AT prioris DoT mini DoT pw DoT edu DoT plTodd C. Miller
2002-12-23Bug Fixmargarida
2002-12-19Add a second keep-locals entry to stop getopt from treating -k as anFederico G. Schwindt
2002-12-19build LYMainLoop.o -O0 as a workaround for gcc on hppaMichael Shalayeff
2002-12-13Reverse the order of a test in the loop invariant. It makes moreTodd C. Miller
2002-12-13Two more places where we can use the libc getopt_long() instead of GNU getopt()Todd C. Miller
2002-12-12don't link LIBCRT0 into ld.so (for DESTDIR builds); PR2928; ok fgsch@, millert@Markus Friedl
2002-12-11o Check mmap() return value against MAP_FAILED, not -1.Todd C. Miller
2002-12-11Remove bc/libmath.h from CLEANFILES since we don't generate it at buildTodd C. Miller
2002-12-10No need to disable stack protection on alpha anymore.Miod Vallat
2002-12-09We now have getopt_long() in libc, no need to build a private copy.Todd C. Miller
2002-12-09We now have getopt_long() in libc, no need to build a private copy.Todd C. Miller
2002-12-09From Andrushock, s/sucess/success/gTodd C. Miller
2002-12-08correct lcall opcode. fix provided by Hans-Joerg HoexerFederico G. Schwindt
2002-12-08getopt returns -1, not EOFTodd C. Miller
2002-12-03bc can now use the libc getoptTodd C. Miller
2002-12-03Don't generate libmath.h in the obj dir each time we build since itTodd C. Miller
2002-12-03Temporarily disable stack protection on alpha, it breaks fbc if compiledMiod Vallat