Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-03-06 | Use an unsigned loop variable to avoid a comparison between signed | Alexander Bluhm | |
and unsigned. Makes the test compile again. OK inoguchi@ | |||
2017-03-06 | Localize the 'hn' and 'if' variables in enable_network(). | Robert Peichaer | |
Document why renaming the 'if' variable in ifstart() is not allowed. OK tb@, krw@ | |||
2017-03-06 | sync | Theo de Raadt | |
2017-03-06 | Introducing recallocarray(3), a blend of calloc(3) and reallocarray(3) | Otto Moerbeek | |
with the added feature that released memory is cleared. Much input from various developers. ok deraadt@ tom@ | |||
2017-03-06 | recallocarray bump | Otto Moerbeek | |
2017-03-06 | Introducing recallocarray(3), a blend of calloc(3) and reallocarray(3) | Otto Moerbeek | |
with the added feature that released memory is cleared. Much input from various developers. ok deraadt@ tom@ | |||
2017-03-06 | size is unsigned so using ==0 not <=0 when checking for buffer exhaustion | Todd C. Miller | |
2017-03-06 | Pull in a change from the bind 8 resolver that fixes a potential | Todd C. Miller | |
crash when given a large hex number as part of the dotted quad. OK deraadt@ jsg@ | |||
2017-03-06 | Using .Nd only makes sense in the NAME section. | Ingo Schwarze | |
Warn if that macro occurs elsewhere. Triggered by a question from Dag-Erling Smoergrav <des @ FreeBSD>. | |||
2017-03-06 | Clean up and simplify the tls1_PRF() implementation now that we have a | Joel Sing | |
single EVP MD for the PRF hash. ok beck@ inoguchi@ | |||
2017-03-06 | URIs need different escaping; reported by reyk@ | Ingo Schwarze | |
2017-03-06 | Do not print uninitialized variable in DPRINTFN(). | Martin Pieuchot | |
From Christian Ludwig. | |||
2017-03-06 | domaininit() doesn't need splnet(). | Martin Pieuchot | |
At this stage the scheduler isn't setup, which means the 'softnet' isn't running yet, so input packets aren't processed. Prodded by a question from guenther@, ok bluhm@ | |||
2017-03-06 | Move the guts of route_output() meesing with the routing table in their | Martin Pieuchot | |
own function. ok bluhm@ | |||
2017-03-06 | Guard headers to make sure userland do not look at them. | Martin Pieuchot | |
ok bru@ | |||
2017-03-06 | Use 'inline' rather than _any of_ __the __other__ variants__. | Martin Pieuchot | |
ok bru@ | |||
2017-03-06 | Use nitems() when passing all known parameters to wsmouse_configure(). | Martin Pieuchot | |
ok bru@ | |||
2017-03-06 | It is unsafe to dereference ``xfer'' after calling the callback as it | Martin Pieuchot | |
might free it. Prevent a use-after-free in various aynchronous cases. Found while looking at another user-after-free pointed out by ehrhardt@. | |||
2017-03-06 | Collect strings correctly when on terminals that don't support UTF-8. | Nicholas Marriott | |
2017-03-06 | When redrawing a combined UTF-8 characters in its existing position, | Nicholas Marriott | |
need to save and restore the cursor so that the next character goes into the right place. | |||
2017-03-06 | Kill global list of IPv6 addresses. | Martin Pieuchot | |
ok bluhm@ | |||
2017-03-06 | Prefix functions dealing with routing messages with 'rtm_' and keep | Martin Pieuchot | |
them all in net/rtsock.c. This allows to easily spot which functions are doing a copyout(9) when dealing with the routing midlayer. ok phessler@, bluhm@, dhill@, krw@, claudio@ | |||
2017-03-06 | Just exit 1 instead of printing usage on error. | Antoine Jacoutot | |
prodded by deraadt@ | |||
2017-03-06 | De-platformize exynos. Disable exdisplay(4) for now. | Mark Kettenis | |
2017-03-06 | Attach exiic(4) using the FDT. | Mark Kettenis | |
2017-03-06 | Remove unused unit number from softc. | Mark Kettenis | |
2017-03-06 | Check l->hosts before dereferencing; fixes potential null pointer deref. | Darren Tucker | |
ok djm@ | |||
2017-03-06 | linenum is unsigned long so use %lu in log formats. ok deraadt@ | Darren Tucker | |
2017-03-05 | match GENERIC | Theo de Raadt | |
2017-03-05 | Turn exgpio(4) into a pinctrl driver. | Mark Kettenis | |
2017-03-05 | first batch of -T markdown tests | Ingo Schwarze | |
2017-03-05 | Infrastructure for -T markdown tests. | Ingo Schwarze | |
This is needed because -T marksdown is expected to receive less maintenance than -T ascii, so we need automation to make sure that regular parser maintenance doesn't break this output mode. | |||
2017-03-05 | Stop using and copying the on-disk /etc/hosts file to the bsd.rd | Robert Peichaer | |
/tmp dir during upgrade. Create and use a minimal hosts file instead to avoid that a big hosts file fills up the small bsd.rd / filesystem as reported recently by Ted Roby. Note that network interface configuration using hostnames instead of ip addresses in hostname.if(5) relies on the on-disk /etc/hosts file which is not used anymore during upgrade. discussed with many ok tb@, halex@ 'sure' deraadt@ | |||
2017-03-05 | Clear pending interrupts and mask them all. | Mark Kettenis | |
2017-03-05 | The current code in exuartcnputc() that tries to make sure the character | Mark Kettenis | |
written is actually transmitted doesn't seem to work. Instead, wait until there is room in the TX FIFO before writing the character. This works only in FIFO mode, but that's how u-boot configures the chip. ok patrick@ | |||
2011-12-04 | test some simple macros; written while working on -Tman | Ingo Schwarze | |
2017-03-05 | Correctly convert an SSLv2 challenge into an SSLv3/TLS client random by | Joel Sing | |
truncating or left zero padding. ok beck@ inoguchi@ sthen@ | |||
2017-03-05 | 6.2 key for future packages | Christian Weisgerber | |
2017-03-05 | bump one more 2016 | Theo Buehler | |
2017-03-05 | Provide a rolling handshake hash that commences as soon as the cipher | Joel Sing | |
suite has been selected, and convert the final finish MAC to use this handshake hash. This is a first step towards cleaning up the current handshake buffer/digest code. ok beck@ inoguchi@ | |||
2017-03-05 | Convert various handshake message generation functions to CBB. | Joel Sing | |
ok beck@ inoguchi@ | |||
2017-03-05 | Add an initial regress test that covers the server-side of libssl, by | Joel Sing | |
providing SSL_accept() with fixed ClientHello messages. | |||
2017-03-05 | When we're unable to determine which NCQ command failed, fail all active | Jonathan Matthew | |
commands rather than proceeding to an assertion failure. This matches how we handle the same condition with non-queued commands, and the behaviour of every other ahci driver I can find. Add a printf there so we might get some idea of how often this condition arises and what happens afterwards. ok dlg@ | |||
2017-03-05 | We've fixed PID handling, so update the comment describing ps_mainproc | Philip Guenther | |
2017-03-05 | Update to unicode 8 | Andrew Fresh | |
OK schwarze@ | |||
2017-03-05 | Teach the ddb disassembler about most of the vm* instructions | Philip Guenther | |
ok mlarkin@ | |||
2017-03-05 | Handle unshared amaps in uvm_coredump_walkmap() such that untouched pages | Philip Guenther | |
don't get written out to the core file but rather are represented via segments which have memory size greater than their file size. This shrinks core files and eliminates a case where core dumping fails with EFAULT. This can still happen in the shared amap case. Based on a problem report from (and testing by) semarie@ ok stefan@ | |||
2017-03-05 | Generating a coredump requires walking the map twice; change | Philip Guenther | |
uvm_coredump_walkmap() to do both with a callback in between so it can hold locks/change state across the two. ok stefan@ | |||
2017-03-05 | Go back to only specifying --target when building cross. | Jonathan Gray | |
The OpenBSD triple includes the OpenBSD version. When this recently changed binutils started building prefixed tools when moving to a new OpenBSD version which isn't what we want. ok kettenis@ | |||
2017-03-04 | remove/tweak some cd-related text. | T.J. Townsend | |
ok deraadt |