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