summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-05-05Move the AI_ADDRCONFIG setup to its own function.Jeremie Courreges-Anglas
Input from and ok gilles@ eric@
2015-05-05Remove man page links for crypto(9) key operations; reminded by jmc@Mike Belopuhov
2015-05-05Less magic numberAlexandr Shadchin
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@
2015-05-05Make argument name consistent and use .Fn rather than .Nm in section 3.Ingo Schwarze
Patch from <Kaspars at Bankovskis dot net>.
2015-05-05add missing braces in _aucat_wmsg()Jonathan Gray
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@
2015-05-05Remove references to APIs that don't exist anymore.Mike Belopuhov
Based on a diff from Vincent Gross <dermiste@kilob.yt>, thanks!
2015-05-05Implement If-Modified-Since.Florian Obser
From Kyle Thompson <jmp AT giga DOT moe>. Tweaks by me. OK benno@
2015-05-05WinSCP doesn't implement RFC4419 DH-GEX so flag it so we don't offer thatDarren Tucker
KEX method. ok markus@
2015-05-05Huawei MU609 from Cristián Edwards.Martin Pieuchot
ok dcoppa@
2015-05-05regenMartin Pieuchot
2015-05-05Huawei MU609 from Cristián Edwards.Martin Pieuchot
ok dcoppa@
2015-05-05Flag user specified routes with an AF_LINK gateway as RTF_LLINFO.Martin Pieuchot
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@
2015-05-05tweak;Jason McIntyre
2015-05-05Document that shm_open() accepts O_CLOEXEC and O_NOFOLLOW as extensionsPhilip Guenther
ok miod@
2015-05-05use the sizeof the struct not the sizeof a pointer to the structJonathan Gray
in ssh_digest_start() This file is only used if ssh is built with OPENSSL=no ok markus@
2015-05-05emul_native is only used for kernel threads which can't dump core, soPhilip Guenther
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@
2015-05-05fix a return path that lacked a rw_exit_write() callJonathan Gray
ok kettenis@
2015-05-05use the sizeof the struct not the sizeof a pointer to the structJonathan Gray
ok claudio@
2015-05-04fix numbers for pppx, vscsi and diskmapJonathan Matthew
ok dlg@
2015-05-04Default daemon_flags are no longer in /etc/rc.conf,Ingo Schwarze
but you can still find them in the rc.d(8) scripts.
2015-05-04Remove comments about default daemon_flags; most are empty, thoseIngo Schwarze
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@.
2015-05-04fix device numbering comments, no binary changeJonathan Matthew
2015-05-04Document the disklabel(8) autopartitioning feature.Robert Peichaer
While here, reformat the documentation for the additional questions. Feedback from schwarze@ OK henning@ on a similar diff OK jmc@
2015-05-04Add the new template file based autopartitioning feature of disklabel(8)Robert Peichaer
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@
2015-05-04lightly document the posix option and POSIXLY_CORRECT; will sketch outJason McIntyre
in more detail once i get my head round them...
2015-05-04Add SwissSign CA root certificates. Requested by robert@, ok dcoppa@ aja@ miod@Stuart Henderson
2015-05-04tweak previous;Jason McIntyre
2015-05-04sort the hardware list for urtwn, and update it's description in usb.4;Jason McIntyre
2015-05-04add missing .Vt macrosIngo Schwarze
2015-05-04Use the right index when expanding/collapsing tree, from Thomas Adam.Nicholas Marriott
2015-05-04Fix clipping bug in float to fixed point conversion, causingAlexandre Ratchov
audible glitches when samples smaller than the quantification step are converted.
2015-05-04urtwn(4) man page updates for RTL8188EU support.Stefan Sperling
Patch by Mikhail <mp39590@gmail.com>, based on FreeBSD r264912 by kevlo.
2015-05-04Add support for RTL8188EU chips to urtwn(4).Stefan Sperling
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@
2015-05-04When writing a value to a field, don't read past the end of the source valueJonathan Matthew
if the field is bigger. Fixes crashes seen on HP bc2500 blades with MP kernels. ok kettenis@
2015-05-04Use ether_input() as default input packet handler and do the necessaryMartin Pieuchot
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@
2015-05-04reduce the scope of things that include uvm_swap_encrypt.h.David Gwynne
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@
2015-05-04Document usbd_open_pipe(9) and friends, from Sean Levy with some tweaks.Martin Pieuchot
2015-05-04Use the size of the buffer not the pointer in a call to mem_free().Jonathan Gray
ok miod@ and guenther@ who both pointed out this argument is unused.
2015-05-04use the size of the buffer not the pointer in resume_randomness()Jonathan Gray
ok djm@ miod@ deraadt@
2015-05-04Print irq informations in pckbc_set_inputhandler().Martin Pieuchot
ok miod@
2015-05-04Remove pattern length argument from match_pattern_list(),Damien Miller
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@
2015-05-04Fix some misuse of the | operator. In particular | has higherJonathan Gray
precedence than ?: ok guenther@ krw@ miod@
2015-05-04Clarify that hibernate_resume must be called with interrupts enabled.Mike Larkin
2015-05-04Specify regression test host keys so that this test will work withoutDarren Tucker
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).
2015-05-04Use diff w/out -u for better portabilityDarren Tucker
2015-05-03Preserve times to nanosecond precision instead of just microsecond.Philip Guenther
Prefer to set attributes by fd for regular files, and not follwing symlinks for others. ok brynet@ millert@
2015-05-03Implement byte ranges.Florian Obser
From Sunil Nimmagadda <sunil At nimmagadda DOT net> OK benno@
2015-05-03S was misplaced in r1.89, the optarg that was removed was actually neededGilles Chehade
by R, so reintroduce it in the proper place. spotted and diff by Sunil Nimmagadda
2015-05-03smtpd enqueue -S does not take an argument, fix optstring accordinglyGilles Chehade
fix by Nathanael Rensen
2015-05-03Remove subsections and start documentation of autoinstall only installerRobert Peichaer
features. Feedback and OK jmc@ "Reads ok" krw@