aboutsummaryrefslogtreecommitdiff
path: root/contrib
Commit message (Collapse)AuthorAgeFilesLines
...
* Fixed printf format errors.Bruce Evans1998-06-304-9/+9
| | | | Notes: svn path=/head/; revision=37312
* Fixed (1970's/old-GNU style) a missing declaration of a function thatBruce Evans1998-06-301-0/+1
| | | | | | | doesn't return int. Notes: svn path=/head/; revision=37310
* Fixed printf format errors.Bruce Evans1998-06-301-1/+1
| | | | Notes: svn path=/head/; revision=37305
* Fixed printf format errors.Bruce Evans1998-06-301-1/+1
| | | | Notes: svn path=/head/; revision=37304
* Don't assume that time_t is long. Don't assume that time_t's can beBruce Evans1998-06-291-1/+6
| | | | | | | | represented by ints. Keep assuming that time_t's can be represented by longs. Notes: svn path=/head/; revision=37260
* Don't assume that time_t is long.Bruce Evans1998-06-291-8/+2
| | | | Notes: svn path=/head/; revision=37259
* Merge 3.2.3 -> 3.2.7 changes into mainline.Peter Wemm1998-06-207-39/+122
| | | | Notes: svn path=/head/; revision=37078
* This commit was generated by cvs2svn to compensate for changes in r37074,Peter Wemm1998-06-2055-504/+1521
|\ | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches. Notes: svn path=/head/; revision=37075
| * Import trimmed version of ipfilter 3.2.7.Peter Wemm1998-06-2062-543/+1643
| | | | | | | | | | | | | | Obtained from: Darren Reed via http://cheops.anu.edu.au/~avalon/ Notes: svn path=/vendor/ipfilter/dist/; revision=37074
* | 'They They' -> 'They'Steve Price1998-06-141-1/+1
| | | | | | | | | | | | | | | | PR: 6912 Submitted by: Stefan Eggers <seggers@semyam.dinoco.de> Notes: svn path=/head/; revision=36982
* | Note which version of Kirk's sources this corresponds to.Julian Elischer1998-06-121-2/+2
| | | | | | | | Notes: svn path=/head/; revision=36936
* | Fix the case when renaming to a file that you've just created and deleted,Julian Elischer1998-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) Notes: svn path=/head/; revision=36935
* | Add B_NOCACHE to several cases where BSD4.4 only required a B_INVAL.Julian Elischer1998-06-111-4/+4
| | | | | | | | | | | | | | Change worked out by john and kirk in consort. Notes: svn path=/head/; revision=36900
* | Zap the T_UID,T_GID and T_UINFO stuff, it doesn't exist in the bind8Peter Wemm1998-06-111-3/+0
| | | | | | | | | | | | | | | | headers. As I understand it, it was for some really ancient athena stuff that has long been replaced. Notes: svn path=/head/; revision=36899
* | Merge conflicting changes (all 1 line! :-) from 8.1.2.Peter Wemm1998-06-111-0/+1
| | | | | | | | Notes: svn path=/head/; revision=36885
* | This commit was generated by cvs2svn to compensate for changes in r36882,Peter Wemm1998-06-1117-54/+211
|\ \ | | | | | | | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches. Notes: svn path=/head/; revision=36883
| * | Import final bind-8.1.2 release.Peter Wemm1998-06-1118-54/+212
| | | | | | | | | | | | | | | | | | | | | Obtained from: ftp.isc.org Notes: svn path=/vendor/bind/dist/; revision=36882
* | | Fix for "live inode" panic.Julian Elischer1998-06-101-20/+27
| | | | | | | | | | | | | | | | | | | | | | | | Submitted by: Kirk McKusick <mckusick@McKusick.COM> Reviewed by: yeah right... Notes: svn path=/head/; revision=36871
* | | Remove buggy debugging code.Julian Elischer1998-06-101-43/+1
| | | | | | | | | | | | Notes: svn path=/head/; revision=36866
* | | Add LIB_SPEC (same as on i386) so that gcc knows about libc_r.John Birrell1998-06-081-0/+4
| | | | | | | | | | | | Notes: svn path=/head/; revision=36769
* | | Spelling fixes.Joseph Koshy1998-06-082-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | Submitted by: Josh Gilliam <josh@quick.net> PR: 6880 Notes: svn path=/head/; revision=36753
* | | Fix an alignment problem on alpha by doing a bytewise copy.John Birrell1998-06-061-2/+4
| | | | | | | | | | | | Notes: svn path=/head/; revision=36713
* | | Spelling corrections.Joseph Koshy1998-06-063-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | PR: 6868 Submitted by: Josh Gilliam <josh@quick.net> Notes: svn path=/head/; revision=36692
* | | Fix a bunch of spelling errors.Steve Price1998-06-044-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | PR: 6856 Submitted by: Josh Gilliam <josh@quick.net> Notes: svn path=/head/; revision=36649
* | | Removed generated files. named used the wrong version of ns_parser.h.Bruce Evans1998-06-042-2486/+0
| | | | | | | | | | | | Notes: svn path=/head/; revision=36637
* | | Add support for baudrates higher than 37800.Doug Rabson1998-06-041-0/+12
| | | | | | | | | | | | Notes: svn path=/head/; revision=36629
* | | Spelling corrections.Joseph Koshy1998-06-032-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | PR: 6829 Submitted by: Josh Gilliam <josh@quick.net> Notes: svn path=/head/; revision=36601
* | | Add a reference to the Ganger/Patt paperJulian Elischer1998-06-021-0/+3
| | | | | | | | | | | | Notes: svn path=/head/; revision=36580
* | | Typo: Tile -> TitleSteve Price1998-05-301-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | PR: 6798 Submitted by: Josh Gilliam <josh@quick.net> Notes: svn path=/head/; revision=36477
* | | If we are logging into a cvs pserver with the username of "anoncvs",Peter Wemm1998-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 :-) Notes: svn path=/head/; revision=36427
* | | Make cvs really ignore a pserver password when the passwd field of thePeter Wemm1998-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. Notes: svn path=/head/; revision=36422
* | | It would help if it compiled. *blush*Peter Wemm1998-05-271-1/+1
| | | | | | | | | | | | Notes: svn path=/head/; revision=36421
* | | Add a new long flag that causes cvs to ignore the CVSROOT/passwd file.Peter Wemm1998-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. Notes: svn path=/head/; revision=36418
* | | Remove my hacks for capturing stdout/stderr through the protocol channelPeter Wemm1998-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. Notes: svn path=/head/; revision=36417
* | | A fix to a debug test from Kirk.Julian Elischer1998-05-271-1/+4
| | | | | | | | | | | | Notes: svn path=/head/; revision=36404
* | | Hopefully fix behaviour of libreadline when prompt is longer thanDag-Erling Smørgrav1998-05-241-0/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | screen width and contains invisible characters. PR: gnu/6701 Submitted-by: Chet Ramey chet@po.cwru.edu Notes: svn path=/head/; revision=36328
* | | Bring up-to-date with Whistle's current versionJulian Elischer1998-05-192-6/+85
| | | | | | | | | | | | | | | | | | | | | Includes some debugging code. Notes: svn path=/head/; revision=36234
* | | Merge with Kirk's version as of Feb 20Julian Elischer1998-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 Notes: svn path=/head/; revision=36232
* | | Merge in Kirk's changes to stop softupdates from hogging all of memory.Julian Elischer1998-05-193-67/+294
| | | | | | | | | | | | Notes: svn path=/head/; revision=36225
* | | Change to stop a silly panic. This should be understood better.Julian Elischer1998-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. Notes: svn path=/head/; revision=36212
* | | First published FreeBSD version of soft updates Feb 5.Julian Elischer1998-05-192-125/+168
| | | | | | | | | | | | Notes: svn path=/head/; revision=36210
* | | Import the next version received from kirk after someJulian Elischer1998-05-192-121/+225
| | | | | | | | | | | | | | | | | | | | | FreeBSD feedback. Notes: svn path=/head/; revision=36206
* | | Import the earliest version of the soft update code that I have.Julian Elischer1998-05-193-0/+4622
| | | | | | | | | | | | Notes: svn path=/head/; revision=36201
* | | Make a bit of FreeBSD-specific code a bit more specific => i386 only.John Birrell1998-05-131-1/+1
| | | | | | | | | | | | Notes: svn path=/head/; revision=36027
* | | .Sh ENVIRONMENT VARIABLES -> .Sh ENVIRONMENTPoul-Henning Kamp1998-05-133-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | PR: 6599 Reviewed by: phk Submitted by: Josh Gilliam <josh@quick.net> Notes: svn path=/head/; revision=36014
* | | Fix spelling error.Steve Price1998-05-111-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | PR: 6572 Submitted by: Kazuo Horikawa <horikawa@jp.freebsd.org> Notes: svn path=/head/; revision=35936
* | | Update for some -current quirks, and some other things taken from thePeter Wemm1998-05-031-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | *bsd bind-8 ports. (our setpwent() was changed to return void, but our setgrent() returns int still!) Notes: svn path=/head/; revision=35634
* | | Old files moved/replaced/obsoleted by bind-8Peter Wemm1998-05-03108-45044/+0
| | | | | | | | | | | | Notes: svn path=/head/; revision=35633
* | | This commit was generated by cvs2svn to compensate for changes in r35629,Peter Wemm1998-05-03260-4614/+80335
|\| | | | | | | | | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches. Notes: svn path=/head/; revision=35630
| * | Import (trimmed) ISC bind-8.1.2-t3b. This will be updated to 8.1.2 onPeter Wemm1998-05-03260-4614/+80335
| | | | | | | | | | | | | | | | | | | | | | | | | | | final release. Obtained from: ftp.isc.org Notes: svn path=/vendor/bind/dist/; revision=35629