198908 Commits

Author SHA1 Message Date
tsutsui
a04ed687d1 Set correct struct clockframe .intr value for hardclock(9). 2011-03-10 17:40:50 +00:00
joerg
7197db08bd Add some clarifications 2011-03-10 17:38:30 +00:00
tsutsui
7567d86ea5 Set correct struct clockframe .intr value for hardclock(9). 2011-03-10 17:22:51 +00:00
joerg
9c18c3d543 Add source reference for _lwp_makecontext and
__HAVE___LWP_GETPRIVATE_FAST. Fix enumeration.
2011-03-10 17:22:17 +00:00
tsutsui
c04c0297e4 Set correct struct clockframe .intr value for hardclock(9). 2011-03-10 17:13:13 +00:00
wiz
71069b9636 It's tcpdump(8), not (1).
From Anon Ymous.
2011-03-10 17:11:17 +00:00
wiz
3e5ad1ca85 Fix xref to tcpdump, from Anon Ymous.
Use Fx/Nx/Ox while here.
2011-03-10 17:09:17 +00:00
tsutsui
8e8cc5afce Set correct struct clockframe .intr value for hardclock(9). 2011-03-10 17:05:41 +00:00
njoly
d2059d8a64 +tmux.debug 2011-03-10 16:50:10 +00:00
njoly
8274f2b290 +libh_tls_{dlopen,dynamic}.so.1.debug 2011-03-10 16:27:03 +00:00
tsutsui
c268053c55 Set correct struct clockframe .intr value for hardclock(9). 2011-03-10 15:40:36 +00:00
skrll
c86f122509 Re-run mknative to pick up TLS support.. 2011-03-10 15:15:26 +00:00
skrll
95e309863f Look for TLS on hppa on netbsd. 2011-03-10 15:14:49 +00:00
pooka
f8e076eb7c remember to install test data files too. thanks, Paul. 2011-03-10 14:49:17 +00:00
reed
728c26c193 A filename with a colon in it made it appear to be the URI scheme
to various web browsers. So follow RFC 3986 4.2 and prepend ./
to the filename in the generated index hyperlink.

