aboutsummaryrefslogtreecommitdiff
path: root/gnu
Commit message (Collapse)AuthorAgeFilesLines
* Upgrade to Binutils 2.11.2.David E. O'Brien2001-12-061-71/+204
| | | | Notes: svn path=/head/; revision=87433
* Fixed memory leak in dialog_gauge(3).Ruslan Ermilov2001-11-291-0/+4
| | | | | | | | | PR: gnu/32260 Submitted by: Igor Pokrovsky <tiamat@telegraph.spb.ru> MFC after: 3 days Notes: svn path=/head/; revision=87087
* CFLAGS is not suitable for `optimize' thing; it spams Config.pmRuslan Ermilov2001-11-271-2/+2
| | | | | | | | | | | | with -nostdinc which breaks Perl ports building. This change will be re-applied if BDE agrees on having COPTFLAGS in userland. PR: bin/31877 Notes: svn path=/head/; revision=86983
* Add .Lb entry for -lpam.Ruslan Ermilov2001-11-271-0/+1
| | | | | | | Requested by: des Notes: svn path=/head/; revision=86979
* Removed glibc specific stuff.Ruslan Ermilov2001-11-271-25/+0
| | | | | | | PR: docs/31431 Notes: svn path=/head/; revision=86946
* Fixed style bugs (tab corruption) on every changed line in previous commit.Bruce Evans2001-11-111-2/+2
| | | | Notes: svn path=/head/; revision=86249
* Back out switching from libreadline to libedit:Andrey A. Chernov2001-11-092-4/+4
| | | | | | | | 1) It is capabilities degradation: f.e. libedit can't process ~/.inputrc files 2) It have no sense to try to un-GNU GNU program. Notes: svn path=/head/; revision=86215
* Clone the alpha config for ia64.Doug Rabson2001-11-031-76/+285
| | | | Notes: svn path=/head/; revision=85975
* Bring Gawk back. There just isn't any other POSIX compliant AWK out there.David E. O'Brien2001-11-021-1/+1
| | | | | | | The biggest thing missing from Bell-Labs AWK is the character class regexes. Notes: svn path=/head/; revision=85924
* Update to Gawk 3.1.0.David E. O'Brien2001-11-022-29/+119
| | | | Notes: svn path=/head/; revision=85923
* Bring Gawk back. There just isn't any other POSIX compliant AWK out there.David E. O'Brien2001-11-023-0/+273
| | | | | | | The biggest thing missing from Bell-Labs AWK is the character class regexes. Notes: svn path=/head/; revision=85922
* -v must have a space between it and the variable.David E. O'Brien2001-11-011-1/+3
| | | | | | | | Submitted by: David Wolfskill <david@catwhisker.org> (did I mention he should be a committer? :-) ) Notes: svn path=/head/; revision=85807
* tip(1) can do cu(1). We don't need this anymore.Mark Murray2001-10-30158-36447/+1
| | | | Notes: svn path=/head/; revision=85742
* Switch to the One True AWK from Bell-Labs, away from GNU AWK.David E. O'Brien2001-10-304-274/+1
| | | | Notes: svn path=/head/; revision=85724
* There are users of FreeBSD 4.5 already.Ruslan Ermilov2001-10-261-0/+1
| | | | Notes: svn path=/head/; revision=85548
* It's safe to assume that ${.OBJDIR} == ${.CURDIR} in theRuslan Ermilov2001-10-241-1/+1
| | | | | | | NOOBJ-hinted Makefiles. Notes: svn path=/head/; revision=85402
* Make the logic more explicit.David E. O'Brien2001-10-191-1/+1
| | | | Notes: svn path=/head/; revision=85193
* Respect system ${CFLAGS} when building Perl modules.Ruslan Ermilov2001-10-1921-43/+23
| | | | | | | | | | | | bsd.obj.mk -> bsd.prog.mk in modules makefiles, as the latter automatically includes ../Makefile.inc and adds -I${DESTDIR}/usr/include to ${CFLAGS} needed for "make world" which is built with -nostdinc. Reviewed by: MAINTAINER timeout Notes: svn path=/head/; revision=85158
* Fixed style bugs in previous commit:Bruce Evans2001-10-191-4/+2
| | | | | | | | - don't comment out the old version; just modify it. - don't 2 sets of 3 style bugs that weren't present in the old version. Notes: svn path=/head/; revision=85157
* Turn on the libedit support in bc. Turn off libreadline.Matthew N. Dodd2001-10-192-4/+6
| | | | Notes: svn path=/head/; revision=85121
* We don't use the IA-64 psABI ELF_DYNAMIC_INTERPRETER, so remove it.David E. O'Brien2001-10-151-1/+3
| | | | Notes: svn path=/head/; revision=84959
* Clean this up.David E. O'Brien2001-10-151-8/+8
| | | | Notes: svn path=/head/; revision=84955
* Binutils 2.11.2 build framework for the FreeBSD/IA-64 target.David E. O'Brien2001-10-157-0/+3889
| | | | Notes: svn path=/head/; revision=84954
* We don't support GDB for IA-64, PowerPC, or sparc64 yet.David E. O'Brien2001-10-151-1/+3
| | | | Notes: svn path=/head/; revision=84951
* We can easily share obj-format.h and targ-env.h files across all FreeBSDDavid E. O'Brien2001-10-1516-56/+31
| | | | | | | | platforms, which reduces the upgrade effort. Also tidy up the Makefiles. Notes: svn path=/head/; revision=84949
* More cleaning.David E. O'Brien2001-10-151-1/+1
| | | | Notes: svn path=/head/; revision=84947
* Adjust for the movement of `as' headers.David E. O'Brien2001-10-141-4/+2
| | | | Notes: svn path=/head/; revision=84915
* You know the last revision will work better if the TARGET_TUPLE is setDavid E. O'Brien2001-10-144-4/+4
| | | | | | | conditionally.... Notes: svn path=/head/; revision=84914
* Allow easier override of the configure tuple, in case you wanted to buildDavid E. O'Brien2001-10-144-29/+37
| | | | | | | as "powerpc-obrien-freebsd" rahter than "powerpc-unknown-freebsd" for example. Notes: svn path=/head/; revision=84913
* Need to look in additional places for BFD's config.h now.David E. O'Brien2001-10-142-0/+2
| | | | Notes: svn path=/head/; revision=84912
* Clean up a little bit more.David E. O'Brien2001-10-141-1/+2
| | | | Notes: svn path=/head/; revision=84911
* Clean up the formatting.David E. O'Brien2001-10-146-82/+72
| | | | Notes: svn path=/head/; revision=84910
* We do "sparc64", not "sparc".David E. O'Brien2001-10-141-24/+0
| | | | Notes: svn path=/head/; revision=84909
* Clean up the formatting.David E. O'Brien2001-10-142-29/+25
| | | | Notes: svn path=/head/; revision=84908
* We do "sparc64", not "sparc".David E. O'Brien2001-10-145-157/+0
| | | | Notes: svn path=/head/; revision=84907
* Clean up the formatting.David E. O'Brien2001-10-1417-124/+110
| | | | Notes: svn path=/head/; revision=84906
* We can easily share a single config.h file across all FreeBSD platforms,David E. O'Brien2001-10-145-626/+11
| | | | | | | which reduces the upgrade effort. Notes: svn path=/head/; revision=84905
* Update for Binutils 2.11.2.David E. O'Brien2001-10-142-561/+895
| | | | Notes: svn path=/head/; revision=84904
* We support sparc64, not plain sparc.David E. O'Brien2001-10-143-3478/+0
| | | | Notes: svn path=/head/; revision=84903
* Clean up the formatting.David E. O'Brien2001-10-149-169/+156
| | | | Notes: svn path=/head/; revision=84902
* Backed out "Compensate for header dethreading [mistakes]" mistakes inBruce Evans2001-10-132-2/+0
| | | | | | | alpha files too. Notes: svn path=/head/; revision=84870
* Compensate for "Compensate for header dethreading" by backing it out.Bruce Evans2001-10-104-4/+0
| | | | Notes: svn path=/head/; revision=84768
* Remove the Xresume* labels from the i386 interrupt handlers; theIan Dowse2001-10-092-4/+10
| | | | | | | | | | | | | | | | | | | | | code in ipl.s and icu_ipl.s that used them was removed when the interrupt thread system was committed. Debuggers also knew about Xresume* because these labels hide the real names of the interrupt handlers (Xintr*), and debuggers need to special-case interrupt handlers to get the interrupt frame. Both gdb and ddb will now use the Xintr* and Xfastintr* symbols to detect interrupt frames. Fast interrupt frames were never identified correctly before, so this fixes the problem of the running stack frame getting lost in a ddb or gdb trace generated from a fast interrupt - e.g. when debugging a simple infinite loop in the kernel using a serial console, the frame containing the loop would never appear in a gdb or ddb trace. Reviewed by: jhb, bde Notes: svn path=/head/; revision=84733
* Catch up with the SMPng reduced interrupt frame size. The correspondingIan Dowse2001-10-082-2/+2
| | | | | | | | | change was made to DDB months ago (i386/i386/db_trace.c revision 1.37). Reviewed by: bde Notes: svn path=/head/; revision=84668
* Removed mentions of TARGET_ARCH from non-cross places.Ruslan Ermilov2001-10-041-4/+2
| | | | Notes: svn path=/head/; revision=84473
* Unbreak standalone `make depend' in gnu/usr.bin/perl.Ruslan Ermilov2001-10-041-1/+4
| | | | | | | Noticed by: bde Notes: svn path=/head/; revision=84465
* Fixed missing return type in synopsis.Bruce Evans2001-10-031-0/+1
| | | | Notes: svn path=/head/; revision=84397
* Document how manpath(1) handles user's path directories that end in "/bin".Ruslan Ermilov2001-10-011-0/+9
| | | | | | | | PR: docs/30940 MFC after: 3 days Notes: svn path=/head/; revision=84310
* mdoc(7) police: Use the new .In macro for #include statements.Ruslan Ermilov2001-10-011-1/+1
| | | | Notes: svn path=/head/; revision=84306
* Phase I of UUCP migration to ports. This leaves behind a minimal buildKris Kennaway2001-10-01176-67381/+13
| | | | | | | environment for cu, which is still useful. Notes: svn path=/head/; revision=84251