Commit Graph

189560 Commits

Author SHA1 Message Date
pooka
9ad78fb4c9 * initialize msgbuf
* for banner, use aprint_verbose instead of if (verbose) printf
2010-03-31 11:35:33 +00:00
roy
dfa7c1a372 Note import of dhcpcd-5.2.2 2010-03-31 09:21:43 +00:00
roy
72889e7367 Import dhcpcd-5.2.2 with the following changes:
* Don't send a maximum DHCP message size beyond what we can handle.
* ip_id is now randomized.
* IPTOS_LOWDELAY and IP_DF flags are no longer set.
2010-03-31 09:14:47 +00:00
tls
4e65861033 Don't hold kernel lock across call to ip_input() -- it blocked *all*
hardware interrupts for the length of time it took for all dequeued
packets to flow up the stack (on multiprocessors only).  Initial testing
shows performance impact is minimal -- since this temporary fix actually
means taking/releasing the kernel lock per-packet, that seems
acceptable.

Holding the kernel lock across the ip_input() call duplicated the
exclusion intended to be provided by the socket locks/softnet lock
(same lock, for INET/INET6 sockets) and could mask serious bugs.  Several
hours' testing didn't turn any up but I'd be surprised if some don't now
appear.

Damon Permezel noticed the problem.  Temporary fix suggested by matt@.
2010-03-31 07:31:15 +00:00
skrll
061c4b41cb Whitespace. 2010-03-31 06:40:30 +00:00
skrll
03eb22ecf7 #define<tab> 2010-03-31 06:35:12 +00:00
macallan
38fe6d6284 Do as OpenSolaris does and read the status register after each write.
Now this driver works on my Blade 2500.
2010-03-31 05:09:41 +00:00
joerg
a26d6af163 Kill stray t. 2010-03-31 04:17:23 +00:00
pooka
19599ea184 If msgbuf is not enabled, do not report the node in readdir. That
way ls -l won't report funny errors because getattr for a readdir
result fails.

XXX: lookup for msgbuf still succeeds even if not enabled
2010-03-31 01:27:05 +00:00
dyoung
2cb6d7b338 Include more sources in the tags target. Don't compute tags on some
non-existent assembly-language files.
2010-03-31 00:00:33 +00:00
martin
9174b80259 Do not bother to ask the user for CD details (like device name or path
on the CD) if we can find CDs (i.e. media, not drives) automagically
and check the standard paths on it.

If we find multiple CDs, offer a menu to select showing the volume
name. If something goes wrong, fall back to the manual input method.

In typical installs this makes us just proceed with extracting the sets
after selecting "install from CD/DVD", w/o any further interaction.

As a side effect fixes PR 43012.
XXX new messages need translations.
2010-03-30 20:09:25 +00:00
skrll
0b76114e29 Comments against #endifs. 2010-03-30 19:54:28 +00:00
skrll
a4710ab9c3 Whitespace. 2010-03-30 19:38:52 +00:00
skrll
1a1da55a23 Whitespace. 2010-03-30 19:27:54 +00:00
joerg
cd633b37f3 Update for libarchive 2.8.2 2010-03-30 14:43:06 +00:00
tnn
014ac6d91a yinterrupt -> interrupt 2010-03-30 14:38:27 +00:00
joerg
44f960014f \\ -> \e 2010-03-30 14:26:55 +00:00
joerg
d87aa4973c Fix \\ encoding 2010-03-30 14:26:16 +00:00
joerg
ccefd0e16a Kill non-existent macros. 2010-03-30 14:13:49 +00:00
joerg
104dbdf3ec Assume o umlaut is transliterated by nroff as needed.
\\ -> \e
2010-03-30 14:07:50 +00:00
joerg
4a90fd399e \\ -> \e 2010-03-30 14:05:32 +00:00
cegger
4e1acfb483 move change from rev 1.232 to the initialization part.
This fixes the problem 'nbconfig: cannot create /GENERIC'
when KERNOBJDIR has a relative path and is defined as env variable.
Problem reported and fix proposed on tech-toolchain@.

