agc
7843f87c3d
Factor out some common code.
2002-11-08 11:44:37 +00:00
rafal
ecf0596577
Convert to use getifaddrs(3) to get interface names; this is mostly removal
...
of grotty code to unpack data structures returned by the SIOCGIFCONF ioctl.
2002-11-08 03:40:28 +00:00
fvdl
d4f83aa2bb
Use a non-blocking SVC for TCP connections.
2002-11-08 00:14:50 +00:00
jrf
2547287233
Corrected the comment and error message.
2002-11-07 21:06:04 +00:00
jrf
fb826ed9ad
Detect NULL characters in a config file and error out.
2002-11-07 20:07:07 +00:00
jdolecek
01188cb460
constify structs, print also pipes for -f
2002-11-06 09:32:26 +00:00
thorpej
54a7ee3470
Allow more than one interface to be specified on the command line.
2002-11-05 14:18:04 +00:00
grant
f437cb0639
s/anyways/anyway/
2002-11-05 07:34:31 +00:00
thorpej
314b43faa0
For ELF, set d->loadaddr to 0, as we do for a.out.
...
On both my 4000/60 and SIMH, a boot program NOT loaded at 0 consistently
is loaded +0x5200 too high in memory, which which causes a fatal trap back
into the console even before the self-relocating code can run. "wHATEver."
2002-11-05 06:08:29 +00:00
thorpej
1a49eb0ca9
Make sure to fill in the load address in the dest. MOP header.
2002-11-05 05:06:05 +00:00
thorpej
ac17ec7137
Show the load address in hex.
2002-11-05 04:54:26 +00:00
enami
0ad4042cc2
... and fix typos which makes wrong display.
2002-11-02 06:35:30 +00:00
enami
a65c9b21f2
Cosmetic changes.
2002-11-02 06:32:10 +00:00
wiz
fdc93ee90f
Add tag for yesterday's state.
2002-11-02 02:07:43 +00:00
simonb
c79652b287
Print a newline between lines in -x mode.
2002-11-01 14:02:21 +00:00
mrg
3cf4c73d05
iostat(8) and systat(8) support for separate read/write disk statistics.
...
"iostat -x" now shows these (ala linux/solaris), but this is only splitting
the read/write bytes/transactions, not adding any new metrics. "systat
iostat" now has two new commands to switch between combined/separate mode
for both it's numbers & bar modes.
2002-11-01 12:47:55 +00:00
petrov
664489a4cb
follow-up rpcgen changes.
2002-10-31 08:39:13 +00:00
wiz
e597be7d4e
Fix typo. Found by Adrian Mrva.
2002-10-29 16:18:06 +00:00
wiz
c1f53358ea
Fix typos. Found by Adrian Mrva.
2002-10-29 16:16:58 +00:00
wiz
a125d07668
Fix typos. Found by Adrian Mrva.
2002-10-29 16:12:25 +00:00
itojun
41b5d4f9af
use strtoul, not atoi.
...
don't print strerrno() if errno == 0 on fatal().
sync w/kame
2002-10-26 20:10:02 +00:00
hubertf
4d58bf2551
Properly re-implement hilighting of the dialogue with the ftp(1)
...
process.
Thanks again for the throughout notification I got before that
was removed! :(
2002-10-26 14:43:43 +00:00
hubertf
4d4c17a923
use size of the right buffer
2002-10-26 12:37:00 +00:00
thorpej
2b3b2f08d6
Rather than relying on pure luck to get the log file on STDERR_FILENO,
...
explictly dup2 the log file dscriptor to STDERR_FILENO and close the
original.
2002-10-26 01:47:52 +00:00
thorpej
d2ed7ebdd1
* Use STDOUT_FILENO instead of 1.
...
* Pass the file descriptor to request_init() (libwrap) so that
it can actually do something useful later in fromhost().
2002-10-26 01:46:31 +00:00
wiz
3ced2f4983
Mention moused(8). From Julio Merino in PR 18801.
2002-10-25 21:02:45 +00:00
wiz
433a9df61c
Mention wsmoused(8). From Julio Merino in PR 18801.
2002-10-25 21:02:25 +00:00
wiz
e4a36f578d
Whitespace nit. Use .Nm instead of crossreferencing ourselves.
2002-10-24 16:22:49 +00:00
jonb
996cd2788d
Add a better hint about proper kernel configs than just "See Also sysctl(8)"
2002-10-24 16:06:05 +00:00
itojun
22a4160612
be more picky about argument parsing (check ERANGE from strtoul). sync w/kame
2002-10-24 12:54:14 +00:00
itojun
f062d0205a
make args u_long not to lose accuracy due to conversion/overflow.
...
from mark@openbsd
2002-10-23 03:48:07 +00:00
itojun
1d2f66eb21
add DPADD
2002-10-23 01:11:09 +00:00
itojun
86c2fb8d52
style
2002-10-23 01:09:50 +00:00
itojun
0a52cefa4d
add DPADD
2002-10-23 01:09:37 +00:00
itojun
bfd7fc27b3
add DPADD
2002-10-23 01:08:01 +00:00
grant
70e6e04099
Fix date typo, Oct 27 -> 17.
...
While it would be nice to be able to add features ahead of time,
it is not possible yet :)
2002-10-21 13:55:11 +00:00
lukem
307f4019a4
tweak usage now that multiple interfaces are supported...
2002-10-21 01:33:02 +00:00
provos
32b88027c7
use readlink with bufsize - 1; approved thorpej.
2002-10-19 20:33:17 +00:00
itojun
c025861aba
correct LBL_ALIGN behavior, sync with tcpdump.org.
...
enable LBL_ALIGN codepath to use byte-by-byte fetch in extract.h.
should correct PR 18688/18398.
2002-10-18 23:13:57 +00:00
thorpej
2c07094b2a
Allow more than one interface to be specified on the command line.
2002-10-17 19:13:50 +00:00
soren
dc8c2ef8d0
Postfix does not support the 'send-mail' arg.
2002-10-17 16:47:47 +00:00
wiz
26acd804be
Fix typo in last (hi christos).
2002-10-17 08:46:00 +00:00
christos
d5d6fac25a
Jeez! Delete hard-coded vt100 sequences. This could be done using termcap,
...
but why bother?
2002-10-17 03:34:20 +00:00
christos
590fa669c8
- eliminate the hard-coding of pathnames in the default install.
...
- all command executions now use the path [execvp/execlp/system].
- normalize the macro names as <COMMAND>_CMD.
- in some OS's full pathnames for commands can still be provided, but this
is not the default.
This was needed to fix -DTAR_FULLPATHNAME="/usr/bin/tar"
2002-10-17 03:31:33 +00:00
takemura
976f1e210f
Enabled apm command device node for hpcmips and put apm.8 and zzz.8 man pages
...
into mi directory.
2002-10-14 06:31:37 +00:00
soda
bcb7e65b95
revision 1.5 missed to add option -N and -M to 3rd argument of getopt(3).
2002-10-12 08:57:16 +00:00
thorpej
93854e538b
Allow devices to be orphaned, but emit an informational message when
...
this occurs.
2002-10-11 02:02:24 +00:00
thorpej
a27b30b1f8
Oops, fix editor mistake.
2002-10-11 01:54:50 +00:00
thorpej
bd86bbe5e9
Add support for specifying attributes as option-dependencies,
...
allowing for the following:
file foo.c foobar | bar
defflag BAR
device foobar
...to be expressed in the following (more natural) way:
define foo
file foo.c foo
defflag BAR: foo
device foobar: foo
2002-10-11 01:48:25 +00:00
thorpej
1f5fa983ab
Add support for specifiying attribute dependencies on attributes. This
...
allows for the following:
define foo
define bar { }: foo
device foobar: bar
An instance of "foobar" will select "bar", which will in turn select
"foo" due to "bar"'s dependency on "foo".
Circular dependencies are not allowed, and a dependency may also not
be an interface attribute.
2002-10-09 20:17:00 +00:00
thorpej
9b10cf346e
Use DVUNIT_ANY.
2002-10-09 03:10:19 +00:00
lukem
6e980262a4
Remove convoluted code to work around missing lch{flags,mod,own}();
...
instead, rely upon libnbcompat to provide a workaround (which returns
an error if the target is a symlink).
Should fix another MacOS X build issue due to missing lchown(2).
2002-10-08 00:34:08 +00:00
heinz
c624907cf7
fix small typo
2002-10-06 17:13:24 +00:00
lukem
64beaeafc8
- Check HAVE_LCHFLAGS for lchflags(2) support, rather than assuming
...
that HAVE_STRUCT_STAT_ST_FLAGS implies this.
- Set HAVE_LCHFLAGS for native builds
- Clean up {CLEAR,SET,CHANGE}FLAGS macros, and only provide if
HAVE_STRUCT_STAT_ST_FLAGS is set.
(Fixes compilation as a tool on MacOS X, noted by Allen Briggs.)
2002-10-06 01:36:09 +00:00
thorpej
d90d300b7b
Overhaul the way cfattach structures are looked up. The cfdata entry
...
now carries the name of the attachment (e.g. "tlp_pci" or "audio"),
and cfattach structures are registered at boot time on a per-driver
basis. The cfdriver and cfattach pointers are cached in the device
structure when attached.
2002-10-04 01:50:53 +00:00
lukem
ba51c8dc18
alpha also supports append & sunsum
2002-10-03 07:27:50 +00:00
lukem
454998fc21
correct comment
2002-10-03 05:31:25 +00:00
wiz
40a72a2371
Undo last, on request by agc.
2002-10-02 17:30:08 +00:00
thorpej
ab0f429042
Add a trailing ; to CFDRIVER_DECL.
2002-10-02 16:49:03 +00:00
wiz
4fcce79872
utilize American spelling.
2002-10-02 15:45:32 +00:00
wiz
9287b22a99
Fix typo. Spotted by Adrian Mrva.
2002-10-02 15:41:53 +00:00
wiz
8ea866f1ab
between with three es, and positive with two is.
2002-10-02 15:30:11 +00:00
grant
7d8ff25974
new sentence, new line.
2002-10-02 13:49:11 +00:00
itojun
dd84b30b3c
license clarification, from openbsd
2002-10-02 06:47:48 +00:00
itojun
901d58cdce
poll.h, not sys/poll.h
2002-10-01 05:56:12 +00:00
itojun
c3cbda0efb
move mbone tools out of basesrc, as they use part of mrouted
2002-10-01 03:50:07 +00:00
itojun
4adeccac17
fix .PATH to mrouted
2002-10-01 03:40:31 +00:00
itojun
9bbfbbb676
move mrouted out of basesrc, as it carries non-BSD license.
...
agreed w/ core.
2002-10-01 03:30:50 +00:00
itojun
7cf12fa457
valid_password_length() is a boolean function, so there's no point in
...
having "> 0" in if clause.
2002-10-01 02:50:51 +00:00
thorpej
f4a263573b
Use CFDRIVER_DECL().
2002-09-30 18:54:36 +00:00
agc
92ef00aeba
Update previous to reflect reality. For blowfish passwords, the salt
...
can be a variable length field, so check the (fixed length) password
length, rather then the length of the whole password+salt+cipher.
Use a cipher type of "$2a" for blowfish.
2002-09-30 14:15:47 +00:00
agc
e7bdda1971
Handle PR 18474 in a more safe and scalable fashion - keep a table of
...
password types, and their associated lengths, and check in useradd or
usermod whether the given encrypted password has the correct length.
This removes the (duplicated) hardcoded lengths which had crept in
with the last commit, and also checks the length of the given password
against the expected length.
2002-09-30 10:32:40 +00:00
itojun
84237f231a
support MD5/blowfish password. PR 18474.
2002-09-30 04:05:22 +00:00
wiz
b1c7ac0e6d
"definitions" has lots of 'i's, but that's not reason to leave one out.
2002-09-29 23:23:56 +00:00
martti
a645b3b843
Don't execute /etc/postinstall if -b was used.
2002-09-28 06:17:16 +00:00
thorpej
bf97c13c6c
Declare all cfattach structures const.
2002-09-27 20:41:46 +00:00
grant
34e29c6844
fix typo, from Julio Merino in bin/18440.
2002-09-27 18:20:52 +00:00
itojun
88b96862d4
IPV6_V6ONLY setsockopt has to happen before bind(2). PR 18435
2002-09-27 14:43:00 +00:00
thorpej
d1ad2ac4f2
Rather than referencing the cfdriver directly in the cfdata entries,
...
instead use a string naming the driver. The cfdriver is then looked
up in a list which is built at run-time.
2002-09-27 02:24:06 +00:00
agc
e66e457180
<sys/map.h> is no more - don't try to include it.
2002-09-26 21:30:30 +00:00
thorpej
09354b26ef
Fix an uninitialized pointer bug in emitcfdata().
2002-09-26 21:07:49 +00:00
onoe
55ef0eb8b9
Changed the name for resource id 0xfd45 to match the reality.
...
WI_RID_OWN_BEACON_INT -> WI_RID_CUR_BEACON_INT
2002-09-26 16:52:44 +00:00
thorpej
fc0fe0347d
Overhaul the way parent attachments are specified; instead of using
...
a vector of indices into the cfdata table to specify potential parents,
record the interface attributes that devices have and add a new "parent
spec" structure which lists the iattr, as well as optionally listing
specific parent device instances.
See:
http://mail-index.netbsd.org/tech-kern/2002/09/25/0014.html
...for a detailed description.
While here, const poison some things, as suggested by Matt Thomas.
2002-09-26 04:07:35 +00:00
wiz
5e977f5ead
Ispell. Begin new sentences on a new line.
2002-09-26 01:41:51 +00:00
wiz
5dbdce59f0
Fix date.
2002-09-25 00:34:44 +00:00
wiz
e9df1e7eda
Drop trailing whitespace.
2002-09-25 00:09:38 +00:00
mycroft
29ac8aa531
Fix PR 18391, from Geoff Wing.
2002-09-24 17:32:03 +00:00
itojun
b5c1ff7fae
set IPV6_V6ONLY to 1 to avoid complicated access control issue
...
(libwrap takes care of it, but just to be sure)
2002-09-24 13:53:54 +00:00
itojun
2eca5c16aa
set IPV6_V6ONLY to 1.
2002-09-24 13:48:14 +00:00
itojun
c41e40e20e
set IPV6_V6ONLY socket option for AF_INET6 socket, to avoid
...
complicated access control issue due to IPv4 mapped address.
2002-09-24 13:31:33 +00:00
uebayasi
6a49247a32
Sprinkle .Xrs to packages(7).
2002-09-24 03:18:00 +00:00
mycroft
aae6c28cf9
null commit
2002-09-23 12:44:34 +00:00
itojun
f46e921837
poll.h, not sys/poll.h
2002-09-23 03:36:03 +00:00
dbj
df3f757254
add mkdevsw.o to OBJS
2002-09-22 06:22:50 +00:00
christos
221d636e59
PR/15692: Love: specify ipsec policy for mountd.
2002-09-21 20:35:00 +00:00
itojun
3ca6603d44
sys/poll.h -> poll.h
...
reduce diff w/ kame tree.
2002-09-20 22:04:31 +00:00
mycroft
a5f0bfc173
Set fd of unused pollfd entries to -1.
2002-09-20 19:51:33 +00:00
mycroft
012f202229
Minor simplification.
2002-09-20 19:49:59 +00:00
mycroft
39f9b8328c
Set fd of unused pollfd entries to -1.
2002-09-20 19:48:58 +00:00
mycroft
ab637af34b
Minor cosmetica.
2002-09-20 19:23:58 +00:00
mycroft
f90ffa1f0c
select() -> poll()
2002-09-20 15:23:06 +00:00
mycroft
bead6c7cd4
Use STDIN_FILENO/STDOUT_FILENO as appropriate.
2002-09-20 15:23:05 +00:00
mycroft
1ae4d43ce6
select() -> poll()
2002-09-20 15:15:49 +00:00
mycroft
ae69ed2b35
select() -> poll()
2002-09-20 14:16:03 +00:00
mycroft
562704fd8f
select() -> poll()
2002-09-20 13:30:18 +00:00
mycroft
648377324d
select() -> poll()
2002-09-20 13:08:21 +00:00
mycroft
c2748cb222
select() -> poll()
2002-09-20 06:02:25 +00:00
lukem
1b2d905cd0
cast "%ld", xxx.tv_sec to a long
2002-09-20 04:12:42 +00:00
mycroft
176cc386e1
If we can't set FD_CLOEXEC on a listening socket, close it rather than allowing
...
it to be passed down to inetd's children.
Note: Setting FD_CLOEXEC can't actually fail, but we did check for the error
anyway...
2002-09-19 21:59:03 +00:00
mycroft
59edfd2c03
Simplify the accept() code a little -- sockaddr_storage is fine for both
...
AF_LOCAL and AF_INET{,6}.
2002-09-19 20:35:56 +00:00
mycroft
4082cae6ac
If we exit because the pid file is locked, syslog that.
2002-09-19 20:22:32 +00:00
mycroft
e1a3e519ec
select() -> poll(), nanosleep()
2002-09-19 20:08:58 +00:00
mycroft
05abee23d9
select() -> poll(), nanosleep()
2002-09-19 16:45:57 +00:00
lukem
805b400ba7
use NETBSDSRCDIR as appropriate
2002-09-19 12:08:37 +00:00
mycroft
478dc25d0a
select() -> poll()
2002-09-19 03:31:19 +00:00
mycroft
fbf6498012
select() -> poll()
2002-09-19 03:04:13 +00:00
mycroft
7fa9b49281
select() -> nanosleep()
2002-09-19 02:59:20 +00:00
mycroft
45e43d0ec5
select() -> poll()
...
Also clean up some very ugly code.
2002-09-19 02:49:41 +00:00
mycroft
3e966fa349
select() -> poll()
...
Also, remove a call to path_create() that causes the `prepend' path held by
pkg_perform() to be deleted, causing a core dump later when pkg_perform()
tries to remove it itself.
2002-09-19 02:13:57 +00:00
mycroft
01d349833e
select() -> poll()
...
Also, change the way console input is passed to the subprocess -- instead of
echoing it in sushi, instead set the pty to cooked mode and have it do any
echoing. This will work better if we have scripts that accept input (sometimes
we don't want it visible; e.g. if it's a password) and also has the side effect
of allowing a command to be interrupted with ^C.
2002-09-19 00:45:47 +00:00
mycroft
8efb63f066
select() -> poll(), nanosleep()
2002-09-19 00:01:33 +00:00
mycroft
36b12b30ec
select() -> poll()
2002-09-18 23:33:37 +00:00
mycroft
ae627c1271
select() -> nanosleep()
2002-09-18 23:27:25 +00:00
mycroft
7f79942c2d
select() -> nanosleep()
2002-09-18 23:18:44 +00:00
mycroft
9b3fb0ad17
Fix pluralization in a syslog message.
2002-09-18 23:16:13 +00:00
mycroft
c563d4c7c3
select() -> poll()
2002-09-18 23:13:39 +00:00
mycroft
720a68f0ca
select() -> poll()
2002-09-18 20:58:56 +00:00
lukem
c52b93f508
minor makefile delint
2002-09-18 13:31:52 +00:00
lukem
17d72c8a6b
use NETBSDSRCDIR as appropriate
2002-09-18 03:54:26 +00:00
thorpej
3b08abd277
* Eliminate the USE_NEW_TOOLCHAIN variable. Instead, split it into
...
two variables:
TOOLCHAIN_MISSING -- set to "yes" on platforms for which there is
no working in-tree toolchain (hppa, ns32k, sh5, x86_64).
EXTERNAL_TOOLCHAIN -- if defined by the user, points to the root of
an external toolchain (e.g. /usr/local/gnu). This enables the cross-build
framework even for TOOLCHAIN_MISSING platforms.
If TOOLCHAIN_MISSING is set to "yes", MKGDB, MKBFD, and MKGCC are all
unconditionally set to "no", since the bits are not there to build.
If EXTERNAL_TOOLCHAIN is set, MKGCC is unconditionally set to "no",
since the external toolchain's compiler is not in-sync with the
in-tree compiler support components (e.g. libgcc).
* Set MACHINE_CPU much earlier in bsd.own.mk, so that more tests in
that file can use it.
2002-09-17 23:18:25 +00:00
manu
a9fed43086
Initial support for APM on hpcarm (just enough to get battery state)
2002-09-16 19:58:58 +00:00
thorpej
9aa45a9c40
Fix typo (sigh).
2002-09-16 00:12:54 +00:00
thorpej
677d45a6a2
The new comment in the file says it all:
...
# UNDER NO CIRCUMSTANCES SHOULD THIS MAKEFILE TEST THE OUTPUT OF uname!!
# DOING DO BREAKS CROSS COMPILING.
2002-09-15 23:56:57 +00:00
thorpej
3b1c84c6b5
Resolve rpcgen's path in a way that works with other shells.
2002-09-14 05:35:13 +00:00
mycroft
a939a62069
config.[ch] -> manconf.[ch]
2002-09-13 20:40:04 +00:00
itojun
0319b78e54
copyright clarification. from openbsd
...
1.
Paul Mackerras and the Australian National University have worked things
out, and as a result, Paul now owns copyright on all these files, with the
proper terms.
2.
and... we managed to contact "Eric Rosenquist" <eric@rosenquist.com> through
the help of people who found him: first one was nick.stott@cogeco.ca
This now has a better license. Two authors left to go.
2002-09-13 14:32:11 +00:00
pooka
87a8e425d5
make usrdevicenames match reality better
...
from Ilpo Ruotsalainen
2002-09-13 14:29:15 +00:00
christos
d0deebbba7
Add a simple test to see if the whoami functionality works.
2002-09-11 18:19:42 +00:00
enami
78948a7123
Salvage pre-devsw config support so that one can config such as other
...
branch's kernel.
2002-09-11 06:20:09 +00:00
itojun
2237adde2a
use HUGE_VAL defined in <math.h> instead of 1e500 for positive infinity.
...
gcc -pedantic audit by deraadt@openbsd.org
2002-09-08 09:28:23 +00:00
itojun
bdbbb53d75
signal handler must take "int" arg. from deraadt, sync w/kame
2002-09-08 01:42:55 +00:00
itojun
52c469ffaa
socklen_t audit. from deraadt, sync w/kame
2002-09-08 01:41:12 +00:00
itojun
1ddc65b732
socklen_t audit. KNF. signal handler must use _exit(), not exit().
...
from deraadt, sync w/kame
2002-09-08 01:40:08 +00:00
junyoung
b255e80b6f
Make this compile.
2002-09-06 13:59:09 +00:00
gehenna
77a6b82b27
Merge the gehenna-devsw branch into the trunk.
...
This merge changes the device switch tables from static array to
dynamically generated by config(8).
- All device switches is defined as a constant structure in device drivers.
- The new grammer ``device-major'' is introduced to ``files''.
device-major <prefix> char <num> [block <num>] [<rules>]
- All device major numbers must be listed up in port dependent majors.<arch>
by using this grammer.
- Added the new naming convention.
The name of the device switch must be <prefix>_[bc]devsw for auto-generation
of device switch tables.
- The backward compatibility of loading block/character device
switch by LKM framework is broken. This is necessary to convert
from block/character device major to device name in runtime and vice versa.
- The restriction to assign device major by LKM is completely removed.
We don't need to reserve LKM entries for dynamic loading of device switch.
- In compile time, device major numbers list is packed into the kernel and
the LKM framework will refer it to assign device major number dynamically.
2002-09-06 13:18:43 +00:00
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
blymn
d8747fc408
Incorrect form commands were used for the left and right char handlers.
2002-08-07 11:03:45 +00:00
agc
b35288ab0c
Add a function is_local_user(), and use it in moduser(), to check that
...
the user is not found through NIS.
Completes fix of PR 17849, from Grant Beattie (grant@netbsd.org ).
Also, don't cast return type of pw_abort(3) to void, as it already is void.
2002-08-06 11:56:26 +00:00
agc
569d79bd84
Remove the /etc/ptmp file via pw_abort(3) if the pw_mkdb(3) call fails.
...
Addresses part of PR 17849 from Grant Beattie, grant@netbsd.org .
2002-08-06 09:03:55 +00:00
hubertf
ac31af18a9
20020804:
...
* pkg_admin pmatch
* pkg_add increases resource limits
No need to bump PKGTOOLS_REQD as these are not used anywhere right now!
2002-08-04 21:49:23 +00:00
hubertf
ed4b7caed9
Try increasing number of max. open files as high as possible.
...
Prevents annoying errors when installing biggies like KDE.
2002-08-04 21:47:24 +00:00