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