2017-12-09 |
deraadt | In the middle of CRYPTO_gcm128_finish() there is a... |
commit | commitdiff | tree | snapshot |
2017-12-09 |
deraadt | Please variable decl before code. |
commit | commitdiff | tree | snapshot |
2017-12-09 |
deraadt | More precision in pledge sysctl report |
commit | commitdiff | tree | snapshot |
2017-12-09 |
deraadt | recognize .openbsd.randomdata section and indicate... |
commit | commitdiff | tree | snapshot |
2017-12-09 |
deraadt | Add a #define for the name of the .openbsd.randomdata... |
commit | commitdiff | tree | snapshot |
2017-12-08 |
bluhm | Pullup the mbuf before accessing the version field... |
commit | commitdiff | tree | snapshot |
2017-12-08 |
claudio | Use m_freem() in error case. Found by Maxime Villard |
commit | commitdiff | tree | snapshot |
2017-12-08 |
claudio | The adjttl functions use m_pullup(). In some cases... |
commit | commitdiff | tree | snapshot |
2017-12-08 |
claudio | mpls_shim_pop() can return NULL. Check it else we end... |
commit | commitdiff | tree | snapshot |
2017-12-08 |
stsp | Add support for background scanning to net80211 and... |
commit | commitdiff | tree | snapshot |
2017-12-08 |
deraadt | The per-interface mpls flag should also also be tested... |
commit | commitdiff | tree | snapshot |
2017-12-08 |
stsp | Make iwm(4) restore the ic_bss channel after tweaking... |
commit | commitdiff | tree | snapshot |
2017-12-08 |
krw | When accepting a BOOTP lease, do not leak offered value... |
commit | commitdiff | tree | snapshot |
2017-12-08 |
kettenis | Make sure we don't match (and attach) more than the... |
commit | commitdiff | tree | snapshot |
2017-12-08 |
martijn | Make the r command filename obligatory, similar to... |
commit | commitdiff | tree | snapshot |
2017-12-08 |
deraadt | repair columns; from kshe59@zohu.eu |
commit | commitdiff | tree | snapshot |
2017-12-08 |
millert | Add missing length checks to make sure we don't derefer... |
commit | commitdiff | tree | snapshot |
2017-12-08 |
deraadt | Convert snprintf+write into dprintf. It is simply... |
commit | commitdiff | tree | snapshot |
2017-12-08 |
jasper | remove description of 'at' field which was removed... |
commit | commitdiff | tree | snapshot |
2017-12-08 |
mpi | Disable SMAP temporarily to display userland traces. |
commit | commitdiff | tree | snapshot |
2017-12-08 |
deraadt | also cleanout ld.so.a |
commit | commitdiff | tree | snapshot |
2017-12-08 |
deraadt | Everyone knows this as ld.so, nor by the ancient name... |
commit | commitdiff | tree | snapshot |
2017-12-08 |
deraadt | time_t printing needs %lld and (long long) casts |
commit | commitdiff | tree | snapshot |
2017-12-08 |
djm | fix ordering in previous to ensure errno isn't clobbere... |
commit | commitdiff | tree | snapshot |
2017-12-08 |
djm | for some reason unix_listener() logged most errors... |
commit | commitdiff | tree | snapshot |
2017-12-08 |
kevlo | Fix the return value of fwscanf(3) when encountering... |
commit | commitdiff | tree | snapshot |
2017-12-07 |
patrick | Change the SA payload parser to parse more than the... |
commit | commitdiff | tree | snapshot |
2017-12-07 |
jmc | adjust the "timeout" text, now that leases are no longer |
commit | commitdiff | tree | snapshot |
2017-12-07 |
deraadt | correct indentation |
commit | commitdiff | tree | snapshot |
2017-12-07 |
krw | Set ifi->offer to NULL after free'ing it. |
commit | commitdiff | tree | snapshot |
2017-12-07 |
krw | Nuke support for defining last-gasp leases in dhclient... |
commit | commitdiff | tree | snapshot |
2017-12-07 |
mikeb | Initialize tcp_secret in tcp_init |
commit | commitdiff | tree | snapshot |
2017-12-07 |
schwarze | * clean up macro usage: use .Ar for command arguments... |
commit | commitdiff | tree | snapshot |
2017-12-07 |
stsp | In iwm(4), keep scanning if net80211 asks for a SCAN... |
commit | commitdiff | tree | snapshot |
2017-12-07 |
stsp | Make iwm_newstate() recover from state transition errors. |
commit | commitdiff | tree | snapshot |
2017-12-07 |
mpi | Set the correct ENCAPSULATION_MODE when doing NAT-T. |
commit | commitdiff | tree | snapshot |
2017-12-07 |
martijn | Make the command formatting more consistent. |
commit | commitdiff | tree | snapshot |
2017-12-07 |
otto | zap a few stray backslashes from the time thesse two... |
commit | commitdiff | tree | snapshot |
2017-12-07 |
zhuk | Now that we have RB_NFIND, the canacar's trick with... |
commit | commitdiff | tree | snapshot |
2017-12-07 |
zhuk | client_addr_init() never fails and its return value... |
commit | commitdiff | tree | snapshot |
2017-12-07 |
zhuk | Fix a potential fd leak in client_aldap_open(). |
commit | commitdiff | tree | snapshot |
2017-12-07 |
krw | Let it compile again. |
commit | commitdiff | tree | snapshot |
2017-12-07 |
mlarkin | reorder some port numbers, no functional change. |
commit | commitdiff | tree | snapshot |
2017-12-07 |
tb | Drop the unused second argument from set_prompt().... |
commit | commitdiff | tree | snapshot |
2017-12-06 |
espie | be consistent in where we call fflush |
commit | commitdiff | tree | snapshot |
2017-12-06 |
fcambus | Update inaccurate comment: i386_has_xcrypt => amd64_has... |
commit | commitdiff | tree | snapshot |
2017-12-06 |
kettenis | Implement support for using interrupt cookies in vbus... |
commit | commitdiff | tree | snapshot |
2017-12-06 |
krw | Disentangle dhclient.conf static lease handling from... |
commit | commitdiff | tree | snapshot |
2017-12-06 |
otto | strdup -> bstrdup; from Michael W. Bombardieri |
commit | commitdiff | tree | snapshot |
2017-12-06 |
abieber | Make vmd respect owner when starting non-disabled vms. |
commit | commitdiff | tree | snapshot |
2017-12-06 |
zhuk | It's the imsg_compose(3) who accepts 'fd' argument... |
commit | commitdiff | tree | snapshot |
2017-12-06 |
djm | don't accept junk after "yes" or "no" responses to... |
commit | commitdiff | tree | snapshot |
2017-12-05 |
dtucker | Replace atoi and strtol conversions for integer argumen... |
commit | commitdiff | tree | snapshot |
2017-12-05 |
dtucker | Add missing break for rdomain. Prevents spurious ... |
commit | commitdiff | tree | snapshot |
2017-12-05 |
kettenis | regen |
commit | commitdiff | tree | snapshot |
2017-12-05 |
kettenis | Add SPARC-M7 PCIe; rename existing SPARC PCIe entries. |
commit | commitdiff | tree | snapshot |
2017-12-05 |
kettenis | Remove DEF_STRONG(__cxa_thread_atexit_impl). This... |
commit | commitdiff | tree | snapshot |
2017-12-05 |
kettenis | Handle 64-bit-address Memory Space. |
commit | commitdiff | tree | snapshot |
2017-12-05 |
jca | Use clock_gettime(CLOCK_MONOTONIC) to schedule timers |
commit | commitdiff | tree | snapshot |
2017-12-05 |
jmc | add missing blank before punctuation; |
commit | commitdiff | tree | snapshot |
2017-12-05 |
deraadt | sync |
commit | commitdiff | tree | snapshot |
2017-12-05 |
espie | document PORTS_PRIVSEP now that it's nearing completion |
commit | commitdiff | tree | snapshot |
2017-12-05 |
millert | Fix a case where we could go off the end of the buffer. |
commit | commitdiff | tree | snapshot |
2017-12-05 |
visa | Show board ID and revision in dmesg to ease the identif... |
commit | commitdiff | tree | snapshot |
2017-12-05 |
visa | Drop cn30xxpow_intr_establish(), cn30xxpow_intr() and... |
commit | commitdiff | tree | snapshot |
2017-12-05 |
jca | Seperate real and user timer interfaces |
commit | commitdiff | tree | snapshot |
2017-12-05 |
krw | When removing duplicate dynamic leases from the cache... |
commit | commitdiff | tree | snapshot |
2017-12-05 |
espie | strip_comments is also called for dot lines, so sometim... |
commit | commitdiff | tree | snapshot |
2017-12-05 |
otto | use a global BN_CTX; from kshe with a twist from myself |
commit | commitdiff | tree | snapshot |
2017-12-05 |
kettenis | Implement __cxa_thread_atexit to support C++11 thread_l... |
commit | commitdiff | tree | snapshot |
2017-12-05 |
patrick | When sending out a proposal we create an SA/SPI for... |
commit | commitdiff | tree | snapshot |
2017-12-05 |
deraadt | adjust for warning: warning repairs |
commit | commitdiff | tree | snapshot |
2017-12-05 |
djm | include the addr:port in bind/listen failure messages |
commit | commitdiff | tree | snapshot |
2017-12-04 |
kettenis | Sadly the firmware on SPARC T7 machines omits the execu... |
commit | commitdiff | tree | snapshot |
2017-12-04 |
mpi | Use _kernel_lock_held() instead of __mp_lock_held(... |
commit | commitdiff | tree | snapshot |
2017-12-04 |
patrick | Remove duplicate check that never could execute because... |
commit | commitdiff | tree | snapshot |
2017-12-04 |
patrick | Consistently log "malformed payload" instead of "payloa... |
commit | commitdiff | tree | snapshot |
2017-12-04 |
patrick | Remove check that is now a duplicate due to recent... |
commit | commitdiff | tree | snapshot |
2017-12-04 |
patrick | The payloads are layered like onions, so you can valida... |
commit | commitdiff | tree | snapshot |
2017-12-04 |
bluhm | RFC 4861 requires that all neighbor discovery packets... |
commit | commitdiff | tree | snapshot |
2017-12-04 |
tb | change "if (lp &&" to "if lp != NULL &&". |
commit | commitdiff | tree | snapshot |
2017-12-04 |
robert | add the alps touchpad that can be found in the ideapad... |
commit | commitdiff | tree | snapshot |
2017-12-04 |
tb | Avoid a NULL-deref in get_recorded_lease() leading... |
commit | commitdiff | tree | snapshot |
2017-12-04 |
patrick | Initialize variable, otherwise the pointer might contai... |
commit | commitdiff | tree | snapshot |
2017-12-04 |
bluhm | Make divert lookup similar for all socket types. If... |
commit | commitdiff | tree | snapshot |
2017-12-04 |
mpi | Change __mp_lock_held() to work with an arbitrary CPU... |
commit | commitdiff | tree | snapshot |
2017-12-04 |
mpi | Use _kernel_lock_held() instead of __mp_lock_held(... |
commit | commitdiff | tree | snapshot |
2017-12-03 |
patrick | If we wanted to send out more proposals than just one... |
commit | commitdiff | tree | snapshot |
2017-12-03 |
patrick | The RFC specifies that to accept a proposal, we must... |
commit | commitdiff | tree | snapshot |
2017-12-03 |
krw | Move timer fields 'expiry" and "rebind" out of struct... |
commit | commitdiff | tree | snapshot |
2017-12-03 |
sthen | Disallow the _pbuild user from making TCP/UDP connectio... |
commit | commitdiff | tree | snapshot |
2017-12-03 |
kettenis | Enable bgw(4). |
commit | commitdiff | tree | snapshot |
2017-12-03 |
kettenis | Enumerate all i2c devices on the bus. Mark their nodes... |
commit | commitdiff | tree | snapshot |
2017-12-03 |
tb | pledge(2) elfrdsetroot: |
commit | commitdiff | tree | snapshot |
2017-12-03 |
krw | Abandon nagging about "_" violating RFC 952. This remov... |
commit | commitdiff | tree | snapshot |
2017-12-03 |
mpi | Rename ci_number to ci_cpuid to match other archs. |
commit | commitdiff | tree | snapshot |
2017-12-03 |
jsg | Include dtbs for Wandboard rev D1 including the i.MX... |
commit | commitdiff | tree | snapshot |
2017-12-03 |
jsg | sync |
commit | commitdiff | tree | snapshot |
2017-12-02 |
deraadt | sync |
commit | commitdiff | tree | snapshot |
2017-12-02 |
otto | Adapt to change in 0Z |
commit | commitdiff | tree | snapshot |
next |