2015-05-30 |
claudio | Plug a memory leak by simplifying kv_free(). By checkin... |
commit | commitdiff | tree | snapshot |
2015-05-30 |
claudio | Remove fields from struct that are not used. OK benno@ |
commit | commitdiff | tree | snapshot |
2015-05-30 |
kettenis | Native atomic operations for i386. |
commit | commitdiff | tree | snapshot |
2015-05-30 |
kettenis | Acquire/release the i2c bus before/after reading the... |
commit | commitdiff | tree | snapshot |
2015-05-30 |
jsg | Set the usb otg port on the cubox to host mode and... |
commit | commitdiff | tree | snapshot |
2015-05-30 |
nicm | Support - to read from stdin, from Sebastien Marie. |
commit | commitdiff | tree | snapshot |
2015-05-30 |
jmc | fix usage(); |
commit | commitdiff | tree | snapshot |
2015-05-30 |
jsg | Set the sdmmc(4) emmc highspeed flag if the capability... |
commit | commitdiff | tree | snapshot |
2015-05-30 |
deraadt | cleanup attach message |
commit | commitdiff | tree | snapshot |
2015-05-30 |
jsg | fix the build when SDHC_DEBUG is defined |
commit | commitdiff | tree | snapshot |
2015-05-29 |
nicm | Don't use special strings if #() commands fail, just... |
commit | commitdiff | tree | snapshot |
2015-05-29 |
nicm | Expand formats again inside #(), and free the temporaries. |
commit | commitdiff | tree | snapshot |
2015-05-29 |
nicm | Use RB_MIN to get the lowest index for the current... |
commit | commitdiff | tree | snapshot |
2015-05-29 |
miod | Switch vax to bunnytils 2.17. |
commit | commitdiff | tree | snapshot |
2015-05-29 |
miod | Make ld.so on alpha cope with binaries built with secur... |
commit | commitdiff | tree | snapshot |
2015-05-29 |
nicm | millert points out I can just call tzset() early to... |
commit | commitdiff | tree | snapshot |
2015-05-29 |
nicm | Use gmtime not localtime when we want UTC, I got it... |
commit | commitdiff | tree | snapshot |
2015-05-29 |
deraadt | do not need non-NULL-check before free(p), other minor... |
commit | commitdiff | tree | snapshot |
2015-05-29 |
deraadt | remove duplicate assignments; from Benjamin Baier |
commit | commitdiff | tree | snapshot |
2015-05-29 |
nicm | Update file(1) regress (less verbose ELF output). |
commit | commitdiff | tree | snapshot |
2015-05-29 |
nicm | Don't stop at the first successful test unless it has... |
commit | commitdiff | tree | snapshot |
2015-05-29 |
nicm | The case-insensitive flag (c) for string and search... |
commit | commitdiff | tree | snapshot |
2015-05-29 |
nicm | I got confused and made the strength multiplier 20... |
commit | commitdiff | tree | snapshot |
2015-05-29 |
krw | Nuke annoying whitespace nits to shrink some future... |
commit | commitdiff | tree | snapshot |
2015-05-29 |
krw | Nuke annoying whitespace nits to shrink some future... |
commit | commitdiff | tree | snapshot |
2015-05-29 |
nicm | file(1) needs access(/etc/localtime) for localtime(). |
commit | commitdiff | tree | snapshot |
2015-05-29 |
nicm | Only mmap() on regular files; mmap() on /dev/stdin... |
commit | commitdiff | tree | snapshot |
2015-05-29 |
nicm | Make things a little less confusing by making fill_buff... |
commit | commitdiff | tree | snapshot |
2015-05-29 |
nicm | If reading into buffer, correct the stored file size... |
commit | commitdiff | tree | snapshot |
2015-05-29 |
uebayasi | Put END() where appropriate. |
commit | commitdiff | tree | snapshot |
2015-05-29 |
uebayasi | Put obvious END() macros that match ENTRY() entries. |
commit | commitdiff | tree | snapshot |
2015-05-29 |
eric | fix a possible off-by-one when reading /etc/hosts if... |
commit | commitdiff | tree | snapshot |
2015-05-29 |
nicm | Silently fall back to /etc/magic if ~/.magic can't... |
commit | commitdiff | tree | snapshot |
2015-05-29 |
uebayasi | Sprinkle END() in some straightforward *.S files that... |
commit | commitdiff | tree | snapshot |
2015-05-29 |
djm | put back SSH1 for now - we want to make sure we don... |
commit | commitdiff | tree | snapshot |
2015-05-29 |
jsg | add some more cortex A ids |
commit | commitdiff | tree | snapshot |
2015-05-29 |
miod | Need to operate of CXXFLAGS now. |
commit | commitdiff | tree | snapshot |
2015-05-29 |
djm | make this work without SUDO set; ok dtucker@ |
commit | commitdiff | tree | snapshot |
2015-05-29 |
jsg | enable agtimer required for cortex a15 |
commit | commitdiff | tree | snapshot |
2015-05-29 |
jsg | Remove unused bus space tags/handles. The generic... |
commit | commitdiff | tree | snapshot |
2015-05-29 |
uebayasi | Revert unrelated changes in previous. |
commit | commitdiff | tree | snapshot |
2015-05-29 |
uebayasi | Initial addition of ``Patrol Read'' support in bio... |
commit | commitdiff | tree | snapshot |
2015-05-28 |
deraadt | detect crashes from constraint sub-processes, instead... |
commit | commitdiff | tree | snapshot |
2015-05-28 |
jcs | when machdep.allowaperture sysctl is set to 3, allow... |
commit | commitdiff | tree | snapshot |
2015-05-28 |
guenther | Save the cpuid(6) eax bits in the cpu_info and report... |
commit | commitdiff | tree | snapshot |
2015-05-28 |
jmc | use "uri"; from yegor timoschenko |
commit | commitdiff | tree | snapshot |
2015-05-28 |
jmc | probably makes more sense to show "file" as being manda... |
commit | commitdiff | tree | snapshot |
2015-05-28 |
miod | Invert the binutils 2.17 logic to only list non-2.17... |
commit | commitdiff | tree | snapshot |
2015-05-28 |
miod | Switch alpha, arm, sh and sparc to binutils 2.17. |
commit | commitdiff | tree | snapshot |
2015-05-28 |
florian | Do not try to unlink the control socket in an unprivile... |
commit | commitdiff | tree | snapshot |
2015-05-28 |
florian | Do not try to unlink the control socket in an unprivile... |
commit | commitdiff | tree | snapshot |
2015-05-28 |
mpi | Kill unused IF_INPUT_ENQUEUE(). |
commit | commitdiff | tree | snapshot |
2015-05-28 |
djm | wrap all moduli-related code in #ifdef WITH_OPENSSL. |
commit | commitdiff | tree | snapshot |
2015-05-28 |
dtucker | Increase the allowed length of the known host file... |
commit | commitdiff | tree | snapshot |
2015-05-28 |
dtucker | Fix typo (keywork->keyword) |
commit | commitdiff | tree | snapshot |
2015-05-28 |
djm | add error message on ftruncate failure; bz#2176 |
commit | commitdiff | tree | snapshot |
2015-05-28 |
djm | make ssh-keygen default to ed25519 keys when compiled... |
commit | commitdiff | tree | snapshot |
2015-05-28 |
dtucker | Remove intermediate copy of the moduli file. "make... |
commit | commitdiff | tree | snapshot |
2015-05-28 |
dtucker | Remove 1k bit groups. ok deraadt@, markus@ |
commit | commitdiff | tree | snapshot |
2015-05-28 |
dtucker | Remove 1k bit groups. ok deraadt@, markus@ |
commit | commitdiff | tree | snapshot |
2015-05-27 |
dtucker | Reorder client proposal to prefer diffie-hellman-group... |
commit | commitdiff | tree | snapshot |
2015-05-27 |
dtucker | Add a stronger (4k bit) fallback group that sshd can... |
commit | commitdiff | tree | snapshot |
2015-05-27 |
kettenis | Use m_defrag(9) instead of rolling our own inlined... |
commit | commitdiff | tree | snapshot |
2015-05-27 |
nicm | Move the jobs output cache into the formats code so... |
commit | commitdiff | tree | snapshot |
2015-05-27 |
dlg | check if the packet is for us or if we're promisc befor... |
commit | commitdiff | tree | snapshot |
2015-05-27 |
mikeb | Improve the controller state check in xhci_reset |
commit | commitdiff | tree | snapshot |
2015-05-27 |
jsg | call exynos_platform_match() if the kernel is compiled... |
commit | commitdiff | tree | snapshot |
2015-05-27 |
djm | support PKCS#11 devices with external PIN entry devices |
commit | commitdiff | tree | snapshot |
2015-05-27 |
jsg | make the exynos code compile without fdt |
commit | commitdiff | tree | snapshot |
2015-05-26 |
jsg | make this build with WSDISPLAY_COMPAT_RAWKBD defined |
commit | commitdiff | tree | snapshot |
2015-05-26 |
dtucker | Cap DH-GEX group size at 4kbits for Cisco implementatio... |
commit | commitdiff | tree | snapshot |
2015-05-26 |
miod | Bring back `1:' label removed by mistake in 1.7. Compla... |
commit | commitdiff | tree | snapshot |
2015-05-26 |
miod | Better cross-compilation check |
commit | commitdiff | tree | snapshot |
2015-05-26 |
miod | Use a relative path against BSDOBJDIR to pick libcrypto... |
commit | commitdiff | tree | snapshot |
2015-05-26 |
eric | simply use _PATH_HOSTS where appropriate |
commit | commitdiff | tree | snapshot |
2015-05-26 |
sf | Fix missing vlan.h include in if_vio.c |
commit | commitdiff | tree | snapshot |
2015-05-26 |
miod | Improve diffability against m68k. |
commit | commitdiff | tree | snapshot |
2015-05-26 |
ratchov | Exposes number of bytes processed by the sound card... |
commit | commitdiff | tree | snapshot |
2015-05-26 |
mikeb | Don't create ICMP states on reply packets unless tracki... |
commit | commitdiff | tree | snapshot |
2015-05-26 |
mpi | Use if_output() instead of rerolling it. |
commit | commitdiff | tree | snapshot |
2015-05-26 |
naddy | Create aliases.db from the installed aliases file,... |
commit | commitdiff | tree | snapshot |
2015-05-26 |
dlg | bump the number of tx and rx descriptors from 128 up... |
commit | commitdiff | tree | snapshot |
2015-05-26 |
mpi | Store the IP address of the corresponding ifa in the... |
commit | commitdiff | tree | snapshot |
2015-05-26 |
mpi | Normalize route destination before checking for MPATH... |
commit | commitdiff | tree | snapshot |
2015-05-26 |
mpi | Do not create ARP entries for RTF_BROADCAST routes. |
commit | commitdiff | tree | snapshot |
2015-05-26 |
mpi | Now that the Ethernet header is always passed as part... |
commit | commitdiff | tree | snapshot |
2015-05-26 |
dlg | move add_net_randomness from ether_input to the if_inpu... |
commit | commitdiff | tree | snapshot |
2015-05-26 |
mpi | More than 100+ drivers converted to if_input(), this... |
commit | commitdiff | tree | snapshot |
2015-05-26 |
jsg | sync |
commit | commitdiff | tree | snapshot |
2015-05-26 |
jsg | include the firmware for usb devices on the armv7 ramdisk |
commit | commitdiff | tree | snapshot |
2015-05-26 |
bcook | Add OPENSSL_NO_EGD to opensslfeatures.h. |
commit | commitdiff | tree | snapshot |
2015-05-26 |
dlg | make vlans inherit their parents hardmtu as well as... |
commit | commitdiff | tree | snapshot |
2015-05-26 |
jsg | Build all the firmware for usb devices on armv7. |
commit | commitdiff | tree | snapshot |
2015-05-26 |
jsg | Sync usb devices with amd64. |
commit | commitdiff | tree | snapshot |
2015-05-26 |
jsg | build wsconsctl and wsconscfg on armv7 |
commit | commitdiff | tree | snapshot |
2015-05-25 |
benno | fix panic for real and revert previous rev 1.52 |
commit | commitdiff | tree | snapshot |
2015-05-25 |
jca | Kill outdated comment. |
commit | commitdiff | tree | snapshot |
2015-05-25 |
guenther | Make SSL_CIPHER_get_bits() report ChaCha20-Poly1305... |
commit | commitdiff | tree | snapshot |
2015-05-25 |
eric | Skip search domains iteration if RES_DNSRCH and/or... |
commit | commitdiff | tree | snapshot |
2015-05-25 |
naddy | bump up the default Diffie-Hellman group to modp3072... |
commit | commitdiff | tree | snapshot |
next |