Commit Graph

221583 Commits

Author SHA1 Message Date
bad
87f2ce05f1 No David, '\?' is not the del character. Broken in rev 1.21.
XXX pullup-5, pullup-6.
2013-10-14 22:23:22 +00:00
joerg
5a96ebd356 Update LLVM/Clang snapshot to r192615, which defaults to libc++ and the
unwinder in libc on x86.
2013-10-14 21:19:16 +00:00
skrll
1de4b24980 Handle an error from uhidev_get_report in ucycom_get_cfg 2013-10-14 18:15:12 +00:00
skrll
c5c215bbd2 Fix size parameter to memset. Found by gcc 4.8. 2013-10-14 18:14:08 +00:00
joerg
aa6e9499ca Rename USE_LIBGCC to HAVE_LIBGCC and retry using it as flag on unwind.h. 2013-10-14 16:00:16 +00:00
isaki
f5af824fa5 Check whether we have an FPU regardless of FPU_EMULATE option.
It prevents a kernel panic when we don't have an FPU and FPU_EMULATE
option is not set.
Thanks tsutsui@ for advice.
2013-10-14 12:20:05 +00:00
joerg
cb5311f9d9 Invert logic to try to fix the !clang case. 2013-10-14 11:11:13 +00:00
kiyohara
070d7392cc Add timer 2 and 3 for Discovery Innovation. 2013-10-14 04:20:44 +00:00
kiyohara
3e4b99ebf2 Remove some #ifdef ARMADAXP. We can enable simultaneously both ARMADAXP and
other SoC options.
2013-10-14 04:17:59 +00:00
joerg
1a037cc30d Don't pass -std=c++11 down to configure, it breaks C compiler detection.
Regen configuration.
2013-10-14 01:47:50 +00:00
joerg
5748dfdc47 Update LLVM/Clang snapshot to r192551 for various bug fixes. 2013-10-14 01:37:39 +00:00
joerg
d06922ddf4 Include compiler-rt and libunwind in libc for Clang/x86 builds. 2013-10-14 01:30:21 +00:00
joerg
3a53a9e14e Add a heavily modified version of Apple's libunwind as released under
MIT license in libc++abi. At the moment, only x86 support is tested.
2013-10-14 01:14:57 +00:00
wiz
c60a427d9e More markup, whitespace. 2013-10-13 22:34:13 +00:00
dholland
899807533a Add LFS options, both preexisting and UFS-derived. Leave the ones that
are not yet believed to work commented out. Ride previous date bump.
2013-10-13 21:17:35 +00:00
dholland
722559797b Reorganize the file-system-related options; put options for each fs
type (or group of fs types) in its own subsection and put the
fs-independent options first.

Bump date.
2013-10-13 21:09:35 +00:00
joerg
69d0b9d44c Let's not use uninitialized variables to write to random memory
locations, shall we?
2013-10-13 20:09:02 +00:00
tsutsui
919864b846 Add a late entry about addition of support for AlphaStation DS15. 2013-10-13 17:03:00 +00:00
jnemeth
694b13b9ba delete duplicate (and wrong) entry for Thanksgiving Day in Canada 2013-10-13 16:43:49 +00:00
tsutsui
65aea71825 Fix another botch of my dumb patch in PR/45990; add missing braces.
The offset of MBR partition 0 was unintentionally set to 2048 even on
small (<=128GB) disks.  Probably we should rethink the threshold,
but anyway sysinst(8) should follow fdisk(8) default.
http://nxr.NetBSD.org/xref/src/sbin/fdisk/fdisk.c?r=1.145#1199
http://cvsweb.NetBSD.org/bsdweb.cgi/src/sbin/fdisk/fdisk.c#rev1.129

The problem is pointed out and analyzed by Simon Nicolussi in PR/48304.

Should be pulled up to all netbsd-6* branches.
2013-10-13 15:32:14 +00:00
tsutsui
5e20ba6cda Fix pasto in previous; pass a correct device_t to config_pending_derc(). 2013-10-13 12:29:42 +00:00
mbalmer
2c38dcae7b add u3g 2013-10-13 09:48:14 +00:00
mbalmer
9cd7fe4d28 Mention httpd(8) Lua support 2013-10-13 08:05:16 +00:00
skrll
77e4628c8c Print the client_id (lwp address) as hex and avoid stack overflow. Use
snprintf while here.

