Age | Commit message (Expand) | Author |
2021-10-24 | For open/openat, if the flags parameter does not contain O_CREAT, the | Theo de Raadt |
2019-09-06 | More Version 1 AT&T UNIX history. | Ingo Schwarze |
2019-06-28 | When system calls indicate an error they return -1, not some arbitrary | Theo de Raadt |
2018-09-18 | Use user_from_uid(3) if getlogin(2) fails, storing the uid as a | Todd C. Miller |
2016-02-05 | Explain why we intentionally violate POSIX here, to prevent people from | Ingo Schwarze |
2016-02-05 | Make write explicitly ASCII only by transforming UTF-8 characters and non-ASCII | martijn |
2015-10-20 | Fix write to other user's tty. The device has to be opened with | Alexander Bluhm |
2015-10-09 | Change all tame callers to namechange to pledge(2). | Theo de Raadt |
2015-10-06 | unfortunately tame "stdio" can only happen well after the sequence of: | Theo de Raadt |
2015-10-05 | Since the dawn of time, this has contained freopen() for the tty path | Theo de Raadt |
2015-01-16 | Replace <sys/param.h> with <limits.h> and other less dirty headers where | Theo de Raadt |
2014-06-04 | - document sigint | Jason McIntyre |
2013-04-16 | remove casts to time_t * which are not needed | Theo de Raadt |
2010-10-28 | more roff adjustments; | Jason McIntyre |
2010-09-03 | add an EXIT STATUS section for /usr/bin; | Jason McIntyre |
2010-07-21 | document exit values; from daniel dickman | Jason McIntyre |
2009-10-28 | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and | Theo de Raadt |
2009-02-08 | updates to IEEE Std 1003.1-2008; | Jason McIntyre |
2009-02-08 | bump the posix reference in STANDARDS to IEEE Std 1003.1-2008, with a few | Jason McIntyre |
2008-07-06 | sync synopsis and usage. | Igor Sobrado |
2007-05-31 | convert to new .Dd format; | Jason McIntyre |
2007-05-31 | - note some apps which are xpg4, not posix | Jason McIntyre |
2006-10-04 | if the utmp file is (mysteriously gone) do not assume that the user is | Theo de Raadt |
2005-07-04 | make these use setres[ug]id for simple privilege dropping; | Damien Miller |
2003-07-10 | add missing includes | David Krause |
2003-06-10 | mostly ansi cleanup; pval ok | Theo de Raadt |
2003-06-03 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller |
2003-03-13 | a few more strlcpy | Theo de Raadt |
2002-12-09 | do not use sys/types.h and sys/param.h together; andrushock@korovino.net | Theo de Raadt |
2002-08-04 | ansi, and revoke privs after opening the tty | Theo de Raadt |
2002-02-21 | use sizeof w/ defines; niklas@ millert@ ok. | Federico G. Schwindt |
2002-02-16 | Part one of userland __P removal. Done with a simple regexp with some minor ... | Todd C. Miller |
2002-01-24 | fix the history refs | Michael Shalayeff |
2001-11-19 | kill more registers | Mike Pechkin |
2001-11-02 | avoid stdio in signal handler | Theo de Raadt |
2001-06-27 | -Wall cleanup; ok millert@ | jasoni |
2001-01-19 | mark remaining signal races which are difficult to fix, and fix a few partially | Theo de Raadt |
2000-03-14 | Finish off cleanup usr.bin/ man pages. | Aaron Campbell |
2000-03-06 | Some section re-ordering. | Aaron Campbell |
1999-06-05 | - remove trailing white space | Aaron Campbell |
1999-02-21 | vis() buf overflow | Theo de Raadt |
1998-10-30 | usr.bin/ man page fixes, t-z | Aaron Campbell |
1998-07-06 | kill non-POSIX S_IWRITE | Theo de Raadt |
1998-06-12 | describe bug about faking EOF | David Leonard |
1996-10-26 | missed one change, pointed out by Alex Nash <nash@mcs.net> | Jason Downs |
1996-10-25 | kill sprintf, use paths.h | Jason Downs |
1996-08-26 | VIS_NOSLASH | Theo de Raadt |
1996-08-26 | vis this baby too | Theo de Raadt |
1996-06-26 | rcsid | Theo de Raadt |
1995-11-17 | handle meta characters; good security idea from freebsd | Theo de Raadt |