2017-04-05 |
bluhm | Syslogd's debug and error messages have changed a bit... |
commit | commitdiff | tree | snapshot |
2017-04-05 |
dhill | Replace 2 bcopy()'s with a simple assignment as both... |
commit | commitdiff | tree | snapshot |
2017-04-05 |
bluhm | The global variable Startup is not used anymore and... |
commit | commitdiff | tree | snapshot |
2017-04-05 |
bluhm | As we did not have nice log functions before, ttymsg... |
commit | commitdiff | tree | snapshot |
2017-04-05 |
bluhm | The function logmsg() was used to generate local messag... |
commit | commitdiff | tree | snapshot |
2017-04-05 |
bluhm | Replace logerror() functions with generic log_warn... |
commit | commitdiff | tree | snapshot |
2017-04-05 |
krw | Shuffle sendhup() into dispatch.c, the only place it... |
commit | commitdiff | tree | snapshot |
2017-04-05 |
millert | Not all devices support mmap, document EINVAL in this... |
commit | commitdiff | tree | snapshot |
2017-04-05 |
deraadt | Clamp size to length if snprintf ever indicates overflow |
commit | commitdiff | tree | snapshot |
2017-04-05 |
bluhm | Replace all combinations of logerror() and die() with... |
commit | commitdiff | tree | snapshot |
2017-04-05 |
jca | Unify variables used for recvmsg/sendmsg |
commit | commitdiff | tree | snapshot |
2017-04-05 |
jca | sendmsg returns a signed value, fix error check |
commit | commitdiff | tree | snapshot |
2017-04-05 |
reyk | We can enable many -W compiler warnings now. |
commit | commitdiff | tree | snapshot |
2017-04-05 |
reyk | Rework the packet.c code for decoding and assembling... |
commit | commitdiff | tree | snapshot |
2017-04-05 |
jca | Don't rely on asprintf setting pointer to NULL on failure. |
commit | commitdiff | tree | snapshot |
2017-04-05 |
deraadt | When building counter memory in preparation to copy... |
commit | commitdiff | tree | snapshot |
2017-04-05 |
nicm | Add Home and End for copy mode. |
commit | commitdiff | tree | snapshot |
2017-04-05 |
sthen | For a non-interactive attempt to pkg_delete a firmware... |
commit | commitdiff | tree | snapshot |
2017-04-05 |
bluhm | Replace logdebug() with generic log_debug() from log... |
commit | commitdiff | tree | snapshot |
2017-04-05 |
nicm | Try again to resolve problems with mistaking sessions... |
commit | commitdiff | tree | snapshot |
2017-04-05 |
nicm | Give each client a name. This defaults to the tty name... |
commit | commitdiff | tree | snapshot |
2017-04-05 |
nicm | cfg_file can be static. |
commit | commitdiff | tree | snapshot |
2017-04-05 |
nicm | Change tty_repeat_space to write large sets of spaces... |
commit | commitdiff | tree | snapshot |
2017-04-05 |
jmc | various improvements, from klemens nanni; |
commit | commitdiff | tree | snapshot |
2017-04-05 |
jmc | - -Z before -z in options list |
commit | commitdiff | tree | snapshot |
2017-04-05 |
deraadt | an annoying whitespace glitch |
commit | commitdiff | tree | snapshot |
2017-04-05 |
guenther | timeval has trailing padding on powerpc and m88k, so... |
commit | commitdiff | tree | snapshot |
2017-04-05 |
deraadt | Here at OpenBSD we change ABIs at the fling of a hat... |
commit | commitdiff | tree | snapshot |
2017-04-05 |
deraadt | clear structure on the stack before copying out for... |
commit | commitdiff | tree | snapshot |
2017-04-05 |
deraadt | sync |
commit | commitdiff | tree | snapshot |
2017-04-05 |
beck | Allow nc to save the peer certificate and chain in... |
commit | commitdiff | tree | snapshot |
2017-04-05 |
beck | Add tls_peer_cert_chain_pem - To retreive the peer... |
commit | commitdiff | tree | snapshot |
2017-04-05 |
beck | Internal changes to allow for relayd engine privsep... |
commit | commitdiff | tree | snapshot |
2017-04-05 |
bluhm | Do not print a warning if closing the control socket... |
commit | commitdiff | tree | snapshot |
2017-04-04 |
jsg | add a config test flag to sasyncd |
commit | commitdiff | tree | snapshot |
2017-04-04 |
ajacoutot | Also remove non syspatch hidden files/dirs. |
commit | commitdiff | tree | snapshot |
2017-04-04 |
claudio | Do not purge the CONFIG_SERVERS config in the parent... |
commit | commitdiff | tree | snapshot |
2017-04-04 |
deraadt | struct vfsconf is tightly packed, but let's M_ZERO... |
commit | commitdiff | tree | snapshot |
2017-04-04 |
rpe | Ensure, that during upgrades, the default for the ... |
commit | commitdiff | tree | snapshot |
2017-04-04 |
reyk | The unsigned result cannot be -1, turn it into a signed... |
commit | commitdiff | tree | snapshot |
2017-04-04 |
reyk | constify pc_remote and pc_circuit |
commit | commitdiff | tree | snapshot |
2017-04-04 |
krw | Send a RTM_PROPOSAL to clear out other dhclient instanc... |
commit | commitdiff | tree | snapshot |
2017-04-04 |
jmc | document comments in table files; help/ok gilles |
commit | commitdiff | tree | snapshot |
2017-04-04 |
jmc | tweak previous; |
commit | commitdiff | tree | snapshot |
2017-04-04 |
reyk | Add missing newline in fprintf error message. |
commit | commitdiff | tree | snapshot |
2017-04-04 |
krw | Treat SSID's like the 0 to 32 bytes of uint8_t data... |
commit | commitdiff | tree | snapshot |
2017-04-04 |
kettenis | Cleanup the code further. Get rid of the remaining... |
commit | commitdiff | tree | snapshot |
2017-04-04 |
visa | Issue memory barrier before lock release, not after... |
commit | commitdiff | tree | snapshot |
2017-04-04 |
deraadt | add a free() size near microcode loading |
commit | commitdiff | tree | snapshot |
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 |
next |