itojun
62eb5fae68
close(2) missing. Andrey Matveev
2004-05-24 03:51:04 +00:00
tron
f4ae533fa6
Really set "MKPRIVATELIB" and not "INTERNALLIB".
2004-05-23 14:05:39 +00:00
lukem
a7bdccd7ef
Improve how the various helper libraries are added to LDADD/DPADD, including
...
supporting caching the OBJDIRS (via .MAKEOVERRIDES) to speed up subdir makes.
(Based on similar work in gnu/usr.sbin/postfix)
2004-05-23 03:16:40 +00:00
lukem
deb5b059d1
use MKPRIVATELIB=yes (instead of setting various other stuff to no)
2004-05-23 02:49:26 +00:00
lukem
b817247988
Use MKPRIVATELIB=yes instead of providing an empty libinstall:: target and
...
setting NOLINT, NOPIC, NOPROFILE (etc)
2004-05-23 02:24:50 +00:00
grant
1d410ae5a8
tweak "abc cannot attach to xyz" error to read a little clearer.
2004-05-22 04:04:13 +00:00
wiz
c50b05e3d3
Some more or less mechanic updates for bind8 -> bind9.
...
Also, refer only to latest DNSSEC RFC. Bump date.
2004-05-21 23:34:31 +00:00
christos
14b88f7570
The Makefile.inc determines if we have threads or not, so don't hard-code this.
2004-05-21 16:05:51 +00:00
martin
ad1c3f227e
Decrease log severity to debug if a protocol is not supported by the
...
kernel. This avoids "rpcbind: cannot create socket for tcp6" messages
at startup on IPv4-only kernels.
2004-05-20 12:22:23 +00:00
wiz
552e912079
Use Sq, Dq; sort sections; new sentence, new line;
...
refer to DNSSec RFCs in SEE ALSO (since they are mentioned in the text;
XXX: text should be updated to refer to latest one only);
XXX: refers to BIND 8.
2004-05-20 01:01:33 +00:00
wiz
fcff0031f7
New sentence, new line; use more macros; sort sections;
...
sort SEE ALSO; replace > with \*[Gt].
2004-05-20 00:37:51 +00:00
wiz
810322e03d
Drop trailing whitespace.
2004-05-20 00:26:19 +00:00
itojun
d405fc4436
build and install rndc-confgen (needed to create rndc.key)
2004-05-19 10:29:21 +00:00
christos
b1fa643acc
remove old makefiles
2004-05-18 00:13:44 +00:00
christos
d981be40cf
remove garbage file
2004-05-18 00:11:33 +00:00
christos
5862d9d92c
Resolve conflicts
2004-05-18 00:10:39 +00:00
christos
9c2ff49b1e
Import bind9 build framework
2004-05-18 00:06:57 +00:00
wiz
846b6d9564
Describe default polling rate correctly, from Jeff Ito in PR 25589.
...
New sentence, new line while here; bump date.
2004-05-16 10:54:12 +00:00
christos
eba562cd86
PR/20066: John F. Woods: Supply a loadable lcpstatus command.
2004-05-13 19:37:58 +00:00
christos
1345b8cdf5
PR/20066: John F. Woods: Add plugin lcp hooks.
2004-05-13 17:31:57 +00:00
christos
18289afe56
PR/21178: Christian Biere: Potential misuse of ctype functions [pppd]
2004-05-13 17:02:32 +00:00
tron
b174c24825
Fix handling of interface aliases if "rarpd" is not invoked with "-a".
2004-05-12 16:48:44 +00:00
wennmach
0269a1249b
Problem: rpc.yppasswdd didn't work if invoked with the "-noshell" option.
...
Reason: In routine make_passwd() in yppasswdd_mkpw.c, fgets() is used
to read master.passwd line-by-line. The lines are then parsed using
pw_scan(), without removing the trailing \n from the line. pw_scan()
fills in the shell name into pw.pw_shell, including the trailing \n.
Subsequently, rpc.yppasswdd calls pw_copy(), which copies master.passwd
to ptmp, updating the entry for pw.pw_name. pw_copy() terminates the
updated entry with an additonal \n, so that there is now an empty line
in ptmp.
Finally, rpc.yppasswdd calls pw_mkdb(3), which exec's /usr/sbin/pwd_mkdb
to install ptmp to master.passwd (and to create the pwd.db and spwd.db
data bases). pwd_mkdb chokes on the empty ptmp line.
Fix: remove the trailing \n from the buffer fgets() returns. As a side
effect, this gets us some additional error checking.
Reviewed by <tron>.
2004-05-12 08:25:53 +00:00
christos
455c8493fb
foliage from pack_dev change :-)
2004-05-11 17:11:03 +00:00
kleink
5f593fa3da
Bump to 20040510: readlink(2) buffer handling fixes.
2004-05-10 20:39:37 +00:00
kleink
48c51a151e
Ensure readlink(2) result termination within buffer bounds.
2004-05-10 19:59:59 +00:00
kleink
25d6af944a
Undo a pointless instance of readlink(2) buffer termination.
2004-05-10 19:23:48 +00:00
elric
a4f71a0494
np->h_net is not a pointer.
2004-05-09 15:54:59 +00:00
jlam
7b5bb00500
Bump date of manpage after addition of -Q flag to pkg_info(1).
2004-05-08 21:05:02 +00:00
grant
0f204e9fc9
fix typo.
2004-05-08 16:50:37 +00:00
jlam
04d5477295
Fix up definition of SHOW_BI_VAR, the prototype for show_var(), and the
...
usage string for pkg_info(1). Also bump the version to 20040508. From
pkg/25494 by FUKAUMI Naoki.
2004-05-07 21:38:57 +00:00
jlam
19baba8fb8
Add a new flag -Q (for "query") to pkg_info(1) to query the build
...
information for the definitions of specific variables that were saved
from build time, e.g.
$ pkg_info -Q PKGPATH glib
devel/glib
$ pkg_info -Q PROVIDES glib
/usr/pkg/lib/libglib.so.13
/usr/pkg/lib/libgmodule.so.13
/usr/pkg/lib/libgthread.so.13
Bump the version number of pkg_install(1) to 20040507.
2004-05-07 16:40:30 +00:00
martin
812e909997
Make "local-phone-dialout" optional.
...
This makes creating standard config files for peers that do not care about
the calling number easy and helps roaming users.
2004-05-06 21:13:28 +00:00
wiz
fe669e0931
Add comma in enumeration; use Aq instead of \*[Lt]\*[Gt].
2004-05-03 14:23:12 +00:00
kochi
78ac4f02fc
Describe AC adapter events.
2004-05-03 07:54:59 +00:00
kochi
00996ca57b
Add AC adapter event type.
2004-05-03 07:45:37 +00:00
tv
f3215814d5
20040428: In pkg_add, set the umask nice and early, and remove an absolute
...
setting of mode in a mkdir command.
2004-04-28 15:37:29 +00:00
dsl
1074bd3a3f
Allow for ROOTINO when deciding whether their are enough inodes in the
...
created filesystem. Otherwise this fails when asked for 63 inodes for
i386 ramdisk-big.
This code really needs to use the current version of newfs/mkfs.c where
the actual inode count can be passed in (instead of the density).
Fixes a build problem when I add /mountroot to mtree.common for sysinst.
2004-04-26 21:06:55 +00:00
kochi
ffaf7e29a6
add references to ACPI man pages.
2004-04-25 03:13:00 +00:00
kleink
9ef6a94e02
Update for new pci_devinfo(3) signature.
2004-04-24 13:41:51 +00:00
christos
70229c52ba
constify printcapdb
2004-04-24 02:59:19 +00:00
simonb
9bc855a931
s/the the/the/ (only in sources that aren't regularly imported from
...
elsewhere).
2004-04-23 02:58:27 +00:00
itojun
2a4c071a4f
do not disclose endian/pid. henning@openbsd
2004-04-22 01:41:22 +00:00
tv
5b799f00cc
Hi there. I'm a stack-allocated array. I'm filled with garbage until
...
someone puts something useful in me, like zero bytes.
(Read: Fix uninitialized array member access in pkg_add. Bump to 20040421.)
2004-04-21 20:10:10 +00:00
christos
6bd1d6d4db
Replace the statfs() family of system calls with statvfs().
...
Retain binary compatibility.
2004-04-21 01:05:31 +00:00
itojun
1e803d1e8b
missing period at the end of sentence
2004-04-19 18:43:26 +00:00
itojun
26cf1d701e
do not compile in print-isakmp.c, as src/dist/tcpdump contains ancient version
...
which could be vulnerable to attacks.
2004-04-12 04:01:27 +00:00
itojun
b4a3a9e6c1
properly validate phase 1 signature.
...
http://www.vuxml.org/freebsd/d8769838-8814-11d8-90d1-0020ed76ef5a.html
2004-04-12 03:34:05 +00:00
wiz
0f952b0c54
Bump date for previous.
2004-04-11 13:31:17 +00:00
rh
56d86cdd8c
Make pkg_add recognise binary packages built with ignored recommendations
...
(IGNORE_RECOMMENDED set in the presence of RECOMMENDED pre-requisites).
This change is fully backward-compatible: binary packages have set the
corresponding BUILD_INFO since RECOMMENDED was implemented. Packages
built before that time will install as before.
Bump PKGTOOLS_VERSION to 20040411.
This closes PR pkg/24712 by Thomas Klausner.
2004-04-11 06:13:46 +00:00