itojun
0d592a8998
nuke link-locals correctly on -c. sync with kame
2000-10-10 10:14:36 +00:00
hubertf
589e705b57
Remove unneeded header <db.h>.
2000-10-09 19:11:58 +00:00
hubertf
6cc0c78181
Remove unneeded header <sys/syslimits.h>
2000-10-09 19:06:08 +00:00
hubertf
f5b925151e
Allow SRCS, LDADD to be set on the command line, and still add the files.
2000-10-09 17:03:20 +00:00
hubertf
32166d4f75
Only pull in <vis.h> when debugging expect(), i.e. EXPECT_DEBUG is set.
2000-10-09 14:35:27 +00:00
bjh21
23dc98ae44
Don't try to use yydebug when we're building on a foreign system. Not all
...
yaccs provide it (notably GNU Bison 1.28).
Fixes the final part of PR#9112 (building under GNU/Linux).
2000-10-08 11:33:40 +00:00
itojun
ffa892c2d7
use poll(2).
2000-10-08 06:40:42 +00:00
itojun
ff0a9e9ed1
remove bogus text in BUGS.
2000-10-07 23:31:18 +00:00
itojun
6626345485
avoid fd_set overflow. see openbsd select(2).
...
XXX should we use poll(2)?
2000-10-07 06:53:41 +00:00
itojun
d074de9004
avoid fd_set overflow
2000-10-07 06:42:40 +00:00
itojun
829f1b8451
avoid fd_set size overflow. from deraadt@openbsd, sync with kame.
2000-10-07 06:41:37 +00:00
itojun
74b478c63c
printf-format audit. from sommrfeld@netbsd.org. sync with kame.
2000-10-06 00:13:01 +00:00
wennmach
36f6fb7e06
mtree uses strsvis, not strvis.
2000-10-05 20:16:02 +00:00
ad
5b09090e8e
insure -> ensure
2000-10-05 12:35:33 +00:00
hubertf
037fd8a74e
Make even more silent, only spit out stuff if -v is given.
...
Found during a post-install of a fresh machine:
1. setenv PKG_PATH ftp://smaug.fh-regensburg.de/pub/NetBSD/arch/i386ELF/All
2. pkg_add tcsh ssh XF86Config
3. Run XF86Config
4. pkg_add kde
5. Be done.
We should do this from /etc/rc.local on first boot... :-)
2000-10-04 16:01:50 +00:00
jdolecek
a93350bb37
document output format, so that users would know exact meaning
...
of printed statistics
2000-10-04 11:40:51 +00:00
itojun
70875bf54c
add new cipher DOI # including AES.
...
add CR payload decoder. fix ID payload decode.
have __attribute__((__packed__)) for align picky arch
(tcpdump.org code has better fix with lots of memcpy, however,
tcpdump.org version needs more verfication).
basically, sync with kame tree.
2000-10-04 03:53:24 +00:00
bjh21
adf3f4b907
Fix SYNOPSES:
...
Options without arguments go first in a bunch (see /usr/share/misc/style)
"add", "del", "info", "mod" arguments to user(8) and group(8) are command
modifiers, not normal text.
-D is not optional when setting the defaults for useradd(8)
Also add a missing .Ar to groupinfo.8
2000-10-03 19:32:23 +00:00
bjh21
ef44b18354
Split the SYNOPSIS into three cases, since not all options can be used
...
together. The three cases are:
Adding a virtual terminal (can take -t/-e to configure)
Deleting a virtual terminal (can take -F to force)
Adding or removing a keyboard or multiplexor (can take neither of the above,
and the index is optional)
2000-10-03 19:08:50 +00:00
bjh21
74521fc775
Use \(mu for a multiplication sign.
...
Use .Ql for literals in running text.
Use .Ar when referring to arguments.
2000-10-03 14:21:47 +00:00
bjh21
ea46e54f3e
Use \(mu when we need a multiplication sign.
...
Use .Bx.
Use .Ql for literals in running text.
2000-10-03 14:20:52 +00:00
itojun
78907e0169
don't give result of function directly into syslog, use "%s".
2000-10-03 13:54:31 +00:00
scw
5c0e061414
Free the bind-address list entries, as well as the list itself.
2000-10-03 13:28:27 +00:00
bjh21
08964241f9
The usual formatting fixups.
2000-10-03 12:47:13 +00:00
bjh21
7faddc8d05
Only one fix here -- use .Ar when referring to arguments in running text.
2000-10-03 12:38:05 +00:00
bjh21
867a62d338
Apply .Fl, .Dq, .Ql and .Ar where necessary to fix formatting.
2000-10-03 12:34:05 +00:00
bjh21
41ed24d174
Fix the blank line in my last commit.
...
.Fl-ify mentions of "-D"
Use .Dq rather than ""
2000-10-03 12:18:09 +00:00
scw
97a603e5b0
Add a "-b" option to specify one or more local addresses to bind
...
to instead of the default INADDR_ANY.
2000-10-03 11:45:30 +00:00
hubertf
5e5f388806
* Make it a tiny bit clearer that this also works for IDE disks (by
...
listing 'wd0' as example device besides 'hk0' and whatnot)
* We don't have format(8), remove from the SEE ALSO section.
2000-10-02 21:14:05 +00:00
cgd
1e69382368
clean up dev_t-related portability defines (and actually #define dev_t now).
...
Make major() et al match current NetBSD implementation. In reality,
the code here in config which plays with these bits should be cleaned up
to treat major and minor separately. (They only reason they're being mashed
together is storage convenience.)
2000-10-02 19:59:42 +00:00
cgd
da723c733f
include copyright notice in binary even if bootstrapping.
2000-10-02 19:57:23 +00:00
cgd
506c287193
bump ALIGNBYTES up to 7 -- that way this'll have more of a hope
...
of working on non-NetBSD systems with 64-bit pointers. (affects only
the MAKE_BOOTSTRAP case, and then only if BSD not defied.)
2000-10-02 19:51:07 +00:00
cgd
463d864ef0
nuke __P, and convert all functions to use ANSI-style declarations.
...
Also, do a few trivial KNF cleanups (e.g. newline at start of fn if no
locals). Verified to have no effect via diff on new and old compiled
binaries.
2000-10-02 19:48:34 +00:00
cgd
a755a0d943
remove vestiges of checks for __STDC__
2000-10-02 18:59:03 +00:00
bjh21
b56ee45833
General prettification.
...
There's a glitch in the display describing the "group" option in
usermgmt.conf. I can't get rid of the blank line above it without it
losing the line break after the colon as well. Anyone?
2000-10-02 18:28:28 +00:00
bjh21
8c07344989
Put sections in canonical order.
...
"stdin" is not a filename (use "standard input", which is at least English).
Typo fix (ro -> to).
2000-10-02 17:04:12 +00:00
bjh21
342d4af757
Put sections in the canonical order.
...
Correct wskbd(4) reference.
2000-10-02 16:45:20 +00:00
bjh21
7447cfe382
Put sections in the canonical order (from mdoc.samples(7)).
...
Add a "HISTORY" section.
2000-10-02 16:21:27 +00:00
bjh21
87589cb557
Replace "foo is mutually exclusive of bar" with "foo and bar are mutually
...
exclusive".
2000-10-02 15:11:43 +00:00
hubertf
0a2663ad0b
Not every FTP server says nicely "Goodbye".
...
If they used some other string, pkg_add would hang forever.
The result of testing things only against one FTP server...
2000-10-01 20:34:30 +00:00
hubertf
197ee08b13
Don't replace the pkg version with -[0-9] on pkg alternates ("{foo-x,bar-y}")
...
as this will remove things like trailing '}' etc. and doesn't work in general.
As mentioned in the already-existing comment, doing TRT here would mean to
partly expand the pattern, then replace the versions on alternatives.
Unless our pkg pattern parser gets these hooks, cowardly step back.
2000-10-01 12:23:21 +00:00
simonb
956cbe59dd
Don't refer to the skel-directory files here.
2000-10-01 09:18:59 +00:00
simonb
7ebee5683d
Save the "preserve" value in the defaults file.
...
Use _PATH_CSHELL from <paths.h> instead of the string "/bin/csh".
Don't cast NULL to the pointer type being checked.
2000-10-01 08:56:28 +00:00
simonb
9014a6cdcd
Fix typo.
2000-10-01 08:54:07 +00:00
bjh21
05b7923a90
Formatting cleanups around the description of geomspec.
2000-09-30 17:58:19 +00:00
sommerfeld
802499fd1c
Avoid using savestr() on something which will later be passed to
...
free(). Raised as a potential security issue on bugtraq. No actual
exploits known.
2000-09-30 12:44:37 +00:00
agc
9da93f35c8
Add functionality for adding usernames to secondary groups via the
...
"usermod -G group user" command.
Fixes PR/11071.
2000-09-29 10:37:26 +00:00
mellon
a894c0a5ef
Goto label was in slightly wrong place.
2000-09-29 00:30:56 +00:00
erh
9a18c8bb35
Use ROUNDUP to pass addresses to the kernel aligned on a long boundary. Use the sa_len field of each address instead of sizeof(). Makes arp work on 64bit architectures.
2000-09-28 01:11:31 +00:00
itojun
c8b98b814c
syslog() string format hole.
...
http://www.securityfocus.com/templates/archive.pike?start=2000-09-24&fromthread=0&mid=85023&list=1&end=2000-09-30&threads=0&
2000-09-26 17:44:38 +00:00