'commit it then' christos@
2010-03-30 13:17:47 +00:00
skrll
2a30f61dd7 Whitespace. 2010-03-30 07:59:15 +00:00
skrll
3f52b47daf Correct comment. 2010-03-30 07:58:02 +00:00
mrg
99c2a7aed7 make sure we pickup the powerpc majors file on powerpc64.
from dennis.c.ferguson@gmail.com in PR#43074.
2010-03-30 07:30:03 +00:00
mrg
079372a7aa install altivec.h in powerpc64.
from dennis.c.ferguson@gmail.com in PR#43075.
2010-03-30 07:27:08 +00:00
mrg
65fad457b3 build elf2aout and fdformat on macppc64 (for now, it's a lot easier than
figuring out how to split the sets... but that will have to happen.)

fixes the first easy part of PR#43075.
2010-03-30 07:26:23 +00:00
mrg
10c07693d7 for now, use the C versions of bn and des, not the (32 bit) versions,
on powerpc64.

from dennis.c.ferguson@gmail.com in PR#43073.
2010-03-30 07:23:51 +00:00
lukem
613e5513cb qft: quoted for truth 2010-03-30 05:54:52 +00:00
mrg
caea9c6b6d fix a KASSERT() in the previous. add a couple of comments. 2010-03-30 01:50:03 +00:00
pooka
08910e9e3d anti-pasto 2010-03-30 01:40:29 +00:00
pooka
cd45f4588a add nullfs/umapfs tests to setlists etc 2010-03-30 01:11:17 +00:00
pooka
afe21a63b7 Add basic test for umapfs functionality.
XXX: the reverse mapping case (last subsubtest in t_basic) does
not make any sense, but apparently that how umapfs works.  I'm not
familiar enough with the code to determine if this is a wanted
feature or a pure and simple bug.
2010-03-30 01:05:28 +00:00
pooka
d32fe93431 Basic test for nullfs, which just checks that the two views act
somewhat sensibly.
2010-03-30 01:02:47 +00:00
pooka
67933fb73b add nullfs and umapfs to setlists 2010-03-30 01:01:09 +00:00
pooka
0ebcba0046 support nullfs and umapfs 2010-03-30 00:59:07 +00:00
pooka
c37c27d1c1 Whoops, missed Atffile in previous. shame on me. 2010-03-29 18:49:02 +00:00
pooka
e7c0f40884 .. then jump through the mtree hoops for adding a test 2010-03-29 18:21:29 +00:00
pooka
231821c9be jump through the setlist hoops for adding a new test 2010-03-29 18:21:12 +00:00
pooka
9e4e4976ad Add basic union test. 2010-03-29 18:19:19 +00:00
pooka
6b070d58f9 +union and layerfs 2010-03-29 18:15:32 +00:00
pooka
b0d97215bc Support unionfs (and layervfs, which is required for unionfs). 2010-03-29 18:12:23 +00:00
dyoung
0841103645 Attach acpiecdt with acpibus_attach_args. Sverre Froyen reports that
this helps his Thinkpad boot again.
2010-03-29 16:35:59 +00:00
tsutsui
dd38ae84c7 Don't warn about DMA timeout during probe. 2010-03-29 15:51:03 +00:00
taca
fbdafbb958 OpenSSL 1.0.0 released! 2010-03-29 15:44:53 +00:00
njoly
6d63d66929 Convert linux/linux32/netbsd32 clock_settime syscalls, to use the
common clock_settime1() function.
2010-03-29 15:34:07 +00:00
pooka
32c8cf74f4 5.99.25: fifofs stopped exporting its private parts 2010-03-29 13:41:06 +00:00
pooka
9e4fa47492 + ffs/t_fifos 2010-03-29 13:27:52 +00:00
pooka
b501712ab5 regression test for fifos on ffs
XXX: same test apart for mount/unmount could be used on other
fifo-supporting file systems (r/w support required, though).
2010-03-29 13:26:32 +00:00
pooka
d8ffac6a1f +rumpvfs_fifofs 2010-03-29 13:23:43 +00:00