Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Define PR_PROGRAM properly | ache | 1997-10-29 | 1 | -0/+1 |
| | |||||
* | Switch to contrib version | ache | 1997-10-29 | 1 | -5/+12 |
| | |||||
* | Switch to contrib version | ache | 1997-10-29 | 1 | -4/+11 |
| | |||||
* | Switch to contrib version | ache | 1997-10-29 | 27 | -14601/+11 |
| | |||||
* | Remove yet another superfluous file. | jraynard | 1997-10-26 | 1 | -2/+2 |
| | |||||
* | Add -funsigned-char to CFLAGS (for ctype macros) | ache | 1997-10-26 | 1 | -1/+4 |
| | |||||
* | Add (unsigned char) cast to ctype macros | ache | 1997-10-23 | 4 | -38/+82 |
| | |||||
* | Add (unsigned char) cast to ctype macros | ache | 1997-10-23 | 2 | -21/+21 |
| | |||||
* | Add unsigned char cast to ctype macros | ache | 1997-10-23 | 1 | -1/+1 |
| | |||||
* | Add (unsigned char) casts to ctype macros | ache | 1997-10-23 | 2 | -24/+24 |
| | |||||
* | <gnuregex.h> is rather old and breaks AWK's regex matching. Use a newer | jraynard | 1997-10-19 | 1 | -2/+14 |
| | | | | version instead. | ||||
* | Do not use gawk random, we have better one in libc | ache | 1997-10-15 | 1 | -2/+2 |
| | |||||
* | Makefile for contributed version of awk. | jraynard | 1997-10-14 | 2 | -6/+27 |
| | |||||
* | Remove old version of awk. | jraynard | 1997-10-14 | 32 | -29563/+0 |
| | |||||
* | Fix improperly re-entrant code which caused the menu spammage we've | jkh | 1997-10-12 | 2 | -37/+25 |
| | | | | | been seeing since 2.2.1. Pointed-in-the-right-direction by: phk | ||||
* | #include <machine/tss.h> explicitly | peter | 1997-10-10 | 3 | -0/+3 |
| | |||||
* | If kerberos is installed and enabled in make.conf, activate cvs's kserver | peter | 1997-10-10 | 1 | -1/+12 |
| | | | | hooks. This is a lot safer than 'cvs pserver'. | ||||
* | Include optional support for HDB-style config files, so the true masochists | joerg | 1997-10-07 | 1 | -1/+1 |
| | | | | | | | | | | can get their rights as well. ;-) The default remains, of course, Taylor config. Demanded by: some people on -hackers I think this is safe enough to go into RELENG_2_2 as well, if there's demand. | ||||
* | Changes to support full make parallelism (-j<n>) in the world | jkh | 1997-10-05 | 6 | -10/+24 |
| | | | | | | target. Reviewed by: <many different folks> Submitted by: Nickolay N. Dudorov" <nnd@nnd.itfs.nsk.su> | ||||
* | Nevermind... Wolfram already did it, but added the file (IMHO wrong) | joerg | 1997-09-29 | 1 | -31/+0 |
| | | | | | | to the contrib area so i didn't see it. NB: RELENG_2_2 is still missing it (what's why i didn't see it in the first place). | ||||
* | Add a stub man page for psroff(1). | joerg | 1997-09-29 | 1 | -0/+31 |
| | |||||
* | _G_VTABLE_LABLE_PREFIX is different between ELF and a.out | peter | 1997-09-20 | 1 | -0/+6 |
| | | | | ('_vt.' vs '__vt$') | ||||
* | Many places in the code NULL is used in integer context, where | phk | 1997-09-18 | 3 | -6/+6 |
| | | | | | | | | | plain 0 should be used. This happens to work because we #define NULL to 0, but is stylistically wrong and can cause problems for people trying to port bits of code to other environments. PR: 2752 Submitted by: Arne Henrik Juul <arnej@imf.unit.no> | ||||
* | Sigh, there's always one more buffer overflow. :-( | joerg | 1997-09-16 | 1 | -5/+12 |
| | | | | | This one hinted to by the recently posted exploit (although not exploited by it). | ||||
* | Add a genclass.1 manpage. | wosch | 1997-09-15 | 1 | -1/+2 |
| | |||||
* | Add a simple manpage. | wosch | 1997-09-15 | 1 | -2/+2 |
| | |||||
* | Fix neqn building: | ache | 1997-09-15 | 1 | -3/+4 |
| | | | | | 1) Move it after Makefile.inc included since it uses DIST_DIR from there 2) Add neqn.sh dependance | ||||
* | Add a simple manpage. | wosch | 1997-09-14 | 1 | -1/+2 |
| | |||||
* | Add some UUCP manpages. | wosch | 1997-09-14 | 8 | -10/+217 |
| | |||||
* | Add some UUCP manpages. | wosch | 1997-09-13 | 6 | -6/+162 |
| | |||||
* | spelling corrections. | wosch | 1997-09-13 | 3 | -7/+7 |
| | | | | | PR: docs/4450 Submitted by: josh@quick.net | ||||
* | Touch up the code that implements "ldd -v". | jdp | 1997-09-02 | 3 | -54/+86 |
| | | | | | | | Bring the style of sods.c into better conformance. Add code to print the contents of each datum being relocated. Correct the logic that distinguishes between programs, shared libraries, and object files. Make the entire program "-Wall" clean. | ||||
* | fix a few spelling changes | jmg | 1997-08-30 | 3 | -4/+7 |
| | | | | | | | | Submitted by: Josh Gilliam Closes PR's: 4429, 4431-4438 PS: He has agreed to submit all contrib fixes back to the original author. | ||||
* | fix misspelling | jmg | 1997-08-30 | 1 | -1/+1 |
| | | | | | | Submitted-by: Josh Gilliam Closes PR:4426 | ||||
* | Dont use an internal function called warn it clashes with libc. | sos | 1997-08-29 | 3 | -11/+5 |
| | | | | Allows ELF compile. | ||||
* | Insert first cut of hooks for compiling under ELF. | peter | 1997-08-29 | 1 | -3/+16 |
| | |||||
* | Insert hooks for building under elf. | peter | 1997-08-29 | 1 | -2/+16 |
| | |||||
* | Real skeleton manpage for install-info | obrien | 1997-08-29 | 2 | -2/+56 |
| | | | | | (someone that actually knows what it really does (I don't use info) really should try to put some meat in this) | ||||
* | Major Ooops. I've overlooked a few calls to scanident() in my last commit. | joerg | 1997-08-27 | 1 | -9/+15 |
| | | | | Submitted by: rbezuide@oskar.nanoteq.co.za (Reinier Bezuidenhout) | ||||
* | .Ar -l -> .Fl l | steve | 1997-08-23 | 2 | -4/+4 |
| | | | | | PR: docs/3682 Submitted by: Kazuo Horikawa <k-horik@yk.rim.or.jp> | ||||
* | Add missing *roff macros to correct display about -V option. | steve | 1997-08-23 | 1 | -1/+3 |
| | | | | | PR: docs/4162 Submitted by: Kazuo Horikawa <k-horik@yk.rim.or.jp | ||||
* | bin to BIN{OWN,GRP} and add Id line | jmg | 1997-08-23 | 1 | -3/+5 |
| | |||||
* | Fix missed optimisation in "Attic/" stripping code in $CVSHeader$ | peter | 1997-08-22 | 1 | -2/+2 |
| | | | | Submitted by: jdp | ||||
* | Add -R (rescan or refresh) option to rescan and rebuild the hints | peter | 1997-08-22 | 2 | -13/+27 |
| | | | | | | | | | | | file based on the previous list of directories stored there which should overcome a weakness of the '-m' switch which can only add libs. This is an ideal way of updating the hints list after adding or removing a shlib since it will remove entries that are gone and doesn't need to have all the directories spelled out each time. (eg: rm -f /usr/lib/libtcl75*; ldconfig -R) This only works for version 2 hints files (which we've been generating for a year or so) which store the path. | ||||
* | Backed out previous commit. mp.h is installed from libmp and should not | bde | 1997-08-21 | 1 | -3/+1 |
| | | | | be installed from here. | ||||
* | Added to RELENG_2_2 via tagging. | obrien | 1997-08-21 | 1 | -1/+1 |
| | |||||
* | change bin to BINOWN and BINGRP | jmg | 1997-08-21 | 1 | -3/+3 |
| | | | | Reviewed-by: joerg | ||||
* | - In dlsym(), if the lookup fails using the original symbol, prepend an | nate | 1997-08-19 | 1 | -2/+30 |
| | | | | | | | underscore and try looking it up again. This is a non-issue if we switch to ELF. Reviewed by: sef, jdp | ||||
* | Redo the $CVSHeader$ support to use code from David Dawes as in XFree86. | peter | 1997-08-19 | 1 | -26/+34 |
| | | | | | The stuff I hacked together didn't strip out "/Attic/" for files on branches when the HEAD version was cvs rm'ed. | ||||
* | during the ,beforeinstall' target mp.h has to be installed as well | andreas | 1997-08-17 | 1 | -1/+3 |
| | | | | | to /usr/include. Otherwise chkey and newkey can't be compiled properly during make world. |