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