summaryrefslogtreecommitdiffstats
path: root/gnu
Commit message (Collapse)AuthorAgeFilesLines
* Unbroke zforce.ru1999-08-112-13/+7
| | | | | PR: 8348 Submitted by: Christoph Weber-Fahr <wefa@callcenter.systemhaus.net>
* Support 21-bit minor numbers. Avoid wasting a byte in their octalbde1999-08-111-2/+15
| | | | | | | | representation by generating the same format as tar-1.13 (use a single space as the terminator for 7-digit octal numbers). This is POSIX.1 conformant (2-byte terminators are just a bug or historical wart in old versions of gnu tar). All devices created by `MAKEDEV all' except rsa0.ctl can now be handled by tar(1).
* Forgotten in previous log message:bde1999-08-081-1/+1
| | | | PR: misc/12920
* Install c++filt in /usr/libexec/${OBJFORMAT}. The version thatbde1999-08-081-1/+2
| | | | | | | | was installed in /usr/bin normally got clobbered when objformat was installed. Indirection through objformat is correct although underscore handling is the only thing that differs for aout and elf -- going through objformat is the easiest way to set c++filt's underscore handling flag correctly.
* Use Byacc rather than Bison.obrien1999-08-022-4/+2
|
* Clarify that "-w" ignores horizontal white space changes.obrien1999-08-011-1/+1
|
* Only use Bison to generate cc1plus's parse code.obrien1999-08-012-4/+4
|
* Remove explicit testing of the NOFSCHG variable. Its functionality (in thishoek1999-07-311-3/+1
| | | | file) is now superceeded by INSTALLFLAGS_EDIT in bsd.{prog,kmod,lib}.mk.
* Tune table since 0200-0206 is not available, add more charsache1999-07-311-9/+5
|
* Add more koi8-r charsache1999-07-311-0/+64
|
* install msafer.7ache1999-07-311-3/+3
|
* Reflect the change from the /etc/weekly to /etc/periodic/weekly/*.nik1999-07-302-12/+22
| | | | | PR: docs/12734 Submitted by: Alexey M. Zelkin <phantom@scorpion.crimea.ua>
* Add -S to nroff and troff invocations of man.imp1999-07-301-2/+2
|
* Make direct calls to nroff work again. Rev 1.5 of contrib/gnu/nroff/nroff.shmpp1999-07-301-3/+4
| | | | | | | | | | | broke nroff because it added the '-S' option to the troff call, which requires that the tmac.safer macro package be installed. Since 90% of our *roff calls are probably generated by man(1), and man(1) calls groff directly, I'm not really sure what rev 1.5 of nroff.sh was trying to fix, but at least now nroff works again. Broken by: imp
* Add an example for folks who can never remember how to generate asheldonh1999-07-291-0/+14
| | | | | | | recursive diff for use with send-pr(1). PR: 12440 Requested by: David Kelly <dkelly@hiwaay.net>
* Go back to using Bison for now, due to `make world' breakage.obrien1999-07-291-1/+3
| | | | | BTW, if our src/contrib/bison is upgraded from 1.25 to the current 1.27 offering, the build breaks exactly the same way....
* Use Yacc rather than Bison.obrien1999-07-285-12/+8
|
* The Unix way is arguments come before an input file name, not after.obrien1999-07-282-5/+5
|
* Remove paths that are listed as compulsory (sorta). /usr/local is notmarkm1999-07-251-3/+3
| | | | | guaranteed to be there on a new system. This fixes whereis' "Could not stat file..." errors.
* Respect the NOFSCHG variable. Add an $Id$ while I'm here, for whateverhoek1999-07-051-0/+5
| | | | reason Makefiles need $Id$.
* Fixed missing prototype for address_to_line(). One call passes anbde1999-07-041-1/+2
| | | | | int where an unsigned long is expected. This was fatal on i386's with 64-bit longs.
* Don't override the (correct) default for BINDIR.bde1999-07-041-2/+1
|
* Live & postmortem kernel debugging support for the alpha platform.gallatin1999-06-215-2/+492
| | | | | | This was modeled after NetBSD's kernel debugging support. Reviewed by: Doug Rabson <dfr@nlsystems.com>
* Fix placement of signal trampoline.dt1999-06-131-2/+2
|
* little optimization of locale sensing codeache1999-06-091-28/+29
|
* Just ignore malformed locale variable unless -d specifiedache1999-06-081-12/+16
|
* Localize NEQN part tooache1999-06-072-2/+13
|
* Add ability to read/write localized manpagesache1999-06-073-2/+163
|
* remove getopt & friend declarations, now unistd.h includedache1999-06-051-3/+0
|
* fix typo preventing to include unistd.hache1999-06-051-1/+1
|
* Add the 'advocacy' category, sort this document.billf1999-05-301-1/+2
|
* Fixes from OpenBSD:kris1999-05-289-26/+46
| | | | | | | | | | | Add $Id$ Removes temp file exploits in gzexe (predictable filenames) Fixes some typos Fixes a buffer overrun in gzip -S Don't prepend /usr/local/bin to path in scripts Correct location of /usr/share/misc/termcap Obtained from: OpenBSD
* don't include Makefile.inc twiceache1999-05-282-4/+2
|
* upgrade to 4.0ache1999-05-287-35/+52
|
* Use the correct width integer on both i386 and alpha.dfr1999-05-231-5/+5
| | | | Reviewed by: Steve Price <sprice@hiwaay.net>
* Install g2c.h header incase others want to call libg2c from C.obrien1999-05-231-1/+5
| | | | Submitted by: Steve
* Add a missing backslash from the last commit. (Broke installworld)jb1999-05-231-1/+1
|
* Use BINOWN and BINGRP (some people do change these...)hoek1999-05-221-2/+2
|
* fix downcase() for chars with 8bitache1999-05-131-2/+2
|
* fix typo uid_t -> gid_tache1999-05-131-5/+5
| | | | add unsigned char cast to ctype macros
* upgrade to perl 5.00503ache1999-05-131-2/+2
|
* Add one more dependency (oops).dt1999-05-131-2/+2
|
* Added some missing dependencies.dt1999-05-121-7/+9
|
* Fixed some regressions in rev.1.40:bde1999-05-111-7/+4
| | | | | | - rev.1.39 was clobbered. - PROG was defined twice, once as nm. - style bugs.
* Install gdbserver and gdbreplay in /usr/bin, not /usr/libexec/elf.dfr1999-05-082-2/+8
|
* Implement corefiles for FreeBSD/alpha. This requires a separate change todfr1999-05-071-81/+23
| | | | the kernel which is awaiting review.
* Add core-regset.c to the Makefile to allow debugging elf corefiles.dfr1999-05-071-2/+2
|
* Remove $Log garbage from these; it was causing failure when expanded.markm1999-05-053-27/+24
| | | | Found by: Udo Schweigert <ust@cert.siemens.de>
* Correct SYNOPSIS (remove args from synopsis that are actually argumentsghelmer1999-05-041-7/+5
| | | | | | to flags). PR: docs/9658
* _G_USING_THUNKS probably applies to a.out too.obrien1999-05-021-1/+1
| | | | | | | (well we define DEFAULT_VTABLE_THUNKS=1 for G++ in the a.out case, so it seems likely) Submitted by: jdp
OpenPOWER on IntegriCloud