christos
d945bb2f77
missed one unsigned long long cast.
2005-12-07 13:59:12 +00:00
skrll
7044aacdd9
Don't reference stuff we don't have.
2005-12-07 12:20:49 +00:00
christos
c4e3ba2371
fix the LP64 issue for real.
2005-12-06 22:48:05 +00:00
abs
7b32e40a09
fgetc() should use an int not a char. The code style here is... unusual.
2005-12-06 21:05:36 +00:00
christos
616516830f
Fix __LP64__ issues and time_t abuse.
2005-12-06 16:32:49 +00:00
skrll
a0ab422547
Descend into lmcconfig.
2005-12-06 11:55:19 +00:00
christos
db4546dd95
New lmcconfig program from David Boggs. This program probably has the most
...
options than any other in the tree.
2005-12-06 03:12:35 +00:00
ben
d221099506
Specify the full path to tar when unpacking a package.
...
Modify pfcexec so the new process file name can be different from argv[0].
This fix is from Peter Postma, and it addresses PR#32228
2005-12-06 01:07:30 +00:00
christos
11f5327084
Don't log an error if a delete exports request is not supported. Also fix
...
the error message to print the reason delete exports failed.
2005-12-04 18:01:53 +00:00
wiz
84b1788811
Improve diagnostics section. Inspired by PR 32217 from Jeff Ito.
2005-12-03 11:24:02 +00:00
hubertf
e968750664
Only warn about running as non-root when -v is given
...
(or when running in non-unprivilegedmode, but how to detect?)
2005-12-03 01:08:38 +00:00
yamt
ebd9a381a8
constify.
2005-12-02 11:33:39 +00:00
wiz
3d67954e00
Fix typo reported by adam@.
2005-11-30 18:31:45 +00:00
dyoung
5138e74947
Fix a bug in cd9660_sort_nodes, which tried to insert `next' before
...
`node' on a tail-queue, when `node' wasn't on the tail-queue.
Sometimes this led to a segfault. Insert before `cn', since that
is the intention. Closes PR 32194. Thanks, Jeff Rizzo, for reporting
this bug.
2005-11-30 00:26:11 +00:00
christos
04723c3ffc
- WARNS = 4
...
- factor out commonly used code.
- constify
- use warn/warnx instead of printf
2005-11-28 03:26:06 +00:00
ben
ab821d396a
Correct PAX_CMD to be pax.
2005-11-28 01:49:39 +00:00
bouyer
3cce18ce83
We can't call db->put() with key or data pointing back to db(3)'s memory
...
space, or the database will be corrupted (noticed when the database is
updated in reset_host()). Change change_host() to copy hostname and HostInfo
to local storage before calling db->put().
Change notify_one() to use change_host() instead of calling db->put()
directly.
2005-11-27 16:03:20 +00:00
jdolecek
a53e9b6a94
the mktemp() use here is not OK, adjust comment
2005-11-27 12:52:30 +00:00
christos
65710e59db
adjust to the new openssl
2005-11-26 02:32:32 +00:00
agc
40a712f2d4
Be pragmatic - move user(8) to a 3-clause BSD licence.
2005-11-25 08:00:18 +00:00
macallan
631f2d878c
build the apm utility on sparc since we already build apmd
2005-11-24 15:47:09 +00:00
ben
81789679db
Conditionally include header files, and include nbcompat.h
...
Addresses PR#32149
2005-11-23 14:58:16 +00:00
tron
173505f438
Remove unused variable "argc" in function apply_perms().
2005-11-23 12:01:30 +00:00
ben
ed4b2f6172
Reduce the use of the system() function in pkg_install to avoid quoting
...
problems. Instead, use exec*() functions.
Replace PUSHOUT() macro and string buffers with a function that
operates on data structures.
If it is necessary to copy files into place from staging area, then use
pax to copy them.
Add functions in pexec.c to create a pipe for sending data to a child
process. Replace pipe code in create/perform.c with these functions.
Use these functions instead of command-line arguments when copying files
into place from staging area.
Three system() references remain: @exec, @unexec, and vsystem().
2005-11-23 04:59:14 +00:00
lukem
547b2d58b6
Add checks for _rwhod group & user.
...
Noted by Patrick Welche on current-users.
2005-11-22 22:10:52 +00:00
dyoung
f8251d6325
Bug fix: when we ask the kernel to count the ieee80211_nodes, let
...
it count as many as INT_MAX of them, instead of just 1.
New feature: display node-table membership, 'sta' or 'scan'.
2005-11-20 09:41:39 +00:00
christos
97babf6224
add the dnssec and namedb check tools
2005-11-19 02:09:27 +00:00
yamt
6458fcab9f
make -noresvmnt in DEFSET work.
2005-11-18 13:19:48 +00:00
christos
27fe712f67
The latest fts fix that removes double-slashes from paths exposed a bug
...
in the code. Don't assume that the extra slash is going to be there.
2005-11-18 05:11:30 +00:00
rpaulo
b3bf341016
If ENABLE_WPA_SUPPLICANT_EAPOL is defined, add libdes to ${DPADD} and
...
${LDADD} so that it builds fine.
While there, add libssl to ${DPADD}.
2005-11-17 13:55:29 +00:00
wiz
b141897d50
Punctuation fixes.
2005-11-16 20:24:17 +00:00
christos
77bea244d5
user portion of the EXTENSIONS documentation. From Liam Foy.
2005-11-16 18:44:37 +00:00
dillo
f05d706e05
Bump version for ``pkg_info -Q against local binary packages'' fix.
2005-11-14 09:41:43 +00:00
dillo
b6b652227e
Fix first part of PR 32068: pkg_info -Q broken for local binary packages
...
Add BUILD_INFO_FNAME to the files to extract for SHOW_BI_VAR.
2005-11-14 09:39:44 +00:00
lukem
8dfe8b4d24
Update copyright years.
...
Whitespace tweaks.
2005-11-14 00:04:34 +00:00
agc
2ca444e0bd
Get rid of cvs merge botch in previous.
2005-11-13 20:37:23 +00:00
agc
d6e9c48326
The Dewey number comparison routines were added by myself in 2002 in
...
revision 1.32 of pkg_install/lib/str.c, and have absolutely nothing to
do with the original FreeBSD utilities.
Place the appropriate (3 clause) copyright on this file.
2005-11-13 20:07:41 +00:00
wiz
41fb8f4fed
Handle -1 return value from dewey_match.
2005-11-13 19:48:35 +00:00
wiz
45be6e647e
Do not use errx in dewey_match, return -1 instead.
2005-11-13 19:48:19 +00:00
wiz
43f9ef503c
It is not 2006 yet. Fix typo. Uppercase BIOS.
2005-11-12 16:44:07 +00:00
dsl
e0e1f6caed
Don't try to determine the type of the target filesystem unless a second
...
stage bootstrap is specified. It is only needed when we need to copy the
sector numbers of the second stage into the first stage.
Document that a configured baud rate of zero will cause the baud rate set by
the bios to be used.
2005-11-12 09:35:31 +00:00
wiz
f72297cc7e
Sync usage with man page (sort options).
2005-11-11 21:24:01 +00:00
wiz
d1115a4c84
Keeps in SYNOPSIS are not necessary any longer, groff is smart enough nowadays.
...
Sort options and option descriptions.
2005-11-11 21:22:18 +00:00
dsl
8c893c964a
Add a -e (edit) option to allow the bootstrap options of an installed
...
bootstrap or a file containing such a bootstrap to be changed/displayed.
In particular this will (soon) let you modify the parameters for pxeboot.
2005-11-11 21:09:50 +00:00
peter
a54786194c
Use the LIST_FOREACH macros.
2005-11-11 15:14:24 +00:00
peter
19f81314eb
Don't core dump when the program is invoked without arguments.
2005-11-11 15:08:40 +00:00
wiz
718287b4f9
Whitespace nits, improve wording.
2005-11-10 21:17:18 +00:00
elad
7084f7a24b
SHA2 support has been pulled up to NetBSD 3.0, update the history part.
2005-11-10 19:41:59 +00:00
christos
efa8bba1ef
factor out common code.
2005-11-10 19:11:48 +00:00
christos
98817ca408
cgd wanted to have it read stdin.
2005-11-10 19:07:03 +00:00