summaryrefslogtreecommitdiffstats
path: root/gnu
Commit message (Collapse)AuthorAgeFilesLines
* Upgrade to a Binutils 2.12.0 snapshot.obrien2002-01-281-418/+716
|
* Special case the foreign platform vs. the native one.obrien2002-01-281-4/+4
|
* Upgrade to a Binutils 2.12.0 snapshot.obrien2002-01-281-828/+1854
|
* Support cross building from 64-bit machines.obrien2002-01-281-0/+4
|
* Upgrade to a Binutils 2.12.0 snapshot.obrien2002-01-281-416/+714
|
* Upgrade to a Binutils 2.12.0 snapshot.obrien2002-01-281-416/+713
|
* Change the way the version strings are handled.obrien2002-01-277-9/+12
|
* Upgrade to a Binutils 2.12.0 snapshot.obrien2002-01-274-439/+753
|
* Style fix.obrien2002-01-271-2/+2
|
* Add files new with 2.12.0.obrien2002-01-271-1/+1
|
* Style fixes.obrien2002-01-271-3/+3
|
* Add files new with 2.12.0.obrien2002-01-271-2/+2
|
* We are now at a 2.12.0 pre-release snap version.obrien2002-01-271-1/+1
|
* Use mktemp(1) when creating temporary files.nectar2002-01-252-11/+16
|
* Reincarnate SETUID code in man(1), not compiled in by default.ru2002-01-221-7/+43
| | | | | | The code will be fixed for all known security vulnerabilities, and a make.conf(5) knob (ENABLE_SUID_MAN) will be provided for those who still want it installed setuid for whatever reasons.
* GC spurious -m in the usage().ru2002-01-181-4/+4
|
* Do not install man(1) setuid ``man''.ru2002-01-152-66/+3
| | | | | | | | | | | | | | | | | | | | | | The catpaging and setuidness features of man(1) combined make it vulnerable to a number of security attacks. Specifically, it was possible to overwrite system catpages with arbitrarily contents by either setting up a symlink to a directory holding system catpages, or by writing custom -mdoc or -man groff(1) macro packages and setting up GROFF_TMAC_PATH in environment to point to them. (See PR below for details). This means man(1) can no longer create system catpages on a regular user's behalf. (It is still able to if the user has write permissions to the directory holding catpages, e.g., user's own manpages, or if the running user is ``root''.) To create and install catpages during ``make world'', please set MANBUILDCAT=YES in /etc/make.conf. To rebuild catpages on a weekly basis, please set weekly_catman_enable="YES" in /etc/periodic.conf. PR: bin/32791
* Now that we have the original BSD man(1)'s ${MACHINE} featureru2002-01-114-118/+40
| | | | | | | | back (as of man.c,v 1.45), change the meaning of the -m option from poorly documented and badly coded "alternate system" to a much more useful "different architecture for the same system". PR: docs/31261
* The -pthread -> -lc_r change didn't reach here.ru2002-01-112-2/+2
|
* Forgot to commit these two files for the recent .Dt change.ru2002-01-113-98/+17
|
* Fix what was a pointless conditional. Use $GCC_EXEC_PREFIX ifcjc2002-01-101-1/+1
| | | | | | | /etc/gnats does not exist. PR: gnu/33682 Submitted by: Alan Eldridge <ports@geeksrus.net>
* Back out the previous revision for now. Instead, the current sparc64jhb2002-01-071-4/+0
| | | | Makefile changes are in the sparc64 p4 tree.
* Don't build csu or libgcc on sparc64 for the time being.jhb2002-01-031-0/+4
|
* MFV: FreeBSD 4.4, FreeBSD 4.5, NetBSD 1.6, POSIX.1-2001.ru2001-12-241-8/+0
|
* 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.
OpenPOWER on IntegriCloud