summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-12-14don't mention key type in key-changed-warning, since we also printMarkus Friedl
2010-12-14- make HUGE_VAL, HUGE_VALF, HUGE_VALL, INFINITY, NAN expand to theMartynas Venckus
2010-12-13Read ${X} environment variables in strings and $HOME from the globalNicholas Marriott
2010-12-13same bug, should have guessed this would come from gnu portability stupidity.Marc Espie
2010-12-13rename() is the atomic operation, unlink() is just there to createMarc Espie
2010-12-13the 3Com 3CRUSBN275 is an otus(4).Damien Bergamini
2010-12-13fixed urtwn-license.Damien Bergamini
2010-12-13#undef RSU_DEBUGDamien Bergamini
2010-12-13Prefer '-l' over '-' which is deprecated.Antoine Jacoutot
2010-12-13simulate a full login with su, now that the environment is fine afterRobert Nagy
2010-12-13Call setusercontext() with the LOGIN_SETENV flag for "su -l" to pick upTodd C. Miller
2010-12-13Do not use a carp address as ospf router id because it is not unique.Alexander Bluhm
2010-12-13Only run tset for interactive shells. OK robert@Todd C. Miller
2010-12-13remove locals, so that it can be called again and againMarc Espie
2010-12-13pass state around and use state->printMarc Espie
2010-12-13Remove superfluous SAVE_CPU_SREG()/RESTORE_CPU_SREG() around ast() call inMark Kettenis
2010-12-13stray tabs and spacesMarco Peereboom
2010-12-13stray tabMarco Peereboom
2010-12-12use memcpy instead of a cast/deref dance that was reading pastJonathan Gray
2010-12-12overriden -> overridden;Jason McIntyre
2010-12-12Make sure GCC's idea about size_t and ptrdiff_t matches what we have inMark Kettenis
2010-12-12Allocate a full C compiler-style stack frame that includes space for 6Mark Kettenis
2010-12-12rsu(4) works on the sparc64, so add it everywhere where urtwn(4) is.Damien Bergamini
2010-12-12cosmeticDamien Bergamini
2010-12-12Match the Planex GW-USNano.Jonathan Gray
2010-12-11Add support for the ZTE MF112 from MERIGHI Marcus.Jonathan Gray
2010-12-11regenJonathan Gray
2010-12-11ZTE MF112Jonathan Gray
2010-12-11s/RTL8192CU/RTL8192SU/Damien Bergamini
2010-12-11drop Rx'd frames larger than MCLBYTES.Damien Bergamini
2010-12-11rsu(4), a driver for Realtek RTL8188SU, RTL8191SU and RTL8192SUDamien Bergamini
2010-12-11Track the last session for a client and add a flag to switch-client andNicholas Marriott
2010-12-11Fix rectangle copy to behave like emacs - the cursor is not part of theNicholas Marriott
2010-12-11Oops, these functions return a const char *, so make the local variableNicholas Marriott
2010-12-11Make the prompt history global for all clients which is much more useful than...Nicholas Marriott
2010-12-11Make SYNOPSIS sections and code having .nr nS enabledIngo Schwarze
2010-12-11rxi_flags was used uninitialized, and in some cases, received framesDamien Bergamini
2010-12-11Make it possible to mark an rc action as unsupported by setting theAntoine Jacoutot
2010-12-11update subst_vars list; ok ajacoutot@Martynas Venckus
2010-12-11Sanitise daemon_flags: remove multiple whitespaces from _rcflags.Antoine Jacoutot
2010-12-11Do not overwrite the settings in the rc scripts itself, so use the sameRobert Nagy
2010-12-10Add support for setting _user _class and _shell for a specific daemon,Robert Nagy
2010-12-10Rephrase a confusing sentence.Nicholas Marriott
2010-12-10stating that -f may be used by users is wrong, since that wouldMartynas Venckus
2010-12-10- don't use memory from the session we've already cleaned in theMartynas Venckus
2010-12-10It is user/root not user.root for kerberos 5.Todd C. Miller
2010-12-10Try to make this a little less kerberos-centric and remove a BUGSTodd C. Miller
2010-12-10- plug an fd leakJasper Lievisse Adriaanse
2010-12-10There's no need to flush the cache for the FPU state ever since we got ridMark Kettenis
2010-12-09Abort endless loops during roff macro and string expansion.Ingo Schwarze