Commit Graph

214478 Commits

Author SHA1 Message Date
apb
1c2c2f60f8 Import tzdata2012j from ftp://ftp.iana.org/tz/releases/tzdata2012j.tar.gz
Changes from tzdata2012i to tzdata2012j:

  Libya moved to CET this weekend, but with DST planned next year.
  (Thanks to Even Scharning, Steffen Thorsen, and Tim Parenti.)

  Various fixes to documentation and commentary.
2012-11-13 10:57:32 +00:00
kefren
27b5caabc1 Use local-link address as source for hellos 2012-11-13 06:58:58 +00:00
pgoyette
76b8726c47 Repair another %lu --> %zd - this one was caught by building for
evbmips port
2012-11-13 01:08:51 +00:00
jdf
6b5ffe485d Change home page of 'expat' package (see xmlwf(1) or
http://sourceforge.net/projects/expat/ for reference).
On behalf of Bug Hunting.
2012-11-13 00:57:55 +00:00
jnemeth
9c9bc8b879 fix typo 2012-11-13 00:49:08 +00:00
uwe
ed34834025 Mark up (unsupported) PTHREAD_PROCESS_SHARED with .Dv macro. 2012-11-12 23:34:50 +00:00
uwe
7fe27706ff Refer to init_routine in the DESCRIPTION section with .Fa instead of .Fn 2012-11-12 23:28:11 +00:00
uwe
b5c99d4306 Use
.Vt type var No = Dv INITIALIZER;

to provide examples of static initialization in SYNOPSIS section.
.Va macro does the wrong thing (check groff PostScript output) and the
need for .Pp kludge (now dropped) should have been an indication too.

While here move static initialization example to be right after the
declaration of *_init().
2012-11-12 23:11:05 +00:00
christos
c0b74ca714 fix the build; ssize_t is %zd not %lu 2012-11-12 22:51:42 +00:00
wiz
54f8ce07cd New sentence, new line. Bump date for previous. 2012-11-12 22:46:59 +00:00
kefren
6cb0642362 * add initial IPv6 support - still incomplete at this moment, but it sends
out there IPv6 hellos. Interoperability not yet tested.
* sync man page with reality
2012-11-12 18:39:00 +00:00
skrll
08a4aba755 C99 types 2012-11-12 18:00:34 +00:00
hannken
a672ee4873 Bring back Manuel Bouyers patch to resolve races between vget() and vrelel()
resulting in vget() returning dead vnodes.
It is impossible to resolve these races in vn_lock().

Needs pullup to NetBSD-6.
2012-11-12 11:00:07 +00:00
njoly
a02a44ee48 Adjust for tests/lib/{libbpfjit,libsljit} debug entries. 2012-11-12 09:03:52 +00:00
christos
bad5c3b320 Fix typo, from Kevin Lo 2012-11-12 05:13:28 +00:00
alnsn
465b9b9fbb Document sljit. 2012-11-11 21:03:21 +00:00
mbalmer
022a461990 It's Henry _Morton_ Stanley and Dr. Livingston_e_. Unfortunately. they did
not meet at an airport.
2012-11-11 20:25:19 +00:00
alnsn
062bf78a84 Build libbpfjit test to the build. 2012-11-11 17:41:31 +00:00
alnsn
65b4b42177 Add libbpfjit test. 2012-11-11 17:37:34 +00:00
alnsn
292a31115c Add libbpfjit library. 2012-11-11 17:34:06 +00:00
uwe
b89e4203ae Each get function "has" a set counterpart, it doesn't "contain" it. 2012-11-10 23:12:36 +00:00
alnsn
85151d38ab Add RCSID and fix -Wsign-compare warnings. 2012-11-10 22:12:31 +00:00
wiz
baebe9d053 Sync usage with man page. 2012-11-10 18:42:22 +00:00
wiz
c6d7976845 Sort options (no-argument ones first, then argument-taking ones). 2012-11-10 18:41:10 +00:00
tsutsui
20f73e45ba - add dhcpcd support to x68k install ramdisk
- enable bpf(4) in INSTALL kernel for dhcpcd
- bump ramdisk size from 1400k to 1440k
No objection on port-x68k.
2012-11-10 17:40:09 +00:00
cherry
d204c4c45c Remove e a redundant layer of function calling in the event handling path 2012-11-10 16:28:06 +00:00
christos
0002c266f0 Add an option to read with a different buffer size, and document the
buffer size we use. This allows us to cat -B 10000000 /proc/<pid>/maps
for example which cannot handle seeking.
2012-11-10 16:18:41 +00:00
njoly
8f831e5efb Add No macro to ensure that "and" word is not taken as function
argument.
2012-11-10 15:59:58 +00:00
apb
5f5f1a05cc Cause /etc/rc.d/random_seed to be the first script to run
after mountcritlocal.  Everything else that runs after
mountcritlocal depends directly or indirectly on bootconf, so
making random_seed run before bootconf has the desired result.
2012-11-10 15:10:22 +00:00
apb
e36b9f4a97 Make /etc/rc.d/ttys run after /etc/rc.d/bootconf.sh,
because bootconf could conceivably change /etc/ttys.
2012-11-10 15:08:36 +00:00
apb
f950d3cf71 The number of active vnodes may grow in between the sysctl call
that figures out the size, and the sysctl call that fetches the data.

Previously, any growth at all would have resulted in this error message:

        pstat: sysctl: KERN_VNODE: Cannot allocate memory

Now allow for growth of 100 vnodes, or 5%, or both.  Growth in
excess of 2% or 6000 vnodes has been observed in practice.  Also
ignore ENOMEM from the second sysctl call, in case the growth was
even more than we anticipated.
2012-11-10 11:01:52 +00:00
nakayama
ca7ee96235 Revise comment. 2012-11-10 01:47:25 +00:00
nakayama
4dcb9bbc0e Use macro instead of magic number. 2012-11-10 01:35:14 +00:00
alnsn
929b2d397c Apply adapted patch from joerg@ to fix clang build. 2012-11-09 23:09:31 +00:00
pgoyette
922089c955 More clean-up, and adjust timing of kevent test to avoid issues with
PR kern/43887
2012-11-09 20:13:24 +00:00
rkujawa
80834f0fe6 Note 3Dfx Voodoo Banshee support. 2012-11-09 19:59:41 +00:00
rkujawa
8aa0f99637 Note Voodoo Banshee support. 2012-11-09 19:53:17 +00:00
rkujawa
73133c0024 Differentiate between Voodoo 3 and Voodoo Banshee (MAX_CLOCK).
Ok'd by macallan@.
2012-11-09 19:50:22 +00:00
skrll
ff098e3001 tcsd is part of TPM 2012-11-09 19:47:11 +00:00
sjg
15b27c94a1 Add a unit-test for .ORDER 2012-11-09 19:08:28 +00:00
sjg
d6f9abca71 Do not stop looking for children, just because one has a .ORDER dependency. 2012-11-09 18:53:05 +00:00
bouyer
43d500aa17 MFI_STATE_BOOT_MESSAGE_PENDING also needs to be handed for non-TBOLT
controllers, from FreeBSD. tested by Hugo Silva against a GEN2 controller.
2012-11-09 18:46:54 +00:00
rkujawa
12cc872652 Add tdvfb - tested and works. Also add commented out TDVFB_CONSOLE option. 2012-11-09 12:52:33 +00:00
rkujawa
e180b43f97 The voodoofb driver also works with Voodoo Banshee. Tested using card from
martin@. Should be modified to take different MAX_CLOCK value into account.
2012-11-09 11:28:40 +00:00
nakayama
782b2ad353 Make setstick() and getstick() to inline functions. 2012-11-09 10:05:59 +00:00
msaitoh
af1c5c02a9 Add MVGBE_EVENT_COUNTERS for debugging. Count rxoverrrun and wdogsoft. 2012-11-09 09:04:19 +00:00
wiz
f63ef6e441 New sentence, new line. Whitespace nits. 2012-11-09 07:37:38 +00:00
wiz
18b8d06bdc New sentence, new line. Fix typo. 2012-11-09 07:37:25 +00:00
msaitoh
b6620403e7 Add missing free() in error path. 2012-11-09 06:27:17 +00:00
pgoyette
8ff87897e6 Remove unnecessary header file and an unused variable.
Adjust timing parameters to reduce overall elapsed time, and document
the parameters.
Clean-up status handling for kevent test.
Deal with QEMU timer-related issues (PR-43997).
2012-11-09 04:43:25 +00:00