2015-06-02 |
mpi | Use if_input() instead of ether_input_mbuf(). |
commit | commitdiff | tree | snapshot |
2015-06-02 |
mpi | Take carp(4) out of ether_input(). |
commit | commitdiff | tree | snapshot |
2015-06-02 |
djm | mention CheckHostIP adding addresses to known_hosts; |
commit | commitdiff | tree | snapshot |
2015-06-02 |
deraadt | missing " spotted by Kyle Milz |
commit | commitdiff | tree | snapshot |
2015-06-02 |
miod | Make sparc go PIE (not `static PIE' yet). |
commit | commitdiff | tree | snapshot |
2015-06-02 |
miod | Override pie range constants (well, only VM_PIE_MAX_ADD... |
commit | commitdiff | tree | snapshot |
2015-06-02 |
jsg | with binutils 2.17 we can change some raw opcodes into... |
commit | commitdiff | tree | snapshot |
2015-06-02 |
jsg | Rename the imx miniroot to nitrogen as it creates ... |
commit | commitdiff | tree | snapshot |
2015-06-01 |
miod | In the lazy binding routine, make sure we actually... |
commit | commitdiff | tree | snapshot |
2015-06-01 |
miod | Revert 1.2, which used to be necessary during the early... |
commit | commitdiff | tree | snapshot |
2015-06-01 |
miod | Enable secureplt by default on alpha. The old plt flavo... |
commit | commitdiff | tree | snapshot |
2015-06-01 |
miod | Since the __{div,rem}{l,q}{,u} special libc entry point... |
commit | commitdiff | tree | snapshot |
2015-06-01 |
miod | Define HAVE_AS_EXPLICIT_RELOCS and HAVE_AS_JSRDIRECT_RE... |
commit | commitdiff | tree | snapshot |
2015-06-01 |
jmc | update currency exchange rates; |
commit | commitdiff | tree | snapshot |
2015-06-01 |
miod | Now that we do not need to build binutils 2.15 (except... |
commit | commitdiff | tree | snapshot |
2015-06-01 |
miod | Switch m88k ports to binutils 2.17. |
commit | commitdiff | tree | snapshot |
2015-06-01 |
stsp | regen |
commit | commitdiff | tree | snapshot |
2015-06-01 |
stsp | fix typo: Wirelsss -> Wireless |
commit | commitdiff | tree | snapshot |
2015-06-01 |
nicm | Missing t at end of response, from Vincent Bernat. |
commit | commitdiff | tree | snapshot |
2015-06-01 |
claudio | Fix memory leak in error case. OK bluhm@ benno@ |
commit | commitdiff | tree | snapshot |
2015-06-01 |
uebayasi | Put END() matching _ENTRY() (== ENTRY() w/o prof). |
commit | commitdiff | tree | snapshot |
2015-06-01 |
uebayasi | Put END() matching ENTRY(). |
commit | commitdiff | tree | snapshot |
2015-06-01 |
nicm | Clear signal handlers before event_reinit as apparently... |
commit | commitdiff | tree | snapshot |
2015-06-01 |
mpi | Convert tun(4) to if_input(). |
commit | commitdiff | tree | snapshot |
2015-05-31 |
schwarze | Simple macro fixes (Fd -> In, Nm -> Fn) from Kaspars... |
commit | commitdiff | tree | snapshot |
2015-05-31 |
deraadt | does not need syslog.h |
commit | commitdiff | tree | snapshot |
2015-05-31 |
schwarze | Implement the roff(7) `r' (register exists) conditional. |
commit | commitdiff | tree | snapshot |
2015-05-31 |
rpe | Fix typos. |
commit | commitdiff | tree | snapshot |
2015-05-31 |
bluhm | If the first list was empty, ml_join() did not not... |
commit | commitdiff | tree | snapshot |
2015-05-31 |
rpe | Replace identical code in the MD scripts of the install... |
commit | commitdiff | tree | snapshot |
2015-05-30 |
miod | Build with -mbwx rather than -Wa,-mev56 so that upcomin... |
commit | commitdiff | tree | snapshot |
2015-05-30 |
jsg | Remove commented out DRMDEBUG/DRM_DEBUG lines. Other... |
commit | commitdiff | tree | snapshot |
2015-05-30 |
jsg | DRMDEBUG not DRM_DEBUG. From frantisek holop. |
commit | commitdiff | tree | snapshot |
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 |
next |