Commit Graph

232955 Commits

Author SHA1 Message Date
christos
3ee8942fa8 remove listen 2015-01-22 05:41:08 +00:00
christos
a8f47b59cd update doc 2015-01-22 05:40:34 +00:00
christos
4e04e6bf5a make udp work. 2015-01-22 05:35:55 +00:00
christos
5602e55dfd more bugs 2015-01-22 05:03:52 +00:00
christos
753229811a make NetBSD work again. 2015-01-22 04:20:50 +00:00
christos
1f0a764fdf Works on both linux and macosx 2015-01-22 04:13:04 +00:00
christos
bcdaafa19b linux works... 2015-01-22 03:48:07 +00:00
nonaka
dc9d1154be Sync with sys/arch/landisk/landisk/bus_dma.c rev.1.15.
> Don't call sh_dcache_inv_range() on BUS_DMASYNC_POSTREAD ops
> as other mips and arm ports.
>
> All cached data is cared on BUS_DMASYNC_PREREAD and
> invalidating cache without writeback could cause unexpected
> data loss if specified sync region is not cacheline aligned.
>
> This may fix "ffs_alloccg: map corrupted" panic on acardide IDE disks,
> which didn't happen on USB HDD.
2015-01-22 03:43:24 +00:00
christos
4dcd992335 more portability 2015-01-22 03:10:49 +00:00
christos
1d4608fc6f more portability. 2015-01-22 03:08:09 +00:00
christos
1e27449070 more portability 2015-01-22 02:48:24 +00:00
christos
ba56bb9d7f typo 2015-01-22 02:45:10 +00:00
christos
8c8c9103ca portability fixes. 2015-01-22 02:42:56 +00:00
christos
8b81106e1d more portability fixes, MacOS/X 2015-01-22 02:42:27 +00:00
christos
8e5d15a3d7 additions for linux 2015-01-22 02:35:44 +00:00
christos
8aedc7c622 portability 2015-01-22 02:27:16 +00:00
christos
2473334faf forgot to commit that 2015-01-22 02:15:59 +00:00
sevan
3bac6b7cf1 Jan comes after Jac
Noticed by bcallah AT OpenBSD Dot org
2015-01-22 02:07:28 +00:00
christos
07f094de73 Add autoconf infrastructure 2015-01-22 01:39:18 +00:00
christos
00dbb8de86 more TODO 2015-01-21 23:28:02 +00:00
christos
fbbfbd9734 - split globals into a separate file
- more config pretty-printing.
2015-01-21 23:26:26 +00:00
christos
dce706a322 Fix printing and matching. more debugging. 2015-01-21 23:09:44 +00:00
joerg
3736fe5306 Don't bail out on implicit enum casts. 2015-01-21 21:48:43 +00:00
joerg
9f182afd19 Checking flags with binary ops is likely to create better results. 2015-01-21 21:48:23 +00:00
joerg
0c0c87c954 Don't use uninitialised variables. 2015-01-21 21:47:44 +00:00
christos
07e22b1548 initialize the return conf and also copy the rest of the members back. 2015-01-21 21:25:13 +00:00
christos
475a80bfd7 make usage print the wrong option 2015-01-21 21:24:51 +00:00
christos
be4b000413 add debug option 2015-01-21 21:24:35 +00:00
christos
c0ed0487ce separate the dumpkey function and use it for the state printing too. 2015-01-21 21:24:25 +00:00
christos
840c178550 if nfail == -1, allow everything. 2015-01-21 19:45:26 +00:00
christos
092450072d RCSID, todo 2015-01-21 19:39:25 +00:00
christos
b724a5f7a4 update docs 2015-01-21 19:37:30 +00:00
christos
60db9482fe stub man page. 2015-01-21 19:27:01 +00:00
christos
2dea203159 add rule name in the config file, binding address 2015-01-21 19:24:03 +00:00
christos
6ea0b5bdc4 put utilities into a separate file. 2015-01-21 19:23:42 +00:00
christos
9e607ccb2a Sync with current. 2015-01-21 16:16:00 +00:00
pooka
fff8d9a1f5 call previous with the correct args too 2015-01-21 15:19:01 +00:00
pooka
d08959252d check that setuid() works for procs with >1 lwp 2015-01-21 15:00:50 +00:00
pooka
6af7f52b7f Account for lwps so that rump_sys_setuid() doesn't hit a KASSERT when
it tries to reaccount a switching procs lwps.

from Mato Lucina
2015-01-21 14:39:37 +00:00
jmcneill
d415dbe367 Newer Raspberry Pi firmware has changed the framebuffer from BGR to RGB.
The method we use to set the pixel order (vcprop set pixel order) does
not seem to work, nor does querying the pixel order (vcprop get pixel order).

The firmware passes this information to the kernel by adding a
"bcm2708_fb.fbswap" kernel cmdline arg. 0=BGR, 1=RGB. If the parameter is
absent, assume we are running on old firmware and use BGR mode.
2015-01-21 11:02:55 +00:00
wiz
c56adf4dde Whitespace fixes. Remove duplicate Pp. 2015-01-21 08:35:31 +00:00
nonaka
5fc144642a fix build failure with lockstat. 2015-01-21 06:11:39 +00:00
riastradh
d868888350 Use ChaCha20 here as advertised, not ChaCha8.
Oops.

Fortunately, there is no public cryptanalysis even of ChaCha8: the
best published attack is on ChaCha7 with time complexity 2^248.
2015-01-21 02:47:39 +00:00
christos
0b7c939b94 don't print a return on debug messages 2015-01-21 02:05:47 +00:00
roy
9fbc750691 Display the IPv6 address flags autoconf and temporary 2015-01-20 22:13:19 +00:00
snj
362cd6ee40 Handle empty input gracefully by simply jumping back to the config menu. 2015-01-20 21:51:05 +00:00
roy
a3c36dcba4 Fix IPV6_USE_MIN_MTU set by setsockopt(2) being ignored when
IPV6_PKTINFO is set as a control with sendmsg(2).
2015-01-20 21:42:36 +00:00
roy
9daa8a6db0 Add net.inet6.ip6.prefer_tempaddr sysctl knob so that we can prefer
IPv6 temporary addresses as the source address.

Fixes PR kern/47100 based on a patch by Dieter Roelants.
2015-01-20 21:27:36 +00:00
snj
72e6061c7e Remove stale comment about ARM fenv support. 2015-01-20 20:43:10 +00:00
christos
26ba80487b Fix non _REENTRANT build. 2015-01-20 18:31:24 +00:00