aboutsummaryrefslogtreecommitdiff
path: root/gnu
Commit message (Expand)AuthorAgeFilesLines
* Add support for building on MIPS based systems.Warner Losh1998-12-162-2/+16
* Add a reference to man(7).Joseph Koshy1998-12-031-0/+1
* Added reference to mdoc(7) and mdoc.samples(7) to the bottom ofMatthew Dillon1998-12-011-1/+3
* Use mmap for reading files. This is faster than read().Wolfram Schneider1998-11-141-2/+2
* Another instance where we default to elf only on alpha, but shouldWarner Losh1998-10-261-2/+2
* Fix paths. This sorts out the remaining p5-* port-creation hassles.Mark Murray1998-10-173-33/+33
* Split up rule for ${COMMONHDRS} so that `make -j N' doesn't create theBruce Evans1998-10-161-12/+12
* Properly install the *.h files in CORE and Config.pm where it wants to be.Mark Murray1998-10-151-1/+7
* Fixed breakage of gdbreplay's and gdbserver's BINDIR in previous commit.Bruce Evans1998-10-153-9/+7
* Install gdb in /usr/lib/aout or /usr/lib/elf depending on format.Peter Wemm1998-10-151-1/+7
* Damn - dirname(1) is not available this early. Work-around.Mark Murray1998-10-121-5/+3
* Very substantial debug/improvement of the FreeBSD/Perl5 build.Mark Murray1998-10-117-361/+166
* libg++ and libstdc++ also have internal calls to libm. Programs using thePeter Wemm1998-10-112-2/+10
* Fixed searching for section "1aout" man pages. Section numbers must beBruce Evans1998-10-101-1/+1
* Replace use of non-standard ld -O with a ld -o / mv combination as usedPeter Wemm1998-10-062-14/+26
* Don't build the info pages for the old assembler. Instead, buildJohn Polstra1998-10-036-5005/+91
* space/tab problemAndrey A. Chernov1998-10-021-2/+2
* Add documentation for tree functions.Jordan K. Hubbard1998-10-021-5/+79
* Add documentation for new tree functions.Jordan K. Hubbard1998-10-022-8/+73
* Install z*grep manpagesDavid E. O'Brien1998-10-021-1/+2
* add /usr/share/perl/manAndrey A. Chernov1998-10-021-1/+2
* Allow NOSUIDPERL to DTRT.Mark Murray1998-09-301-2/+6
* Add missing free()Jordan K. Hubbard1998-09-301-3/+1
* Add missing free().Jordan K. Hubbard1998-09-301-1/+2
* Fix the shared library configuration stuff.Mark Murray1998-09-293-15/+15
* Add examples for tree functions.Jordan K. Hubbard1998-09-296-2/+346
* Add support for saved trees.Jordan K. Hubbard1998-09-292-4/+111
* Update tree function and remove gratuitous .h file.Jordan K. Hubbard1998-09-282-48/+79
* Teach this code about the new tree functionality of libdialog.Jordan K. Hubbard1998-09-283-1/+105
* Unbump the minor number; guess this doesn't happen in the ELF worldJordan K. Hubbard1998-09-281-2/+2
* Repairs to make the ports system work again. Currently, the portsMark Murray1998-09-265-43/+42
* Add some new functionality which I promised to add over a year a go andJordan K. Hubbard1998-09-264-3/+1035
* Part #2 (final) of suidperl repair.Mark Murray1998-09-243-12/+12
* More make cleanups.Mark Murray1998-09-233-7/+6
* Big cleanup of the perl build.Mark Murray1998-09-228-151/+157
* Change rst0 into rsa0 in the man page too. Correct the spelling ofOllivier Robert1998-09-221-10/+10
* The default tape device should be /dev/rsa0 for CAM.Ollivier Robert1998-09-211-1/+1
* I danced with the devil and found the needle in the haystack!John Birrell1998-09-213-3/+3
* Supply correct type widths etc. for alpha.Doug Rabson1998-09-161-13/+13
* Generalise the build a bit more.Mark Murray1998-09-168-14/+600
* Fix GDB so that it can handle ELF core dumps.John Polstra1998-09-149-15/+97
* Remove Id keywords from files that are still on the vendor branchBrian Somers1998-09-147-14/+0
* Add a link perl --> perl5.00502Mark Murray1998-09-141-1/+2
* Add Id keywordBrian Somers1998-09-139-1/+17
* Allow libperl to be a shared library.Mark Murray1998-09-125-8/+12
* Fix parallel building.Mark Murray1998-09-127-35/+627
* Fix bogus length restriction on readlink. Use sizeof(buf) - 1 ratherWarner Losh1998-09-101-1/+1
* Dorkus sum. I managed to commit an earlier version of this. This fixes theMark Murray1998-09-105-9/+9
* Remove the NOPERL block to building Perl5.Mark Murray1998-09-091-4/+1
* Fix fencepost error in readlink; inspired by OpenBSDWarner Losh1998-09-091-1/+1