Age | Commit message (Expand) | Author |
2014-01-16 | Appease LLVM's integrated assembler. Matches the same code as it exists | Brad Smith |
2014-01-16 | Remove an infinite loop in fuse_device_cleanup(). | Sylvestre Gallon |
2014-01-16 | Replaces a lookup to find the link-layer address by accessing the if_sadl | Martin Pieuchot |
2014-01-16 | Add support for mknod in fuse. | Sylvestre Gallon |
2014-01-16 | openssh-6.5 | Damien Miller |
2014-01-16 | needless and incorrect cast to size_t can break resumption of | Damien Miller |
2014-01-15 | add -C to the man page, and adjust usage(); | Jason McIntyre |
2014-01-15 | for STANDARDS, not that the ability to specify a month name as a single | Jason McIntyre |
2014-01-15 | fix SEE ALSO; | Jason McIntyre |
2014-01-15 | Do not attempt to read .tmux.conf if we can't figure out a home | Nicholas Marriott |
2014-01-15 | Couple of fixes from cppcheck via Tiago Cunha. | Nicholas Marriott |
2014-01-15 | Add WSDISPLAYIO_SETGFXMODE ioctl on LUNA's frame buffer. | Kenji Aoyama |
2014-01-15 | Remove a hack to update the address and packet length for every device | Martin Pieuchot |
2014-01-15 | Add documentation for the octrtc driver. | Paul Irofti |
2014-01-15 | Enable by default the DS1337 TOD clock. | Paul Irofti |
2014-01-15 | Add support for the DS1337 TOD clocks found on some of the octeon models. | Paul Irofti |
2014-01-15 | Remove assigned but never read value. | Martin Pieuchot |
2014-01-15 | remove functions that were uses by other (non-linux) compat; and | Theo de Raadt |
2014-01-15 | Add support for a -C option. It works on a checklist like -c but only | Lawrence Teo |
2014-01-15 | Initialise _res.nsaddr_list in res_init(), fixing some programs which depend | Stuart Henderson |
2014-01-15 | Since we now show the installer output we want that new line back. | Robert Peichaer |
2014-01-15 | pipes mean read/write may short out. | Marc Espie |
2014-01-14 | Add wcstring attribute support for Wbounded. To be used for wchar.h | Martynas Venckus |
2014-01-14 | most common pbkdf failure is no password, so check that first. | Ted Unangst |
2014-01-14 | rearrange the bottom of main so it is less of a "zoo". ok deraadt | Ted Unangst |
2014-01-14 | build crt*S with -fPIC instead of -fpic | Miod Vallat |
2014-01-14 | add /etc/signify; description supplied by tedu | Jason McIntyre |
2014-01-14 | stick that last example in a display, and avoid linewrap; | Jason McIntyre |
2014-01-14 | this can be static | Ted Unangst |
2014-01-14 | stdlib.h for malloc. from Fritjof | Ted Unangst |
2014-01-14 | use a pipe, as intended, in the example | Christian Weisgerber |
2014-01-14 | fix public key names | Christian Weisgerber |
2014-01-14 | reorder signature checks, we can do much more upfront. | Marc Espie |
2014-01-14 | Typo in a printf, should be 'bytes' not 'blocks' | Mike Larkin |
2014-01-14 | update references to posix-2008, and point STANDARDS to some of the extension | Jason McIntyre |
2014-01-14 | sundry tweaks; | Jason McIntyre |
2014-01-14 | No exception is made for symlinks in the spec, so use | Philip Guenther |
2014-01-14 | getnstr() returns KEY_RESIZE if there was a pending resize event, so loop | Philip Guenther |
2014-01-14 | Add a new option "-fstack-protector-strong" for GCC4. This includes | Martynas Venckus |
2014-01-14 | Add information on the new ruby21 FLAVOR, and add text about manually | Jeremy Evans |
2014-01-13 | peek_token() a bit more to replace a bunch of manual checks with | Kenneth R Westerback |
2014-01-13 | Add the "next" keyword as an alias for "+ 1" for relative times. | Todd C. Miller |
2014-01-13 | Callers of get_state() and sole_reduction() always store the result | Todd C. Miller |
2009-10-15 | import of gcc-4.2.1, the last gcc release under GPLv2 | Robert Nagy |
2014-01-13 | Call all local valiables of type struct in6_ifaddr "ia6". This is | Alexander Bluhm |
2014-01-13 | update for new options and clarify | Ted Unangst |
2014-01-13 | Don't eat another token looking for a ';' after skip_to_semi() has | Kenneth R Westerback |
2014-01-13 | No need to 'clear the peek buffer' when closing a file. The next | Kenneth R Westerback |
2014-01-13 | Don't eat two tokens when encountering a non-terminal '}'. Avoids | Kenneth R Westerback |
2014-01-13 | fix another chmod on permanent tempfile to respect umask. | Marc Espie |