agc
2f14b22182
Describe what this utility does a bit better. Pointed out by Curt Sampson.
2002-09-06 08:59:25 +00:00
abs
2cbe5b958f
Add back __attribute__() data for pstatus() removed by error in last commit.
...
Noted by wiz.
2002-09-04 13:49:20 +00:00
abs
8531949548
When -r is given actually pass the file through of, and also enable if.
2002-09-03 18:35:11 +00:00
atatat
692fefdd0e
Move pmap(1) to /usr/bin (from /usr/sbin) where it belongs.
2002-09-01 20:32:43 +00:00
atatat
fd654ccfe7
One more spelling fix
2002-08-31 19:44:59 +00:00
wiz
2422729483
Mdoc, grammar, and typo fixes. Remove trailing whitespace.
2002-08-31 19:33:58 +00:00
atatat
1a3525a866
Add pmap(1) command
2002-08-31 19:11:16 +00:00
atatat
0df8113ba6
Add a pmap(1) command that is effectively the same in function as the
...
Solaris command by the same name. pmap(1) prints out the given
process's address space, each vm_map_entry at a time, with several
different output formats.
I wrote this tool as an autodidactic means of learning something about
UVM.
2002-08-31 19:09:30 +00:00
onoe
b719e19a2f
Fixed trivial bugs in previous commit:
...
unnecessary socket is opened, and non-root user failed to execute...
2002-08-30 04:02:44 +00:00
onoe
4a58d16e34
Add -I (use icmp) option as traceroute.
...
sync w/kame
2002-08-30 03:57:20 +00:00
abs
acfcf99e58
Do not prepend '.' to path when looking for dependencies for a package
...
specified without any path components. (Pointed out by Takashi Yamamoto)
Rename path_remove_first() to path_prepend_clear().
2002-08-29 21:46:33 +00:00
itojun
34eb7e98f4
no need for -I/usr/include/openssl (in fact, it is discouraged)
2002-08-29 14:35:45 +00:00
wiz
9236a5071b
Some grammar and mdoc improvements.
2002-08-29 11:07:11 +00:00
abs
b3c9314a54
crank PKGTOOLS_VERSION to 20020827 for last change to lib/path.[ch]
2002-08-27 17:35:05 +00:00
abs
374ff93c9c
Introduce path_prepend_from_pkgname() and path_remove_first() and
...
use in pkg_add to ensure the location of the package being added is
checked first for any additional packages.
2002-08-27 17:27:27 +00:00
lukem
ed401558f2
Implement MKDYNAMICROOT, which currently defaults to "no", but will
...
be changed in the future to "yes".
If MKDYNAMICROOT == "no", there is no change from existing behaviour
of a static /bin and /sbin (and a few programs in elsewhere).
If MKDYNAMICROOT == "yes", the following changes occur:
in <bsd.own.mk>:
SHLIBDIR?= /lib
SHLINKDIR?= /lib
in various Makefiles, the following entry is DISABLED.
LDSTATIC?=-static
This results in all programs (except those "standalone" programs built
in sys/arch/*/stand) are linked dynamically, the shared linker is moved
from /usr/libexec to /lib (with a compat symlink), and the shared
libraries used by /bin and /sbin programs are moved from /usr/lib to
/lib (with compat symlinks).
2002-08-27 14:46:11 +00:00
takemura
b8ce6e8201
Added touch panel calibration utility.
2002-08-27 14:12:09 +00:00
agc
18e50dcd89
Use syslog(3) to log new users and groups, deletions of users and groups,
...
and modification of user and group information.
Syslog priority is LOG_INFO, facility is LOG_USER (there is no need to
do this via LOG_AUTH, since the password and group files are world
readable).
Suggested by Hubert Feyrer, after a similar facility in Linux.
2002-08-27 12:38:02 +00:00
agc
051f76f577
Generalise the function which checks if a user is local to work for groups
...
as well.
Use the new function when modifying a group's information.
2002-08-27 11:25:29 +00:00
itojun
dcbc05cef8
warn if multiple addresses are returned from DNS, like traceroute(8) does.
...
sync w/kame
2002-08-27 00:34:52 +00:00
ad
37fdff48de
Re-word a sentence.
2002-08-26 17:05:43 +00:00
ad
7a2589c16e
- Must now get some info from the kernel, not the board.
...
- Don't try to do things that the firmware can't handle.
2002-08-26 17:04:17 +00:00
itojun
ea854da625
string manipulation fixes. from openbsd
2002-08-22 07:18:42 +00:00
itojun
9e8e6611e8
suppress output on dump request if -q is specified. sync w/kame
2002-08-21 16:26:12 +00:00
itojun
00975d3872
die if fd_set overrun. explicitly turn off use of IPv4 mapped addr on AF_INET6
...
socket.
2002-08-20 23:02:44 +00:00
christos
5cefaa7349
PR/17402: Julio Merino: better fine tuning for both x and y.
2002-08-20 16:55:28 +00:00
hubertf
dfa4cb8d4d
Fix a few comments, and add some others to outline what's missing
...
in the pkg upgrade case (two TODOs :)
2002-08-16 00:47:39 +00:00
wiz
f4813ef403
Drop trailing whitespace.
2002-08-15 03:26:38 +00:00
hubertf
3ddcffd0a9
document -u
2002-08-15 02:34:53 +00:00
pooka
a1c35451a3
move curses initialization higher in main to prevent the curses
...
error function from being called before curses is initialized
2002-08-13 18:21:25 +00:00
pooka
d19d334a86
don't report curses initialization failure using curses
2002-08-13 18:16:31 +00:00
itojun
e042104e12
document that access control is provided by libwrap.
2002-08-12 18:47:07 +00:00
wiz
a05630c34e
Minor mdoc nit.
2002-08-12 18:08:13 +00:00
itojun
166e26e413
add libwrap support for lpd (you need to pass all tests to print,
...
so you will want "+" in hosts.lpd then restrict by hosts.allow/deny).
setsockopt(SO_REUSEPORT) while i'm here.
2002-08-12 18:03:41 +00:00
wiz
330119fdb5
Correct usage. bin/17916 by Brian Ginsbach.
2002-08-12 17:41:32 +00:00
itojun
072e5e6887
it is no use to do SO_DONTROUTE on receive socket. stevesk@openbsd
2002-08-12 02:51:07 +00:00
tron
92cd63769f
Make this build after "wi_ieee.h" has been changed.
2002-08-11 12:16:27 +00:00
grant
cc65da74ac
specify the reason when aborting with "Malformed from address",
...
suggested by Matt Green.
2002-08-11 07:04:00 +00:00
soren
7ba72383ee
Don't omit third argument to open(2).
...
PR bin/17885 from mjl.
2002-08-09 11:06:43 +00:00
itojun
d36c8b47de
no need for struct timezone. From: Kevin Steves <kevin@atomicgears.com>
2002-08-09 02:57:09 +00:00
itojun
98e97a1b2b
die if fd_set overruns.
2002-08-09 02:43:58 +00:00
itojun
1917442aa9
die if fd_set overruns
2002-08-09 02:40:57 +00:00
itojun
17110be88b
die if fd_set overrun. (they're not setuid binary so it is not that critical)
2002-08-09 02:17:26 +00:00
itojun
258ffca8eb
one more indentation fix
2002-08-09 02:09:25 +00:00
itojun
93a39a493f
more consistent indentation
2002-08-09 02:09:01 +00:00
itojun
31f93ffa75
revoke root priv earlier. check fd_set overrun (and die if overrun).
...
avoid using runtime-generated printf format string. from xs@kittenz.org
2002-08-09 02:04:03 +00:00
soren
236006d5dc
Remove extraneous \n's in {err,warn}{,x} that used to be printfs.
2002-08-08 13:24:12 +00:00
itojun
b77947eeb5
fix an exploitable fd_set overflow in mrinfo(8). drop root priv earlier.
...
do not use generated printf format string. from xs@kittenz.org
2002-08-08 00:21:36 +00:00
yamt
13ebe87a2f
add some comments.
2002-08-08 00:17:39 +00:00
wiz
aea5088350
Set the default password (if not specified) to a single star instead
...
of PasswordLength stars.
2002-08-07 14:24:52 +00:00