christos
ea14c28779
fix typo
2006-06-17 02:16:19 +00:00
elad
70e875f636
strcpy -> strlcpy
...
okay christos
2006-06-16 23:49:22 +00:00
elad
d10cf99230
fix incorrect usage of strncpy() to (an internal implementation of)
...
estrlcpy().
okay christos
2006-06-16 23:48:35 +00:00
tron
2ab5da17ce
Adapt ifconfig(8) to new return value from socket(2). This stops
...
ifconfig(8) from printing errors like "ifconfig: socket: Address
family not supported by protocol family" when examining the status
of a network interface.
2006-06-14 11:05:42 +00:00
christos
65c3a16644
PR/33695: Arnaud Lacombe: Add compatibility syntax for FreeBSD interoperability.
2006-06-11 15:51:31 +00:00
kardel
75418af90c
support timecounters (struct time gone, use time_second then)
2006-06-07 20:56:19 +00:00
christos
0bf2e0005a
fix gcc warning.
2006-06-07 15:27:13 +00:00
christos
c4c1a29bd4
don't use uint32_t when you mean size_t.
2006-06-06 16:19:11 +00:00
christos
657e8b0071
fsck_lfs does not us fsutil.c; perhaps it should? revert to perror for now.
2006-06-05 23:27:36 +00:00
christos
0268f6ea4e
s/perror/perr
2006-06-05 16:53:14 +00:00
christos
6a6266cc74
s/perror/perr/ so that we can make it varyadic. Overloading stdio's perror()
...
sneaky.
2006-06-05 16:52:05 +00:00
christos
15f3040f9f
- don't leak memory on allocation failure.
...
- s/perror/perr and print how much we were trying to allocate.
2006-06-05 16:51:18 +00:00
christos
0ca3098868
Use SA_NOKERNINFO instead of playing with the tty.
2006-06-03 18:19:55 +00:00
christos
e5ea88eb01
PR/33633: Yoshito Komatsu: /sbin/fdisk does not work
...
Downgrade error getting heads to a warning.
2006-06-02 17:40:34 +00:00
christos
53516f73e1
Factor out the tty code and explain we prefer to stop in the ^Z bg case
...
when we exit, rather than kill the tty setting.
2006-06-01 18:04:08 +00:00
christos
8d1784140b
PR/33623: Chuck Cranor: Ping stops when ran in the background
...
because it tries to set the tty not to print kerninfo. Change it
to only only play with the tty when ping is running in the foreground
(and will not stop when calling tcsetattr()). In my opinion, it is
preferable to print the kerninfo line with the ping info message
rather than to mess with the tty, but that's just me.
2006-06-01 15:59:31 +00:00
liamjfoy
27f99986a6
bump date (.Dd)
2006-05-29 19:35:31 +00:00
liamjfoy
10f12d58af
document Common Address Redundancy Protocol sysctls, aka CARP
...
ok joerg@
2006-05-29 19:11:16 +00:00
yamt
b1af57a6ba
remove __POOL_EXPOSE.
2006-05-27 09:14:03 +00:00
christos
7d40b7b07f
Coverity CID 830: Fix dead code issue
2006-05-25 15:32:17 +00:00
jnemeth
13eb323a11
Coverity CID 3447: Add extraneous checks to shut up Coverity.
2006-05-23 22:35:20 +00:00
christos
e73d73289c
Coverity CID 3287: Comment out dead code.
2006-05-23 01:03:16 +00:00
christos
124bff0089
PR/33522: Peter Bex: Sanity checks to avoid zerodivide.
2006-05-21 16:00:17 +00:00
yamt
ebeaf83fb7
do not keep to use nfsv3 filehandle when falling back to nfsv2.
2006-05-20 08:06:48 +00:00
yamt
ae4a112295
replace a magic constant with a macro.
2006-05-20 07:56:28 +00:00
yamt
248ca69bad
copy missing copyright notices from
...
getnfsargs.c and sys/arch/i386/stand/libsa/nfs.c.
2006-05-20 07:48:39 +00:00
christos
326dc9f020
Coverity CID 3275: Plug memory leak.
2006-05-19 14:52:39 +00:00
christos
e70330c76d
Coverity CID 3656,3655: Plug memory leak.
2006-05-19 14:50:32 +00:00
liamjfoy
4876c304b1
Integrate Common Address Redundancy Procotol (CARP) from OpenBSD
...
'pseudo-device carp'
Thanks to: joerg@ christos@ riz@ and others who tested
Ok: core@
2006-05-18 09:05:49 +00:00
rpaulo
25ff2bc882
Replace the way we calculate the standard deviation with the unbiased form
...
for non-related samples. There are several websites that explain why we
should use this form instead of the normal formula to compute the std. dev.
(Wikipedia is one of them).
Also, ping(8) (where this "new" formula came from) already does it this way
so, I'm trying to score some extra points by making both utilities behave
the same way.
Thanks to wrtstuden@ for the initial clarification.
2006-05-18 02:14:22 +00:00
rpaulo
83dc99da2a
There are no broadcast addresses in IPv6, so, kill a leftover from the
...
ping(8) man page.
2006-05-18 00:50:08 +00:00
elad
04d63f90b5
Introduce PaX MPROTECT -- mprotect(2) restrictions used to strengthen
...
W^X mappings.
Disabled by default.
First proposed in:
http://mail-index.netbsd.org/tech-security/2005/12/18/0000.html
More information in:
http://pax.grsecurity.net/docs/mprotect.txt
Read relevant parts of options(4) and sysctl(3) before using!
Lots of thanks to the PaX author and Matt Thomas.
2006-05-16 00:08:24 +00:00
mrg
16efbf8575
don't do the -Wno-pointer-sign dance for host programs.
2006-05-12 01:18:25 +00:00
mrg
aadd7d4847
sprinkle some -fno-strict-aliasing and -Wno-pointer-sign with GCC4.
2006-05-11 23:16:28 +00:00
mrg
d2eb498e2b
- log2() -> lfs_log2().
...
- fix a couple of entries in struct lfs lfs_default:
- in a comment, it's called dlfs_freehd now
- dlfs_inodefmt comes after dlfs_tstamp. fortunately for this
one, LFS_44INODEFMT is also 0 so the right thing was happening.
2006-05-11 16:56:50 +00:00
mrg
19b4ae1a8b
remove extern for unused ifr6.
2006-05-11 00:46:02 +00:00
mrg
c2d7663a8e
__b64_pton() wants unsigned char *.
2006-05-11 00:42:08 +00:00
mrg
41093909e9
HMAC() wants unsigned int pointer for the final argument; make it so.
2006-05-11 00:40:54 +00:00
mrg
084c052803
quell GCC 4.1 uninitialised variable warnings.
...
XXX: we should audit the tree for which old ones are no longer needed
after getting the older compilers out of the tree..
2006-05-10 21:53:14 +00:00
mrg
bc2e62d3b8
change (mostly) int to socklen_t. GCC 4 doesn't like that int and
...
socklen_t are different signness.
2006-05-09 20:30:15 +00:00
mrg
0c37c63edc
change (mostly) int to socklen_t. GCC 4 doesn't like that int and
...
socklen_t are different signness.
2006-05-09 20:18:05 +00:00
rpaulo
84f73e685c
Remove support support for RFC 2292.
2006-05-07 16:00:18 +00:00
christos
5fdb201207
We don't need ext2fs_extern.h
2006-05-06 22:23:37 +00:00
wiz
4d1a166e8b
Remove trailing whitespace.
2006-05-06 07:01:22 +00:00
rpaulo
848d0be7cc
len should be socklen_t, not size_t. Spotted by
...
Juergen Hannken-Illjes <hannken@eis.cs.tu-bs.de>.
2006-05-05 12:49:23 +00:00
rpaulo
de8db47547
Add support for RFC 3542 Adv. Socket API for IPv6 (which obsoletes 2292).
...
* RFC 3542 isn't binary compatible with RFC 2292.
* RFC 2292 support is on by default but can be disabled.
* update ping6, telnet and traceroute6 to the new API.
From the KAME project (www.kame.net).
Reviewed by core.
2006-05-05 00:03:21 +00:00
christos
32c4e3d517
Since MNT_GETARGS is not allowed when any other flags are set, don't set
...
ASYNC in the getargs case.
2006-05-04 19:46:10 +00:00
christos
c543e3e4ab
since yamt prohibits any flag with MNT_GETARGS, don't set MNT_UPDATE for
...
/ when we do getargs.
2006-05-04 19:38:50 +00:00
perseant
efc48a3bfa
newfs_lfs(8) compoment of the recent superblock parameter addition. Change
...
the wording of the explanation of the -M option, detail a new -R option
that controls initial setting of the new parameter.
2006-05-04 04:39:15 +00:00
yamt
69f5e94d4e
define dummy NOCRED by ourselves, rather than assuming that kernel headers
...
provide it.
2006-05-03 15:04:51 +00:00