Commit Graph

206225 Commits

Author SHA1 Message Date
apb
50abd63471 Import tzdata2011j.
Notable change: Samoa will move to the other side of the
International Date Line, jumping from 29 December 2011 23:59:59
to 31 December 2011 00:00:00.
2011-10-10 19:14:52 +00:00
jakllsch
c74047463e x86_print_ldt() is only used in the USER_LDT && LDT_DEBUG case. 2011-10-10 15:15:28 +00:00
christos
33c386138b add missing file 2011-10-10 14:07:16 +00:00
njoly
df6ea79418 Add missing SYNOPSIS. 2011-10-10 11:30:41 +00:00
njoly
c987dd88bf Kill local definition of __unused attribute. 2011-10-10 11:15:24 +00:00
plunky
b053ea6a60 not sure that this is needed (Lua modules are built with -fPIC but
they are not conditional on MKPIC) but make this consistent with
the other instances
2011-10-10 10:40:35 +00:00
njoly
8ee20f16ad Fix locale alias file substitution in man page. 2011-10-10 09:41:47 +00:00
christos
5b9dde0010 - Use PROGS instead of PROG so that we can co-exist with TESTS_C
- Make the helper program compile again.
2011-10-10 04:32:41 +00:00
christos
cb5943b9ae We don't have printk. Use printf_nolog, and pass the function name. 2011-10-10 01:28:26 +00:00
christos
627cbe00c4 pass lint on i386 2011-10-09 22:14:17 +00:00
christos
4a5d314575 add support for setting the ufs label. (Nathan Whitehorn) 2011-10-09 21:33:43 +00:00
chs
24dea3d577 in emit_push_insn(), ignore alignment if we don't have a type.
works around a gcc ICE on m68k.  from mrg.
2011-10-09 21:17:33 +00:00
chs
585f34003b fix rdev reporting for UFS2 and ext2fs. 2011-10-09 21:16:00 +00:00
chs
ffe9cb42e2 add forward declarations for the VOP args structures
so that fstat can include this file.
2011-10-09 21:15:34 +00:00
chs
664ae21546 mark exit_psignal() as __noclone to work around a gcc 4.5 bug on arm. 2011-10-09 20:30:37 +00:00
chs
cf31f17743 add __noclone for gcc 4.5. 2011-10-09 20:30:19 +00:00
christos
7154510dcc add the regex exhaustion test 2011-10-09 18:25:28 +00:00
christos
407d8594d2 Prevent regcomp/regexec DoS attacks by limiting the amount of memory used
and the level of recursion. Thanks to Maksymilian Arciemowicz for discovery
and help with the implementation.
2011-10-09 18:23:00 +00:00
christos
80ee4a02c3 Add a test to check for DoS attacks against regcomp/regexec. From
Maksymilian Arciemowicz.
2011-10-09 18:21:08 +00:00
christos
e6afcfa146 fix and re-enable the texinfo targets 2011-10-09 18:17:53 +00:00
christos
c582df5417 both gdb6 and 7 have gdbtui and we don't have gdb5 anymore. 2011-10-09 17:41:06 +00:00
christos
cfa2879daa add arm and hppa 2011-10-09 17:19:03 +00:00
uebayasi
5430efd94b Trim unused headers. 2011-10-09 14:34:39 +00:00
christos
66b6732ce0 forgot to commit this 2011-10-09 14:11:00 +00:00
christos
d824ea3fab don't forget to set bindir. 2011-10-09 13:58:27 +00:00
tsutsui
2d5082b6f5 Make NetBSD/x68k kernel work with 8KB/page (i.e. PGSHIFT==13) settings.
It's quite interesting to check ATC miss rate with both settings on XM6i,
as noted in XM6i presentation by isaki@ at OSC 2011 Hiroshima.
2011-10-09 08:51:56 +00:00
tsutsui
702df10411 Move VM_MAXUSER_ADDRESS and VM_MAX_ADDRESS from 0xFFFFD000 to 0xFFF00000
which is used by other hp300 derived ports.
The previous values might be derived from (0 - UPAGES * PAGE_SIZE), but
there is no particular reason to have different values among m68k ports.
2011-10-09 08:42:15 +00:00
dholland
0f01dd7acc When xprint was nuked, the .pc files from the libs were accidentally
removed from here instead of marked obsolete, so the files hang
around; this causes pkgsrc to think e.g. that a builtin libXprintUtil
is present, but it isn't really, so certain obscure and unimportant
packages fail to build. Bring the entries back marked obsolete. ok mrg
2011-10-09 04:29:14 +00:00
christos
c8d7cb163f fix powerpc support. 2011-10-09 02:07:24 +00:00
christos
494dd6b7c3 add psim support 2011-10-09 02:03:30 +00:00
christos
1138a3c397 add powerpc support 2011-10-09 02:03:19 +00:00
christos
cee1519fd9 Add psim 2011-10-09 01:59:31 +00:00
tsutsui
bed098ded9 Use static inline structure assignment for CPYFPN(). From isaki@.
Tested on XM6i.
2011-10-09 01:34:19 +00:00
jnemeth
e894be756a add an xref to fstat(2) 2011-10-08 22:16:03 +00:00
wiz
d65d1ed665 mdocml-1.12.0 out. 2011-10-08 21:57:57 +00:00
christos
d9f8f2e0cc Switch i386 and amd64 to gdb7. 2011-10-08 21:55:16 +00:00
christos
4ad34de5ac Descent into gdb if we support it yet. 2011-10-08 21:52:15 +00:00
christos
eabd2ad9ba - Don't use the unwind register get functions; you end up in an assertion
trying to unwind while unwinding; plus the sniffer is not allowed to unwind.
- Return the outer frame to terminate not the null frame.
This fixes the kernel track unwinder, so enable it.
2011-10-08 21:47:52 +00:00
christos
2851a42220 pass the thread id. 2011-10-08 21:43:35 +00:00
apb
5f87cb97b1 If a module doesn't implement a primitive, don't just ignore it;
set r = PAM_SYSTEM_ERR and let later code check the flags
before deciding whether the error may be ignored.

Also count the number of successes, and if nothing is explicitly
successful then treat it as a failure.  This replaces the previous
check for chain == NULL.

Reviewed by christos, mrg
2011-10-08 20:40:06 +00:00
wiz
d2edac91a8 Fix Dt argument. Correct date. Some wording improvements. 2011-10-08 20:19:10 +00:00
christos
002b0b4308 use cleantags 2011-10-08 19:30:02 +00:00
christos
6ee25ca9b9 use cleantags, instead of home grown copy. 2011-10-08 19:28:38 +00:00
christos
582bebaa0f fix markup 2011-10-08 19:20:50 +00:00
christos
dc4a8a20a5 add cleantags 2011-10-08 19:19:41 +00:00
christos
07fb1a358e descend into cleantags 2011-10-08 19:16:54 +00:00
christos
830d5efd84 Small script used when importing 3rd party programs. The code in this
script is used in many foo2netbsd scripts, but none of them has the
complete list of keywords. I will make all those scripts use this one
instead.
2011-10-08 19:16:08 +00:00
christos
a1a72031de mark exa_g as debuglib 2011-10-08 18:00:40 +00:00
mbalmer
63bfe64311 Link the gpio(4) Lua module to the build and add it to the set lists.
(There is no manual page yet, since we have not yet decided where to put
them for Lua modules.)
2011-10-08 13:14:03 +00:00
njoly
7557af291b Slightly adjust skipped messages, makes output more consistent. 2011-10-08 13:08:54 +00:00