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
christos
07566bf050
add popenve()
2015-01-20 17:29:58 +00:00
christos
829f81ac73
add popenve().
2015-01-20 17:29:00 +00:00
christos
9226f39def
Factor out popen() code into separate functions and create popenve()
...
using the new functions, a safer version of popen() that does not
involve a shell. Correct manual page inaccuracies.
2015-01-20 17:28:00 +00:00
macallan
a2db4fbd86
- remove scratch area, it's been unused since we're drawing characters by
...
hardware
- don't sync the rendering engine unless we have to, watch FIFO levels
instead
- support anti-aliased fonts and let the drawing engine do all the work
2015-01-20 12:13:04 +00:00
matt
9a22733cae
Don't enable string instructions on NetBSD if -Os is used.
2015-01-20 07:12:41 +00:00
christos
2d5fa36159
add void casts to CMSG_
2015-01-20 01:10:16 +00:00
christos
56b380299e
add lint comment
2015-01-20 01:02:25 +00:00
christos
eedf12df66
*** empty log message ***
2015-01-20 00:52:15 +00:00
christos
614f42f265
works
2015-01-20 00:19:21 +00:00
sevan
d675e07398
Added myself
2015-01-19 20:25:29 +00:00
phx
2ba2ab2e09
Make it compile with -DDEBUG again.
2015-01-19 20:10:27 +00:00
palle
9b99954a80
sun4v: Add two new functions to the mdesc api: mdesc_find_node_by_idx() and mdesc_next_node()
2015-01-19 19:46:08 +00:00
christos
5f7ceb9038
*** empty log message ***
2015-01-19 19:02:35 +00:00
christos
474e893b1c
*** empty log message ***
2015-01-19 18:52:55 +00:00
christos
6c408a1c40
Initial revision
2015-01-19 18:52:54 +00:00
christos
4f8d77d8b9
*** empty log message ***
2015-01-19 18:52:54 +00:00
christos
05b8d7c51b
Initial revision
2015-01-19 18:52:54 +00:00
christos
d5c5c47127
*** empty log message ***
2015-01-19 18:52:54 +00:00
christos
827e5bc251
CID 1245802: Result always 0.
2015-01-19 15:07:25 +00:00
njoly
3cb8375991
Regen for Realtek ALC280.
2015-01-19 14:32:08 +00:00
njoly
b4cc026c4e
Add Realtek ALC280.
2015-01-19 14:31:32 +00:00
wiz
d5c4ae99cd
New sentence, new line.
2015-01-19 11:53:59 +00:00
wiz
194f011f43
Fix date. Sort section. Sort errors. Sort SEE ALSO. Break too long
...
lines.
2015-01-19 11:47:41 +00:00
rmind
2472877a60
Implement ipi_trigger_multi(9); requested by cherry@.
2015-01-18 23:16:35 +00:00