Age | Commit message (Expand) | Author |
2012-04-26 | va is of type vaddr_t; allow sparc64 to build with DEBUG | Okan Demirmen |
2012-04-26 | Cleanup unp_bind() a little: | Matthew Dempsky |
2012-04-26 | Document TIOCEXT and cleanup other ioctl descriptions. | Matthew Dempsky |
2012-04-26 | grow the iso | Theo de Raadt |
2012-04-26 | sync | Theo de Raadt |
2012-04-26 | Drop support from openpty() for 8+ year old kernels that don't support | Matthew Dempsky |
2012-04-26 | Add strnlen() to libkern. | Matthew Dempsky |
2012-04-25 | Skip cache flushes in pmap_zero_page() and pmap_copy_page() on systems | Miod Vallat |
2012-04-25 | Add a buffer with all input from last ground state, will be used for | Nicholas Marriott |
2012-04-25 | fix a few warnings | Eric Faurot |
2012-04-25 | Fix typos, from Michael W. Bombardieri <mb at ii.net>, Thanks! | Alexandre Ratchov |
2012-04-25 | later -> latter; | Jason McIntyre |
2012-04-25 | Before writing it to disk, warn the user if their new MBR contains | Matthew Dempsky |
2012-04-25 | Use explicit_bzero() for clearing key material. | Matthew Dempsky |
2012-04-24 | Fix a few inaccuracies | Miod Vallat |
2012-04-24 | Minor tweaks: | Miod Vallat |
2012-04-24 | Pour even more smarts into the GIO device identification code, to the point | Miod Vallat |
2012-04-24 | Harvest some low-hanging fruit in thu R5k/RM7k cache routines: | Miod Vallat |
2012-04-24 | Add support for wired mappings, using the last unused bit in the PTE. | Miod Vallat |
2012-04-24 | Introduce a #define for the number of PFN bits in a pte, to be used in the | Miod Vallat |
2012-04-24 | In sosend() for AF_UNIX control message sending, correctly calculate | Theo de Raadt |
2012-04-24 | take a stab at documenting when arguments need quoted, and valid macro | Jason McIntyre |
2012-04-24 | document address truncation; from Steffen Daode Nurpmeso | Jason McIntyre |
2012-04-23 | Add missing prototype. | Nicholas Marriott |
2012-04-23 | Use an enum for client exit reasons, from George Nachman. | Nicholas Marriott |
2012-04-23 | Do not return a buffer on the stack, mentioned by jsg a while ago. | Nicholas Marriott |
2012-04-23 | Use a helper function to fire choose callback. | Nicholas Marriott |
2012-04-23 | Add window-status-separator option, from Thomas Adam. | Nicholas Marriott |
2012-04-23 | Add -a flag to kill-window, from Thomas Adam. | Nicholas Marriott |
2012-04-23 | Handle HTTP Content-Length headers with trailing whitespace. ok martynas@ | Stuart Henderson |
2012-04-23 | When handling SIGFPE, do the `advance pc if exception is a fault (as opposed | Miod Vallat |
2012-04-23 | Don't leak mbufs when bind() on a PF_UNIX socket fails. | Matthew Dempsky |
2012-04-23 | Honor subsystem style. | Paul Irofti |
2012-04-23 | fix function proto/source mismatch | Damien Miller |
2012-04-23 | sync | Theo de Raadt |
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 |