Okayed by mrg.
2011-03-10 14:39:40 +00:00
reed
92d8a7ba74 Fix typo. 2011-03-10 14:37:16 +00:00
skrll
11c999cbce Deal with all objdir methods. 2011-03-10 14:31:07 +00:00
joerg
de4cf97515 Fix prototype for __tls_get_addr. Add a generic implementation of it
using __tls_get_addr. Update TLS notes.
2011-03-10 14:27:31 +00:00
pooka
9eacb1b321 rumpnet tests 2011-03-10 14:11:18 +00:00
pooka
bbc7636114 Add a test checks that 16 rump kernels on one shmif bus can ping
each other.
2011-03-10 14:09:46 +00:00
pooka
baaf9cb9d3 * remove juiblex from nfsd startup (i was using -DDEBUG nfsd yesterday)
* some minor nits
2011-03-10 13:42:33 +00:00
roy
df504c6413 Do our best to process invalid terminfo strings instead of just
returning NULL.
2011-03-10 13:39:26 +00:00
pooka
8fa2364979 Support bpf. shmif_dumpbus(1) can be used for much the same effect,
but sometimes it's just more convenient to run tcpdump live.
2011-03-10 13:27:03 +00:00
jmmv
2a77c0a96c Note that window(1) will go away after netbsd-6 is branched. 2011-03-10 13:23:41 +00:00
pooka
d377d1cc83 Pass packet up if it's *for* us, not if it's from someone else.
This fixes a rather curious forwarding/redirect/etc. storm which
happened when there were >2 shmif kernels on the same shmbus with
ip forwarding set on. (at least it stress-tested other code ;)
2011-03-10 13:20:54 +00:00
jmmv
7a7005937c Note the import of tmux, version 1.4. 2011-03-10 13:17:35 +00:00
jmmv
a3fddfa529 Enable the build of tmux and add the necessary directory and file entries. 2011-03-10 13:16:57 +00:00
skrll
ff1072d23a Whitespace. 2011-03-10 12:53:42 +00:00
pooka
d1535ddeaf shmif_dumpbus tests 2011-03-10 11:16:03 +00:00
pooka
efd10a6525 add tests for shmif_dumpbus(1) 2011-03-10 11:13:33 +00:00
roy
9d7b5f143f Fix two other off-by-one errors when processing %P and %g commands. 2011-03-10 10:46:33 +00:00
roy
40109496d4 Add support for translating the following termcap commands into terminfo:
%B %D %r %2 %3 %d %+ %> %.
Fixes PR bin/44692.
2011-03-10 10:17:19 +00:00
pooka
a10e19a78e Add some asserts to make sure the bus offset isn't beyond what we
mapped.  (I had a very interesting time last night trying to figure
out what was going when things apparently got compiled with a 64bit
time_t on nb5.  this caused only 4k of the bus file to be mapped...)
2011-03-10 10:11:25 +00:00
skrll
5463956946 Rename some registers to reflect reality. 2011-03-10 10:06:33 +00:00
pooka
3406bd8660 Revert 1.81 and do it in a saner way with an ifdef. Later, when
the naming crisis is resolved, we can probably support rump kernel
quotas from nb5 also.
2011-03-10 09:47:32 +00:00
roy
74cdc55234 Fix an off-by-one error when processing embedded values. 2011-03-10 09:45:32 +00:00
jmmv
165ab141db Document tmux. 2011-03-10 09:19:14 +00:00
jmmv
eb9405a694 Add reachover Makefiles for the build of tmux. 2011-03-10 09:18:00 +00:00
jmmv
698d5317f6 Initial import of tmux-1.4:
tmux is a "terminal multiplexer".  It enables a number of terminals (or
windows) to be accessed and controlled from a single terminal.  tmux is
intended to be a simple, modern, BSD-licensed alternative to programs
such as GNU screen.

The import of tmux is intended to replace window(1) in the not-too-distant
future.  For reference, tmux is also present in the base system of FreeBSD
and OpenBSD.

Approved by core@.
2011-03-10 09:15:36 +00:00
jmmv
9e4aec07e1 Add instructions and a helper script to import tmux. 2011-03-10 09:10:41 +00:00
wiz
97b3b86219 Add serial commas. 2011-03-10 08:53:04 +00:00
mrg
8a38ea5d70 fix a typo 2011-03-10 08:46:12 +00:00
bsh
4a303aca68 add MPCore to CPU-ID table
add branch predict bit to arm11_options
2011-03-10 08:06:27 +00:00
bsh
d5f7715c70 Preliminary ARM11 MPCore support.
I have confirmed this commit doesn't affect existing evbarm kernels by
comparing binaries.
2011-03-10 07:47:14 +00:00
jakllsch
625b62a431 Shorten infinite loop. Tames atactl(8) atabus reset on mvsata(4). 2011-03-10 03:35:37 +00:00
scw
56541821a9 Match a Toshiba-branded version of Novatel's EU870D 3G/HSDPA WWAN Card. 2011-03-10 00:13:56 +00:00
scw
e02cca4e9a Regen for Toshiba version of Novatel EU870D 3G/HSDPA WWAN Card 2011-03-10 00:12:51 +00:00
scw
f84fccc70b Add entry for Toshiba version of a Novatel EU870D 3G/HSDPA WWAN Card. 2011-03-10 00:11:59 +00:00
riz
3406e189a5 #include <sys/debug.h> (from the ZFS sources) so that ASSERT() is
defined, and we don't get problems like kern/44430.  This is
more a workaround than a fix, but at least I can load zfs now.

ok haad@
2011-03-09 23:55:46 +00:00
joerg
3b9c90a96e Define namespace remap macros before including sys/tls.h. 2011-03-09 23:50:40 +00:00