summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-07-13syncTheo de Raadt
2014-07-13sync with kernel, root= -> rootdev=Jasper Lievisse Adriaanse
2014-07-13consistency with upcoming bootloader device parsing of the uboot arguments,Jasper Lievisse Adriaanse
2014-07-13Convert d2i_SSL_SESSION to ASN1 primitives, instead of the horrificJoel Sing
2014-07-13Use errx() after getpwnam() failure since errno may not be set.Claudio Jeker
2014-07-13Document KERN_PROC_NOBROADKILLClaudio Jeker
2014-07-13When reassembled IPv6 fragments are NATed or RDRed by pf, theAlexander Bluhm
2014-07-13tweak previous;Jason McIntyre
2014-07-13do not need malloc.hTheo de Raadt
2014-07-13use mallocarray where arguments are multiplied; ok teduTheo de Raadt
2014-07-13-N for SYNOPSIS and usage(), and some small changes to previous;Jason McIntyre
2014-07-13bye bye src url. Never amounted to much, we went another road a while agoMarc Espie
2014-07-13Keep track of port connections and port resets.Paul Irofti
2014-07-13bundling base + packages was slow, as it needed to find lots of files.Marc Espie
2014-07-13Set KERN_PROC_NOBROADCASTKILL so that iscsid is not killed by initClaudio Jeker
2014-07-13syncTheo de Raadt
2014-07-13kill fs2hXX/h2fsXX macros with letohXX/htoleXXMartin Pelikan
2014-07-13Put back a m_copyback() that got lost in rev 1.837 of pf.c. ThisAlexander Bluhm
2014-07-13GPTSIGNATURE must be LL, for operation on non-punk machinesTheo de Raadt
2014-07-13Add iscsid_flags to rc.conf so we do not try to start iscsid all the time.Claudio Jeker
2014-07-13kill fs2hXX/h2fsXX macros with letohXX/htoleXXMartin Pelikan
2014-07-13Remove license introduced with the PSK code, which has since been removed.Joel Sing
2014-07-13When the three possible return values are -1, 0, and 1, != 1 is the sameKenneth R Westerback
2014-07-13Introduce PS_NOBROADCASTKILL a process flag that excludes processes fromClaudio Jeker
2014-07-13Another compression remnant.Joel Sing
2014-07-13Expand the tlsext_sigalg macros. The end result is about the same numberJoel Sing
2014-07-13Rewrite i2d_SSL_SESSION to use the ASN1 primitives, rather than using theJoel Sing
2014-07-13kill fs2hXX/h2fsXX macros with letohXX/htoleXXMartin Pelikan
2014-07-13Add a regress test for the ASN1 handling of SSL session tickets.Joel Sing
2014-07-13The bell tolls for BUF_strdup - Start the migration to usingBob Beck
2014-07-13tedu setlist support, superseded by the new locate dbs.Marc Espie
2014-07-13stuff no longer needed, now that base/x release install its own locate dbsMarc Espie
2014-07-13No need for <netinet/in_systm.h> here.Martin Pieuchot
2014-07-13bzero -> memset. for the speeds.Ted Unangst
2014-07-13trim some castsTed Unangst
2014-07-13Remove stale comment which used to explain why we had a special 31-bit freelistMiod Vallat
2014-07-13Fix memory leak.Loganaden Velvindron
2014-07-13KERNEL_ASSERT_LOCKED(9): Assertion for kernel lock (Rev. 3)Masao Uebayashi
2014-07-13OPENSSL_{malloc,free} -> {malloc,free}Miod Vallat
2014-07-13Warn about the use of BUF_strdup.Miod Vallat
2014-07-13Remove a debug messageReyk Floeter
2014-07-13Since the event(s) passed to a callback can be a mask of all eventsKenneth R Westerback
2014-07-13Compatibility hack for the old "manpath=OpenBSD<blank>" query parameter format;Ingo Schwarze
2014-07-13Fall back to smaller spacing on the mips64 machines.Paul Irofti
2014-07-13Initial support to read GPT partition tables in the kernel, if option GPT.Miod Vallat
2014-07-13Stop using old n_long and n_short types.Martin Pieuchot
2014-07-13use mallocarray where arguments are multipled. ok deraadtTed Unangst
2014-07-13Sync file to be identical in relayd(8) and httpd(8).Reyk Floeter
2014-07-13Finish writing the output before closing the connectionReyk Floeter
2014-07-13fill in proper sizes in free(9)Martin Pelikan