summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-01-09Do not silently truncate the firmware channel number.Martin Pieuchot
2018-01-09make mpls_input take a struct ifnet *ifp argument.David Gwynne
2018-01-09syncTheo de Raadt
2018-01-09Rename test file =.err to eq.err for simpler make file scripts.Alexander Bluhm
2018-01-08Fix indentation.Patrick Wildt
2018-01-08Initial support for HOSTAP mode. With this bwfm(4) can spawn an accessPatrick Wildt
2018-01-08Convert IF_CLONE_INITIALIZER() into C99 initializer.Alexander Bluhm
2018-01-08Do not pass a userland pointer to ktrabstimespec().Martin Pieuchot
2018-01-08update comments that were left behind in the recent unifdef JOB commitSebastian Benoit
2018-01-08Fix typo in comment; ok mpi@anton
2018-01-08In AP mode multicast packets share the flowrings with broadcastPatrick Wildt
2018-01-08The bwfm(4) TX ring expects the ethernet header as part of the TX infoPatrick Wildt
2018-01-08Guard the debug printf function behind BWFM_DEBUG as well. Also onlyPatrick Wildt
2018-01-08Move SC_* defines into <machine/setjmp.h>, and rename them,Visa Hankala
2018-01-08Pass correct size to uvm_vnp_setsize() for large files.Todd C. Miller
2018-01-08Add kqueue support for ext2fs based on ffs. OK deraadt@Todd C. Miller
2018-01-08group shared source files (e.g. SRCS_KEX) and allow compilation w/o OPENSSLMarkus Friedl
2018-01-08move subprocess() so scp/sftp do not need uidswap.o; ok djm@Markus Friedl
2018-01-08switch ssh-pkcs11-helper to new API; ok djm@Markus Friedl
2018-01-08split client/server kex; only ssh-keygen needs uuencode.o;Markus Friedl
2018-01-08only ssh-keygen needs uuencode.o; only scp/sftp use progressmeter.oMarkus Friedl
2018-01-08uuencode.h is not usedMarkus Friedl
2018-01-08Override membar_producer() for octeon.Visa Hankala
2018-01-08Drop two outdated entriesJeremie Courreges-Anglas
2018-01-08Remove unused "args" param from kb_add(), it is always NULL.Todd C. Miller
2018-01-08optimization and some cleanup; mostly from kshe (except the unmap() part)Otto Moerbeek
2018-01-08Kill entries that are obviously outdated/out of scopeJeremie Courreges-Anglas
2018-01-08TIOCUCNTL is now allowed by promise "tty".Martin Pieuchot
2018-01-08Enable TIOCUCNTL to be able to set ns8250's break detected condition.Martin Pieuchot
2018-01-08Allow TIOCUCNTL issued on a pty(4) master in promise "tty".Martin Pieuchot
2018-01-08Translate the TIOCSBRK & TIOCCBRK ioctl(2)s issued on a pty(4) slave toMartin Pieuchot
2018-01-08Attach dwiic_pci on Dell Precision 7520. Also restrict ihidev reportsMike Larkin
2018-01-08Mark up command strings with Cm, and variables with Va.Anthony J. Bentley
2018-01-08Delete flowrings when we take the interface down or change itsPatrick Wildt
1995-10-18initial import of NetBSD treeTheo de Raadt
2018-01-07Add regression tests for cdrom keywordccardenas
2018-01-07Create multiple transmit flowrings in station mode, four in total, basedPatrick Wildt
2018-01-07delete a wrong commentMike Larkin
2018-01-07remove all PG_G global page mappings from the kernel when running onMike Larkin
2018-01-07Add proper bounds checking to kb_add(). OK anton@Todd C. Miller
2018-01-07amd64_{get,set}_fsbase() are superfluous and unused; delete them.Philip Guenther
2018-01-07Use __inline instead of inline as this header file might be included in aMark Kettenis
2018-01-07add arch to Dt;Jason McIntyre
2018-01-07On OpenBSD/armv7 we deliberately trap unaligned access. UnfortunatelyMark Kettenis
2018-01-07Remove unused extern variable in openssl(1) s_timeKinichiro Inoguchi
2010-10-01import OpenSSL-1.0.0aDamien Miller
2018-01-07Delete obsolete/untrue commentsPhilip Guenther
2018-01-07remove a ridiculous comment and move another comment to the line it wasMike Larkin
2018-01-07Assume that direct-mapped addresses come from the xkphys segment.Visa Hankala
2018-01-07Add references to errata.Visa Hankala