summaryrefslogtreecommitdiffstats
path: root/contrib
Commit message (Collapse)AuthorAgeFilesLines
* Add more (unsigned char) casts to ctype macrosache1997-10-237-28/+28
| | | | Fix casetable usage in the same manner too
* Add (unsigned char) cast to all ctype macrosache1997-10-232-37/+37
|
* Fix a #include "regex.h" that slipped through the net.jraynard1997-10-181-0/+4
|
* Update expected results for random number generator.jraynard1997-10-171-1/+1
|
* Remove GNU regex.h (it's already in /usr/include).jraynard1997-10-173-531/+5
|
* Update FREEBSD-upgrade file after removing random.*jraynard1997-10-161-1/+7
|
* Delete redundant files (thanks, Andrei!)jraynard1997-10-162-408/+0
|
* srandom(time()) is too weak even for joke, use srandom(time() ^ getpid())ache1997-10-151-0/+4
| | | | | at least. Note that srandomdev can't be used here since gawk preserve old seed value.
* Unspam l10n ranges checkache1997-10-151-0/+39
|
* Do not use gawk random, we have better one in libcache1997-10-151-0/+2
|
* This commit was generated by cvs2svn to compensate for changes in r30411,jraynard1997-10-14260-0/+49739
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Virgin import of GNU awk 3.0.3jraynard1997-10-14260-0/+49739
|
* Fix a serious bug in the recursion processor. When descending a tree,peter1997-10-121-0/+9
| | | | | | | | | | | | | | | | | | the descend can jump several directories down in one hit, eg: when a user mentions multiple directories on the command line, eg: "cvs diff sys/i386/isa/snd sys/sys". The problem is that the chdir()s are pushed/popped to account for this, but the "full path" merely has the last component chopped off on the way back up. This busts lots of things when the recursion is backing up more than one directory (such as in the example). This causes 'cvs diff' to emit bogus Index: lines, 'cvs update' to do really stupid things, 'cvs commit' to record incorrect pathnames etc. I'm not sure that what I've done is quite correct, there seems to be a comment that implies some sort of problem with "." vs. "" equivalence or not, perhaps this is a problem on some other OS's, but I've not (yet) found any problems. This bug has been present since at least cvs-1.8.1. This should fix problems noted by several people including asami and jmg.
* make a string longer so we can handle deeper source trees.julian1997-10-111-1/+1
| | | | | | if global is in 2.2 can we do this there as well? Submitted by: doug ambrisko (ambrisko@whistle.com)
* PR: bin/771 and bin/1037 are resolved by this changeuhclem1997-10-081-0/+16
| | | | | | | | | | | | | | | | This change changes the default handling of linemode so that older and/or stupider telnet clients can still get wakeup characters like <ESC> and <CTRL>D to work correctly multiple times on the same line, as in csh "set filec" operations. It also causes CR and LF characters to be read by apps in certain terminal modes consistently, as opposed to returning CR sometimes and LF sometimes, which broke existing apps. The change was shown to fix the problem demonstrated in the FreeBSD telnet client, along with the telnet client in Solaris, SCO, Windows '95 & NT, DEC OSF, NCSA, and others. A similar change was incorporated in the non-crypto version of telnetd. This resolves bin/771 and bin/1037.
* Resolve conflicts.phk1997-10-012-93/+159
|
* This commit was generated by cvs2svn to compensate for changes in r30037,phk1997-10-01129-5768/+11342
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Upgrade to 8.0 release.phk1997-10-01131-5861/+11501
| |
* | Move locks from /etc/opielocks to /var/run/opielocks to keepache1997-10-011-1/+1
| | | | | | | | /etc non-writeable as possible
* | This commit was generated by cvs2svn to compensate for changes in r29975,ache1997-09-291-0/+18
|\ \ | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | Add setutent.cache1997-09-291-0/+18
| | |
* | | Oops, __END_DECLS was in wrong placeache1997-09-291-1/+1
| | |
* | | Not used in this versionache1997-09-291-85/+0
| | |
* | | Moved to libopieache1997-09-291-154/+0
| | |
* | | Mergeache1997-09-2910-137/+178
| | |
* | | This commit was generated by cvs2svn to compensate for changes in r29964,ache1997-09-2958-961/+2320
|\ \ \ | |/ / | | | | | | which included commits to RCS files with non-trunk default branches.
| * | Upgrade to 2.31ache1997-09-2968-1061/+2482
| | |
| * | This commit was manufactured by cvs2svn to create branch 'VENDOR-opie'.cvs2svn1997-02-071-0/+322
| | |
* | | Polish message catalogs for vi.wosch1997-09-225-2/+662
| | | | | | | | | | | | | | | Submitted by: abial@warman.org.pl PR: 4522
* | | .Ox macro needs to support "OpenBSD 2.1"wosch1997-09-191-0/+2
| | | | | | | | | | | | | | | PR: docs/4561 Submitted by: Norihiro Kumagai <kuma@slab.tnr.sharp.co.jp>
* | | This commit was generated by cvs2svn to compensate for changes in r29615,jmg1997-09-194-0/+747
|\ \ \ | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | this is an import of Sujal M. Petal's pnpinfo.. it includes modificationsjmg1997-09-194-0/+747
| / / | | | | | | | | | by Luigi Rizzo and myself...
* | | Typo: environmental variable -> environment variable.charnier1997-09-181-5/+5
| | |
* | | Add a genclass.1 manpage.wosch1997-09-151-0/+63
| | |
* | | Add a simple manpage.wosch1997-09-151-0/+18
| | |
* | | Sense *.ISO_8859-1 and *.KOI8-R locales from environmentache1997-09-152-2/+32
| | | | | | | | | | | | | | | PR: 4290 Submitted by: "Anatoly A. Orehovsky" <tolik@www.tomsk.su>
* | | Add a simple manpage.wosch1997-09-141-0/+13
| | |
* | | spelling corrections.wosch1997-09-133-5/+5
| | | | | | | | | | | | | | | PR: docs/4450 Submitted by: josh@quick.net
* | | Bring the FreeBSD changes to the virgin sources.markm1997-09-0733-267/+472
| | |
* | | This commit was generated by cvs2svn to compensate for changes in r29088,markm1997-09-0450-0/+27374
|\ \ \ | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | Initial import of BSD telnet. This will be used to build the kerberisedmarkm1997-09-0450-0/+27374
| / / | | | | | | | | | | | | telnet, and after userland diffs have been merged in, will be used to build the non-kerberised sources as well. (See unifdef(1) for details)
* | | Remove bits of libmissing we don't care about.pst1997-09-0317-1237/+0
| | |
* | | fix a few spelling changesjmg1997-08-302-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | 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 misspellingjmg1997-08-301-1/+1
| | | | | | | | | | | | | | | | | | Submitted-by: Josh Gilliam Closes PR:4430
* | | fix misspellingjmg1997-08-301-1/+1
| | | | | | | | | | | | | | | | | | Submitted-by: Josh Gilliam Closes PR: 4422
* | | This commit was generated by cvs2svn to compensate for changes in r28896,peter1997-08-291-0/+1
|\ \ \ | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | Import a file that is needed when compiling under ELF.peter1997-08-291-0/+1
| | | |
* | | | "fix" this for compiling under the sticter ELF linker.. There was apeter1997-08-291-0/+21
| | | | | | | | | | | | | | | | | | | | reference to an undefined function (digit_value_in_base()) that was static elsewhere that it was used.
* | | | Merge in some of my changes with John's. I've used this to buildpeter1997-08-291-32/+50
| | | | | | | | | | | | | | | | | | | | an ELF system. I'm not sure about some of the things here. We definately need to go back and rationalize this.
* | | | Add the necessary defines to the freebsd-elf configuration so thatjdp1997-08-281-1/+39
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | it can be built via BINFORMAT=elf in the environment. Most likely some of the directory defines such as STANDARD_EXEC_PREFIX will change again soon, as we settle on the proper locations for the various components. Note, the build still fails when it tries to compile libgcc2.c using the ELF compiler, unless arrangements have been made for the compiler to find the ELF assembler instead of the a.out assembler.
OpenPOWER on IntegriCloud