| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
| |
2.2 candidate
(and -stable too actually, who does that?)
Reviewed by: Warner Losh
Notes:
svn path=/head/; revision=21174
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
dirs.c:
From OpenBSD 1.2, 1.3, 1.5, 1.8, 1.10, 1.11, 1.12
1.2:
use unique temporary files; netbsd pr#2544;
lukem@supp.cpr.itg.telecom.com.au
1.3:
updated patch from lukem@supp.cpr.itg.telecom.com.au
to also make -r and -R work again
1.5:
mktemp open & fdopen
1.8:
/tmp// -> /tmp/
1.10:
Fix strncpy usage and correct strncat length field,
from Theo. Also change some occurrence of MAXPATHLEN
with sizeof(foo).
1.11:
does noone know how to use strncat correctly?
1.12:
use mkstemp()
From NetBSD:
Use open rather than create so we can specify
exclusive open mode.
main.c:
From OpenBSD 1.2, 1.5
1.2:
From NetBSD: support $TAPE.
1.5
Set umask to be read only by owner until we set real
file permissions.
tape.c:
From NetBSD:
Use open rather than create so we can specify
exclusive open mode.
Notes:
svn path=/head/; revision=21149
|
|
|
|
|
|
|
|
|
|
| |
Added comments in both files stateing why /etc/rmt is correct so someone
else wont do the same thing again.
Suggested by: Warner Losh & Ollivier
Notes:
svn path=/head/; revision=21021
|
|
|
|
| |
Notes:
svn path=/head/; revision=20996
|
|
|
|
| |
Notes:
svn path=/head/; revision=20913
|
|
|
|
| |
Notes:
svn path=/head/; revision=20888
|
|
|
|
| |
Notes:
svn path=/head/; revision=20837
|
|
|
|
| |
Notes:
svn path=/head/; revision=20831
|
|
|
|
|
|
|
|
| |
It is just quick fix taken from new routed sources,
full new routed importing I leave to wollman
Notes:
svn path=/head/; revision=20735
|
|
|
|
| |
Notes:
svn path=/head/; revision=20610
|
|
|
|
| |
Notes:
svn path=/head/; revision=20609
|
|\
| |
| |
| |
| |
| |
| | |
which included commits to RCS files with non-trunk default branches.
Notes:
svn path=/head/; revision=20607
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Andrey's rtquery problem.
Submitted by: Vernon J. Schryver <vjs@mica.denver.sgi.com>
Notes:
svn path=/vendor/SGI/dist_v_2_21/; revision=20606
svn path=/vendor/SGI/vjs_961217/; revision=20608; tag=vendor/SGI/vjs_961217
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
They were all lowercase in the original, but our ping already uses -i and
-l so I made them all uppercase.
Obtained from: Multicast release 3.5
Notes:
svn path=/head/; revision=20540
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
refer the reader to the detailed information in section 5,
remove the mount_* man pages for those file system. mount_std(8)
to cover all of the file systems it is currently being used
to mount.
mount_{devfs, fdesc, kernfs, procfs}.8 are now
MLINKS to mount_std.
Notes:
svn path=/head/; revision=20483
|
| |
| |
| |
| | |
Notes:
svn path=/head/; revision=20481
|
| |
| |
| |
| | |
Notes:
svn path=/head/; revision=20470
|
| |
| |
| |
| |
| |
| |
| |
| | |
the reader to kernfs(5) so that the information only
has to be maintained in one place.
Notes:
svn path=/head/; revision=20467
|
| |
| |
| |
| |
| |
| |
| | |
default values for some options better. Closes PR# 1374.
Notes:
svn path=/head/; revision=20463
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
and instead refer the reader to procfs(5) so that
the information does not need to be maintained in
two places.
Notes:
svn path=/head/; revision=20461
|
| |
| |
| |
| | |
Notes:
svn path=/head/; revision=20342
|
|\|
| |
| |
| |
| |
| |
| | |
which included commits to RCS files with non-trunk default branches.
Notes:
svn path=/head/; revision=20340
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
some MD5 fixes, better tracing, configurable redirect processing,
and a fix to split-horizon/poisoned-reverse treatment.
Submitted by: Vernon J. Schryver <vjs@mica.denver.sgi.com>
Notes:
svn path=/vendor/SGI/dist_v_2_21/; revision=20339
svn path=/vendor/SGI/vjs_961211/; revision=20341; tag=vendor/SGI/vjs_961211
|
| |
| |
| |
| | |
Notes:
svn path=/head/; revision=20295
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
do it themselves. (Some of these programs actually depended on this
beyond compiling the definition of struct ifinfo!) Also fix up some
other #include messes while we're at it.
Notes:
svn path=/head/; revision=20287
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Simplified average calculations. This also fixes potential overflow errors
and minor rounding inconsistencies (always round to nearest now).
Don't lose more SIGINFOs than necessary.
Print \r at the start of the status message. This clears the dots that
are sometimes left by ping -f.
Reviewed by: sef
Notes:
svn path=/head/; revision=20280
|
| |
| |
| |
| |
| |
| |
| | |
Submitted by: Sandro Sigala <sandro@cat.locao.net> as part of PR# 2134
Notes:
svn path=/head/; revision=20246
|
| |
| |
| |
| |
| |
| |
| | |
Submitted by: Sandro Sigala <sandro@cat.local.net> as part of PR# 2134
Notes:
svn path=/head/; revision=20245
|
| |
| |
| |
| | |
Notes:
svn path=/head/; revision=20205
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
that flag on every iteration of the loop. This avoids calling fprintf
inside a signal handler, which is always somewhat icky.
Reviewed by: bde
Notes:
svn path=/head/; revision=20195
|
| |
| |
| |
| | |
Notes:
svn path=/head/; revision=20099
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
the sd & od drivers. There is also slight changes to fdisk & newfs
in order to comply with different sectorsizes.
Currently sectors of size 512, 1024 & 2048 are supported, the only
restriction beeing in fdisk, which hunts for the sectorsize of
the device.
This is based on patches to od.c and the other system files by
John Gumb & Barry Scott, minor changes and the sd.c patches by
me.
There also exist some patches for the msdos filesys code, but I
havn't been able to test those (yet).
John Gumb (john@talisker.demon.co.uk)
Barry Scott (barry@scottb.demon.co.uk)
Notes:
svn path=/head/; revision=20061
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
- Don't link against libkvm and don't uselessly include <kvm.h>.
- Declare constant objects as const.
- Declare functions with the correct types.
- Call functions with the correct parameters.
Not fixed:
- The sysctl parsing remains ugly (but it may be the best we can do).
- atnetrange() should use strtoul() rather than sscanf() for better
error checking.
Notes:
svn path=/head/; revision=19914
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Who has the conical hat?
Make things compile again.
Notes:
svn path=/head/; revision=19896
|
| |
| |
| |
| | |
Notes:
svn path=/head/; revision=19885
|
|\|
| |
| |
| |
| |
| |
| | |
which included commits to RCS files with non-trunk default branches.
Notes:
svn path=/head/; revision=19883
|
| |
| |
| |
| |
| | |
Notes:
svn path=/vendor/SGI/dist2/; revision=19882
svn path=/vendor/SGI/vjs_961119/; revision=19884; tag=vendor/SGI/vjs_961119
|
|\|
| |
| |
| |
| |
| |
| | |
which included commits to RCS files with non-trunk default branches.
Notes:
svn path=/head/; revision=19881
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
adds the capability to use MD5 authentication as defined in the latest
documents.
Submitted by: Vernon J. Schryver <vjs@mica.denver.sgi.com>
Notes:
svn path=/vendor/SGI/dist2/; revision=19880
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
the signal handlers to be set up; it also means that a failed name lookup
won't mess up the nokerninfo setting of the tty.
Reviewed by: pst, nate
Notes:
svn path=/head/; revision=19864
|
| |
| |
| |
| |
| |
| |
| | |
clear the fmod flag if it's set.
Notes:
svn path=/head/; revision=19702
|
| |
| |
| |
| |
| |
| |
| | |
2.2 candidate
Notes:
svn path=/head/; revision=19592
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
entered into the hints file, in addition to the directories named
on the command line.
2.2 Candidate.
Notes:
svn path=/head/; revision=19584
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
that is stored in the hints file. If that search path contained
a non-existent directory (one, say, that had been removed), and
"ldconfig -m /a/perfectly/good/directory" was run, ldconfig returned
an error status without printing an error message. This caused
some confusing bombs when installing ports, in particular.
I changed it so that non-existent directories from the stored search
path are silently ignored. Only non-existent directories named
explicitly on the command line are treated as errors. Also, a
diagnostic is printed if and only if an error status is returned.
In an unrelated fix, ldconfig now silently ignores any directories
named on the command line when the "-r" option is given. Formerly,
these directories incorrectly made their way into the "search
directories" line of the listing. It really should be an error to
specify directories together with "-r", but I don't have time to
fix the manual page in that way right now.
2.2 Candidate.
Notes:
svn path=/head/; revision=19522
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
utility for front-ending its operation more of a possibility.
2.2-RELEASE candiate. Closes PR#1960
Submitted-By: Darryl Okahata <darrylo@hpnmhjw.sr.hp.com>
Notes:
svn path=/head/; revision=19459
|
| |
| |
| |
| |
| |
| |
| | |
2.2 Candidate.
Notes:
svn path=/head/; revision=19436
|
| |
| |
| |
| | |
Notes:
svn path=/head/; revision=19395
|
| |
| |
| |
| | |
Notes:
svn path=/head/; revision=19376
|
| |
| |
| |
| | |
Notes:
svn path=/head/; revision=19321
|
| |
| |
| |
| | |
Notes:
svn path=/head/; revision=19317
|