Fixes PR/48287
2013-10-13 07:46:26 +00:00
riz
6ec333eb37 Catch up to recent changes in config_pending_{incr,decr}(). 2013-10-13 06:55:34 +00:00
christos
977d05954e make the driver able to send scsi commands; now the disks are found.
it was converted incorrectly to device_t.
2013-10-13 04:24:21 +00:00
wiz
c9283f1155 Sort. More markup. 2013-10-12 22:37:43 +00:00
christos
fcf88edc55 adjust for recent deferred changes. 2013-10-12 21:11:42 +00:00
kefren
ee8be8cbb6 zeroize the rest of the comparable struct before adding it to the rb tree 2013-10-12 18:55:40 +00:00
mbalmer
b65f3decc3 no need to check free() arguments against NULL 2013-10-12 18:46:12 +00:00
christos
0703489a8c more tests 2013-10-12 17:26:32 +00:00
mbalmer
6c154a3125 it's Lua, not lua 2013-10-12 17:25:18 +00:00
mbalmer
cb23152c39 add Lua scripting support to bozohttpd, see httpd(8) for details 2013-10-12 17:24:06 +00:00
christos
6b629de220 - add 64 bit fifo support
- handle fibrilation better
2013-10-12 16:52:21 +00:00
christos
11beb626a3 Pass the device name in, so we can debug what deferred drivers did not work. 2013-10-12 16:49:00 +00:00
christos
c3caf0b851 provide a better printf for the panic message 2013-10-12 16:42:27 +00:00
christos
0d05158efc add new t_tcp test 2013-10-12 15:30:37 +00:00
christos
ee07b6a10b new test to check if non-blocking sockets are reset to blocking on the
accepted file descriptor.
2013-10-12 15:29:16 +00:00
njoly
4bbb86b347 llib-lctf.ln is dtrace specific. 2013-10-12 07:51:54 +00:00
mbalmer
bee8901ae3 remove trailing whitespace 2013-10-12 07:49:40 +00:00
pgoyette
5beb5eb050 Rework previous (1.24) change. Rather than depending on the
file's flags to decide if decompress cleanup is needed, just
check to see if the open() allocated the 'struct sd *' used for
decompression.

This fixes recent problem where presence of a "load=ffs" command
in my /boot.cfg resulted in a "heap full" error at boot time.

OK martin@
2013-10-11 16:30:31 +00:00
isaki
0d986a3507 FATANH(-0) is -0, not +0.
This bug was introduced by the mistake of my test program.
Last week, I talked about the probelm (my FATANH(-0) returns +0 ?)
by NetBSD seminar at Open Source Conference 2013 Hiroshima,
and tsutsui@ confirmed that returns -0.
2013-10-11 03:37:08 +00:00
nisimura
bbf0c42bc0 remove garbage lines mistakenly included when def.mk generation. 2013-10-11 01:20:52 +00:00
christos
4b23c29b39 make this work on linux 2013-10-10 16:01:55 +00:00
christos
5afd56a50e fix missing files 2013-10-10 15:22:11 +00:00
christos
529b25e921 remove dup info 2013-10-10 12:28:10 +00:00
matt
fa741d8823 Use MACHINE_CPU for m68k. Use similar logic for both tests. 2013-10-09 22:33:41 +00:00
christos
eaca448335 delete extra m_len initialization. 2013-10-09 20:15:39 +00:00
christos
6427a54f86 - initialize m_len m_pkthgr.len to 0 in constructors, as discussed in tech-net.
- s/MGET/m_get
- s/0/NULL
2013-10-09 20:15:20 +00:00
christos
bbb0e86c6c PR/48292: Justin Cormack: paccept creates sockets that cannot be made blocking
Reset the socket flags not just the file flags for non-blocking I/O.
XXX: pullup 6
2013-10-09 18:55:56 +00:00