summaryrefslogtreecommitdiffstats
path: root/gnu
Commit message (Collapse)AuthorAgeFilesLines
* Oops, use -I${DESTDIR}/usr/include/gnu instead of ... /../../include/gnuache2004-02-177-9/+7
|
* Remove getopt*.c, we already have compatible getopt_long() in libcache2004-02-171-1/+1
|
* Remove getopt*.c, we already have compatible getopt_long() in libcache2004-02-171-1/+1
| | | | (cc toolchain use it rarely, so no surprizes should occurse)
* Remove getopt*.c, we already have compatible getopt_long() in libcache2004-02-171-1/+1
|
* Remove getopt*.c, we already have compatible getopt_long() in libcache2004-02-173-884/+1
|
* Remove getopt*.c, we already have compatible getopt_long() in libcache2004-02-171-1/+1
|
* Remove getopt*.c, we already have compatible getopt_long() in libcache2004-02-171-1/+1
|
* Remove getopt*.c, we already have compatible getopt_long() in libcache2004-02-178-1039/+5
|
* Remove getopt*.c, we already have compatible getopt_long() in libcache2004-02-171-2/+0
|
* Remove getopt*.c, we already have getopt_long() in libcache2004-02-171-1/+1
|
* Remove old explicit -I${DESTDIR}/usr/include/readlineache2004-02-171-1/+1
| | | | it is no longer needed
* Switch back to regex.hache2004-02-161-1/+2
|
* Formally switch back to regex.h (not sure it ever needed here - libgnuregexache2004-02-161-1/+2
| | | | is not used)
* Switch back to regex.h and fix error when mismatched regex.h used withache2004-02-163-4/+12
| | | | system libgnuregex
* Remove files no longer neededache2004-02-161-2/+3
| | | | Switch back to regex.h
* 1) Remove files no longer needed.ache2004-02-168-1673/+2
| | | | 2) Switch back to regex.h
* Install regex.h under include/gnuache2004-02-161-1/+1
|
* Register libarchive in bsd.libnames.mk and mdoc.localkientzle2004-02-131-0/+1
| | | | Submitted by: ru
* Style fixes: Use curly braces in Makefiles,kientzle2004-02-131-1/+1
| | | | | | use cat (not cp) to copy files. Submitted by: ru
* Register libbluetooth and libsdpemax2004-02-121-0/+2
| | | | Reviewed by: imp (mentor), ru
* GNU tar in the base system is now called "gtar"kientzle2004-02-111-1/+11
| | | | | | | | | | | | "tar" is now just a link to "gtar". This lays the groundwork for an orderly migration from GNU tar to some other tar. (First, we introduce the new tar program, then we migrate the 'tar' name, then we remove gtar, with intervals of months between these steps.) Approved by: gordon
* Removed all the complexities when installing the strip(1) binary.ru2004-02-061-13/+1
| | | | Submitted by: bde
* Fixed style of DPADD and LDADD assignments as per style.Makefile(5).ru2004-02-0517-36/+34
|
* strip wasn't stripped since we stopped to include bsd.own.mk from sys.mk.ru2004-02-051-8/+6
|
* Remove Perl lines; it's better to let use.perl handle them.des2004-02-041-4/+0
|
* Add a section documenting the return values from diff.ceri2004-02-011-0/+5
| | | | | | PR: docs/59991 Submitted by: keramida,Erik Greenwald <erik@smluc.org> MFC After: 1 week
* Catch up with the 20040130 src/UPDATING entry, and spell libpthreadru2004-01-311-1/+1
| | | | | | | as -lpthread. (Alpha and SPARC64 still spell it -lkse, but we hope this to change by 5.3-RELEASE.) Reviewed by: deischen
* Discontinuation of an action that now fits on one.obrien2004-01-271-3/+1
|
* Do not treat make variables as Perl variables.kan2004-01-261-4/+4
|
* Fix problem where kgdb misses trap frames.obrien2004-01-267-22/+24
| | | | Reported by: iedowse
* Use proper name.obrien2004-01-262-6/+8
|
* style.Makefile(5)obrien2004-01-261-2/+3
|
* Follow existing GDB style for frame_info vars.obrien2004-01-261-5/+5
|
* Remove trailing white space.obrien2004-01-261-5/+5
|
* Put libufs into the correct slot in the list.ru2004-01-151-1/+1
|
* Added description for libthr.ru2004-01-151-1/+2
| | | | Reviewed by: deischen
* Fixed "make clean".ru2004-01-151-0/+1
|
* Last revision also added duplicate SRCS. Fixed this so thatru2004-01-121-1/+1
| | | | | | the resulting .a library has only unique .o files. Noticed by: bde
* Don't put objects in SRCS -- this creates all sort of havoc likeru2004-01-122-5/+5
| | | | | causing objects to be built during "make depend", missed sources in .depend, etc.
* Removed duplicate SRCS.ru2004-01-122-6/+6
|
* Ensure that generated headers are here before we build .dependru2004-01-111-7/+1
| | | | | and object files in a less hackish way compatible with further planned changes to bsd.dep.mk.
* Correct the atomicity.h fallback path on architectures which do notkan2004-01-061-1/+1
| | | | define their own.
* Do not install files which are not part of GCC 3.3.x anymore.kan2004-01-051-3/+3
|
* Stop compiling files which are not part of GCC 3.3.x.kan2004-01-053-3/+3
|
* Use __cxa_atexit, rather than atexit, to register C++ destructors for localkan2003-12-191-1/+1
| | | | | statics and global objects. This is essential for fully standards-compliant handling of destructors, and requires __cxa_atexit in libc.
* Add two additional headers for amd64 and x86.kan2003-12-091-1/+1
| | | | Reported by: Ollivier Robert
* MFR: Bump manpages revision to 5.2.ru2003-12-071-1/+1
|
* /rescue/g{{,un}zip,zcat} exist, so build this dynamically now.obrien2003-11-171-2/+0
|
* /rescue/tar exists, so build this dynamic now.obrien2003-11-171-2/+0
|
* Attempt to save the last dregs of emacs users' sanity by saving theceri2003-11-121-1/+1
| | | | | | | | | | contents of the PR when an interrupt is received during the editor session. This stops the use of ^G from deleting a filled PR from underneath the user. PR: bin/59201 Submitted by: Heikki Suonsivu <hsu@evoluutio.bbnetworks.net> MFC After: 2 weeks
OpenPOWER on IntegriCloud