Commit Graph

233158 Commits

Author SHA1 Message Date
skrll
eae9e31ebb More count vs ret confusion. Need to send notification if count != 0. 2015-01-23 10:19:22 +00:00
nonaka
c74a9088fe Initialize timer DR. 2015-01-23 09:02:42 +00:00
nonaka
ef2e796f06 ddb MP support 2015-01-23 07:27:05 +00:00
nonaka
5e43e8eb7b Avoid if_snd race condition when MP. 2015-01-23 06:58:32 +00:00
nonaka
d73789f810 - Use tlbivax instruction for TLB update/invalidate when MULTIPROCESSOR is
defined. Because TLB entry operation is not notified to another CPU.
- When TLB1 is updated, send IPI_TLB1SYNC to another CPU.
2015-01-23 06:52:55 +00:00
nonaka
f34bd5be75 When pmap_bootstrap is called, kcpuset_running has not been created yet. 2015-01-23 06:39:41 +00:00
nonaka
4466bef17e Allow to share IPI interrupt. 2015-01-23 06:16:23 +00:00
christos
8c82b13dab include socket.h 2015-01-23 04:46:53 +00:00
christos
5651f554fa don't let the library depend on itself. 2015-01-23 03:57:22 +00:00
chs
b0a14f469c switch m68k to use gcc48. 2015-01-23 03:43:24 +00:00
chs
e589250373 increase ramdisk size for gcc48. 2015-01-23 03:40:25 +00:00
chs
fd521ae3d4 fix build with gcc48. 2015-01-23 03:36:58 +00:00
christos
135c211dee catch up with DPRINTF change 2015-01-23 03:33:58 +00:00
wiz
91b18a3e92 Pull into this year. 2015-01-23 03:31:58 +00:00
christos
68c7e8b5d9 fix ifdef misname 2015-01-23 03:29:18 +00:00
christos
7d4d979d64 add QUEUEDEBUG commented out 2015-01-23 03:04:06 +00:00
christos
15105399a2 turn back to dynamic to reduce size. 2015-01-23 03:00:44 +00:00
christos
160897fee5 use more markup 2015-01-23 02:58:40 +00:00
christos
dfb7f9f0b8 move crypto file to the right group 2015-01-23 02:57:34 +00:00
christos
eea91eb5f2 whitespace 2015-01-23 02:52:14 +00:00
christos
2d35608046 add some more paranoid checks about secsize and struct use. 2015-01-23 02:39:48 +00:00
christos
11e0521fb7 attempt to reset file flags when -rr 2015-01-23 02:27:01 +00:00
christos
a14d81aa8e sanity checks for the received socket. 2015-01-22 23:45:41 +00:00
christos
4b0975cc97 one more case missed. 2015-01-22 23:26:42 +00:00
christos
41625197a4 use openlog explicitly. 2015-01-22 23:20:28 +00:00
christos
42529d8197 new diffs from the top 2015-01-22 21:42:06 +00:00
christos
dbb6d0a43e fix name of the helper. 2015-01-22 21:32:30 +00:00
christos
c54ba633aa log to stdout 2015-01-22 20:21:57 +00:00
christos
fe99c06623 create the pid file after we daemonize 2015-01-22 20:17:34 +00:00
christos
3acbe3bab3 Fix bug with 0 length sockets; abstract get socket data function out. 2015-01-22 20:11:33 +00:00
christos
93da4522d3 appease gcc-4.5.4 2015-01-22 20:01:22 +00:00
jmcneill
f1c95757e8 It doesn't make sense to start wpa_supplicant from an rc.d script without
the -B flag, so always prepend it to $rc_flags.
2015-01-22 19:50:21 +00:00
christos
4041162f85 fix NetBSD 2015-01-22 19:44:59 +00:00
christos
cbd52af1f6 update for udp 2015-01-22 19:08:43 +00:00
christos
95130e3a90 s/basename/bname/ 2015-01-22 19:04:28 +00:00
christos
f155877b62 Install in /lib because blacklistd needs it 2015-01-22 18:46:15 +00:00
christos
1795e59aec Be pickier about socket data passed to us, but repair the socket information
if we can and report so we can fix the daemon code.
2015-01-22 18:43:29 +00:00
christos
c05f133cb4 update TODO 2015-01-22 18:15:56 +00:00
christos
5b27fca8bd more efficiency fixes; construct the unix sockaddr once. 2015-01-22 18:15:15 +00:00
christos
2071425ca2 make this nicer 2015-01-22 17:59:31 +00:00
jakllsch
1770391621 More correctly handle I²C exec ioctls with both a command and write data
phase. Previously the data phase of ioctl writes was sending uninitialized
kernel stack to the addressed device.
2015-01-22 17:56:35 +00:00
christos
a8d0d44274 - More NetBSD like installation structure and rc glue
- Don't require cred passing for ones that don't have it.
2015-01-22 17:49:41 +00:00
jmcneill
947353a9f3 when resetting controller, dont preserve DWC_MMC_CTRL_REG state. makes this work on my radxa lite 2015-01-22 17:06:15 +00:00
christos
74a044786f - logging fixes
- finish adding pidfile
- credential passing for linux
2015-01-22 16:19:53 +00:00
christos
0afe4227b1 - not all asprintfs return -1 *and* set buf = NULL, check explicitly.
- don't shadow basename(3)
2015-01-22 16:19:08 +00:00
christos
b11744f0b9 - move diffs
- always log through lfun
2015-01-22 15:29:27 +00:00
christos
e613991ba4 checkin commit for logging fixes, busy socket and pidfile. 2015-01-22 15:25:52 +00:00
gson
32627f22be Mark atf/atf-c/macros_test/detect_unused_tests and
atf/atf-c++/macros_test/detect_unused_tests as expected failures
when using versions of GCC where they are known to fail, with a
reference to PR toolchain/49187.
2015-01-22 12:33:35 +00:00
matt
2eb84c7288 Make sure POWERPC_NETBSD is defined. 2015-01-22 08:35:05 +00:00
christos
dd437d5f2c Read from multiple sockets. 2015-01-22 07:57:31 +00:00