Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | {EGCSDIR}->{SRCDIR} + associated tweaks. | obrien | 1999-08-16 | 1 | -7/+4 |
| | | | | | | This is in prepreparation of the gcc-2.95 upgrade. Also seems I was -I'ing several GCC directories I did not need to. | ||||
* | {EGCSDIR}->{SRCDIR} + associated tweaks. | obrien | 1999-08-16 | 2 | -16/+15 |
| | | | | This is in prepreparation of the gcc-2.95 upgrade. | ||||
* | Purely cosmetic changes -- fix Id's | obrien | 1999-08-16 | 5 | -14/+7 |
| | |||||
* | Purely cosmetic cleanups. | obrien | 1999-08-16 | 15 | -62/+44 |
| | | | | | | | | - Id tag layout wrong. - "FOO =" -> "FOO=". - 4 space indention on continuation lines rather than a <tab> Basic idea checked by: bde | ||||
* | Reduce the number of -I's. I have no idea why I thought I needed extra ones. | obrien | 1999-08-15 | 1 | -2/+2 |
| | | | | Submitted by: bde | ||||
* | Move "LIBGCC_SPEC" to freebsd-native.h as it is not approapiate for | obrien | 1999-08-15 | 1 | -1/+6 |
| | | | | submitting to the GCC mainainers for folding into the stock GCC. | ||||
* | Various man page cleanup: | mpp | 1999-08-15 | 3 | -15/+20 |
| | | | | | | | | | - Sort xrefs - Be consistent with section names as outlined in mdoc(7). - Other misc mdoc cleanup. PR: doc/13144 Submitted by: Alexey M. Zelkin <phantom@cris.net> | ||||
* | Use Bison with "--broken-undeftoken-init". | obrien | 1999-08-14 | 1 | -2/+2 |
| | |||||
* | Rather than deleting the grammer files during building, move them out of the | obrien | 1999-08-14 | 1 | -5/+5 |
| | | | | way. This way they are available for inspection when debugging problems. | ||||
* | Due to brain damage on the FSF people, we can not longer pass "config.h" | obrien | 1999-08-14 | 1 | -0/+180 |
| | | | | | type settings on the compiler command line. FSF put their version of our "__P()" macro in config.h, thus ``config.h'' required now. | ||||
* | Fixes for Bison 1.25->1.28 upgrade. | obrien | 1999-08-14 | 2 | -7/+7 |
| | |||||
* | Unbroke zforce. | ru | 1999-08-11 | 2 | -13/+7 |
| | | | | | PR: 8348 Submitted by: Christoph Weber-Fahr <wefa@callcenter.systemhaus.net> | ||||
* | Support 21-bit minor numbers. Avoid wasting a byte in their octal | bde | 1999-08-11 | 1 | -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: | bde | 1999-08-08 | 1 | -1/+1 |
| | | | | PR: misc/12920 | ||||
* | Install c++filt in /usr/libexec/${OBJFORMAT}. The version that | bde | 1999-08-08 | 1 | -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. | obrien | 1999-08-02 | 2 | -4/+2 |
| | |||||
* | Clarify that "-w" ignores horizontal white space changes. | obrien | 1999-08-01 | 1 | -1/+1 |
| | |||||
* | Only use Bison to generate cc1plus's parse code. | obrien | 1999-08-01 | 2 | -4/+4 |
| | |||||
* | Remove explicit testing of the NOFSCHG variable. Its functionality (in this | hoek | 1999-07-31 | 1 | -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 chars | ache | 1999-07-31 | 1 | -9/+5 |
| | |||||
* | Add more koi8-r chars | ache | 1999-07-31 | 1 | -0/+64 |
| | |||||
* | install msafer.7 | ache | 1999-07-31 | 1 | -3/+3 |
| | |||||
* | Reflect the change from the /etc/weekly to /etc/periodic/weekly/*. | nik | 1999-07-30 | 2 | -12/+22 |
| | | | | | PR: docs/12734 Submitted by: Alexey M. Zelkin <phantom@scorpion.crimea.ua> | ||||
* | Add -S to nroff and troff invocations of man. | imp | 1999-07-30 | 1 | -2/+2 |
| | |||||
* | Make direct calls to nroff work again. Rev 1.5 of contrib/gnu/nroff/nroff.sh | mpp | 1999-07-30 | 1 | -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 a | sheldonh | 1999-07-29 | 1 | -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. | obrien | 1999-07-29 | 1 | -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. | obrien | 1999-07-28 | 5 | -12/+8 |
| | |||||
* | The Unix way is arguments come before an input file name, not after. | obrien | 1999-07-28 | 2 | -5/+5 |
| | |||||
* | Remove paths that are listed as compulsory (sorta). /usr/local is not | markm | 1999-07-25 | 1 | -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 whatever | hoek | 1999-07-05 | 1 | -0/+5 |
| | | | | reason Makefiles need $Id$. | ||||
* | Fixed missing prototype for address_to_line(). One call passes an | bde | 1999-07-04 | 1 | -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. | bde | 1999-07-04 | 1 | -2/+1 |
| | |||||
* | Live & postmortem kernel debugging support for the alpha platform. | gallatin | 1999-06-21 | 5 | -2/+492 |
| | | | | | | This was modeled after NetBSD's kernel debugging support. Reviewed by: Doug Rabson <dfr@nlsystems.com> | ||||
* | Fix placement of signal trampoline. | dt | 1999-06-13 | 1 | -2/+2 |
| | |||||
* | little optimization of locale sensing code | ache | 1999-06-09 | 1 | -28/+29 |
| | |||||
* | Just ignore malformed locale variable unless -d specified | ache | 1999-06-08 | 1 | -12/+16 |
| | |||||
* | Localize NEQN part too | ache | 1999-06-07 | 2 | -2/+13 |
| | |||||
* | Add ability to read/write localized manpages | ache | 1999-06-07 | 3 | -2/+163 |
| | |||||
* | remove getopt & friend declarations, now unistd.h included | ache | 1999-06-05 | 1 | -3/+0 |
| | |||||
* | fix typo preventing to include unistd.h | ache | 1999-06-05 | 1 | -1/+1 |
| | |||||
* | Add the 'advocacy' category, sort this document. | billf | 1999-05-30 | 1 | -1/+2 |
| | |||||
* | Fixes from OpenBSD: | kris | 1999-05-28 | 9 | -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 twice | ache | 1999-05-28 | 2 | -4/+2 |
| | |||||
* | upgrade to 4.0 | ache | 1999-05-28 | 7 | -35/+52 |
| | |||||
* | Use the correct width integer on both i386 and alpha. | dfr | 1999-05-23 | 1 | -5/+5 |
| | | | | Reviewed by: Steve Price <sprice@hiwaay.net> | ||||
* | Install g2c.h header incase others want to call libg2c from C. | obrien | 1999-05-23 | 1 | -1/+5 |
| | | | | Submitted by: Steve | ||||
* | Add a missing backslash from the last commit. (Broke installworld) | jb | 1999-05-23 | 1 | -1/+1 |
| | |||||
* | Use BINOWN and BINGRP (some people do change these...) | hoek | 1999-05-22 | 1 | -2/+2 |
| | |||||
* | fix downcase() for chars with 8bit | ache | 1999-05-13 | 1 | -2/+2 |
| |