Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Simplify the definition of FBSD_SWITCH_TAKES_ARG, and make sure | obrien | 1999-04-27 | 2 | -18/+8 |
| | | | | | SWITCH_TAKES_ARG isn't defined (which svr4.h does) when we assign our definition to it. | ||||
* | Wait until EGCS 1.2 to use more efficient ``thunks'' to implement C++ vtables. | obrien | 1999-04-27 | 1 | -3/+4 |
| | | | | | | | While I have yet to hear of any problems with us using thunks. The EGCS mailing list notes some have problems with it and not using them are a safer default. People wanting to use them, can set the appropiate compiler flag. | ||||
* | Use new `FBSD_SWITCH_TAKES_ARG' and `FBSD_WORD_SWITCH_TAKES_ARG'. | obrien | 1999-04-22 | 1 | -0/+3 |
| | |||||
* | Move `SWITCH_TAKES_ARG' to `FBSD_SWITCH_TAKES_ARG' and `WORD_SWITCH_TAKES_ARG' | obrien | 1999-04-22 | 1 | -5/+3 |
| | | | | | to `FBSD_WORD_SWITCH_TAKES_ARG' which allows architectures to tweak these values if needed. | ||||
* | Fix typos. | nik | 1999-04-14 | 1 | -3/+7 |
| | | | | | | PR: docs/8682 Submitted by: hnokubi@yyy.or.jp Reviewed by: nik | ||||
* | Document the "-D" option (UTSL). | obrien | 1999-04-14 | 1 | -0/+12 |
| | |||||
* | Support linking against libgcc_r. | obrien | 1999-04-14 | 1 | -0/+6 |
| | | | | Submitted by: Luoqi Chen <luoqi@chen.ml.org> | ||||
* | Fixed one typo ("[[=e]]" -> "[[=e=]]") and two occurences of whitespace | nik | 1999-04-10 | 1 | -4/+4 |
| | | | | | | | before a macro. PR: docs/7833 Submitted by: Kazuo Horikawa <k-horik@yk.rim.or.jp> | ||||
* | .sp -> .Pp | nik | 1999-04-10 | 1 | -5/+5 |
| | | | | | | | | | "... Pa /etc/resolv.conf" -> "...\n.Pa /etc/resolv.conf" .Po and .Pc reported as broken, replaced with "(" and ")" PR: docs/7819 Submitted by: yohta@bres.tsukuba.ac.jp | ||||
* | ipfstat is now in section 8 of the manual. | nik | 1999-04-10 | 1 | -1/+1 |
| | | | | | PR: 7791 Submitted by: Stefan Eggers <seggers@semyam.dinoco.de> | ||||
* | Did not mean to import these with 2.0b1pl17 | obrien | 1999-04-09 | 3 | -5114/+0 |
| | | | | (was the docs/ dir in previous ISC distfiles) | ||||
* | MF libexec/telnetd: Determine the host name using an array size of | brian | 1999-04-08 | 1 | -2/+3 |
| | | | | | MAXHOSTNAMELEN and call trimdomain() before implementing the -u option. | ||||
* | Removed unconditional definitions of __ELF__. They were redundant for | bde | 1999-04-08 | 1 | -1/+1 |
| | | | | elf and wrong for i386-aout. | ||||
* | Change default entry point from `__start' to `_start' which is in crt1.o. | simokawa | 1999-04-08 | 1 | -1/+1 |
| | | | | | | Cc doesn't need to pass `-e _start' to ld anymore. Agreed by: gallatin and dfr | ||||
* | Merge shared LIB_SPEC into share config header. | obrien | 1999-04-08 | 1 | -0/+6 |
| | |||||
* | merge alpha/freebsd-elf.h into alpha/freebsd.h | obrien | 1999-04-08 | 1 | -5/+77 |
| | | | | Submitted by: Hidetoshi Shimokawa <simokawa@sat.t.u-tokyo.ac.jp> | ||||
* | MF libexec/telnetd: MAXHOSTNAMELEN & -u fixes. | brian | 1999-04-07 | 2 | -8/+16 |
| | |||||
* | Use realhostname(). | brian | 1999-04-06 | 1 | -39/+9 |
| | |||||
* | Mispelled global option in usage. | obrien | 1999-04-06 | 1 | -1/+1 |
| | |||||
* | MF src/libexec/telnetd: Verify the reverse DNS lookup | brian | 1999-04-06 | 1 | -2/+18 |
| | | | | | ala rlogind. Suggested by: markm | ||||
* | Zap files not in cvs-1.10 | peter | 1999-04-05 | 2 | -427/+0 |
| | |||||
* | Stray files that used to be in 1.9.x that are not in 1.10 | peter | 1999-04-05 | 1 | -71/+0 |
| | |||||
* | libg++ is OBE. | obrien | 1999-04-05 | 635 | -132638/+0 |
| | |||||
* | Fix space padding that was causing a problem in creating the final | obrien | 1999-04-04 | 1 | -2/+3 |
| | | | | CPP_PREDEFINES. | ||||
* | * Protect ourselves from any previously defined options. | obrien | 1999-04-03 | 1 | -0/+13 |
| | | | | | | * Turn on DEFAULT_VTABLE_THUNKS. (it is the default anyway, I'm just being explicit about it, in case it causes us trouble it might be easier for someone to notice it this way) | ||||
* | Fixed printf format errors. | bde | 1999-04-03 | 1 | -3/+4 |
| | |||||
* | Since our inetd wrapped now, treat all its services as tcpd-prefixed | ache | 1999-04-03 | 1 | -0/+4 |
| | | | | for tcpdchk | ||||
* | Bump __FreeBSD_cc_version to 400002 in case we need to know we are using | obrien | 1999-04-03 | 1 | -1/+1 |
| | | | | | | EGCS at some point. Submitted by: jdp | ||||
* | Be quiet by default. | obrien | 1999-04-02 | 1 | -1/+1 |
| | |||||
* | Our ping doesn't have the ``-w'' option. | obrien | 1999-03-30 | 1 | -1/+1 |
| | | | | Submitted by: Kevin Street <street@iname.com> | ||||
* | Alpha architecture config files. | obrien | 1999-03-30 | 1 | -0/+443 |
| | | | | | Obtained from: adapted from Hidetoshi Shimokawa <simokawa@FreeBSD.ORG>'s alpha suppliment to the Egcs port. | ||||
* | Base configuration file for all FreeBSD targets. | obrien | 1999-03-30 | 1 | -0/+120 |
| | |||||
* | fix conflicts. | obrien | 1999-03-22 | 2 | -2/+14 |
| | |||||
* | Update to latest version. | obrien | 1999-03-22 | 1 | -5/+5 |
| | |||||
* | This commit was generated by cvs2svn to compensate for changes in r44930, | obrien | 1999-03-22 | 2 | -5/+24 |
|\ | | | | | | | which included commits to RCS files with non-trunk default branches. | ||||
| * | Virgin import of ISC-DHCP v2.0b1pl18 | obrien | 1999-03-22 | 4 | -7/+38 |
| | | |||||
* | | Remove the linker-set hack we used for BB profiling. | phk | 1999-03-21 | 1 | -2/+0 |
| | | |||||
* | | mdoc fixes | billf | 1999-03-20 | 1 | -2/+3 |
| | | | | | | | | | | PR: docs/7864 Submitted by: Yoshihiko OHTA <yohta@bres.tsukuba.ac.jp> | ||||
* | | Merge cvs-1.9.xx -> 1.10 changes onto mainline. | peter | 1999-03-18 | 14 | -452/+1385 |
| | | | | | | | | | | Changes of significance include the top level CVS directory being optional and defaulting to off.. | ||||
* | | Merge cvs-1.9.xx -> 1.10 changes onto mainline. | peter | 1999-03-18 | 1 | -6/+17 |
| | | | | | | | | | | | | The merge turned up a long-standing bug in local additions. I'm not quite sure it's right yet. (the code in question is dealing with diffs relative to "HEAD" and dead revisions). | ||||
* | | This commit was generated by cvs2svn to compensate for changes in r44852, | peter | 1999-03-18 | 51 | -1443/+4222 |
|\ \ | | | | | | | | | | which included commits to RCS files with non-trunk default branches. | ||||
| * | | Import cvs-1.10 onto vendor branch. Merge to follow shortly. | peter | 1999-03-18 | 66 | -1889/+5632 |
| | | | | | | | | | | | | Obtained from: cyclic.com | ||||
* | | | Fix conflicts. | obrien | 1999-03-15 | 2 | -0/+6 |
| | | | |||||
* | | | This commit was generated by cvs2svn to compensate for changes in r44777, | obrien | 1999-03-15 | 8 | -12/+2476 |
|\ \ \ | | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches. | ||||
| * | | | Virgin import of FSF groff v1.11 | obrien | 1999-03-15 | 10 | -12/+2482 |
| | | | | |||||
* | | | | This commit was generated by cvs2svn to compensate for changes in r44743, | markm | 1999-03-14 | 56 | -0/+9731 |
|\ \ \ \ | | | | | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches. | ||||
| * | | | | Clean import of TCP-wrappers by Wietse Venema. | markm | 1999-03-14 | 56 | -0/+9731 |
| / / / | | | | | | | | | | | | | Rest of build to follow. | ||||
* | | | | Restored rev.1.2, which was clobbered by rev.1.4 (don't print "Making | bde | 1999-03-02 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | info file ..." except in verbose mode). | ||||
* | | | | Reorganize locking to avoid holding the lock during calls to bdwrite | mckusick | 1999-03-02 | 1 | -3/+9 |
| | | | | | | | | | | | | | | | | | | | | | | | | and brelse (which may sleep in some systems). Obtained from: Matthew Dillon <dillon@apollo.backplane.com> | ||||
* | | | | Ensure that softdep_sync_metadata can handle bmsafemap and mkdir entries | mckusick | 1999-03-02 | 2 | -5/+48 |
| | | | | | | | | | | | | | | | | | | | | if they ever arise (which should not happen as softdep_sync_metadata is currently used). |