mpi [Wed, 6 May 2015 07:55:42 +0000 (07:55 +0000)]
Document that priority 1 is reserved for kernel use.
mpi [Wed, 6 May 2015 07:53:29 +0000 (07:53 +0000)]
Display thread IDs instead of the name of the process's owner when "-H"
is used.
The rationnal is that when you're looking at threads you're generally
already filtereing by PID and this allow you to see which thread is a
pig.
Written some time ago with mikeb@
ok sthen@, krw@, guenther@
nicm [Wed, 6 May 2015 07:52:06 +0000 (07:52 +0000)]
Turn cursor off during redraw, pointed out by George Nachman.
dtucker [Wed, 6 May 2015 05:45:17 +0000 (05:45 +0000)]
Clarify pseudo-terminal request behaviour and use "pseudo-terminal"
consistently. bz#1716, ok jmc@ "I like it" deraadt@.
dtucker [Wed, 6 May 2015 04:07:18 +0000 (04:07 +0000)]
Blacklist DH-GEX for specific PuTTY versions known to send non-RFC4419
DH-GEX messages rather than all versions of PuTTY. According to Simon
Tatham, 0.65 and newer versions will send RFC4419 DH-GEX messages. ok djm@
dlg [Wed, 6 May 2015 04:00:10 +0000 (04:00 +0000)]
make SWAP_KEY_GET symmetrical with SWAP_KEY_PUT by having it call
a function in uvm_swap_encrypt.c instead of doing stuff inline.
lets me remove an extern from the header too.
ok kettenis@
dlg [Wed, 6 May 2015 03:30:03 +0000 (03:30 +0000)]
put mpi's atomics back in, but with the return value of add (and therefore sub, inc, and dec) fixed.
the asm read the value from memory into a register, added to it,
and then tried to write it back. after succeeding it doesnt have
to add again before returning.
this splits sub, inc, and dec off from add. sub can use the subf
opcode, and inc and dec can use the addic opcode. explicitely
identify where the modified memory is so we can avoid using "memory"
as a clobber.
ok mpi@
jsg [Wed, 6 May 2015 02:36:01 +0000 (02:36 +0000)]
Add missing braces so this will correctly fall back to the "name"
property of a node if "device_type" is not present.
ok mpi@ miod@
jsg [Wed, 6 May 2015 02:19:40 +0000 (02:19 +0000)]
add missing braces
ok guenther@ miod@
jsg [Wed, 6 May 2015 01:41:55 +0000 (01:41 +0000)]
Use | when combining flags not +. Luckily in this case 1 + 2 == 1 | 2.
ok mlarkin@
jsg [Wed, 6 May 2015 01:03:31 +0000 (01:03 +0000)]
Fix a memory leak in _dl_load_dep_libs()
ok otto@ guenther@
chris [Tue, 5 May 2015 23:27:47 +0000 (23:27 +0000)]
Eliminate rabid semicolon
jmatthew [Tue, 5 May 2015 21:24:58 +0000 (21:24 +0000)]
no need to swizzle load/store addresses for 32bit values on big endian systems
ok miod@
millert [Tue, 5 May 2015 20:18:35 +0000 (20:18 +0000)]
Updated fifotest.out
millert [Tue, 5 May 2015 20:16:44 +0000 (20:16 +0000)]
fifofs now respects the flags a descriptor was opened with.
Also add tests for when no FD events are specified.
A few tests still don't pass which will be addressed shortly.
millert [Tue, 5 May 2015 20:14:10 +0000 (20:14 +0000)]
Now that we have a_fflag in struct vop_poll_args we can handle
things like POLLOUT on a read-only fd more sensibly. Previously,
any poll events could be used regardless of the actual file flags
of the descriptor. The new fifo_poll() is effectively a pared down
soo_poll() with slightly different semantics to batter match FIFOs.
OK and feedback from guenther@
jca [Tue, 5 May 2015 17:08:44 +0000 (17:08 +0000)]
AI_ADDRCONFIG: skip loopback addresses, not loopback interfaces.
This is what RFC3493 suggests. Fixes AI_ADDRCONFIG on setups where
global addresses are configured only on loopback interfaces.
Discussed with and ok eric@ gilles@
jca [Tue, 5 May 2015 16:59:08 +0000 (16:59 +0000)]
Move the AI_ADDRCONFIG setup to its own function.
Input from and ok gilles@ eric@
mikeb [Tue, 5 May 2015 16:38:20 +0000 (16:38 +0000)]
Remove man page links for crypto(9) key operations; reminded by jmc@
shadchin [Tue, 5 May 2015 16:27:20 +0000 (16:27 +0000)]
Less magic number
For PS/2 - status byte - bit 5:
The bit is '1' if the data on input port 60h came from the AUX port, or '0' if
the data came from the keyboard or from the keyboard controller itself.
KBS_TERR (kbd transmission error) was valid for AT-mode, but not for PS/2-mode.
ok ratchov@, miod@
schwarze [Tue, 5 May 2015 14:37:20 +0000 (14:37 +0000)]
Make argument name consistent and use .Fn rather than .Nm in section 3.
Patch from <Kaspars at Bankovskis dot net>.
jsg [Tue, 5 May 2015 13:36:22 +0000 (13:36 +0000)]
add missing braces in _aucat_wmsg()
As ratchov@ notes:
"all _aucat_wmsg() callers set hdl->wtodo, so your diff can't break
things that used to work by accident."
ok ratchov@
mikeb [Tue, 5 May 2015 11:17:34 +0000 (11:17 +0000)]
Remove references to APIs that don't exist anymore.
Based on a diff from Vincent Gross <dermiste@kilob.yt>, thanks!
florian [Tue, 5 May 2015 11:10:13 +0000 (11:10 +0000)]
Implement If-Modified-Since.
From Kyle Thompson <jmp AT giga DOT moe>.
Tweaks by me.
OK benno@
dtucker [Tue, 5 May 2015 10:17:49 +0000 (10:17 +0000)]
WinSCP doesn't implement RFC4419 DH-GEX so flag it so we don't offer that
KEX method. ok markus@
mpi [Tue, 5 May 2015 10:17:09 +0000 (10:17 +0000)]
Huawei MU609 from Cristián Edwards.
ok dcoppa@
mpi [Tue, 5 May 2015 10:16:38 +0000 (10:16 +0000)]
regen
mpi [Tue, 5 May 2015 10:16:00 +0000 (10:16 +0000)]
Huawei MU609 from Cristián Edwards.
ok dcoppa@
mpi [Tue, 5 May 2015 09:41:43 +0000 (09:41 +0000)]
Flag user specified routes with an AF_LINK gateway as RTF_LLINFO.
This makes ND6 and ARP layers happy since they both check for this flag,
but is was redundant to provide route(8)'s "-llinfo" option when adding
a l2 route.
RTF_LLINFO is clearly redundant for userland tools, so only allow the
kernel to set it.
ok benno@, claudio@
jmc [Tue, 5 May 2015 07:20:42 +0000 (07:20 +0000)]
tweak;
guenther [Tue, 5 May 2015 06:29:15 +0000 (06:29 +0000)]
Document that shm_open() accepts O_CLOEXEC and O_NOFOLLOW as extensions
ok miod@
jsg [Tue, 5 May 2015 02:48:17 +0000 (02:48 +0000)]
use the sizeof the struct not the sizeof a pointer to the struct
in ssh_digest_start()
This file is only used if ssh is built with OPENSSL=no
ok markus@
guenther [Tue, 5 May 2015 02:13:46 +0000 (02:13 +0000)]
emul_native is only used for kernel threads which can't dump core, so
delete coredump_trad(), uvm_coredump(), cpu_coredump(), struct md_coredump,
and various #includes that are superfluous.
This leaves compat_linux processes without a coredump callback. If that
ability is desired, someone should update it to use coredump_elf32() and
verify the results...
ok kettenis@
jsg [Tue, 5 May 2015 02:01:10 +0000 (02:01 +0000)]
fix a return path that lacked a rw_exit_write() call
ok kettenis@
jsg [Tue, 5 May 2015 01:26:37 +0000 (01:26 +0000)]
use the sizeof the struct not the sizeof a pointer to the struct
ok claudio@
jmatthew [Mon, 4 May 2015 23:48:14 +0000 (23:48 +0000)]
fix numbers for pppx, vscsi and diskmap
ok dlg@
schwarze [Mon, 4 May 2015 22:29:04 +0000 (22:29 +0000)]
Default daemon_flags are no longer in /etc/rc.conf,
but you can still find them in the rc.d(8) scripts.
schwarze [Mon, 4 May 2015 22:25:17 +0000 (22:25 +0000)]
Remove comments about default daemon_flags; most are empty, those
that aren't are redundant because they can be found in the rc.d(8)
scripts themselves, and they risk getting out of sync.
While here, sort the daemons alphabetically.
No functional change.
Triggered by a much smaller nameserver-only patch from stephan@.
OK ajacoutot@ rpe@ stephan@ and looks good to sthen@.
jmatthew [Mon, 4 May 2015 21:45:23 +0000 (21:45 +0000)]
fix device numbering comments, no binary change
rpe [Mon, 4 May 2015 20:52:02 +0000 (20:52 +0000)]
Document the disklabel(8) autopartitioning feature.
While here, reformat the documentation for the additional questions.
Feedback from schwarze@
OK henning@ on a similar diff
OK jmc@
rpe [Mon, 4 May 2015 19:55:26 +0000 (19:55 +0000)]
Add the new template file based autopartitioning feature of disklabel(8)
to the OpenBSD installer. It is available during unattended installation.
The template file is fetched from an url, provided as answer to a new
question in the response file:
URL to autopartitioning template for disklabel = url
Original diff from and OK henning@
'no objection' krw@
jmc [Mon, 4 May 2015 19:34:13 +0000 (19:34 +0000)]
lightly document the posix option and POSIXLY_CORRECT; will sketch out
in more detail once i get my head round them...
sthen [Mon, 4 May 2015 19:02:57 +0000 (19:02 +0000)]
Add SwissSign CA root certificates. Requested by robert@, ok dcoppa@ aja@ miod@
jmc [Mon, 4 May 2015 14:36:26 +0000 (14:36 +0000)]
tweak previous;
jmc [Mon, 4 May 2015 14:30:06 +0000 (14:30 +0000)]
sort the hardware list for urtwn, and update it's description in usb.4;
schwarze [Mon, 4 May 2015 14:18:13 +0000 (14:18 +0000)]
add missing .Vt macros
nicm [Mon, 4 May 2015 13:04:10 +0000 (13:04 +0000)]
Use the right index when expanding/collapsing tree, from Thomas Adam.
ratchov [Mon, 4 May 2015 12:51:13 +0000 (12:51 +0000)]
Fix clipping bug in float to fixed point conversion, causing
audible glitches when samples smaller than the quantification
step are converted.
stsp [Mon, 4 May 2015 11:48:05 +0000 (11:48 +0000)]
urtwn(4) man page updates for RTL8188EU support.
Patch by Mikhail <mp39590@gmail.com>, based on FreeBSD r264912 by kevlo.
stsp [Mon, 4 May 2015 11:46:29 +0000 (11:46 +0000)]
Add support for RTL8188EU chips to urtwn(4).
Patch by Mikhail <mp39590@gmail.com>, based on FreeBSD r264912 by kevlo.
Tested with 8188EU (TP-Link TL-WN725N). No regression on 8188CUS.
There are performance problems with 8188EU devices, cause unknown.
These will hopefully be resolved soon.
ok mpi@
jmatthew [Mon, 4 May 2015 10:42:06 +0000 (10:42 +0000)]
When writing a value to a field, don't read past the end of the source value
if the field is bigger. Fixes crashes seen on HP bc2500 blades with MP
kernels.
ok kettenis@
mpi [Mon, 4 May 2015 10:24:08 +0000 (10:24 +0000)]
Use ether_input() as default input packet handler and do the necessary
m_adj(9) to keep bridge(4) working while other pseudo-drivers are
converted to if_input().
Tested by mxb <mxb AT alumni DOT chalmers DOT se>, thanks!
ok henning@
dlg [Mon, 4 May 2015 10:21:15 +0000 (10:21 +0000)]
reduce the scope of things that include uvm_swap_encrypt.h.
uvm_meter.c needs it to route the sysctl, uvm_swap.c needs it to
use the functionality, and uvm_swap_encrypt.c needs it to for obvious
reasons. userland sysctl already includes it explicitely.
everything else doesnt and shouldnt care.
ok miod@
mpi [Mon, 4 May 2015 10:12:34 +0000 (10:12 +0000)]
Document usbd_open_pipe(9) and friends, from Sean Levy with some tweaks.
jsg [Mon, 4 May 2015 09:43:51 +0000 (09:43 +0000)]
Use the size of the buffer not the pointer in a call to mem_free().
ok miod@ and guenther@ who both pointed out this argument is unused.
jsg [Mon, 4 May 2015 09:38:05 +0000 (09:38 +0000)]
use the size of the buffer not the pointer in resume_randomness()
ok djm@ miod@ deraadt@
mpi [Mon, 4 May 2015 09:33:45 +0000 (09:33 +0000)]
Print irq informations in pckbc_set_inputhandler().
ok miod@
djm [Mon, 4 May 2015 06:10:48 +0000 (06:10 +0000)]
Remove pattern length argument from match_pattern_list(),
we only ever use it for strlen(pattern).
Prompted by hanno AT hboeck.de pointing an out-of-bound read
error caused by an incorrect pattern length found using AFL
and his own tools.
ok markus@
jsg [Mon, 4 May 2015 03:59:42 +0000 (03:59 +0000)]
Fix some misuse of the | operator. In particular | has higher
precedence than ?:
ok guenther@ krw@ miod@
mlarkin [Mon, 4 May 2015 02:18:05 +0000 (02:18 +0000)]
Clarify that hibernate_resume must be called with interrupts enabled.
dtucker [Mon, 4 May 2015 01:51:39 +0000 (01:51 +0000)]
Specify regression test host keys so that this test will work without
SUDO (because it can't read the real host keys) and in -portable on
systems where sshd hasn't been installed yet (because the keys don't
exist yet).
dtucker [Mon, 4 May 2015 01:47:53 +0000 (01:47 +0000)]
Use diff w/out -u for better portability
guenther [Sun, 3 May 2015 19:44:58 +0000 (19:44 +0000)]
Preserve times to nanosecond precision instead of just microsecond.
Prefer to set attributes by fd for regular files, and not follwing
symlinks for others.
ok brynet@ millert@
florian [Sun, 3 May 2015 18:39:58 +0000 (18:39 +0000)]
Implement byte ranges.
From Sunil Nimmagadda <sunil At nimmagadda DOT net>
OK benno@
gilles [Sun, 3 May 2015 18:10:58 +0000 (18:10 +0000)]
S was misplaced in r1.89, the optarg that was removed was actually needed
by R, so reintroduce it in the proper place.
spotted and diff by Sunil Nimmagadda
gilles [Sun, 3 May 2015 17:53:50 +0000 (17:53 +0000)]
smtpd enqueue -S does not take an argument, fix optstring accordingly
fix by Nathanael Rensen
rpe [Sun, 3 May 2015 12:53:36 +0000 (12:53 +0000)]
Remove subsections and start documentation of autoinstall only installer
features.
Feedback and OK jmc@
"Reads ok" krw@
guenther [Sun, 3 May 2015 06:23:28 +0000 (06:23 +0000)]
struct usave is unused, and eproc is gone; delete the former and
stop referencing them in comments
jsg [Sun, 3 May 2015 02:10:13 +0000 (02:10 +0000)]
add missing CISS_UNLOCK_SCRATCH/splx calls
ok krw@
guenther [Sun, 3 May 2015 02:02:15 +0000 (02:02 +0000)]
Make sure we don't leak bytes from malloced memory in the padding of struct
dirent. (The memset in previous commit was both wrong and insufficient.)
problem with memset noted by brad@ and jsg@
ok millert@
guenther [Sun, 3 May 2015 01:44:34 +0000 (01:44 +0000)]
Eliminate the -U flag and make usage of DUID in /etc/dumpdates the default.
Correct old style entries so nothing has to be done for the admin.
diff from Manuel Giraud (manuel (at) ledu-giraud.fr) Thanks!
miod [Sat, 2 May 2015 20:50:08 +0000 (20:50 +0000)]
fix build with option DEBUG
krw [Sat, 2 May 2015 18:13:42 +0000 (18:13 +0000)]
Die, damned distracting red space.
florian [Sat, 2 May 2015 18:03:37 +0000 (18:03 +0000)]
de-castify strtonum to make it consistent again.
Pointed out by bluhm@; no object change.
OK bluhm@, krw@
florian [Sat, 2 May 2015 17:19:42 +0000 (17:19 +0000)]
Use IPV6_MAXHLIM instead of 255; pointed out by bluhm@
No object change.
florian [Sat, 2 May 2015 17:16:07 +0000 (17:16 +0000)]
A ttl of 0 is valid. While here use MAXTTL instead of 255.
Input bluhm@, OK krw@
jsg [Sat, 2 May 2015 14:43:06 +0000 (14:43 +0000)]
add missing splx calls
ok krw@
jsg [Sat, 2 May 2015 14:33:19 +0000 (14:33 +0000)]
add missing splx calls
ok miod@
krw [Sat, 2 May 2015 14:29:32 +0000 (14:29 +0000)]
Hoist common assignments out of a series of if/if-else statements
in get_token(). Simplifies code and shrinks future diff.
No intentional functional change.
claudio [Sat, 2 May 2015 13:15:24 +0000 (13:15 +0000)]
Fix obvious problems with relayd config reload.
- fix a TAILQ corruption because of a use after free
- do not reinit the SSL engine since that fails
OK sthen, benno
krw [Sat, 2 May 2015 12:37:35 +0000 (12:37 +0000)]
Correct switch between current and previous line buffers when
encountering a carriage return in the input.
Found by jsg@ a long time ago in a respository far, far away.
dlg [Sat, 2 May 2015 10:59:47 +0000 (10:59 +0000)]
rework hppa mutexes.
this is largely based on src/sys/arch/alpha/alpha/mutex.c r1.14 and
src/sys/arch/sgi/sgi/mutex.c r1.15
always and explicitely record which cpu owns the lock (or NULL if
noone owns it). improve the mutex diagnostics/asserts so they operate
on the mtx_owner field rather than mtx_lock. previously the asserts
would assume the lock cpu owns the lock if any of them own the lock,
which blows up badly.
hppa hasnt got good atomic cpu opcodes, so this still relies on
ldcws to serialise access to the lock.
while im here i also shuffled the code. on MULTIPROCESSOR systems
instead of duplicating code between mtx_enter and mtx_enter_try,
mtx_enter simply loops on mtx_enter_try until it succeeds.
this also provides an alternative implementation of mutexes on
!MULTIPROCESSOR systems that avoids interlocking opcodes. mutexes
wont contend on UP boxes, theyre basically wrappers around spls.
we can just do the splraise, stash the owner as a guard value for
DIAGNOSTIC and return. similarly, mtx_enter_try on UP will never
fail, so we can just call mtx_enter and return 1.
tested by and ok kettenis@ jsing@
jsg [Sat, 2 May 2015 10:44:29 +0000 (10:44 +0000)]
add missing splx calls
ajacoutot [Sat, 2 May 2015 09:36:27 +0000 (09:36 +0000)]
No more pf_rules ipsec_rules.
ajacoutot [Sat, 2 May 2015 09:35:44 +0000 (09:35 +0000)]
Drop pf_rules and ipsec_rules from rc.conf(5); it shouldn't have been made
tweakable: there's no real point and these files support the 'include' option so
one can always get its config from whatever path... especially useful when
testing a new ruleset.
man page inputs from schwarze@
ok halex@ schwarze@ rpe@ deraadt@
jmc [Sat, 2 May 2015 07:05:38 +0000 (07:05 +0000)]
statue [sic] day in netherlands antilles becomes kingdom day in the netherlands;
thanks paul de weerd for pointers
krw [Sat, 2 May 2015 00:32:03 +0000 (00:32 +0000)]
Use strtonum() when parsing argument list, as ping(8) does. Give
or take a cast. Tweak error messages to also be consistant with
ping(8).
Change lower bound of '-h' to 0 from -1 at the request of florian@.
Tweaks and suggestions from, ok florian@
jmc [Fri, 1 May 2015 18:36:52 +0000 (18:36 +0000)]
- king's birthday now celebrated in the netherlands; from einfach jemand
ok, though not neccessarily endorsed, from/by otto
tim van der molen further requested it be "king's day" and the removal
of antilles
while here i've used an article (*the* netherlands), here and in another
example
schwarze [Fri, 1 May 2015 16:56:36 +0000 (16:56 +0000)]
mdoc_valid_post() may indirectly call roff_node_unlink() which may
set ROFF_NEXT_CHILD, which is desirable for the final call to
mdoc_valid_post() - in case the target itself gets deleted, the
parse point may need this adjustment - but not for the intermediate
calls - if intermediate nodes get deleted, that mustn't clobber the
parse point. So move setting ROFF_NEXT_SIBLING to the proper place
in rew_last().
This fixes the assertion failure in jsg@'s afl test case 108/Apr27.
mpi [Fri, 1 May 2015 16:37:32 +0000 (16:37 +0000)]
Convert to if_input(), ok miod@
schwarze [Fri, 1 May 2015 16:01:53 +0000 (16:01 +0000)]
Setting the "last" member of struct roff_node was done at an extremely
weird place. Move it to the obviously correct place.
Surprisingly, this didn't cause any misformatting in the test suite
or in any base system manuals, but i cannot believe the code was
really correct for all conceivable input, and it would be very hard
to verify. At the very least, it cannot have worked for man(7).
schwarze [Fri, 1 May 2015 15:27:17 +0000 (15:27 +0000)]
Minor bug fix: When .Pp rewinds .Nm, rewind the whole block,
not just the body. In some unusual edge cases, this caused
the .Pp to become a sibling of the .Nm body inside the .Nm block.
mpi [Fri, 1 May 2015 14:56:18 +0000 (14:56 +0000)]
Convert to if_input(), ok miod@
jsg [Fri, 1 May 2015 12:46:48 +0000 (12:46 +0000)]
regen
jsg [Fri, 1 May 2015 12:46:04 +0000 (12:46 +0000)]
Correct some E5 v2 ids and add E5 v2 R2PCIE.
From Hrvoje Popovski.
miod [Fri, 1 May 2015 11:18:21 +0000 (11:18 +0000)]
reenable page zeroing thread on SMP mips kernels.
miod [Fri, 1 May 2015 11:17:22 +0000 (11:17 +0000)]
Do not grab the kernel lock for clock interrupts. Help and ok kettenis@
djm [Fri, 1 May 2015 07:11:47 +0000 (07:11 +0000)]
mention that the user's shell from /etc/passwd is used for commands
too; bz#1459 ok dtucker@
djm [Fri, 1 May 2015 07:10:01 +0000 (07:10 +0000)]
refactor ssh_dispatch_run_fatal() to use sshpkt_fatal() to better
report error conditions. Teach sshpkt_fatal() about ECONNRESET.
Improves error messages on TCP connection resets. bz#2257
ok dtucker@
djm [Fri, 1 May 2015 07:08:08 +0000 (07:08 +0000)]
a couple of parse targets were missing activep checks, causing them
to be misapplied in match context;
bz#2272 diagnosis and original patch from Sami Hartikainen
ok dtucker@