| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|\
| |
| |
| | |
which included commits to RCS files with non-trunk default branches.
|
| |
| |
| |
| | |
Obtained from: Darren Reed via http://cheops.anu.edu.au/~avalon/
|
| |
| |
| |
| |
| | |
PR: 6912
Submitted by: Stefan Eggers <seggers@semyam.dinoco.de>
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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)
|
| |
| |
| |
| | |
Change worked out by john and kirk in consort.
|
| |
| |
| |
| |
| | |
headers. As I understand it, it was for some really ancient athena stuff
that has long been replaced.
|
| | |
|
|\ \
| | |
| | |
| | | |
which included commits to RCS files with non-trunk default branches.
|
| | |
| | |
| | |
| | | |
Obtained from: ftp.isc.org
|
| | |
| | |
| | |
| | |
| | | |
Submitted by: Kirk McKusick <mckusick@McKusick.COM>
Reviewed by: yeah right...
|
| | | |
|
| | | |
|
| | |
| | |
| | |
| | |
| | | |
Submitted by: Josh Gilliam <josh@quick.net>
PR: 6880
|
| | | |
|
| | |
| | |
| | |
| | |
| | | |
PR: 6868
Submitted by: Josh Gilliam <josh@quick.net>
|
| | |
| | |
| | |
| | |
| | | |
PR: 6856
Submitted by: Josh Gilliam <josh@quick.net>
|
| | | |
|
| | | |
|
| | |
| | |
| | |
| | |
| | | |
PR: 6829
Submitted by: Josh Gilliam <josh@quick.net>
|
| | | |
|
| | |
| | |
| | |
| | |
| | | |
PR: 6798
Submitted by: Josh Gilliam <josh@quick.net>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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 :-)
|
| | |
| | |
| | |
| | |
| | |
| | | |
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.
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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.
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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.
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
screen width and contains invisible characters.
PR: gnu/6701
Submitted-by: Chet Ramey chet@po.cwru.edu
|
| | |
| | |
| | |
| | | |
Includes some debugging code.
|
| | |
| | |
| | |
| | |
| | | |
His version 9.23 == our version 1.5 of ffs_softdep.c
His version 9.5 == our version 1.4 of softdep.c
|
| | | |
|
| | |
| | |
| | |
| | |
| | | |
Change a buffer swizzle trick to a bcopy. It would be nice if the efficient
trick could be used in the future.
|
| | | |
|
| | |
| | |
| | |
| | | |
FreeBSD feedback.
|
| | | |
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | | |
PR: 6599
Reviewed by: phk
Submitted by: Josh Gilliam <josh@quick.net>
|
| | |
| | |
| | |
| | |
| | | |
PR: 6572
Submitted by: Kazuo Horikawa <horikawa@jp.freebsd.org>
|
| | |
| | |
| | |
| | |
| | |
| | | |
*bsd bind-8 ports.
(our setpwent() was changed to return void, but our setgrent() returns
int still!)
|
| | | |
|
|\ \ \
| |/ /
| | |
| | | |
which included commits to RCS files with non-trunk default branches.
|
| | |
| | |
| | |
| | |
| | |
| | | |
final release.
Obtained from: ftp.isc.org
|
|\ \ \
| |/ /
| | |
| | | |
which included commits to RCS files with non-trunk default branches.
|
| | |
| | |
| | |
| | | |
-stable to 4.9.7 instead of 8.1.2 for whatever reason.
|
| | |
| | |
| | |
| | | |
for 'echo' problem instead
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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".
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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
|
| | | |
|