summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2014-07-13Update BUGS section.Miod Vallat
2014-07-13pass the size to free in some of the obvious casesTed Unangst
2014-07-13if the freedsize isn't zero, check that's reasonable. ok beckTed Unangst
2014-07-13If the only process in the pgrp is in the middle of exiting, it mightPhilip Guenther
2014-07-13When renewing a lease, update client->active or you end up in aKenneth R Westerback
2014-07-13Close the connection after the response is completed (no Keepalive yet).Reyk Floeter
2014-07-13oops, i deleted the wrong wordTed Unangst
2014-07-13remove a lie spotted by guentherTed Unangst
2014-07-13once srandomdev() is called, switch to using arc4random() but mask off theTed Unangst
2014-07-13Add support for media types (aka. MIME types): the types section isReyk Floeter
2014-07-13print leading '0x' for addresses and masks with DUMP_BOOT_{DESC,INFO}Jasper Lievisse Adriaanse
2014-07-13Document the security/heimdal MODULE.Antoine Jacoutot
2014-07-13unbreak build this needed to be an and..Bob Beck
2014-07-13All /etc/examples files belong to base; for now.Antoine Jacoutot
2014-07-13if not seeded explicitly, use arc4random instead. ok deraadtTed Unangst
2014-07-13syncTodd T. Fries
2014-07-13Stop using old n_time, n_long and n_short types in netinet headers.Martin Pieuchot
2014-07-13syncTheo de Raadt
2014-07-13- move the ntpd.conf file to examples directoryRobert Peichaer
2014-07-13new superblock header needs fixesMartin Pelikan
2014-07-13someone send dlg a keyboard with a tab key pleaseHenning Brauer
2014-07-13Use dl_iterate_phdr() to iterate over the segments and throw the addressesTheo de Raadt
2014-07-13new superblock header needs fixes for BE architecturesMartin Pelikan
2014-07-13ext4 (extents) read supportMartin Pelikan
2014-07-13- fix off-by-one in getting the number of cores in the systemJasper Lievisse Adriaanse
2014-07-13Split out ntoh[ls] and hton[ls] into their own manpage.Philip Guenther
2014-07-13Needs getchar.c nowMiod Vallat
2014-07-13Provide a link to the canonical API specification.Theo de Raadt
2014-07-13Mismatch between the sets list and what's in DESTDIR should not be fatalAntoine Jacoutot
2014-07-13long live BSD, SYSV is dead!Ted Unangst
2014-07-13Make the calltree a bit easier to understand by giving theIngo Schwarze
2014-07-13Make sure all error conditions in RSA_padding_add_PKCS1_PSS_mgf1() causeMiod Vallat
2014-07-13Possible PBEPARAM leak in the error path.Miod Vallat
2014-07-13dsa_priv_decode(): only destroy the object we've created, and with theMiod Vallat