christos
b0d96d85f8
make this compile again.
2001-02-23 08:52:00 +00:00
itojun
96863758b7
remove WARNS=0. from enami
2001-02-22 03:11:24 +00:00
itojun
a5316a5fa5
sync with 2/22 code. -B and -Z,
...
bundle proposal interpretation, and some other fixes.
XXX WARNS?=0 in racoon/Makefile is necessary to compile yacc-generated files
(static function, generated by yacc, is never used).
2001-02-22 02:33:06 +00:00
hubertf
55a4568c92
Make usage message match that of other pkg_* programs:
...
* user lowercase "usage"
* do not use __progname/getprogname() to make this build on old systems
(the pkg_install pkg is intended to run on 1.4 and maybe 1.3 too...)
2001-02-21 13:12:47 +00:00
minoura
271f6f5585
Accept INSCSI0, EXSCSI3, etc. as the boot.device setting.
...
Code from Tetsuya Isaki <isaki@se.hiroshima-u.ac.jp>.
Plus, some const'ify.
2001-02-21 13:09:18 +00:00
agc
542fb8cd9a
Mention that pwd_mkdb(8) is used to update the database, and that it may
...
take some time to complete at large sites, as in vipw(8).
Cross-reference pwd_mkdb(8)
2001-02-21 12:16:07 +00:00
agc
2add959bb8
Mention that useradd(8), userdel(8) and usermod(8) all conform to the
...
locking scheme, and cross reference those utilities.
2001-02-21 12:14:37 +00:00
itojun
aa13ada450
print multiple question section. improve TSIG printing.
...
sync with tcpdump.org.
2001-02-21 05:59:25 +00:00
cgd
040de26f85
call setprogname(argv[0]) at start of main()
2001-02-21 00:06:22 +00:00
cgd
c2bdafab79
use getprogname()
2001-02-20 23:51:59 +00:00
hubertf
1156c833f6
Remove all the "#ifdef __APPLE__" code, to make this actually
...
build again on Darwin. The code in question is outdated.
OK'd by Wilfredo Sanchez wsanchez@MIT.EDU .
2001-02-20 19:45:51 +00:00
joda
7478bd5e34
convert parameters to host byte order before printing them
2001-02-20 19:18:32 +00:00
cgd
25bdbb661e
convert to use getprogname()
2001-02-19 23:22:40 +00:00
enami
8eaad363dc
s/preffered/preferred/ in message.
2001-02-19 09:53:50 +00:00
tsutsui
3a7ec5d5cd
Define both NLIST_ELF32 and NLIST_AOUT on m68k.
2001-02-18 05:58:35 +00:00
bjh21
d47ff437ed
Make both ARM ports support both NLIST_AOUT and NLIST_ELF32.
2001-02-17 21:18:40 +00:00
enami
62589880a5
No need to invoke extra shell.
2001-02-16 01:05:32 +00:00
enami
5d315aaaf9
Run make in compat mode while evaluating rhs of != op.
2001-02-16 01:01:39 +00:00
itojun
20540573e7
pull latest faithd from kame. /etc/faithd.conf allows you to filter by prefix.
...
manpage cleanups.
2001-02-15 17:58:55 +00:00
simonb
785b754775
Use separate printf()s instead of using a saved format string. Fixes
...
compiles with "FORMAT_AUDIT=yes WFORMAT=2".
2001-02-15 02:32:26 +00:00
simonb
32f6d71ea4
Remove a duplicated "md->name" in a warnx call.
...
Noticed by Tyrel Beede on current-users.
2001-02-15 01:59:54 +00:00
lukem
e379b8ae5f
groupmod: ensure that the modified group has the trailing newline
2001-02-13 21:27:03 +00:00
assar
03d6b1489a
update make infrastructure and shlib versions numbers for heimdal 0.3e
2001-02-11 18:02:04 +00:00
itojun
9e66537acb
use version identification same as ISC's.
2001-02-11 06:45:59 +00:00
enami
d80b31fd76
Don't rely on the struct e_vnode since it isn't a part of KERN_VNODE sysctl
...
interface and it actually breaks pstat -v on an architecture on which
compiler emits padding between the struct's members.
2001-02-11 03:01:05 +00:00
enami
693aff020e
Protect statement macro with do { ... } while(0).
2001-02-11 02:44:27 +00:00
lukem
c1c612f728
link named-xfer statically, to make building chroot-ed named cages much easier
2001-02-11 01:33:59 +00:00
enami
1cfd16779b
Pull in decl. of memset() so that this can be compiled on alpha.
2001-02-09 01:31:52 +00:00
itojun
5cb09b1c66
sync with latest kame tree. ndp -n -a is prettier with longer addresses.
...
-l is obsolete (igored).
2001-02-08 07:37:18 +00:00
joda
aaa8b0ecdc
only link against -lkadm5srv
2001-02-07 14:07:47 +00:00
itojun
0a7bed1113
bring in latest kame code.
...
- correct RTA_NETMASK processing
- correct -A filter behavior (do not advert aggregated route to other if)
- better signal handling
- mandate getifaddrs
- do not advert connected routes on !IFF_UP routes. experimental
sync with kame
2001-02-07 13:46:04 +00:00
pk
39ca30e495
setindex2ifc(): after a realloc(), zero the newly acquired entries.
2001-02-07 13:24:42 +00:00
joda
31a9ada156
link against -lkadm5clnt instead of -lkadm5srv (this makes the `get'
...
command actually do something on non-kdc machines)
2001-02-07 10:38:02 +00:00
ad
77c450a230
Squash some nits.
2001-02-06 12:53:48 +00:00
itojun
56f2ea71f0
typo. ntohl -> htonl.
2001-02-05 06:04:41 +00:00
lukem
9b7718e15b
set *errmsg to errbuf, preventing coredump if no interfaces are up
2001-02-05 02:37:34 +00:00
ad
ea0d957018
Add a control utility for mlx' devices. Derived from FreeBSD's
mlxcontrol'.
2001-02-04 17:30:35 +00:00
mrg
f0c3971950
use -msoft-quad-float on the sparc64.
2001-02-04 14:42:31 +00:00
minoura
f42a521bf9
Class names can be specified in list mode.
...
Code contributed by Tetsuya Isaki <ti@hiroshima-u.ac.jp>.
2001-02-04 08:37:33 +00:00
itojun
0393c88566
avoid infinite loop when -s is specified (select loop mistake).
...
make agetent() 32bit clean. KAME PR 127.
disable -R (router renumbering receiver). sync with kame.
2001-02-04 06:19:40 +00:00
itojun
bcbf09100a
listen to the port number specified on argument, as advertised
...
in document. part of PR 12112 from feico@pasta.cs.uit.no .
2001-02-02 14:20:33 +00:00
hubertf
1a23840177
Make this look ok when formatted.
...
Fixes PR 12078 by Nigel Reed <nigel@nelgin.nu>
2001-02-02 03:33:50 +00:00
garbled
25a0bdc99a
Fix handling of the backspace and delete keys when editing a field.
2001-02-01 08:43:46 +00:00
garbled
aa592358be
Add a popup message telling users how to use the multiple selection and
...
list field types, so users aren't mystified when they encounter one.
2001-02-01 08:29:46 +00:00
minoura
c87a3782c4
Add .Dd (date).
2001-02-01 00:51:58 +00:00
minoura
8ecdc3e510
Correct the `usage' message.
...
Pointed out by Tetsuya Isaki <isaki@se.hiroshima-u.ac.jp>.
2001-02-01 00:51:22 +00:00
garbled
305f1af6ff
Major cleanup:
...
Add new form keyword, iscript, which allows script generated integer fields.
This uncovered a whole host of bugs, which uncovered a whole host of memory
leaks, which hopefully I've fixed most of now (in this file at least).
2001-01-31 09:35:42 +00:00
bjh21
a9e45dc961
Put both .S and .s files in SFILES. Fixes bin/12051. Patch from Richard
...
Earnshaw via Chris Gilbert.
The right solution here is to have every port use .S, but that might take a
while...
2001-01-31 00:15:40 +00:00
jmc
5ec07d55ff
Hmm...My last change was a bit too drastic. Sun3's would never run the inner
...
bit of checksum code. Restructure #ifdef's. Really, use_openprom should just
be visible on all ports and set to 0 on sun3 or something.
2001-01-29 03:11:50 +00:00
jmc
f8c082d5a5
Cleanup last set of cleanups so this compiles on systems without
...
openprom (ala sun3).
2001-01-28 22:22:25 +00:00