perseant
2f695b5476
Provide a resize_lfs(8), including kernel and cleaner support. The current
...
implementation requires the fs to be mounted while resizing. Tested in both
directions, and everything appears to work happily, but ymmv.
2005-04-23 19:47:51 +00:00
christos
cfbdd1b3ca
mention new openssl.
2005-04-23 19:32:34 +00:00
christos
31ed567522
resolve conflicts.
2005-04-23 19:31:14 +00:00
christos
ed314b4eb0
from www.openssl.org
2005-04-23 19:10:56 +00:00
christos
9eeafec5da
update am-utils.
2005-04-23 19:01:39 +00:00
christos
f6a8412c23
Disable MAP_NIS and MAP_HESIOD. Set by a command line switch.
2005-04-23 18:53:52 +00:00
christos
38860b269e
Fix compilation issues.
2005-04-23 18:51:18 +00:00
christos
beb4d24e39
Adjust to new am-utils.
2005-04-23 18:41:43 +00:00
christos
8afc62ec7e
cleanup junk and add our conversion script.
2005-04-23 18:41:04 +00:00
christos
70a4c9e35e
Resolve conflicts.
2005-04-23 18:38:17 +00:00
christos
b689db021c
from ftp.am-utils.org
2005-04-23 18:07:47 +00:00
thorpej
f14aa82677
netbsd.sgimips -> netbsd.arc
2005-04-23 17:35:53 +00:00
christos
058cfb2918
bump libssh.
2005-04-23 16:58:21 +00:00
christos
4a367efd59
mention new openssh
2005-04-23 16:57:07 +00:00
christos
0df7655544
bring back files that this update removed.
2005-04-23 16:55:03 +00:00
christos
ab388e3703
sftp now uses libedit.
2005-04-23 16:54:09 +00:00
christos
d3444e8124
Update for 4.0, bump version.
2005-04-23 16:53:47 +00:00
christos
8471a3b7da
resolve conflicts.
2005-04-23 16:53:28 +00:00
christos
70917d9a4b
Import OpenSSH 4.0 from ftp.openbsd.org
2005-04-23 16:28:01 +00:00
manu
455d55f55b
Enhance IPSEC_NAT_T so that it can work with multiple machines behind the
...
same NAT.
2005-04-23 14:05:28 +00:00
wiz
50175a3a4d
From jmc@openbsd:
...
-c option take names as well as numerical ids. checked w/ sturm@
diff from ray.
2005-04-23 10:56:54 +00:00
tsutsui
1ca5aaef91
Link ip3xboot as OMAGIC by -N option for ld(1) so that the firmware on O2
...
can load it again.
2005-04-23 10:47:22 +00:00
blymn
877d9e76c3
Remove bogus DIAGNOSTIC check and panic.
2005-04-23 09:10:47 +00:00
christos
76f53566bf
PR/29806: Michael Van Elst: Off by one in code.
...
While I am there:
- factor out the binary test to an inline function.
- use size_t where appropriate.
- check for <= 0 in gzread; it returns -1 on error.
2005-04-22 21:02:42 +00:00
christos
7e7ab613b8
trying to map a 4G file does not work nicely. Limit mmap to 64M.
2005-04-22 21:01:10 +00:00
wiz
7469db09c5
OpenBSD v1.20, committed by jmc, commit message:
...
document bktr ioctls;
from jacob meuser (pr #4182 );
checked by mickey, tweaked by me;
2005-04-22 15:45:40 +00:00
yamt
2fbfb3ac99
fix static/extern mismatch. found by gcc4.
2005-04-22 14:49:49 +00:00
yamt
1ceedf04a2
don't use block scope static function decl. found by gcc4.
2005-04-22 14:47:39 +00:00
yamt
881f664bd1
fix static/extern mismatches. found by gcc4.
2005-04-22 14:46:01 +00:00
wiz
d95a3672e0
Grammar, wording, and punctuation improvements. Sort SEE ALSO. Remove some superfluous .Pp.
2005-04-22 14:44:09 +00:00
wiz
35bf4cd6e6
Add Xr to veriexec.4.
2005-04-22 14:37:10 +00:00
wiz
bb1cbe5e1c
Mention command names in SYNOPSIS; add gen_rmd160 to SEE ALSO;
...
improve formatting; bump date.
2005-04-22 14:35:13 +00:00
yamt
df9d0a0359
disable loopback checksum omission for udp6.
...
i forgot to commit this with:
http://mail-index.NetBSD.org/source-changes/2005/04/18/0023.html
2005-04-22 11:56:33 +00:00
martin
441f539b14
Pickup bootblock.h from $DESTDIR to make this work when crosscompiling.
2005-04-22 09:49:45 +00:00
simonb
546f9b44cd
Branch to a local symbol instead of a global symbol.
2005-04-22 06:59:00 +00:00
simonb
0cbe508fbc
Use the same function name in the LEAF() and END() directives.
2005-04-22 06:58:01 +00:00
atatat
fab1a5fa39
Fix a trivial truncation case, and eliminate a corner case that might
...
print a nul character.
2005-04-22 03:36:48 +00:00
itojun
f1fe53f0ac
AES counter mode uses 8byte IV, not 16 bytes.
...
msa@burp.tkv.asdf.org , Juha.Leppilahti@iki.fi
2005-04-22 02:43:39 +00:00
wiz
e0b126b90b
Looks like gcc-4.0.0 is out.
2005-04-22 00:37:10 +00:00
reed
b8643619e6
Use ${TOOL_M4} instead of "m4". (I only tested this fix
...
for sparc but not sparc64 or alpha yet.)
Noticed problem when building NetBSD/sparc from a Linux/i386 host
that didn't have "m4".
2005-04-22 00:22:55 +00:00
christos
cf28de227f
simplify the mac address retrieval code.
2005-04-21 18:31:51 +00:00
reed
3b5d4b35bd
Reworded, because it previously made it sound like it only sent a
...
signal if path_to_pid_file field is present.
Also mention that /var/run/syslogd.pid is used as the default
path_to_pid_file.
This was brought up on netbsd-help and Richard Braun suggested
this should be documented.
Reviewed by grant and wiz.
2005-04-21 17:33:31 +00:00
bouyer
8a73c8feef
Xen runs only on i686 or newer processors, so remove useless options
...
MATH_EMULATE. Pointed out by Juan RP on port-xen.
2005-04-21 16:33:29 +00:00
wiz
528dade127
Fix persistent typo; slightly improve MKPAM description;
...
bump date for MKPAM description.
2005-04-21 14:50:16 +00:00
yamt
7301e7ab7b
sprinkle __used so that variables referenced from asm code don't get
...
optimized out.
2005-04-21 14:03:24 +00:00
yamt
5241cb4bbc
don't assign to non-lvalue. found by gcc4.
2005-04-21 14:02:02 +00:00
wiz
089c314c1c
heimdal-0.6.4 out.
2005-04-21 13:59:41 +00:00
tsutsui
fa657c9ce8
Cosmetic changes to reduce diffs from arc.
2005-04-21 13:59:14 +00:00
tsutsui
ab74ed35be
Whitespace nits.
2005-04-21 13:52:27 +00:00
blymn
de3e1bac97
Fix format type error in yyerror printf.
2005-04-21 13:37:44 +00:00