summaryrefslogtreecommitdiffstats
path: root/contrib
Commit message (Collapse)AuthorAgeFilesLines
* Fixed printf format errors.bde1998-07-061-1/+2
|
* Declared version_string() properly (1970's style).bde1998-07-061-0/+1
|
* Fixed printf format errors.bde1998-06-301-1/+1
|
* Fixed printf format errors.bde1998-06-304-9/+9
|
* Fixed (1970's/old-GNU style) a missing declaration of a function thatbde1998-06-301-0/+1
| | | | doesn't return int.
* Fixed printf format errors.bde1998-06-301-1/+1
|
* Fixed printf format errors.bde1998-06-301-1/+1
|
* Don't assume that time_t is long. Don't assume that time_t's can bebde1998-06-291-1/+6
| | | | | represented by ints. Keep assuming that time_t's can be represented by longs.
* Don't assume that time_t is long.bde1998-06-291-8/+2
|
* Merge 3.2.3 -> 3.2.7 changes into mainline.peter1998-06-207-39/+122
|
* This commit was generated by cvs2svn to compensate for changes in r37074,peter1998-06-2055-504/+1521
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Import trimmed version of ipfilter 3.2.7.peter1998-06-2062-543/+1643
| | | | | | | | Obtained from: Darren Reed via http://cheops.anu.edu.au/~avalon/
* | 'They They' -> 'They'steve1998-06-141-1/+1
| | | | | | | | | | PR: 6912 Submitted by: Stefan Eggers <seggers@semyam.dinoco.de>
* | Note which version of Kirk's sources this corresponds to.julian1998-06-121-2/+2
| |
* | Fix the case when renaming to a file that you've just created and deleted,julian1998-06-121-22/+43
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | that had an inode that has not yet been written to disk, when the inode of the new file is also not yet written to disk, and your old directory entry is not yet on disk but you need to remove it and the new name exists in memory but has been deleted but the transaction to write the deleted name to disk exists and has not yet been cancelled by the request to delete the non existant name. I don't know how kirk could have missed such a glaring problem for so long. :-) Especially since the inconsitency survived on the disk for a whole 4 second on average before being fixed by other code. This was not a crashing bug but just led to filesystem inconsitencies if you crashed. Submitted by: Kirk McKusick (mckusick@mckusick.com)
* | Add B_NOCACHE to several cases where BSD4.4 only required a B_INVAL.julian1998-06-111-4/+4
| | | | | | | | Change worked out by john and kirk in consort.
* | Zap the T_UID,T_GID and T_UINFO stuff, it doesn't exist in the bind8peter1998-06-111-3/+0
| | | | | | | | | | headers. As I understand it, it was for some really ancient athena stuff that has long been replaced.
* | Merge conflicting changes (all 1 line! :-) from 8.1.2.peter1998-06-111-0/+1
| |
* | 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!)
OpenPOWER on IntegriCloud