summaryrefslogtreecommitdiff
path: root/gnu
Commit message (Collapse)AuthorAgeFilesLines
* Restore vendor CVS keywords; eliminate troff(1) warnings.Ruslan Ermilov2001-07-121-1/+3
| | | | Notes: svn path=/head/; revision=79632
* Use the real structure names explicitly. Note that this is mostly forPeter Wemm2001-07-121-0/+8
| | | | | | | | | | reading old a.out core files, which are totally 100% non-understandable to the gdb floating-point reader if you have SSE turned on. This should be the last of the world build breakers... Notes: svn path=/head/; revision=79631
* Restore UUCP VCS IDs; eliminate troff(1) warnings.Ruslan Ermilov2001-07-1213-14/+20
| | | | Notes: svn path=/head/; revision=79629
* Fixed CLEANFILES.Ruslan Ermilov2001-07-121-1/+2
| | | | Notes: svn path=/head/; revision=79616
* mdoc(7) police: removed punctuation after the last SEE ALSO xref.Ruslan Ermilov2001-07-101-1/+1
| | | | Notes: svn path=/head/; revision=79557
* Add $FreeBSD$ CVS tag.Ruslan Ermilov2001-07-101-0/+3
| | | | Notes: svn path=/head/; revision=79552
* Upgrade to Groff 1.17.2.Ruslan Ermilov2001-07-102-4/+4
| | | | Notes: svn path=/head/; revision=79551
* mdoc(7) police: removed HISTORY info from the .Os call.Ruslan Ermilov2001-07-106-6/+6
| | | | Notes: svn path=/head/; revision=79528
* mdoc(7) police: remove extraneous .Pp before and/or after .Sh.Dima Dorfman2001-07-095-8/+1
| | | | Notes: svn path=/head/; revision=79454
* Fix the type of the NULL arg to execl()Brian Somers2001-07-093-4/+8
| | | | | | | Idea from: Theo de Raadt <deraadt@openbsd.org> Notes: svn path=/head/; revision=79452
* mdoc(7) police: sort SEE ALSO xrefs (sort -b -f +2 -3 +1 -2).Ruslan Ermilov2001-07-061-2/+2
| | | | Notes: svn path=/head/; revision=79366
* Silence a non-constant format string warning.Kris Kennaway2001-07-051-1/+1
| | | | | | | MFC after: 1 week Notes: svn path=/head/; revision=79312
* Upgrade to Binutils 2.11.2.David E. O'Brien2001-06-291-2/+25
| | | | Notes: svn path=/head/; revision=78954
* Style fix.David E. O'Brien2001-06-261-1/+2
| | | | Notes: svn path=/head/; revision=78848
* Add the IA-64 unwind handling (needed for readelf).David E. O'Brien2001-06-261-1/+1
| | | | Notes: svn path=/head/; revision=78847
* Upgrade to Binutils 2.11.2.David E. O'Brien2001-06-261-4/+27
| | | | Notes: svn path=/head/; revision=78842
* Upgrade to 2.11.2.David E. O'Brien2001-06-261-1/+1
| | | | Notes: svn path=/head/; revision=78830
* Rewrite locale handling using nl_langinfo(CODESET), so aliases not needed hereAndrey A. Chernov2001-06-251-44/+77
| | | | | | | now Notes: svn path=/head/; revision=78779
* When processing -a, strip off the path of the argument before copyingDima Dorfman2001-06-181-3/+4
| | | | | | | | | it to the output. Reviewed by: alex Notes: svn path=/head/; revision=78438
* Document the -a flag.Alexander Langer2001-06-171-0/+12
| | | | Notes: svn path=/head/; revision=78389
* Add an -a option which will make send-pr copy the specified file intoDima Dorfman2001-06-171-1/+21
| | | | | | | | | | the Fix: section. Binary files (as determined by file(1)) are uuencode'd. Submitted by: alex Notes: svn path=/head/; revision=78375
* Fix the build of C programs that link against libperl, and use theAnton Berezin2001-06-137-14/+14
| | | | | | | | | | | | | | blessed way of doing this: cc -o interp interp.c `perl -MExtUtils::Embed -e ccopts -e ldopts` In order for this to work, ldopts should contain -lcrypt. PR: 21804 Reviewed by: markm Notes: svn path=/head/; revision=78184
* In debug mode don't print error for C,POSIX,ASCII,US-ASCII localesAndrey A. Chernov2001-06-101-2/+7
| | | | Notes: svn path=/head/; revision=78030
* Fix for new locale namesAndrey A. Chernov2001-06-101-1/+1
| | | | Notes: svn path=/head/; revision=77991
* Fix for new locale namesAndrey A. Chernov2001-06-102-4/+7
| | | | Notes: svn path=/head/; revision=77990
* Don't allow the user to change the subject; instead, always generateDima Dorfman2001-06-071-10/+19
| | | | | | | | | | | | | it from the Synopsis field. There's no reason for the subject to be different, since all that does is cause confusion. Users may get confused because they may think the subject and synopsis are supposed to be different, and developers may get confused because it may look like there are two different problems. Requested by: ru Notes: svn path=/head/; revision=77846
* Put the originator's full name in the From and Reply-to fields, andDima Dorfman2001-06-031-3/+3
| | | | | | | | | | stick their username (which sendmail will make into an e-mail address) inside '<>'. Sendmail will still DTRT with this, and it conveniently puts the submitter's name and e-mail address on one line, just like it should be after "Submitted by" in a commit message. Notes: svn path=/head/; revision=77643
* Minor style reformatting.David E. O'Brien2001-06-011-12/+12
| | | | Notes: svn path=/head/; revision=77571
* Upgrade to Binutils 2.11.0.David E. O'Brien2001-06-015-546/+704
| | | | Notes: svn path=/head/; revision=77570
* For the time being, Perl threading is considered dangerous. How, whenMark Murray2001-05-318-4625/+1
| | | | | | | and why this is re-enabled will be addressed again in the future. Notes: svn path=/head/; revision=77519
* Upgrade to Binutils 2.11.0.David E. O'Brien2001-05-2817-608/+747
| | | | Notes: svn path=/head/; revision=77324
* `\<space>' (unpaddable space) does not work in groff_font(5) files,Ruslan Ermilov2001-05-281-2/+1
| | | | | | | | | | it is taken as a single escape (`\') character. This prevented \e from being output correctly in -Tkoi8-r case. Noticed by: Andrey Simonenko <simon@comsys.ntu-kpi.kiev.ua> Notes: svn path=/head/; revision=77320
* From the submitter:Mark Murray2001-05-262-3/+2
| | | | | | | | | | | | | | | | | | | | | | | $ PERL_DL_NONLAZY=1 perl -MPOSIX -e '' Can't load '/usr/libdata/perl/5.6.0/mach/auto/POSIX/POSIX.so' for module POSIX: /usr/libdata/perl/5.6.0/mach/auto/POSIX/POSIX.so: Undefined symbol "sv_setptrobj" at /usr/libdata/perl/5.6.0/XSLoader.pm line 73. at /usr/libdata/perl/5.6.0/mach/POSIX.pm line 24 Compilation failed in require. BEGIN failed--compilation aborted. This problem only exists in -CURRENT. Most often it is reproduced when compiling some perl extension manually. Make test uses PERL_DL_NONLAZY, and if a tested module uses POSIX, boom! Luckily, we don't see it very often, mostly because the vast majority of p5 ports do not perform the `make test' step. Submitted by: Anton Berezin <tobez@tobez.org> Needs to be a committer already: Anton Berezin <tobez@tobez.org> Notes: svn path=/head/; revision=77236
* CURRENT no longer needs -pthreadMark Murray2001-05-261-1/+0
| | | | Notes: svn path=/head/; revision=77229
* Use pw(8) instead of grep'ing through /etc/passwd. This fixesDima Dorfman2001-05-241-3/+3
| | | | | | | | | automatic filling of the "Originator" field for NIS users. PR: 24372 Notes: svn path=/head/; revision=77107
* Add support for FreeBSD 4.4.Ruslan Ermilov2001-05-151-0/+2
| | | | Notes: svn path=/head/; revision=76627
* Fix typo introduced in a comment in the previous commitKris Kennaway2001-05-121-1/+1
| | | | Notes: svn path=/head/; revision=76512
* Only load KOI8-R-specific bits if document language is setRuslan Ermilov2001-05-071-2/+4
| | | | | | | | | via the \*[lang] register, not if just device is `koi8-r'. Reviewed by: ache Notes: svn path=/head/; revision=76332
* Create temporary files securely using mkstemp() instead of mktemp()Kris Kennaway2001-05-063-2/+13
| | | | | | | | Reviewed by: mikeh, audit@ MFC after: 1 week Notes: svn path=/head/; revision=76301
* Total hack to fix broken bootstrap. Add -I/usr/src/include at the tailDavid E. O'Brien2001-05-031-0/+1
| | | | | | | | | end of the include searching. We really need a real fix for the issue of which set of headers to use in compiling the cross-tools -- /usr/include, or /usr/src/include. Notes: svn path=/head/; revision=76253
* like i386, add inclusion of lock.hMatt Jacob2001-05-032-1/+4
| | | | Notes: svn path=/head/; revision=76234
* - Avoid circular `use Config', which may lead to random synax errorsMark Murray2001-05-022-9/+13
| | | | | | | | | | | | | produced by miniperl during buildworld phase. - While at it, do loading of SelfLoader only when it is needed, and in place where it is needed. Submitted by: tobez@tobez.org (who is doing way too much good work and is in need of the Commit Bit punishment) Notes: svn path=/head/; revision=76219
* * Add Config.pm to fight situations when perldoc(1) showed a manual pageJosef Karthauser2001-05-016-10/+94
| | | | | | | | | | | | | | | for a module overridden by BSDPAN instead of the original module. * Fix wrong manual section numbers in SEE ALSO. * Add `Revision 42' to the beer-ware license. The BSDPAN author did not originally get the reference and removed the revision from original phk's version. Submitted by: Anton Berezin <tobez@tobez.org> Notes: svn path=/head/; revision=76177
* Compensate for dethreaded headers.Mark Murray2001-05-014-0/+6
| | | | | | | (I have no religion about how this was done. Follow-up commits welcome) Notes: svn path=/head/; revision=76171
* -lposix1e is dead.Ruslan Ermilov2001-04-262-2/+0
| | | | Notes: svn path=/head/; revision=76028
* Backout rev.1.30, as the root of this problem was already fixedRuslan Ermilov2001-04-251-4/+0
| | | | | | | | | | | | | in bsd.obj.mk rev.1.35, and On Tue, Apr 24, 2001 at 06:29:27AM +1000, Bruce Evans wrote: > > This is bogus. It is normal for sloppy cleaning to cause problems. > `make depend' after `make depend' should not do anything. I'm still > waiting for a similar problem in kdump to be fixed properly :-). Notes: svn path=/head/; revision=75977
* If the world was built using either -DNOCLEAN or -DNOCLEANDIR, it wasRuslan Ermilov2001-04-231-0/+4
| | | | | | | | | | | | | | | | | | possible to use old generated doc-* files as the source for new ones. Wrong -mdoc files would then be installed, and man(1) failed with the following diagnostics: mdoc error: end-macro (.em) respecification is not allowed. (#41) Should this have been `.Em ...'? Put helper stuff into `beforedepend' to cleanup old files. Makefile first infected in rev 1.15. Reported via: -current Notes: svn path=/head/; revision=75866
* This is not a problem but a feature of PMake.Ruslan Ermilov2001-04-231-1/+0
| | | | | | | Pointed out by: bde Notes: svn path=/head/; revision=75857
* Add .Lb entry for -ldevinfo.Ruslan Ermilov2001-04-231-0/+1
| | | | Notes: svn path=/head/; revision=75852
* Pick manpages from their original locationsAndrey A. Chernov2001-04-212-2/+4
| | | | Notes: svn path=/head/; revision=75808