summaryrefslogtreecommitdiffstats
path: root/gnu
Commit message (Collapse)AuthorAgeFilesLines
...
* Install files via FILES.ru2001-12-171-10/+4
|
* FILES support for bsd.prog.mk. See bsd.README for details.ru2001-12-177-39/+39
| | | | Stolen from: NetBSD
* Add .Lb entry for -lpam.ru2001-12-172-0/+2
|
* Catch up to the globaldata -> pcpu changes.jhb2001-12-122-20/+20
|
* *** empty log message ***peter2001-12-112-8/+44
|
* Recognize numeric digits inside $id$ tags, eg: $XFree86$peter2001-12-101-1/+1
| | | | | PR: 30666 Submitted by: Tony Finch <dot@dotat.at>
* December 6th -- the IEEE Standards Board approves the Austin Groupru2001-12-081-0/+10
| | | | Specification as IEEE Std 1003.1-2001. Yay!
* Upgrade to Binutils 2.11.2.obrien2001-12-061-71/+204
|
* Fixed memory leak in dialog_gauge(3).ru2001-11-291-0/+4
| | | | | | PR: gnu/32260 Submitted by: Igor Pokrovsky <tiamat@telegraph.spb.ru> MFC after: 3 days
* CFLAGS is not suitable for `optimize' thing; it spams Config.pmru2001-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
* Add .Lb entry for -lpam.ru2001-11-271-0/+1
| | | | Requested by: des
* Removed glibc specific stuff.ru2001-11-271-25/+0
| | | | PR: docs/31431
* Fixed style bugs (tab corruption) on every changed line in previous commit.bde2001-11-111-2/+2
|
* Back out switching from libreadline to libedit:ache2001-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.
* Clone the alpha config for ia64.dfr2001-11-031-76/+285
|
* Bring Gawk back. There just isn't any other POSIX compliant AWK out there.obrien2001-11-021-1/+1
| | | | The biggest thing missing from Bell-Labs AWK is the character class regexes.
* Update to Gawk 3.1.0.obrien2001-11-022-29/+119
|
* Bring Gawk back. There just isn't any other POSIX compliant AWK out there.obrien2001-11-023-0/+273
| | | | The biggest thing missing from Bell-Labs AWK is the character class regexes.
* -v must have a space between it and the variable.obrien2001-11-011-1/+3
| | | | | Submitted by: David Wolfskill <david@catwhisker.org> (did I mention he should be a committer? :-) )
* tip(1) can do cu(1). We don't need this anymore.markm2001-10-30158-36447/+1
|
* Switch to the One True AWK from Bell-Labs, away from GNU AWK.obrien2001-10-304-274/+1
|
* There are users of FreeBSD 4.5 already.ru2001-10-261-0/+1
|
* It's safe to assume that ${.OBJDIR} == ${.CURDIR} in theru2001-10-241-1/+1
| | | | NOOBJ-hinted Makefiles.
* Make the logic more explicit.obrien2001-10-191-1/+1
|
* Respect system ${CFLAGS} when building Perl modules.ru2001-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
* Fixed style bugs in previous commit:bde2001-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.
* Turn on the libedit support in bc. Turn off libreadline.mdodd2001-10-192-4/+6
|
* We don't use the IA-64 psABI ELF_DYNAMIC_INTERPRETER, so remove it.obrien2001-10-151-1/+3
|
* Clean this up.obrien2001-10-151-8/+8
|
* Binutils 2.11.2 build framework for the FreeBSD/IA-64 target.obrien2001-10-157-0/+3889
|
* We don't support GDB for IA-64, PowerPC, or sparc64 yet.obrien2001-10-151-1/+3
|
* We can easily share obj-format.h and targ-env.h files across all FreeBSDobrien2001-10-1516-56/+31
| | | | | platforms, which reduces the upgrade effort. Also tidy up the Makefiles.
* More cleaning.obrien2001-10-151-1/+1
|
* Adjust for the movement of `as' headers.obrien2001-10-141-4/+2
|
* You know the last revision will work better if the TARGET_TUPLE is setobrien2001-10-144-4/+4
| | | | conditionally....
* Allow easier override of the configure tuple, in case you wanted to buildobrien2001-10-144-29/+37
| | | | as "powerpc-obrien-freebsd" rahter than "powerpc-unknown-freebsd" for example.
* Need to look in additional places for BFD's config.h now.obrien2001-10-142-0/+2
|
* Clean up a little bit more.obrien2001-10-141-1/+2
|
* Clean up the formatting.obrien2001-10-146-82/+72
|
* We do "sparc64", not "sparc".obrien2001-10-141-24/+0
|
* Clean up the formatting.obrien2001-10-142-29/+25
|
* We do "sparc64", not "sparc".obrien2001-10-145-157/+0
|
* Clean up the formatting.obrien2001-10-1417-124/+110
|
* We can easily share a single config.h file across all FreeBSD platforms,obrien2001-10-145-626/+11
| | | | which reduces the upgrade effort.
* Update for Binutils 2.11.2.obrien2001-10-142-561/+895
|
* We support sparc64, not plain sparc.obrien2001-10-143-3478/+0
|
* Clean up the formatting.obrien2001-10-149-169/+156
|
* Backed out "Compensate for header dethreading [mistakes]" mistakes inbde2001-10-132-2/+0
| | | | alpha files too.
* Compensate for "Compensate for header dethreading" by backing it out.bde2001-10-104-4/+0
|
* Remove the Xresume* labels from the i386 interrupt handlers; theiedowse2001-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
OpenPOWER on IntegriCloud