tsutsui
40d804cfae
Sync DK types and FS types with <sys/disklabel.h>.
...
XXX: More other stuff should be sync'ed?
2005-09-21 14:51:20 +00:00
christos
51f092ffb7
PR/31364: Douglas Fraser: cmd680 IDE controller not configured properly.
2005-09-21 14:32:46 +00:00
joerg
ecd31e06aa
Add joerg@netbsd.org.
2005-09-21 14:25:09 +00:00
tsarna
8c033b7764
Note pam_afslog
2005-09-21 14:20:56 +00:00
tsarna
4019a4212f
pam_afslog is used in conjunction with pam_krb5 to obtain AFS tokens and
...
create a PAG if necessary.
Especially important for home directories on AFS.
2005-09-21 14:19:08 +00:00
tron
dc5127a31e
Make "Mode Config" work if XAuth is not used.
2005-09-21 12:46:08 +00:00
christos
c9f5645213
use getgrnam_r; from Jon Nemeth
2005-09-21 12:24:11 +00:00
yamt
bddc9e47fe
add a file which i forgot when reviving VMSWAP option.
2005-09-21 10:21:46 +00:00
simonb
50bc896229
Remove trailing white space.
2005-09-21 09:19:23 +00:00
christos
debf7b4781
More simple projects.
2005-09-21 03:13:44 +00:00
bouyer
8519a64973
inline 2 trivial functions that are called often (according to profiling
...
data).
2005-09-20 20:33:53 +00:00
bouyer
0b1f7e4a8c
When disconnecting a device, we have to wait for pending I/O before releasing
...
the ressources (this can lead to a dom0 kernel crash when destroying a domain
with active I/O going). For this, add a refcount to struct xbdback_instance,
and defer CMSG_BLKIF_BE_DISCONNECT reply until refcount is back to 0 (which
means all queued buffers have completed).
Based on patch sent by Jed Davis on port-xen.
2005-09-20 20:29:18 +00:00
rpaulo
9c9c9cc011
Note the am-utils update and add rpaulo as another responsible person.
2005-09-20 18:41:43 +00:00
rpaulo
f50a838989
Mention am-utils 6.1.2.1 upgrade.
2005-09-20 18:40:22 +00:00
rpaulo
bff4a0b82d
mapc_showtypes() takes two arguments.
...
Fix a typo in the merge: s/sprintf/snprintf/.
2005-09-20 18:29:52 +00:00
rpaulo
c37aa2f852
Move the prototype for dplog() outside of the #ifdef DEBUG and avoid a
...
warning.
2005-09-20 18:07:04 +00:00
rpaulo
87dab801e3
Updated autoconf generated files for am-utils 6.1.2.1.
2005-09-20 18:00:15 +00:00
rpaulo
32f8c84662
Merge am-utils 6.1.2.1.
2005-09-20 17:57:44 +00:00
rpaulo
80fbfa7fec
Import of am-utils 6.1.2.1.
2005-09-20 17:12:54 +00:00
christos
8de29063ea
- Bump default data size from 128M to 256M, allows the java interpreter to
...
start up without unlimit.
- Bump max data size from 2G to 3G. The actual space we are allowed to allocate
is somewhere between 2G and 3G, so trying to allocate above that will fail.
- Bump max stack size from 32M to 64M.
Approved by fvdl
2005-09-20 16:38:58 +00:00
he
c8a9612d27
Initialize pw to placate -Wuninitialized for sh3.
2005-09-20 15:48:17 +00:00
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