rpaulo
0c7a413532
/usr/share/examples/postfix/TLS_LICENSE should be installed even when
...
MKDOC=no. Noticed by Ralf Huvendiek <netbsd@kaervek.net> on current-users.
2005-09-17 19:33:00 +00:00
elad
be00ef5e40
Document permit_nonalpha.
...
PR/20497.
2005-09-17 19:32:11 +00:00
elad
c8399f93d6
Fix buffer overflow. We don't really care about trimming the filename here.
...
PR/28739, from Michael Santos.
2005-09-17 19:18:31 +00:00
chs
7bdb7511a0
fix build problems with parallel make: always descend into the tools dir
...
and add some .WAITs to avoid deciding to build a tool again before
the previous instance finishes.
2005-09-17 16:52:02 +00:00
chs
3d217d24ea
use a .BEGIN target to make the various symlinks,
...
the previous way had problems with parallel make.
2005-09-17 16:49:25 +00:00
ginsbach
85dd62aa2a
Add description for -r option. Description taken from traceroute man page.
2005-09-17 15:16:11 +00:00
yamt
afd97d8be9
bump to 3.99.9 for uvm_swap_stats change.
2005-09-17 14:54:24 +00:00
yamt
a0bdf5ef81
irix_sys_swapctl: follow uvm_swap_stats changes.
2005-09-17 14:52:55 +00:00
yamt
b63b4e8324
- make uvm_swap_stats acquire swap_syscall_lock by itsself
...
so that callers don't need to acquire it beforehand.
- make swap_syscall_lock static.
2005-09-17 14:51:50 +00:00
yamt
b0f1e65487
note that VMSWAP is on by default.
2005-09-17 14:44:09 +00:00
yamt
a9fc4cefe5
revive VMSWAP.
2005-09-17 14:42:39 +00:00
yamt
a901cfd77c
enable VMSWAP by default.
2005-09-17 14:39:11 +00:00
yamt
d597202302
make VMSWAP optional again.
2005-09-17 14:38:38 +00:00
yamt
209478cccf
protect p_nrlwps by sched_lock.
2005-09-17 14:35:51 +00:00
skrll
fbe43fd3d2
KNF. That is change u_intN_t to uintN_t.
2005-09-17 12:40:27 +00:00
tsutsui
f80595ca7d
Switch mips to the new libc compat code layout.
2005-09-17 11:49:39 +00:00
yamt
bea9347034
fix buffer overrun for symbolic links. PR/31325.
2005-09-17 10:28:26 +00:00
yamt
7e71f567e4
include "conf/std".
2005-09-17 09:44:05 +00:00
yamt
0576f5e521
add conf/std for MI standard options. currently empty.
2005-09-17 09:43:40 +00:00
christos
5c902c0f21
Document that mkdir("/", x) returns EISDIR. According to POSIX this is not
...
an allowed error, but we return EIO and EDQUOT also which are not in POSIX
either.
2005-09-17 06:08:03 +00:00
christos
b39d90de0c
mkdir(2) can return EISDIR for /
2005-09-17 06:05:04 +00:00
elad
02197be174
Lint warnings.
2005-09-17 01:51:21 +00:00
jmcneill
a06fde40bd
Match my Zonet ZEW2500P
2005-09-16 23:55:14 +00:00
jmcneill
4cfb3e3385
Additional usbdevs entry for Ralink; found on my Zonet ZEW2500P
2005-09-16 23:54:25 +00:00
elad
769541972d
Rename struct pw_policy -> struct pw_policy_handler.
2005-09-16 22:38:48 +00:00
drochner
a7eb670171
these went to compat
2005-09-16 18:29:55 +00:00
drochner
345977809b
some stuff went to compat
2005-09-16 18:27:34 +00:00
drochner
dc5149a5bf
sigtramp1 moved to compat
2005-09-16 18:24:49 +00:00
drochner
153a0d2611
bring the compat code for alpha into place
2005-09-16 18:21:19 +00:00
christos
29f3692018
add <compat/sys/signal*.h>
2005-09-16 17:09:52 +00:00
christos
5b36787563
spelling fixes from Joerg Sonnenberger
2005-09-16 17:05:14 +00:00
christos
b60b306ef2
Another missing mkdir() race pointed out by chuq. Factor out the mkdir code.
2005-09-16 16:48:18 +00:00
wiz
c4b850a8a6
Add man page for l{,l}rint{,f}(3), very loosely based on the FreeBSD one.
...
Requested by martin@
Reviewed by drochner@
2005-09-16 15:26:47 +00:00
yamt
db59142cb3
tmpfs_dir_getdotdotdent: correct fileid.
2005-09-16 00:18:48 +00:00
dyoung
b1725a3d60
Commit a straggler: use the new SIOCG80211STATS/SIOCG80211ZSTATS
...
ABI.
2005-09-15 23:35:15 +00:00
tsarna
064cb14faa
Rest of fix for PR#31184: getaddrinfo() now honors resolv.conf sortlist
...
directive for dns answers.
Also, unifdef the RESLVSORT (non-)option sillyness.
Reviewed by christos.
2005-09-15 23:33:41 +00:00
uwe
8a5d0eb1c0
Add lint stubs for __setjmp14 and __sigsetjmp14.
2005-09-15 22:49:33 +00:00
uwe
4890707a48
Switch arch/sh3/gen to the new compat code layout.
2005-09-15 22:44:58 +00:00
christos
d23b4c02bd
This is not used anymore; pointed out by uwe.
2005-09-15 21:56:30 +00:00
uwe
bdfc6e2e00
Switch arch/sh3/sys to the new compat code layout.
2005-09-15 21:39:15 +00:00
skrll
609c167c77
Correct a debug message.
2005-09-15 19:56:50 +00:00
mrg
84cb5f3013
oops. fix previous by keeping the stat() inside #ifndef SMALL. pointed
...
out by dsl.
2005-09-15 18:51:33 +00:00
uwe
04b13834d6
Drop obsolete bus_space_* compat defs.
2005-09-15 18:34:03 +00:00
tsarna
083c291209
Re-enable resolv.conf sortlist support in gethostbyname().
...
Fixes first part of PR#31184. addrsort() was not exposed to the rest of
libc as it turns out not to be usable for getaddrinfo(), so a different
sorter will be implemented for that.
2005-09-15 15:25:40 +00:00
wiz
b2e59d5cd3
Sort sections.
2005-09-15 15:14:37 +00:00
nonaka
f4b01f6f22
Added rs5c372rtc, shpcic man pages.
2005-09-15 15:04:55 +00:00
tron
19577e1cae
Reject unformatted manual pages with "[" characters in the description
...
because "makewhatis" cannot handle nroff macros properly. This fixes
the result of "apropos chrtbl". Problem pointed out by wizd(8)
in private e-mail.
2005-09-15 14:20:01 +00:00
drochner
ccaf4d6706
use __inline as before, otherwise "gcc -ansi" blows up
2005-09-15 13:44:41 +00:00
christos
a6b8486dda
Mention compat changes, and fix the entry above; (hi jmmv)
2005-09-15 12:41:23 +00:00
yamt
8e6209cffb
change the way to handle directory "offsets" so that
...
they won't be changed when removing entries in the directory.
some applications like cvs rely on this.
2005-09-15 12:34:35 +00:00