Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-07-06 | Minor cleanup pass. | Rob Landley | |
2013-12-23 | Fix some issues raised (albeit indirectly) by Isaac Dunham. | Rob Landley | |
POLL_IN defined as a constant by some libc. Factor out login.c's change_identity() to xwrap.c as xsetuser(). Replace xsetuid() with xsetuser() Put a space between argument globals and non-argument globals. TT starts zeroed, don't need to re-zero entries in it. STDIN_FILENO has been 0 since 1969, even DOS copied that. Just say 0. Added an xchroot() using xchdir() to lib/xwrap.c. Remove endgrent() call until somebody can explain why it was there. | |||
2013-11-28 | Add xgetpwnam() to lib/xwrap.c. | Rob Landley | |
2013-11-20 | tftpd upgrade from Ashwini Sharma based on comments from Felix Janda. | Rob Landley | |
2013-11-10 | Stuff in pending should default n until cleaned up. | Rob Landley | |
2013-11-10 | Add tftpd | Ashwini Sharma | |