Age | Commit message (Expand) | Author |
2010-12-13 | #undef RSU_DEBUG | Damien Bergamini |
2010-12-13 | Prefer '-l' over '-' which is deprecated. | Antoine Jacoutot |
2010-12-13 | simulate a full login with su, now that the environment is fine after | Robert Nagy |
2010-12-13 | Call setusercontext() with the LOGIN_SETENV flag for "su -l" to pick up | Todd C. Miller |
2010-12-13 | Do not use a carp address as ospf router id because it is not unique. | Alexander Bluhm |
2010-12-13 | Only run tset for interactive shells. OK robert@ | Todd C. Miller |
2010-12-13 | remove locals, so that it can be called again and again | Marc Espie |
2010-12-13 | pass state around and use state->print | Marc Espie |
2010-12-13 | Remove superfluous SAVE_CPU_SREG()/RESTORE_CPU_SREG() around ast() call in | Mark Kettenis |
2010-12-13 | stray tabs and spaces | Marco Peereboom |
2010-12-13 | stray tab | Marco Peereboom |
2010-12-12 | use memcpy instead of a cast/deref dance that was reading past | Jonathan Gray |
2010-12-12 | overriden -> overridden; | Jason McIntyre |
2010-12-12 | Make sure GCC's idea about size_t and ptrdiff_t matches what we have in | Mark Kettenis |
2010-12-12 | Allocate a full C compiler-style stack frame that includes space for 6 | Mark Kettenis |
2010-12-12 | rsu(4) works on the sparc64, so add it everywhere where urtwn(4) is. | Damien Bergamini |
2010-12-12 | cosmetic | Damien Bergamini |
2010-12-12 | Match the Planex GW-USNano. | Jonathan Gray |
2010-12-11 | Add support for the ZTE MF112 from MERIGHI Marcus. | Jonathan Gray |
2010-12-11 | regen | Jonathan Gray |
2010-12-11 | ZTE MF112 | Jonathan Gray |
2010-12-11 | s/RTL8192CU/RTL8192SU/ | Damien Bergamini |
2010-12-11 | drop Rx'd frames larger than MCLBYTES. | Damien Bergamini |
2010-12-11 | rsu(4), a driver for Realtek RTL8188SU, RTL8191SU and RTL8192SU | Damien Bergamini |
2010-12-11 | Track the last session for a client and add a flag to switch-client and | Nicholas Marriott |
2010-12-11 | Fix rectangle copy to behave like emacs - the cursor is not part of the | Nicholas Marriott |
2010-12-11 | Oops, these functions return a const char *, so make the local variable | Nicholas Marriott |
2010-12-11 | Make the prompt history global for all clients which is much more useful than... | Nicholas Marriott |
2010-12-11 | Make SYNOPSIS sections and code having .nr nS enabled | Ingo Schwarze |
2010-12-11 | rxi_flags was used uninitialized, and in some cases, received frames | Damien Bergamini |
2010-12-11 | Make it possible to mark an rc action as unsupported by setting the | Antoine Jacoutot |
2010-12-11 | update subst_vars list; ok ajacoutot@ | Martynas Venckus |
2010-12-11 | Sanitise daemon_flags: remove multiple whitespaces from _rcflags. | Antoine Jacoutot |
2010-12-11 | Do not overwrite the settings in the rc scripts itself, so use the same | Robert Nagy |
2010-12-10 | Add support for setting _user _class and _shell for a specific daemon, | Robert Nagy |
2010-12-10 | Rephrase a confusing sentence. | Nicholas Marriott |
2010-12-10 | stating that -f may be used by users is wrong, since that would | Martynas Venckus |
2010-12-10 | - don't use memory from the session we've already cleaned in the | Martynas Venckus |
2010-12-10 | It is user/root not user.root for kerberos 5. | Todd C. Miller |
2010-12-10 | Try to make this a little less kerberos-centric and remove a BUGS | Todd C. Miller |
2010-12-10 | - plug an fd leak | Jasper Lievisse Adriaanse |
2010-12-10 | There's no need to flush the cache for the FPU state ever since we got rid | Mark Kettenis |
2010-12-09 | Abort endless loops during roff macro and string expansion. | Ingo Schwarze |
2010-12-09 | .Bk/.Ek is required now to keep the output generated from each macro | Igor Sobrado |
2010-12-09 | Allow quote macros (`Op', `Aq', `Bq', `Dq', `Pq', `Ql', `Qq', `Sq', and | Ingo Schwarze |
2010-12-09 | Roff only interpolates \* strings when the leading backslash is not escaped. | Ingo Schwarze |
2010-12-09 | sync | Miod Vallat |
2010-12-09 | spacing, no functional change. | Igor Sobrado |
2010-12-09 | usage should fit on a 80-column display | Igor Sobrado |
2010-12-09 | add -s to usage | Igor Sobrado |