Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | *** empty log message *** | peter | 2001-12-11 | 2 | -8/+44 |
| | |||||
* | Recognize numeric digits inside $id$ tags, eg: $XFree86$ | peter | 2001-12-10 | 1 | -1/+1 |
| | | | | | PR: 30666 Submitted by: Tony Finch <dot@dotat.at> | ||||
* | December 6th -- the IEEE Standards Board approves the Austin Group | ru | 2001-12-08 | 1 | -0/+10 |
| | | | | Specification as IEEE Std 1003.1-2001. Yay! | ||||
* | Upgrade to Binutils 2.11.2. | obrien | 2001-12-06 | 1 | -71/+204 |
| | |||||
* | Fixed memory leak in dialog_gauge(3). | ru | 2001-11-29 | 1 | -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.pm | ru | 2001-11-27 | 1 | -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. | ru | 2001-11-27 | 1 | -0/+1 |
| | | | | Requested by: des | ||||
* | Removed glibc specific stuff. | ru | 2001-11-27 | 1 | -25/+0 |
| | | | | PR: docs/31431 | ||||
* | Fixed style bugs (tab corruption) on every changed line in previous commit. | bde | 2001-11-11 | 1 | -2/+2 |
| | |||||
* | Back out switching from libreadline to libedit: | ache | 2001-11-09 | 2 | -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. | dfr | 2001-11-03 | 1 | -76/+285 |
| | |||||
* | Bring Gawk back. There just isn't any other POSIX compliant AWK out there. | obrien | 2001-11-02 | 1 | -1/+1 |
| | | | | The biggest thing missing from Bell-Labs AWK is the character class regexes. | ||||
* | Update to Gawk 3.1.0. | obrien | 2001-11-02 | 2 | -29/+119 |
| | |||||
* | Bring Gawk back. There just isn't any other POSIX compliant AWK out there. | obrien | 2001-11-02 | 3 | -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. | obrien | 2001-11-01 | 1 | -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. | markm | 2001-10-30 | 158 | -36447/+1 |
| | |||||
* | Switch to the One True AWK from Bell-Labs, away from GNU AWK. | obrien | 2001-10-30 | 4 | -274/+1 |
| | |||||
* | There are users of FreeBSD 4.5 already. | ru | 2001-10-26 | 1 | -0/+1 |
| | |||||
* | It's safe to assume that ${.OBJDIR} == ${.CURDIR} in the | ru | 2001-10-24 | 1 | -1/+1 |
| | | | | NOOBJ-hinted Makefiles. | ||||
* | Make the logic more explicit. | obrien | 2001-10-19 | 1 | -1/+1 |
| | |||||
* | Respect system ${CFLAGS} when building Perl modules. | ru | 2001-10-19 | 21 | -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: | bde | 2001-10-19 | 1 | -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. | mdodd | 2001-10-19 | 2 | -4/+6 |
| | |||||
* | We don't use the IA-64 psABI ELF_DYNAMIC_INTERPRETER, so remove it. | obrien | 2001-10-15 | 1 | -1/+3 |
| | |||||
* | Clean this up. | obrien | 2001-10-15 | 1 | -8/+8 |
| | |||||
* | Binutils 2.11.2 build framework for the FreeBSD/IA-64 target. | obrien | 2001-10-15 | 7 | -0/+3889 |
| | |||||
* | We don't support GDB for IA-64, PowerPC, or sparc64 yet. | obrien | 2001-10-15 | 1 | -1/+3 |
| | |||||
* | We can easily share obj-format.h and targ-env.h files across all FreeBSD | obrien | 2001-10-15 | 16 | -56/+31 |
| | | | | | platforms, which reduces the upgrade effort. Also tidy up the Makefiles. | ||||
* | More cleaning. | obrien | 2001-10-15 | 1 | -1/+1 |
| | |||||
* | Adjust for the movement of `as' headers. | obrien | 2001-10-14 | 1 | -4/+2 |
| | |||||
* | You know the last revision will work better if the TARGET_TUPLE is set | obrien | 2001-10-14 | 4 | -4/+4 |
| | | | | conditionally.... | ||||
* | Allow easier override of the configure tuple, in case you wanted to build | obrien | 2001-10-14 | 4 | -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. | obrien | 2001-10-14 | 2 | -0/+2 |
| | |||||
* | Clean up a little bit more. | obrien | 2001-10-14 | 1 | -1/+2 |
| | |||||
* | Clean up the formatting. | obrien | 2001-10-14 | 6 | -82/+72 |
| | |||||
* | We do "sparc64", not "sparc". | obrien | 2001-10-14 | 1 | -24/+0 |
| | |||||
* | Clean up the formatting. | obrien | 2001-10-14 | 2 | -29/+25 |
| | |||||
* | We do "sparc64", not "sparc". | obrien | 2001-10-14 | 5 | -157/+0 |
| | |||||
* | Clean up the formatting. | obrien | 2001-10-14 | 17 | -124/+110 |
| | |||||
* | We can easily share a single config.h file across all FreeBSD platforms, | obrien | 2001-10-14 | 5 | -626/+11 |
| | | | | which reduces the upgrade effort. | ||||
* | Update for Binutils 2.11.2. | obrien | 2001-10-14 | 2 | -561/+895 |
| | |||||
* | We support sparc64, not plain sparc. | obrien | 2001-10-14 | 3 | -3478/+0 |
| | |||||
* | Clean up the formatting. | obrien | 2001-10-14 | 9 | -169/+156 |
| | |||||
* | Backed out "Compensate for header dethreading [mistakes]" mistakes in | bde | 2001-10-13 | 2 | -2/+0 |
| | | | | alpha files too. | ||||
* | Compensate for "Compensate for header dethreading" by backing it out. | bde | 2001-10-10 | 4 | -4/+0 |
| | |||||
* | Remove the Xresume* labels from the i386 interrupt handlers; the | iedowse | 2001-10-09 | 2 | -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 | ||||
* | Catch up with the SMPng reduced interrupt frame size. The corresponding | iedowse | 2001-10-08 | 2 | -2/+2 |
| | | | | | | change was made to DDB months ago (i386/i386/db_trace.c revision 1.37). Reviewed by: bde | ||||
* | Removed mentions of TARGET_ARCH from non-cross places. | ru | 2001-10-04 | 1 | -4/+2 |
| | |||||
* | Unbreak standalone `make depend' in gnu/usr.bin/perl. | ru | 2001-10-04 | 1 | -1/+4 |
| | | | | Noticed by: bde | ||||
* | Fixed missing return type in synopsis. | bde | 2001-10-03 | 1 | -0/+1 |
| |