grant
551a65be7c
add BUGS section (1 entry from bin/11244)
2002-06-24 17:28:07 +00:00
itojun
184465092f
correct ftp relay functionality.
2002-06-24 06:03:13 +00:00
perry
46c82860b1
Fix a variable initializer where CLK_TCK was assumed to be a compile
...
time constant. Soon it won't be.
2002-06-23 17:47:45 +00:00
ross
6a36d10f0d
Revise handling of pathnames and quoted strings. Previously, some
...
filenames had to be unquoted and also had to contain a / or .,
while others had to have no / and no . or be quoted, whereas
arbitrary machine symbols could always be optionally quoted,
which was kind of backwards.
Now, all filesnames use the same rules: quoted, or with a / or .
Arbitrary words can no longer be quoted unless the grammar specifically
allows it, which it now does for filenames, locator values, locator
defaults, compile-with, ident, makeoptions, and options.
Also, locator name symbols can be quoted, so mac68k's "no drq" locator
still works. ("no drq" doesn't appear in any machine description so I
presume it's just for the dmesg. )
2002-06-22 02:09:12 +00:00
ross
5ac0b7aefd
Return new terminal QSTRING for quoted strings, instead of the
...
usual symbol name type WORD; quoted strings can now only be used
where they appear in the (revised) grammar. See gram.y 1.34.
2002-06-22 02:04:28 +00:00
atatat
851e916f1b
Provide a means for vnconfig to indicate which devices are in use, and
...
by which files (hmm...why can't I unmount that file system over
there). Currently this is just the device and inode number of the
file backing the vnd, but hopefully consing up full pathnames can be
done at some point.
2002-06-21 19:09:29 +00:00
agc
2d3a1701d3
Avoid hardcoding /usr/bin/ftp in the pkg_add binary.
...
Fixes provided by Stoned Elipot <seb@script.jussieu.fr> in PR 17323
2002-06-21 14:49:40 +00:00
itojun
ce924b0f55
sync with 8.3.2. 99% of conflicts were due to $NetBSD$ tag.
2002-06-20 11:42:53 +00:00
itojun
d56d2a76af
new copyright notice for VJ. via openbsd.
...
update copyright notice. mckusick says that Van signed the standard
Berkeley copyright assignment form, therefore the new license should
be on these files. I just copied in the notice that Kirk mailed me.
2002-06-18 22:32:16 +00:00
itojun
7dd411b55d
userland access to apm emulation.
2002-06-18 05:24:44 +00:00
thorpej
8d88f50760
Fix some printf formats in debug code.
2002-06-18 02:57:53 +00:00
augustss
75ccf77ae3
Don't use -Dlint when compiling to get rid of unused copyright strings,
...
use -Wno-unused to get rid of the warning instead.
XXX This is not the right way either, but at least it compiles on ppc now.
2002-06-16 21:40:03 +00:00
matt
100b7b43f1
Eliminate unintended trigraph.
2002-06-15 01:57:08 +00:00
matt
b8282a1148
Remove extra/redundant argument to syslog.
2002-06-15 01:28:39 +00:00
tron
6db3449490
Add new option "xlatecookie" to amd(8) to support NFS v3 mounts with cookie
...
translation. The changes were provided by Mark Davies in PR bin/17245.
2002-06-14 15:16:53 +00:00
wiz
d1677084c1
Use getopt instead of manual command line grovelling, put usage
...
in a function and adapt it the man page, and some lint cleanups.
2002-06-13 15:27:09 +00:00
wiz
ff7391b803
Note -f is vax only.
2002-06-13 15:25:58 +00:00
wiz
07daf36181
Use a defined value instead of a magic number; make a global local;
...
more ANSIfication.
2002-06-13 13:49:08 +00:00
wiz
663979c9bb
#ifdef i386 -> #ifdef __i386__ (ok'd by fvdl)
...
Don't shadow variable.
WARNS=2
2002-06-13 13:32:47 +00:00
wiz
e8288082fa
de-__P, ANSIfy.
2002-06-13 11:01:08 +00:00
wiz
9e20e355d7
Fix Xref from i4bipr to irip.
2002-06-13 09:15:39 +00:00
wiz
59cf1ed286
Do not xref to ourselves, use Nm.
2002-06-12 21:48:09 +00:00
lukem
334bc46aa5
- getlist(): add "int create" arg, which creates list if it's not present
...
(using guts of now defunct addlist())
- use TAILQ_*() macros appropriately when manipulating tailqs
2002-06-11 04:39:52 +00:00
fredette
dcff733bb9
Use NLIST_ELF32 for hppa.
2002-06-10 14:28:14 +00:00
yamt
80a776becb
constify and make WARNS=2 clean.
2002-06-10 09:14:26 +00:00
grant
091e72dbd4
be more explicit about creation of /etc/usermgmt.conf
2002-06-10 08:33:05 +00:00
grant
ef33e31e46
mention that -D creates defaults file if it doesn't already exist and if
...
we are running as root.
2002-06-10 07:53:48 +00:00
itojun
5b43820fcf
WARNS=1 clean. patch submitted to dhcp-bugs@isc.org.
2002-06-10 00:30:33 +00:00
itojun
6ed8672880
no need for KAME_SCOPEID any longer
2002-06-09 19:59:55 +00:00
itojun
f79eb4420d
retire greconfig(8) - you can use ifconfig(8) for everything it can do.
2002-06-09 19:31:43 +00:00
yamt
56268cdf57
constify.
2002-06-09 14:14:49 +00:00
yamt
51111fe65d
- make last arg of findmatchingname void*.
...
- move some duplicated functions into lib/.
2002-06-09 13:23:44 +00:00
yamt
cc8d347c9a
- free memory allocated by findbestmatchingname.
...
- use static buffer instead of "malloc and don't free"
for dirname_of.
- fix indent.
2002-06-09 11:56:59 +00:00
yamt
830edd8ed3
rewrite strip_txz:
...
- don't match against filenames like "a.tgz.a"
- more buffer overrun checks.
2002-06-09 10:40:47 +00:00
martin
e2f0c79cdc
Avoid a NULL pointer access if passed bogus parameters.
...
Unify exit codes to EXIST_SUCCESS/EXIT_FAILURE.
2002-06-09 09:05:51 +00:00
yamt
f2a19ed936
- fix buffer size checks
...
- define PKG_PATTEN_MAX and PKG_SUFFIX_MAX and
use them instead of constants like 255.
- add asserts and buffer size checks.
2002-06-09 03:50:13 +00:00
yamt
ae85a7c2df
- constify.
...
- avoid unneeded strcpy.
- add more error checks. (avoid segv
2002-06-09 03:38:59 +00:00
yamt
f214a6095e
avoid a magic constant.
2002-06-09 03:32:45 +00:00
itojun
db47036241
use strchr
2002-06-09 02:47:03 +00:00
itojun
ba39243377
use strchr not index
2002-06-09 02:45:26 +00:00
itojun
0b52cc9109
avoid more hardcoded octals. openbsd
2002-06-08 23:43:24 +00:00
itojun
b4daa6bb72
avoid hardcoded octals. openbsd
2002-06-08 23:40:12 +00:00
itojun
5da007343b
avoid hardcoded octals
2002-06-08 23:37:47 +00:00
itojun
61ef51d198
comment out paragraph that does not fit to NetBSD
2002-06-08 21:19:08 +00:00
itojun
b7330b38e8
do not use deprecated ioctls
2002-06-08 18:11:46 +00:00
yamt
10bf6fcc59
constify and make auto const variables static.
2002-06-08 17:24:09 +00:00
itojun
f78cc67c13
avoid fd_set overrun. sync w/kame
2002-06-07 16:45:30 +00:00
is
5653ebf6ef
gspahextoc has been EOLed.
2002-06-07 12:00:10 +00:00
is
cdb48f999d
This isn't in use anymore - gspa can create initialized C arrays directly.
2002-06-07 11:42:28 +00:00
wiz
982dfd0a48
Xref mopcopy instead of mopa.out. Mark up AUTHORS section.
2002-06-07 11:23:55 +00:00