summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-04-22enable sqlite3, as prompted by theoMarc Espie
2012-04-22add missing defines, crucial: -DSQLITE_COREMarc Espie
2012-04-22regen all files we can, prepare stuff to make sure it works even withoutMarc Espie
2012-04-22sync from mirrors.datStuart Henderson
2012-04-22Test vendor against cpu_vendor instead of calling CPUID, this matchesChristiano F. Haesbaert
2012-04-22Remove redundant returns from functions returning void. Wrap returnYASUOKA Masahiko
2012-04-22VT6410 and VT6415 controllers do not implement the `channel enable' register,Miod Vallat
2012-04-22typoMarc Espie
2012-04-22write a specialized version that appends a / to directories, to make itMarc Espie
2012-04-22fix OpenBSD::MkTemp lists for static archesMiod Vallat
2012-04-22Add struct proc * argument to FRELE() and FILE_SET_MATURE() inPhilip Guenthe
2012-04-22Fix printing commands with no arguments, from Benjamin Poirier.Nicholas Marriott
2012-04-22Handle partial keys properly by making sure the timer has actuallyNicholas Marriott
2012-04-22Reset t_column to 0 when initializing a tty.Matthew Dempsky
2012-04-22Document that getpeereid() works for SOCK_SEQPACKET sockets too.Matthew Dempsky
2012-04-21Fix math in previous. Oops.Miod Vallat
2012-04-21Round the reserved memory size up when printing it in MB unitsMiod Vallat
2012-04-21Remove long dead prototypes.Miod Vallat
2012-04-21Correct a wrong comment.Miod Vallat
2012-04-21Don't mention gcc 3 anymore.Miod Vallat
2012-04-21i got the previous fix wrong, /etc/mail/aliases should use SMTPD_USERGilles Chehade
2012-04-21Rework the signature of the cache handling routines again. It makes more senseMiod Vallat
2012-04-21remove the "Do you want to do any manual network configuration?" question.Henning Brauer
2012-04-21When a new parent is attached to an already examined child (prerequisite),Philip Guenthe
2012-04-21Remove a check made superfluous by the KERN_PROC_SHOW_THREADS flag.Philip Guenthe
2012-04-20As noted by Kent R. Spillner this file is unused, so move it to the attic.Alexander Hall
2012-04-20use "an addrinfo", not "a addrinfo". ok jmcStuart Henderson
2012-04-20Silence warnings. Okay deraadt@.Paul Irofti
2012-04-20use "brackets" instead of "braces", for consistency;Jason McIntyre
2012-04-20Fix kvm_deadfile2_byid()'s handling of kernel vs user addresses forPhilip Guenthe
2012-04-20dyslexy strikes againMarc Espie
2012-04-20Back to non-verbose, crept back in with last merge.Camiel Dobbelaar
2012-04-20rearrange DESCRIPTION somewhat to make this page more readable;Jason McIntyre
2012-04-20setlinebuf(3) is more readable than setvbuf(.., _IOLBF, ...)Damien Miller
2012-04-19cherrypick fix for CVE-2012-2110: libcrypto ASN.1 parsing heap overflowDamien Miller
2012-04-19talk about pecl.port.mkStuart Henderson
2012-04-19shrinkTheo de Raadt
2012-04-19Slightly tweak the emulation mode colormap to have fit in 4:8:4 instead ofMiod Vallat
2012-04-19rely on the compiler giving us a built-in alloca. any new architectureTheo de Raadt
2012-04-19clear memory before passing to ioctl routines instead of praying itTheo de Raadt
2012-04-19rate-limit accept(); small tweaks and such along the way from gilles,Theo de Raadt
2012-04-19syncTheo de Raadt
2012-04-19Print the currently active ASID in `machine tlb' ddb command.Miod Vallat
2012-04-19Be sure to update the currently active ASID in pmap_activate() if invoked onMiod Vallat
2012-04-19relayd re-uses the event callbacks and passes the value of iev.dataTheo de Raadt
2012-04-19small cleanup(%hd -> %d)Gleydson Soares
2012-04-19document gcc4 module change.Pascal Stumpf
2012-04-19missing ;Theo de Raadt
2012-04-19tweak previous;Jason McIntyre
2012-04-19Backout misplaced optimization in vmmap.Ariane van der Steldt