Age | Commit message (Expand) | Author |
2014-08-11 | Make it possible to pass arguments to _rc_parse_conf(). | Antoine Jacoutot |
2014-08-11 | document "tc"; | Jason McIntyre |
2014-08-11 | Fewer <netinet/in_systm.h> | Martin Pieuchot |
2014-08-11 | bring back r1.131: | David Gwynne |
2014-08-11 | Put back the checks about RTF_LOCAL routes now that userland tools are | Martin Pieuchot |
2014-08-11 | Convert ARP llinfo allocation to pool(9). | Martin Pieuchot |
2014-08-11 | Check the return value of sk_SSL_CIPHER_new_null(), since it allocates | Joel Sing |
2014-08-11 | missing memset in table_api.c (currently only used by pluggable tables) | Gilles Chehade |
2014-08-11 | Do not try to delete RTF_LOCAL entries. Such routes are automatically | Martin Pieuchot |
2014-08-11 | Steal stripcom() from /etc/rc to parse sysmerge.ignore. | Antoine Jacoutot |
2014-08-11 | add a caveat about databases; | Jason McIntyre |
2014-08-11 | Move a sentence to the corresponding option description. | Antoine Jacoutot |
2014-08-11 | Unchecked memory allocation and potential leak upon error in | Miod Vallat |
2014-08-11 | Remove now-unused SSL2_STATE as well as ssl2-specific state machine values. | Miod Vallat |
2014-08-11 | start catching up with recent code changes, but no new files yet | Ingo Schwarze |
2014-08-11 | Currently, ssl3_put_char_by_bytes(NULL, NULL) is just a long handed way | Joel Sing |
2014-08-11 | Provide a ssl3_get_cipher_by_id() function that allows ciphers to be looked | Joel Sing |
2014-08-10 | Write the core file of a non-suid process into the current directory | Alexander Bluhm |
2014-08-10 | There was a race in relayd that caused connections to hang. It | Alexander Bluhm |
2014-08-10 | Improve variables listing in x11/kde4 module description. | Vadim Zhukov |
2014-08-10 | [] -> [[]] | Robert Peichaer |
2014-08-10 | - add -p to SYNOPSIS | Jason McIntyre |
2014-08-10 | guenther wants a copyright | Ted Unangst |
2014-08-10 | Convert if foo; then bar; fi blocks to foo && bar but leave out enable_network() | Robert Peichaer |
2014-08-10 | Tweak cipher list comments and add missing cipher value comments. | Joel Sing |
2014-08-10 | { foo ; bar ; } -> { foo; bar; } | Robert Peichaer |
2014-08-10 | Remove disabled (weakened export and non-ephemeral DH) cipher suites from | Joel Sing |
2014-08-10 | Since we no longer need to support SSLv2-style cipher lists, start | Joel Sing |
2014-08-10 | Ask for the descriptor size corresponding to the number of ports present | Martin Pieuchot |
2014-08-10 | Do not allocate space for the whole structure when we just want to store | Martin Pieuchot |
2014-08-10 | sizeof() a pointer of the right struct to appease clang. | Martin Pieuchot |
2014-08-10 | Note that qemu 1.7.2 has the VLAN bug fix, too | Stefan Fritsch |
2014-08-10 | zap trailing whitespace | Jasper Lievisse Adriaanse |
2014-08-10 | some Ev fixes; | Jason McIntyre |
2014-08-10 | Merge xhci_device_setup() into xhci_pipe_init() there's no reason to | Martin Pieuchot |
2014-08-10 | Since USB xfer pools are accessed in interrupt context, initialize them | Martin Pieuchot |
2014-08-10 | Set and check for XFER_BUSY in the common methods instead of doing it | Martin Pieuchot |
2014-08-10 | typo in debug message | Alexandre Ratchov |
2014-08-10 | initialize mmcpos, found by guenther | Alexandre Ratchov |
2014-08-10 | Document SUBST_* | Marc Espie |
2014-08-10 | comment what's going on | Marc Espie |
2014-08-10 | Ouch... fuck cvs | Marc Espie |
2014-08-10 | if pkg_create is run as non-root, restory correct group/owner to root/bin. | Marc Espie |
2014-08-10 | fix kqueue read/write filters for msdosfs and fusefs | Jonathan Gray |
2014-08-10 | Typo. ok deraadt@ jmc@ | Matthieu Herrb |
2014-08-10 | debug level test for clock_gettime() calls should match | Jonathan Gray |
2014-08-10 | AF_IMPLINK and AF_BLUETOOTH are gone, but add printing of SOCK_SEQPACKET | Philip Guenther |
2014-08-10 | Don't need to know how to format bluetooth socket info here | Philip Guenther |
2014-08-10 | No more bluetooth in netintr(), so delete NETISR_BT. Zap the declaration | Philip Guenther |
2014-08-10 | AF_BLUETOOTH is gone. AF_LOCAL isn't involved pipe (and portals are gone). | Philip Guenther |