summaryrefslogtreecommitdiff
path: root/gnu/usr.bin
AgeCommit message (Expand)Author
2007-12-01fix makefile races.Marc Espie
2007-11-28insert .WAIT so that stuff is built first, and checked afterwards, insteadMarc Espie
2007-11-28add dependencies for protector.o, preventing it from being built too early.Marc Espie
2007-11-28fix race: install-all can only be run *after* all is finished, otherwiseMarc Espie
2007-11-28Fix md_swap{in,out}_reloc.Miod Vallat
2007-11-26Add a new warning to gcc, -Wvariable-decl, which causes it to warn forMiod Vallat
2007-11-26fix build for real, forward maninstall to wrapper1Marc Espie
2007-11-25espie broke the make install codepath (and I think not just for DESTDIR), so ...Theo de Raadt
2007-11-25man pages are in Makefile.bsd-wrapper1, so MLINKS should be there too,Theo de Raadt
2007-11-24some make -j fixes.Marc Espie
2007-11-24Fix a.out header endianness swap.Miod Vallat
2007-11-20the extra stuff also needs stmp-dirs, as found out by naddy@Marc Espie
2007-11-11import perl 5.10.0 from CPANSimon Bertrang
2007-11-11update File::Temp to CPAN version 0.18 as other modules start to use itSimon Bertrang
2007-11-07Fix potential heap overflow given a specially crafted regexp.Todd C. Miller
2007-11-03man pages can only be built after configure has runMarc Espie
2007-11-03fix groff build:Marc Espie
2007-11-03make sure configure is done before we try building manpages.Marc Espie
2007-10-29add missing dependency. Taken from upstream gcc.Marc Espie
2007-10-25fix dependency. ok millert@, \_o< miod@Marc Espie
2007-10-03On i386, use PCB_SAVECTX flags to distinguish between state saved by a normalMark Kettenis
2007-09-03Add __cxa_atexit() support for gcc3. This provides support for shared object...Todd C. Miller
2007-08-24fix a bug leading to infinite recursion; adapted from CPANSimon Bertrang
2007-08-21Treat Ldatafault_internal as having a trap frame.Mark Kettenis
2007-07-05On OpenBSD/hppa, not all space registers are equivalent, so don't setMark Kettenis
2007-06-16INTMAX_TYPE and UINTMAX_TYPE are always in terms of long long onTodd C. Miller
2007-05-31convert to new .Dd format;Jason McIntyre
2007-05-26introduce Mdocdate tag, requested by jmc.Niall O'Higgins
2007-05-20hack generated Makefile so that section is properly 3p.Marc Espie
2007-05-15pass COPTS thru, okay millert@Marc Espie
2007-05-12when comparing two revisions of a directory tree, don't show dead filesNikolay Sturm
2007-04-05Make sure all public declarations are declared .globl; remove code toMark Kettenis
2007-03-28new C version written by ray is worlds betterTheo de Raadt
2007-03-26remove old pages; spotted by kettenisJason McIntyre
2007-03-26sort the MAN entry; ok deraadtJason McIntyre
2007-03-25pick up the newer rev man pages; noticed by ingo schwarze, first rev byTheo de Raadt
2007-03-23Enable our sendbug(1), prodded by deraadt@.Ray Lai
2007-03-19build two more man pages; Ingo SchwarzeTheo de Raadt
2007-03-18Disable stack frame checking in the prologue under OpenBSD, unless you compileMiod Vallat
2007-03-03Add new FUNC/ENDFUNC macros to generate size/type (function) for ELFDale Rahn
2007-03-02Move landisk to hardware floating point. At the moment the FPU context isMiod Vallat
2007-02-24replace 400 lines of md5 code in Digest::MD5's XS with 4 linesSimon Bertrang
2007-02-16Back-port a getpeername() fix from IO version 1.30.Todd C. Miller
2007-02-14remove GNU RCS implementation from the tree. Open RCS has been used for overNiall O'Higgins
2007-02-04upgrade documentation so it reflects the way MakeMaker currently fillsMarc Espie
2007-02-01Ignore HASATTRIBUTE_UNUSED for C++ as our g++ does not grokTodd C. Miller
2007-01-31gcc 3.3 doesn't support __attribute__((unused)) in C++ mode. PatchTodd C. Miller
2007-01-20-Wstack-larger-than support, copied from gcc2.Miod Vallat
2007-01-17Remove references to xm files that no longer exist. Taken from GCC 3.4.Marc Aurele La France
2007-01-07Make unwinding through kernel trap frames work on sparc64.Mark Kettenis