summaryrefslogtreecommitdiffstats
path: root/contrib
Commit message (Collapse)AuthorAgeFilesLines
* This commit was generated by cvs2svn to compensate for changes in r36882,peter1998-06-1117-54/+211
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Import final bind-8.1.2 release.peter1998-06-1118-54/+212
| | | | | | | | Obtained from: ftp.isc.org
* | Fix for "live inode" panic.julian1998-06-101-20/+27
| | | | | | | | | | Submitted by: Kirk McKusick <mckusick@McKusick.COM> Reviewed by: yeah right...
* | Remove buggy debugging code.julian1998-06-101-43/+1
| |
* | Add LIB_SPEC (same as on i386) so that gcc knows about libc_r.jb1998-06-081-0/+4
| |
* | Spelling fixes.jkoshy1998-06-082-2/+2
| | | | | | | | | | Submitted by: Josh Gilliam <josh@quick.net> PR: 6880
* | Fix an alignment problem on alpha by doing a bytewise copy.jb1998-06-061-2/+4
| |
* | Spelling corrections.jkoshy1998-06-063-3/+3
| | | | | | | | | | PR: 6868 Submitted by: Josh Gilliam <josh@quick.net>
* | Fix a bunch of spelling errors.steve1998-06-044-5/+5
| | | | | | | | | | PR: 6856 Submitted by: Josh Gilliam <josh@quick.net>
* | Removed generated files. named used the wrong version of ns_parser.h.bde1998-06-042-2486/+0
| |
* | Add support for baudrates higher than 37800.dfr1998-06-041-0/+12
| |
* | Spelling corrections.jkoshy1998-06-032-3/+3
| | | | | | | | | | PR: 6829 Submitted by: Josh Gilliam <josh@quick.net>
* | Add a reference to the Ganger/Patt paperjulian1998-06-021-0/+3
| |
* | Typo: Tile -> Titlesteve1998-05-301-1/+1
| | | | | | | | | | PR: 6798 Submitted by: Josh Gilliam <josh@quick.net>
* | If we are logging into a cvs pserver with the username of "anoncvs",peter1998-05-271-0/+10
| | | | | | | | | | | | | | | | | | and we have not done an explicit 'cvs login', then use a default password of "anoncvs". This allows things like: setenv CVSROOT :pserver:anoncvs@anoncvs.freebsd.org:/cvs cvs checkout src (without doing the normal 'cvs login' for pserver mode) but this runs over the :pserver: protocol rather than the more troublesome rsh. Naturally, the server had better be running in -R (readonly) mode :-)
* | Make cvs really ignore a pserver password when the passwd field of thepeter1998-05-271-3/+4
| | | | | | | | | | | | CVSROOT/passwd file is empty. A 'cvs login' still seems to be required since the cvs client doesn't seem to believe it's possible to not need a password (yet :-). This is intended for cheap anoncvs use.
* | It would help if it compiled. *blush*peter1998-05-271-1/+1
| |
* | Add a new long flag that causes cvs to ignore the CVSROOT/passwd file.peter1998-05-273-5/+17
| | | | | | | | | | | | | | | | | | This is mostly intended for use on freefall where we'd like to provide a passwd file for easy anoncvs mirroring access, but don't want to open up the pserver on freefall itself. While here, some initial tweaks intended for allowing an empty pserver password. I'm not sure that this works yet.
* | Remove my hacks for capturing stdout/stderr through the protocol channelpeter1998-05-271-106/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | while calling libdiff. It's too ugly and not worth the recursion problems when there is a malloc failure (which writes to stderr - now diverted via the buf system, which calls malloc, which causes another error message etc). We can live with the standard artificial slowdown, but reduce the time a bit and only delay when we really need to (ie: when running as a server). The usleep time could probably use some tuning, it basically needs to replace the time that it used to take to fork a large process, exec gnudiff and the time that gnudiff took before writing the initial output. This eliminates a whole mess of other hacks I was considering that changed use of xmalloc to alloca() etc. It was going too fast in the wrong direction.
* | A fix to a debug test from Kirk.julian1998-05-271-1/+4
| |
* | Hopefully fix behaviour of libreadline when prompt is longer thandes1998-05-241-0/+7
| | | | | | | | | | | | | | screen width and contains invisible characters. PR: gnu/6701 Submitted-by: Chet Ramey chet@po.cwru.edu
* | Bring up-to-date with Whistle's current versionjulian1998-05-192-6/+85
| | | | | | | | Includes some debugging code.
* | Merge with Kirk's version as of Feb 20julian1998-05-191-88/+86
| | | | | | | | | | His version 9.23 == our version 1.5 of ffs_softdep.c His version 9.5 == our version 1.4 of softdep.c
* | Merge in Kirk's changes to stop softupdates from hogging all of memory.julian1998-05-193-67/+294
| |
* | Change to stop a silly panic. This should be understood better.julian1998-05-191-7/+4
| | | | | | | | | | Change a buffer swizzle trick to a bcopy. It would be nice if the efficient trick could be used in the future.
* | First published FreeBSD version of soft updates Feb 5.julian1998-05-192-125/+168
| |
* | Import the next version received from kirk after somejulian1998-05-192-121/+225
| | | | | | | | FreeBSD feedback.
* | Import the earliest version of the soft update code that I have.julian1998-05-193-0/+4622
| |
* | Make a bit of FreeBSD-specific code a bit more specific => i386 only.jb1998-05-131-1/+1
| |
* | .Sh ENVIRONMENT VARIABLES -> .Sh ENVIRONMENTphk1998-05-133-3/+3
| | | | | | | | | | | | PR: 6599 Reviewed by: phk Submitted by: Josh Gilliam <josh@quick.net>
* | Fix spelling error.steve1998-05-111-1/+1
| | | | | | | | | | PR: 6572 Submitted by: Kazuo Horikawa <horikawa@jp.freebsd.org>
* | Update for some -current quirks, and some other things taken from thepeter1998-05-031-1/+4
| | | | | | | | | | | | *bsd bind-8 ports. (our setpwent() was changed to return void, but our setgrent() returns int still!)
* | Old files moved/replaced/obsoleted by bind-8peter1998-05-03108-45044/+0
| |
* | This commit was generated by cvs2svn to compensate for changes in r35629,peter1998-05-03260-4614/+80335
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Import (trimmed) ISC bind-8.1.2-t3b. This will be updated to 8.1.2 onpeter1998-05-03260-4614/+80335
| | | | | | | | | | | | final release. Obtained from: ftp.isc.org
* | This commit was generated by cvs2svn to compensate for changes in r35618,peter1998-05-0212-332/+1309
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Import ISC bind v4.9.7-T1B as a reference. We may need this if we updatepeter1998-05-0212-332/+1309
| | | | | | | | -stable to 4.9.7 instead of 8.1.2 for whatever reason.
* | Back out complex and semi-correct workaround and commit one line fixache1998-05-022-9/+6
| | | | | | | | for 'echo' problem instead
* | If not interactive, we need the traditional behaviour of the inputjb1998-05-022-4/+8
| | | | | | | | | | | | | | | | | | | | not being echoed to the output. So as a _hack_ to get the world building again, redirect the readline rl_outstream to stderr when not interactive. The proper way to handle non-interactive mode is to read from stdin and don't worry about edit mode, but this is GNU so it's not worth the time thinking about. I'm already pissed off that I even had to look at this "nice code".
* | partially revert rev 1.2 spammage. This file is broken as shipped andpeter1998-04-301-1/+1
| | | | | | | | | | | | | | | | depends on the typo in the #ifdef in order to work.. Since the line has been touched, leave a note there so that nobody else tries to "fix" it again. PR: 2035
* | Remove generated bc.hache1998-04-303-44/+2
| |
* | Add removed files to the removed listache1998-04-302-0/+2
| |
* | Remove junk files that occupes space: Flex/Bison output and TeX macrosache1998-04-303-7926/+0
| |
* | Use the dynamic symtab of the runtime linker when looking for places to setdfr1998-04-301-0/+24
| | | | | | | | breakpoints. It may have been installed stripped.
* | Added short instruction for FreeBSD how to importandreas1998-04-292-0/+20
| |
* | This commit was generated by cvs2svn to compensate for changes in r35516,andreas1998-04-2990-0/+27534
|\ \ | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | Import GNU bc 1.04andreas1998-04-2990-0/+27534
| / | | | | | | PR: 4183
* | Fix merge errorsache1998-04-281-3/+10
| |
* | Merge local changesache1998-04-287-802/+751
| |
* | This commit was generated by cvs2svn to compensate for changes in r35486,ache1998-04-2841-455/+2173
|\ \ | | | | | | | | | which included commits to RCS files with non-trunk default branches.
OpenPOWER on IntegriCloud