Age | Commit message (Expand) | Author |
2012-04-02 | Fix memory leak in error path, originally based on a diff from jsg@. | Todd C. Miller |
2012-04-02 | simplify the strlcpy/strlcat manual page substantially. do less | Theo de Raadt |
2012-04-02 | Update to tzdata2012c from munnari.oz.au | Todd C. Miller |
2012-04-02 | make sure we strip the chroot prefix from all root variables, not just the | Robert Nagy |
2012-04-02 | In r1.2, instead of making -fno-ident the default, its semantics have been | Pascal Stumpf |
2012-04-02 | bring back an overwritten change which is essential for the chrooted | Robert Nagy |
2012-04-02 | sync | Theo de Raadt |
2012-04-01 | Fix comment for mouse bits. | Nicholas Marriott |
2012-04-01 | Fix some indentation. | Nicholas Marriott |
2012-04-01 | Simplify mouse input function. | Nicholas Marriott |
2012-04-01 | Minor style nits - return (). | Nicholas Marriott |
2012-04-01 | update libexpat to 2.1.0. | Remi Pointel |
2012-04-01 | btd went away | Theo de Raadt |
2012-04-01 | btctl can go too, jmc notices | Theo de Raadt |
2012-04-01 | fix previous; | Jason McIntyre |
2012-04-01 | Fix merge botch when porting this from NetBSD; we don't need to disable the | Miod Vallat |
2012-04-01 | Increase delay between chip register accesses. Fixes the console freeze during | Miod Vallat |
2012-04-01 | use our umask() before AF_UNIX bind() semantics; ok pyr | Theo de Raadt |
2012-04-01 | move to the Attic | Theo de Raadt |
2012-04-01 | remind people to think of the poor file descriptors | Theo de Raadt |
2012-04-01 | Turn some errors down to info. | Nicholas Marriott |
2012-04-01 | make this work on big endian archs again, broken in the last commit. | Jonathan Gray |
2012-04-01 | Fix option name. | Nicholas Marriott |
2012-04-01 | Add a layout history which can be stepped through with select-layout -u | Nicholas Marriott |
2012-04-01 | Update termtypes.master to terminfo.src from ncurses-5.9-20120331. | Nicholas Marriott |
2012-04-01 | Add pane_current_path format, suggested by Mikolaj Kucharski. | Nicholas Marriott |
2012-04-01 | Only exit mouse mode on scroll wheel when actually reaching the end of | Nicholas Marriott |
2012-04-01 | Only find each window once no matter how many panes, from Jonathan | Nicholas Marriott |
2012-04-01 | update currency exchange rates; | Jason McIntyre |
2012-04-01 | error out if accept() fails | Theo de Raadt |
2012-03-31 | Some whitespace/paren tweaks. Rename the mbr testing variable from | Kenneth R Westerback |
2012-03-31 | softintr_establish() takes IPL_xxx, not SI_xxx (harmless here since they turned | Miod Vallat |
2012-03-31 | err(1, NULL) can drive people insane, so please avoid it. | Theo de Raadt |
2012-03-31 | Make fsck_msdos work with non-512-byte sector devices. Problem noted | Kenneth R Westerback |
2012-03-31 | sync cvsignore patterns. ok sthen@ | Matthieu Herrb |
2012-03-30 | Expand the panic to show the malloc type and size. Okay deraadt@. | Paul Irofti |
2012-03-30 | make the description of -c a little saner; ok nicm | Jason McIntyre |
2012-03-30 | increase timeout to 5m when connecting to a remote mail server, as required | Charles Longeau |
2012-03-30 | * use -A with traceroute6 to print the AS number; OK deraadt@ dcoppa@ henning@ | Gleydson Soares |
2012-03-30 | actually store the result of the pmtu-route lookup. otherwise we | Markus Friedl |
2012-03-30 | If the MIDI UART is not ready for output, don't spin at IPL_CLOCK; | Alexandre Ratchov |
2012-03-30 | tweak FILES and HISTORY; | Jason McIntyre |
2012-03-30 | document ZZZ; ok deraadt | Jason McIntyre |
2012-03-29 | Add PermitOpen none option based on patch from Loganaden Velvindron | Darren Tucker |
2012-03-29 | there must be an even number of node names, not pairs; | Jason McIntyre |
2012-03-29 | Hook IP22 kernels to the build, and document how to boot the installation | Miod Vallat |
2012-03-29 | Put more smarts into the limited bootblocks brain; they will now happily | Miod Vallat |
2012-03-29 | Link IP22 kernels at 8MB rather than 1MB, to prevent bsd.rd from overlapping | Miod Vallat |
2012-03-29 | Don't spin if accept() fails because it is out of file descriptors, | Alexandre Ratchov |
2012-03-29 | avoid line wrap in EXAMPLES; from Thomas Pfaff | Jason McIntyre |