christos
e6dabc3c76
PR/43961: YAMAMOTO Takashi: uninitialized variable in termcap.c
...
Remove dead code.
2010-10-12 12:49:27 +00:00
pooka
04832f614a
Don't attach as pseudo device here. This driver does attach in modcmd.
2010-10-12 09:14:43 +00:00
skrll
1a2905d635
Don't include opt_multiprocessor.h - it is not needed.
2010-10-12 06:39:48 +00:00
jakllsch
2571582bb0
Correct another off-by-one-bit error. This time for Erratum 97.
2010-10-12 00:39:08 +00:00
christos
6188013961
use "RZ()" instead of ATF_CHECK(), since ATF_CHECK does not deal with errno.
...
This is repulsive, specially the part about hard-coding the h_macros.h file
in the c code.
2010-10-11 15:48:57 +00:00
plunky
b6cf5bddb1
some extra information about "page timeout" option
2010-10-11 15:37:55 +00:00
plunky
2cf0f09d1d
add a reference in the SEE ALSO section to "The NetBSD Guide" for
...
detailed examples of device configuration
2010-10-11 15:30:57 +00:00
christos
99101ab637
don't use err(), from pooka.
...
CV: ----------------------------------------------------------------------
2010-10-11 15:16:01 +00:00
plunky
2b7d599723
manpage improvements
2010-10-11 15:15:57 +00:00
vanhu
fe1c6ea2f2
report a higher encryption key length in approval for OBEY / CLAIM / STRICT modes
2010-10-11 14:16:30 +00:00
njoly
ba1533a242
Update macppc list for MKX11+MKDEBUG builds.
2010-10-11 13:58:10 +00:00
manu
f4f951a0c1
Remove code supporting SOCK_STREAM, as SOCK_DGRAM works fine
2010-10-11 05:37:58 +00:00
manu
f782f0a9e3
FUSE filesystems' readlink returns a resolved link with a NUL trailing
...
character, and PUFFS do not want it. This fixes this bug, that returned
stat the informations for x instead of reporting ENOENT:
mkdir x && ln x z && stat -x z/whatever/you/want
2010-10-11 01:52:05 +00:00
manu
160a586559
Interm hack raising buffers for /dev/fuse socket used in the filesystem.
...
This works around read(2) system callsfailing with ENOBUFS.
This is a hack bedause there is no way to know that 4 * FUSE_BUFSIZE
will be enough to hold queued FUSE frames. It seems good enough at
mine.
2010-10-11 01:12:25 +00:00
manu
5b646d774b
- fix access control: pcn->pcn_cred is not user credentials
...
- Keep track of file generation
- remove size tracking in pnd_size, we have it in pn_va.va_size
2010-10-11 01:08:26 +00:00
christos
45bdf1678c
restore binary compatibility for pre-2.0 binaries, requested by skrll and core.
2010-10-10 21:27:16 +00:00
christos
d0d0f54f24
restore binary compatibility for amd64; requested by joerg.
2010-10-10 21:24:34 +00:00
rmind
e2137dd128
npf_packet_handler: clear M_CANFASTFWD flag, so inspection would work when
...
fast forwarding is enabled (e.g. with GATEWAY kernel option). Thanks matt@
for the tip.
2010-10-10 15:29:01 +00:00
tsutsui
5668b16a99
Disable USE_PAM on ports which have legacy non-XFree86 servers.
...
With this change, xinit(1) can properly quit Xserver after
xinitrc script exits.
Tested on dreamcast (-current) and hpcmips (netbsd-5).
2010-10-10 07:03:28 +00:00
kiyohara
e9e3825df9
Add strtc(ST M41T80 Real-Time Clock).
2010-10-10 05:19:35 +00:00
kiyohara
f96f01c382
Add options STRTC_NO_USERRAM and STRTC_NO_WATCHDOG for m41t80.
2010-10-10 05:17:44 +00:00
kiyohara
fc53f5307a
Add timeout for wait.
...
Not send STOP, if received ACK.
2010-10-10 04:49:48 +00:00
phx
e5dc6216e2
Missing \n after printing device type.
2010-10-09 19:46:15 +00:00
haad
2b4880da46
In rome do as romans do. If I will get EEXIST from devsw_attach don't exit and
...
continue. This unbreaks usage of libdm in RUMP.
2010-10-09 12:56:06 +00:00
wiz
1318c0e8c4
Bump date for SIGINFO.
2010-10-09 07:40:58 +00:00
yamt
b8e1de358f
update
2010-10-09 05:24:55 +00:00
mrg
3b4fa1d52f
add SIGINFO support; from freebsd:
...
when a SIGINFO is delivered, display the approximate remaining seconds.
2010-10-09 04:57:30 +00:00
kiyohara
171c49e42c
Add more explanation to XXXX. It value from Marvell LSP.
2010-10-08 11:20:22 +00:00
gsutre
646cb7e223
Store sysctl MIBs instead of a pointer to the root of the sysctl
...
sub-tree (because the pointer may be invalid at the time we use it).
ok jruoho@
2010-10-08 07:04:31 +00:00
macallan
895c84f438
use WSDISPLAYIO_PARAM_BACKLIGHT as a switch and WSDISPLAYIO_PARAM_BRIGHTNESS
...
for backlight level instead of following radeonfb
TODO: adapt radeonfb and powerd scripts
2010-10-07 20:39:54 +00:00
hans
9fb47a8218
Enable Pchip and Cchip error interrupts (machine checks) on DEC 6600
...
systems. Add some basic pretty-printing for those errors. Tested on
a DS20.
2010-10-07 19:55:02 +00:00
hans
64984f4101
fix SGMAP_DEBUG on alpha
2010-10-07 19:39:30 +00:00
kiyohara
8cd794a74b
Fix build failure. s/const static/static const/.
2010-10-07 16:26:37 +00:00
roy
ad56e82b2d
Import dhcpcd-5.2.8
2010-10-07 14:41:02 +00:00
roy
2b71ad63d1
Sync
2010-10-07 14:38:10 +00:00
roy
ada0026e42
Import dhcpcd-5.2.8 with the following changes from 5.2.4
...
* Use dynamically sized buffers for reading kernel link events
* Use the active link address
* Added option to dump a lease to stdout
* TEST mode now works correctly if an old lease is NAKed
* routes with the gateway = leased ip are now treated as host routes
2010-10-07 14:35:56 +00:00
kiyohara
b5a696dfa9
Fix read CIS. And pass to attach args the standard function interface code.
2010-10-07 12:40:34 +00:00
kiyohara
881038840f
Remove unnecessary Tab.
2010-10-07 12:28:34 +00:00
kiyohara
62d43dee68
Support High-Speed mode.
2010-10-07 12:24:23 +00:00
kiyohara
370119eed5
Support change Open-drain/Push-pull by bus_rod().
2010-10-07 12:06:09 +00:00
kiyohara
9e2097666b
Add bus_rod. It use to change to Data Transfer mode.
2010-10-07 12:00:21 +00:00
macallan
4fbc897fbb
finish device_t-ification
2010-10-07 07:53:53 +00:00
yamt
a2939d499b
make ipfr_lock IPL_VM as ip_reass_drain is called in interrupts via
...
the drain hook for mbuf pools.
2010-10-07 03:15:49 +00:00
chs
79f3dfff82
when we use a fake data section, make sure that the start is page-aligned.
2010-10-07 02:14:02 +00:00
christos
b2af84a88a
bump PROTOMAX
2010-10-07 01:28:50 +00:00
enami
3cef3e6eba
The was is not an argument but simply a part of sentense.
2010-10-07 00:14:14 +00:00
jakllsch
563adefd93
Fix vcore readings in some cases on W83627THF by being mindful of the VRM9 mode.
2010-10-06 18:13:33 +00:00
haad
06d49ab5e3
Import new test program for device-mapper driver it currently call dm_version_list
...
and dm_targets_list ioctl to test if dm driver inside rump works.
It will be disable for now, because I need to find out why if I run this
test by atf-run it fails while running h_dm by hand works.
XXX. component.c in rump/libdm calls devsw_attach before dm_modcmd can do
that therefore unmodified modcmd returns error.
2010-10-06 11:24:55 +00:00
agc
c9aae3a745
fix an off-by-two error when printing out the received key
2010-10-06 10:12:36 +00:00
agc
39e763161d
don't try to print a key if an error occurred
2010-10-06 09:58:22 +00:00