mhitch
3400c43ec7
Add <string.h> include for memcpy.
2003-09-27 19:35:14 +00:00
dsl
44b926213e
Add a -a option to dump all alternate superblocks
2003-09-26 07:02:43 +00:00
wiz
fb41fcc067
Make compile with STANDALONE defined.
2003-09-25 22:31:35 +00:00
wiz
c605c0c28e
s/lukemftp/nbftp/, fix two typos.
2003-09-25 22:14:16 +00:00
dsl
e045a0f96e
Allow a numeric ID to be preceeded by '#' to avoid the name lookup.
...
Update man pages to match.
2003-09-25 10:30:10 +00:00
wiz
1d02c95b43
Bump date for previous (hi antti!). New sentence, new line.
2003-09-25 09:37:32 +00:00
pooka
8ac798e2ed
Document the controller/firmware keyword.
2003-09-25 09:21:48 +00:00
mycroft
fc24d6a197
Pull in libipsec.
2003-09-25 01:02:03 +00:00
agc
8dc14b2f96
Cast the type of argument printed, for sparc and arm platforms.
2003-09-24 06:18:16 +00:00
itojun
8c185a2af9
no need for "sdl = NULL" initialization on decl. cedric@openbsd
2003-09-23 18:15:50 +00:00
itojun
ed45a3ba48
simplify by using getifaddrs
2003-09-23 17:57:21 +00:00
christos
b3601bdfc6
reset values when malloc fails.
2003-09-23 15:07:43 +00:00
wiz
2095b365b2
Avoid shadowing err.
2003-09-23 14:55:01 +00:00
wiz
f220a7df77
Add prototype for remove_files.
2003-09-23 14:54:53 +00:00
wiz
161f3f684b
Remove last vsystem caller and vsystem() itself.
2003-09-23 14:23:53 +00:00
agc
342644fea5
Add <sys/wait.h> so that we have a prototype for waitpid(3).
2003-09-23 14:18:01 +00:00
itojun
9beba21754
ignore non-AF_INET addrs. from openbsd
2003-09-23 10:50:51 +00:00
wiz
acbbe02c81
Add some free()s in error cases.
2003-09-23 09:47:20 +00:00
wiz
7e60425a84
Get rid of lots of system(3) (partly via vsystem) calls.
...
Previous version reviewed by agc.
Closes PR 20518.
2003-09-23 09:36:04 +00:00
grant
889c15684e
bump PKGTOOLS_VERSION for identification purposes (despite the lack of
...
any functional change).
2003-09-23 07:10:53 +00:00
grant
fd9dca3d28
don't assume mtree is in BINDIR, allow it to be overridden by
...
MTREE_CMD.
2003-09-23 06:19:45 +00:00
grant
e37cded7b1
remove redundant comments about zoularis.
2003-09-23 05:39:41 +00:00
tron
01c3d246ff
Add my name to the list of the culprits.
2003-09-20 17:17:40 +00:00
itojun
1ce85c4e12
plug memory leak. from kame
2003-09-20 13:04:07 +00:00
lukem
9c437ec754
Change LNFILES' to
BUILDSYMLINKS', to more accurately describe its purpose.
...
Per discussion with Simon Gerraty.
2003-09-20 06:20:41 +00:00
wiz
137c968ad5
Initialize cnt; from Greg A. Woods in PR 22862.
2003-09-19 17:44:53 +00:00
martin
0af2c4286d
Remove sparc64 special case handling - no longer needed.
2003-09-19 16:39:52 +00:00
itojun
4a7fa92f21
no need for explicit '?'; openbsd
2003-09-19 08:24:07 +00:00
itojun
a82a0d12e2
realloc pedant
2003-09-19 06:22:03 +00:00
itojun
e99b62a1d7
realloc pedant
2003-09-19 06:11:35 +00:00
itojun
0c4a8b5a7e
realloc pedant
2003-09-19 06:01:24 +00:00
agc
4fe63c7eb9
Let pkg_admin(1) have a -S argument - some vendors' xargs(1) don't pass
...
a null ("") argument properly (hi, Sun), so make -S a synonym for -s "".
Don't dump core if no command is given to pkg_admin(1).
Print usage message to stderr, not stdout, and use the program name by
which it was invoked.
Bump pkg_install version to 20030918.
2003-09-18 09:56:20 +00:00
agc
54f9bdba40
Remove the names of arguments from function prototypes.
2003-09-17 13:27:42 +00:00
jmmv
94114f39df
Use tabs for indentation; pointed out by simonb@.
2003-09-14 12:43:04 +00:00
jmmv
fc7230200f
Fix crash when using the '-x' flag.
2003-09-14 12:35:46 +00:00
jmmv
ce413b6dd1
Fix some warnings.
2003-09-14 12:33:05 +00:00
jlam
505c7e361d
Update pkg_install to 20030914. Changes from version 20030913 are
...
ensuring that recursive pkg_delete'ing works by using the correct
pkg_dbdir to find packages. This fixes recursive deleting if the
-K flag is passed to pkg_delete(1), and the named dbdir differs from
the default dbdir (/var/db/pkg).
2003-09-14 04:58:30 +00:00
christos
27a8c2abc5
PR/22776 : Andreas Wrede: proxyarp in pppd is broken
2003-09-13 18:55:17 +00:00
erh
1f5fff1c1c
PR# standards/16143: hide struct uio from userland behind a __UIO_EXPOSE
...
ifdef. Define this when building ipf, since it shares code between the
kernel and userland and uses struct uio.
2003-09-13 16:59:29 +00:00
jlam
2277c35f52
Update pkg_install to 20030913. Changes from version 20020912 are quieting
...
the file removal when deleting linkfarms if the expected file doesn't
exist. Since the symlink isn't there, the mission is already accomplished,
so why bother with the warning?
2003-09-13 09:20:26 +00:00
jlam
1732738842
Update pkg_install to version 20030912. Changes from 200230907 are
...
adding two new options to pkg_admin(1) to simply using this utility to
list the bare package names that match patterns when looking in PKG_DBDIR:
-b Print only the basenames when matching package names for
lsall and lsbest.
-d lsdir
Set lsdir as the path to the directory in which to find
matching package names for lsall and lsbest.
2003-09-13 05:48:50 +00:00
pooka
fdd5c1261b
our isdntrace uses /dev/isdntrc<n>, not /dev/i4btrc<n>
2003-09-11 14:14:31 +00:00
jlam
f310627cee
Fix a bug I accidentally introduced in rev. 1.48 where a pkg_dbdir could no
...
longer be a symlink to a directory.
2003-09-10 17:28:59 +00:00
jlam
7297f559c5
Inverted a test by mistake.
2003-09-09 08:22:39 +00:00
jlam
f5e8befe51
Replace call to vsystem() with call to fexec() for speed.
2003-09-09 06:43:10 +00:00
jlam
154a25e9c8
Output the name of the pkgdb file from which we are removing entries
...
instead of just "pkgdb".
2003-09-08 22:19:25 +00:00
jlam
bfb9e5680c
Allow the package entries in the pkgdbdir to be either directories or
...
symlinks to directories. This gives the user more rope, but lets those
who know what they're doing to do what they want.
2003-09-08 22:11:12 +00:00
cl
289a48a2fc
free string only after it's no longer used through dirname reference.
2003-09-08 17:50:12 +00:00
jlam
37365fbf87
It's "-d stowdir" not "-D stowdir".
2003-09-08 10:21:25 +00:00
jlam
198410e826
Use the pkgviews terminology from pkgsrc/mk/buildlink3/README consistently
...
in this man page: depoted packages are kept in their depot directories, and
pkg_view(1) manages instances of those packages in views. Also copy the
warning in the pkg_delete(1) man page instead of the one from the
pkg_add(1) man page since the former correctly refers to package control
files already installed on the system.
2003-09-08 10:17:16 +00:00