Commit Graph

140163 Commits

Author SHA1 Message Date
jschauma
367b7cbf46 add nsfw - not suitable for work 2005-09-20 13:22:04 +00:00
yamt
a0093a4cf5 uninline vn_start_write and vn_finished_write as they are big enough. 2005-09-20 09:49:01 +00:00
wiz
7df453330f am-utils-6.1.2.1 is out. 2005-09-20 09:14:40 +00:00
mrg
1a05f328bc apply a patch from christian biere:
- if we have an open fd, use it instead and, eg, fstat(2), of the file name
and stat(2).
- signed/unsigned variable fixes
- misc. cleanup
2005-09-20 05:12:15 +00:00
thorpej
5d49661ebb Turn bounce buffer stats into evcnts and enable them by default. 2005-09-20 04:48:10 +00:00
wiz
f38e8b27b1 Sync usage with man page. 2005-09-19 22:43:21 +00:00
wiz
ff2f5aac09 Sort options. 2005-09-19 22:43:13 +00:00
explorer
ece068eb66 It's been quite some time since tcpdump compile-time flags were
changed.  For one, "tcpdump -D" works with this set, as well as
"tcpdump -U" and at least one undocumented flag for pcap debugging.
2005-09-19 21:18:30 +00:00
martin
26e557a8c6 Extend the gallant font to full ISO8859-1. Content provided by der Mouse,
formatting and any errors by me.
2005-09-19 19:27:31 +00:00
elad
f36ecf9e54 Document -k and -p.
Noted by wiz@, perry@.
2005-09-19 15:12:09 +00:00
dyoung
a58bd46ec2 People have to read this code, so I am removing the double-negative
tautology, #ifndef notdef, which is not only superfluous, but easily
misread as #ifdef notyet.
2005-09-19 05:28:46 +00:00
simonb
fcdfaefc09 Blank-line KNF. 2005-09-19 03:18:00 +00:00
simonb
5de1cebf91 Mark <sys/tprintf.h> as obsolete. 2005-09-19 03:16:40 +00:00
simonb
6339961352 Don't need to check for _KERNEL now that this file isn't installed
in /usr/include.
2005-09-19 03:16:16 +00:00
simonb
402b1dadb7 Don't check <sys/tprintf.h> - it's not installed any more. 2005-09-19 03:15:56 +00:00
simonb
6dd2ecbe09 Don't install <sys/tprintf.h> - it's a kernel-only header file. 2005-09-19 03:15:22 +00:00
christos
03ec972e58 maplen was uninitialized. 2005-09-19 02:47:15 +00:00
christos
d359ae5c43 MINSIGSTKSZ on linux is different depending on the platform and usually
smaller than ours.
2005-09-19 02:46:49 +00:00
christos
089e80014b Allow setting the reserved port we bind, witb -p. I've had this patch for
3 months stashed...
2005-09-19 00:59:56 +00:00
christos
7c86163536 ATTRTIMEO takes 2 args. 2005-09-19 00:49:52 +00:00
rpaulo
ece51eabd5 PR 22469: user.c should use "pwd.h" include file for
_PATH_USERMGMT_CONF. By rpixley@vm-netbsd-161.nominum.com.
2005-09-19 00:43:17 +00:00
christos
aa460c4e78 Allow amd to turn off the attribute cache. 2005-09-18 23:45:46 +00:00
christos
8f69843f6a Allow turning off the attribute cache. 2005-09-18 23:44:54 +00:00
elad
f6deb21161 Add -k key and -p password.
Slightly modified diff from V. Hari.
PR/15736.
2005-09-18 21:50:20 +00:00
agc
c73a10fe94 Ensure that a consistent coding style is used.
s/1/EXIT_FAILURE/
2005-09-18 21:41:26 +00:00
elad
392d31ddc2 Use more sane defaults for commented out fingerd entry.
From OpenBSD and Zafer Aydogan.
PR/31341.
2005-09-18 19:47:28 +00:00
christos
a6040f634b PR/13738: Johan Danielsson: ssh doesn't look at $HOME 2005-09-18 18:39:05 +00:00
christos
5391e24af6 Make -D behave like -L (obey GatewayPorts). Before it defaulted to listen
to wildcard which is not secure.
2005-09-18 18:27:28 +00:00
christos
218a95c0f2 Document that -D takes bind_address. 2005-09-18 16:22:35 +00:00
nsmrtks
6b6e3ae6ad Add diagnostic message. (for debugging with 060) 2005-09-18 16:12:34 +00:00
christos
e20c28140a Add compat signal headers. 2005-09-18 14:30:15 +00:00
christos
4471e7c6f5 From Liam Foy:
- Correct lenght for the username
- First character in the login name cannot be '-' (OpenBSD)
- Remove some #ifdef EXTENSIONS. find_group_info is always needed
- When printing change, if it's -1, place a correct string.
2005-09-18 14:15:53 +00:00
christos
88ee54d8c2 Check for another race reported by chuq. 2005-09-18 12:15:41 +00:00
wiz
de76f19a15 Fix typo. 2005-09-17 19:39:48 +00:00
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