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