2017-04-04 |
millert | Rewrite tohexstr() to use the common idiom of convertin... |
commit | commitdiff | tree | snapshot |
2017-04-04 |
claudio | Add 8265 and 3168 support. Both cards need new firmware... |
commit | commitdiff | tree | snapshot |
2017-04-04 |
djm | disallow creation (of empty files) in read-only mode... |
commit | commitdiff | tree | snapshot |
2017-04-04 |
deraadt | cp -p the bootblocks to RELEASEDIR; ok tb |
commit | commitdiff | tree | snapshot |
2017-04-03 |
fcambus | warn format string should be literal. |
commit | commitdiff | tree | snapshot |
2017-04-03 |
krw | Change parse_string() to take an optional integer point... |
commit | commitdiff | tree | snapshot |
2017-04-03 |
otto | Add caveat telling it's better to always read a data... |
commit | commitdiff | tree | snapshot |
2017-04-03 |
otto | Send and receive 1 byte of data in addition to the... |
commit | commitdiff | tree | snapshot |
2017-04-03 |
fcambus | WSDISPLAY_MAXFONTCOUNT macro was introduced in sys... |
commit | commitdiff | tree | snapshot |
2017-04-03 |
krw | Simplify read_string() to just read the characters... |
commit | commitdiff | tree | snapshot |
2017-04-03 |
tedu | check return from pread, don't divide -1 for count |
commit | commitdiff | tree | snapshot |
2017-04-03 |
deraadt | use recallocarray() because the array contains data... |
commit | commitdiff | tree | snapshot |
2017-04-03 |
tedu | initialize regmatch_t always, fixes grep -o "" |
commit | commitdiff | tree | snapshot |
2017-04-03 |
deraadt | provide size to free(9) |
commit | commitdiff | tree | snapshot |
2017-04-03 |
beck | Fix silly code that printfs NULL when there are no... |
commit | commitdiff | tree | snapshot |
2017-04-03 |
krw | Tweak parse_string() to not consume the ';'. Simplifies... |
commit | commitdiff | tree | snapshot |
2017-04-03 |
krw | Tweak 'expecting' parse_warn() messages to be more... |
commit | commitdiff | tree | snapshot |
2017-04-03 |
visa | Compute address for ll/sc only once. |
commit | commitdiff | tree | snapshot |
2017-04-02 |
deraadt | Less convoluted code in soshutdown() |
commit | commitdiff | tree | snapshot |
2017-04-02 |
deraadt | The character buffer should be resized using recallocar... |
commit | commitdiff | tree | snapshot |
2017-04-02 |
deraadt | Always use return value of asprintf to determine succes... |
commit | commitdiff | tree | snapshot |
2017-04-02 |
tom | Check return value of asprintf(), and don't use 0 as... |
commit | commitdiff | tree | snapshot |
2017-04-02 |
krw | Change parse_string() warning from "filename must be... |
commit | commitdiff | tree | snapshot |
2017-04-02 |
mlarkin | Filter out RDTSCP, needed to handle solaris guests... |
commit | commitdiff | tree | snapshot |
2017-04-02 |
jmc | note that some hosts never generate tuples and are... |
commit | commitdiff | tree | snapshot |
2017-04-02 |
jmc | update currency exchange rates; |
commit | commitdiff | tree | snapshot |
2017-04-02 |
kettenis | On ARMv8, the translation table walk is fully coherent... |
commit | commitdiff | tree | snapshot |
2017-04-02 |
visa | printf format strings should be literals. Reminded... |
commit | commitdiff | tree | snapshot |
2017-04-02 |
visa | Drop address conversion cruft. |
commit | commitdiff | tree | snapshot |
2017-04-02 |
jca | Fix tcp stats reporting |
commit | commitdiff | tree | snapshot |
2017-04-02 |
jsg | add overdrive 1000 |
commit | commitdiff | tree | snapshot |
2017-04-02 |
visa | Fix an out-of-bounds memory access with 64-bit armaps. |
commit | commitdiff | tree | snapshot |
2017-04-02 |
visa | Bring back the wait instruction into the idle loop... |
commit | commitdiff | tree | snapshot |
2017-04-02 |
deraadt | Replace snprintf(NULL, malloc, snprintf.... with the... |
commit | commitdiff | tree | snapshot |
2017-04-02 |
guenther | Prefer pread() over lseek()+read() |
commit | commitdiff | tree | snapshot |
2017-04-02 |
deraadt | normalize order of arguments to if () |
commit | commitdiff | tree | snapshot |
2017-04-02 |
beck | Make dma range buffer cache pages visible in systat io |
commit | commitdiff | tree | snapshot |
2017-04-02 |
deraadt | unlock tree, we are now hacking on 6.1-current |
commit | commitdiff | tree | snapshot |
2017-04-01 |
deraadt | MDT... |
commit | commitdiff | tree | snapshot |
2017-03-31 |
rpe | The default for the "Server directory?" question can... |
commit | commitdiff | tree | snapshot |
2017-03-31 |
ajacoutot | Be quiet in case /var/syspatch/ is empty and that there... |
commit | commitdiff | tree | snapshot |
2017-03-30 |
deraadt | skip floppyB until more space is found |
commit | commitdiff | tree | snapshot |
2017-03-30 |
jcs | Xr acpisbs |
commit | commitdiff | tree | snapshot |
2017-03-30 |
deraadt | sync |
commit | commitdiff | tree | snapshot |
2017-03-30 |
jcs | add a manpage for acpisbs, remove caveat from acpibat |
commit | commitdiff | tree | snapshot |
2017-03-30 |
patrick | Only close the SA if an error happens before ikev2_msg_... |
commit | commitdiff | tree | snapshot |
2017-03-30 |
jsing | Disable client-initiated renegotiation. |
commit | commitdiff | tree | snapshot |
2017-03-30 |
deraadt | correct NBPFILTER #ifdef's |
commit | commitdiff | tree | snapshot |
2017-03-30 |
deraadt | sync |
commit | commitdiff | tree | snapshot |
2017-03-30 |
deraadt | these free() size choices appear to be wrong. joel... |
commit | commitdiff | tree | snapshot |
2017-03-30 |
robert | add signify public keys for syspatch for the current... |
commit | commitdiff | tree | snapshot |
2017-03-30 |
kettenis | Use m_devget(9) to replace code that does more or less... |
commit | commitdiff | tree | snapshot |
2017-03-30 |
claudio | Set interface flag to VMIFF_UP when using -i option... |
commit | commitdiff | tree | snapshot |
2017-03-29 |
claudio | m_devget() lost its ipf pointer argument, update man... |
commit | commitdiff | tree | snapshot |
2017-03-29 |
millert | Use strtonum(3) instead of strtol(3). OK deraadt@ |
commit | commitdiff | tree | snapshot |
2017-03-29 |
naddy | sync the version of the example package; ok deraadt@ |
commit | commitdiff | tree | snapshot |
2017-03-29 |
bluhm | Bring radiusd log.c copyright in line with other progra... |
commit | commitdiff | tree | snapshot |
2017-03-29 |
otto | rephrase more enumerations of functions |
commit | commitdiff | tree | snapshot |
2017-03-29 |
tj | account key needs to be in quotes. |
commit | commitdiff | tree | snapshot |
2017-03-29 |
stsp | Fix iwi(4) regressions. WPA was broken since 6.0 errata... |
commit | commitdiff | tree | snapshot |
2017-03-29 |
deraadt | The hppa version of as(1) requires whitespace before... |
commit | commitdiff | tree | snapshot |
2017-03-29 |
sthen | set REQ_EXT to x509v3_CA, fixing "ikectl ca XX create... |
commit | commitdiff | tree | snapshot |
2017-03-29 |
deraadt | POOL_DEBUG off for release |
commit | commitdiff | tree | snapshot |
2017-03-29 |
deraadt | move to 6.1 release, drop -beta tag |
commit | commitdiff | tree | snapshot |
2017-03-29 |
jsg | Remove quirks for two devices that are known to be... |
commit | commitdiff | tree | snapshot |
2017-03-29 |
jmc | tweak previous; |
commit | commitdiff | tree | snapshot |
2017-03-29 |
jsg | Match on class communications subclass abstract control... |
commit | commitdiff | tree | snapshot |
2017-03-28 |
jsg | Add an instruction synchronisation barrier instruction... |
commit | commitdiff | tree | snapshot |
2017-03-28 |
mlarkin | Properly handle VMX entry controls governing guest... |
commit | commitdiff | tree | snapshot |
2017-03-28 |
mlarkin | add RDTSCP flags to identcpu.c |
commit | commitdiff | tree | snapshot |
2017-03-28 |
reyk | Add helpful debug messages to tell us why public key... |
commit | commitdiff | tree | snapshot |
2017-03-28 |
kettenis | Previous W^X diff only changed the access permissions... |
commit | commitdiff | tree | snapshot |
2017-03-28 |
schwarze | Fix typo in function name; |
commit | commitdiff | tree | snapshot |
2017-03-28 |
schwarze | After i wrote SSL_renegotiate(3) from scratch, OpenSSL... |
commit | commitdiff | tree | snapshot |
2017-03-28 |
bluhm | Make the test also work with obj directory. |
commit | commitdiff | tree | snapshot |
2017-03-28 |
kettenis | Reset ci_curmap to kernel_pmap() in cpu_hatch(). Other... |
commit | commitdiff | tree | snapshot |
2017-03-28 |
reyk | Remove RSA from the list of keywords, lookup is now... |
commit | commitdiff | tree | snapshot |
2017-03-28 |
otto | small cleanup & optimization; ok deraadt@ millert@ |
commit | commitdiff | tree | snapshot |
2017-03-28 |
reyk | Don't send informational responses before we're having... |
commit | commitdiff | tree | snapshot |
2017-03-28 |
bluhm | Link pledge sockopt regression tests to build. |
commit | commitdiff | tree | snapshot |
2017-03-28 |
reyk | Returning -1 in an imsg handler like ikev2_dispatch_cer... |
commit | commitdiff | tree | snapshot |
2017-03-28 |
bluhm | Call get/setsockopt(2) with various sockets and check... |
commit | commitdiff | tree | snapshot |
2017-03-28 |
bluhm | Document the mcast pledge(2) as an addition to inet. |
commit | commitdiff | tree | snapshot |
2017-03-28 |
bluhm | Allow the multicast ttl/hops and loop options with... |
commit | commitdiff | tree | snapshot |
2017-03-28 |
natano | Prevent edit'ing a message from corrupting the mailbox... |
commit | commitdiff | tree | snapshot |
2017-03-28 |
ratchov | Make set_params() return the rate the device is using... |
commit | commitdiff | tree | snapshot |
2017-03-28 |
ratchov | Simplify rate/channels/bits bounds checking code. From |
commit | commitdiff | tree | snapshot |
2017-03-28 |
claudio | For IPv6 pass prefix not nexthop as network for connect... |
commit | commitdiff | tree | snapshot |
2017-03-28 |
ratchov | Add quirk for MacBook Pro 5,5. From Manav Rathi <mnvrth... |
commit | commitdiff | tree | snapshot |
2017-03-28 |
jsg | add missing braces around a multi line if statement |
commit | commitdiff | tree | snapshot |
2017-03-28 |
jsg | fix semicolon after if statement in currently uncalled... |
commit | commitdiff | tree | snapshot |
2017-03-27 |
deraadt | repair knf & whitespace that jumped out of the screen... |
commit | commitdiff | tree | snapshot |
2017-03-27 |
jca | Don't reject etherip packets if they are protected... |
commit | commitdiff | tree | snapshot |
2017-03-27 |
deraadt | Now that hibernate_alloc() only has clean success/failu... |
commit | commitdiff | tree | snapshot |
2017-03-27 |
deraadt | If hibernate_alloc() encounters a problem it should... |
commit | commitdiff | tree | snapshot |
2017-03-27 |
fcambus | Fix broken PKG_PATH example link, ftp://ftp.openbsd... |
commit | commitdiff | tree | snapshot |
2017-03-27 |
mlarkin | typo in debug build |
commit | commitdiff | tree | snapshot |
2017-03-27 |
schwarze | simplify the SYNOPSIS as well, just like the option... |
commit | commitdiff | tree | snapshot |
2017-03-27 |
mlarkin | add a newline to an error printf |
commit | commitdiff | tree | snapshot |
2017-03-27 |
beck | use a path of "/" if the URL does not include a trailin... |
commit | commitdiff | tree | snapshot |
next |