Age | Commit message (Expand) | Author |
2011-09-03 | knock out some useless Pp; | Jason McIntyre |
2011-09-03 | make -column lists pretty again; | Jason McIntyre |
2011-07-23 | Properly align the stack early on in the ld.so startup code such that code run | Mark Kettenis |
2011-07-20 | During mailbox and special file checks, skip all files that can't | Ingo Schwarze |
2011-07-20 | In lists of setuid/setgid files and devices, do not pad the last column | Ingo Schwarze |
2011-07-14 | __opendir2, DTF_NODUP, and __DTF_READALL can die. struct dirent | Theo de Raadt |
2011-07-13 | Delete items on grpreflist when walking them to decrement the count, | Dale Rahn |
2011-07-04 | Add ld.so ia64 support. | Paul Irofti |
2011-07-02 | add file equivalence. Choose the most recent timestamp between man and | Marc Espie |
2011-06-27 | Backout the dynamic linker speed improvement diff for now, it still | Stuart Henderson |
2011-06-24 | Handle \*(Na in .Nd, needed by nan(3). | Ingo Schwarze |
2011-06-22 | fix whitespace | Stuart Henderson |
2011-06-22 | Fix another pre-{rdr,nat}-to rule example... | Stuart Henderson |
2011-06-20 | Restore changelist(5) wildcard support that we inadvertently killed | Ingo Schwarze |
2011-05-26 | No need to call _dl_newsymsearch() twice; ok drahn@ | Otto Moerbeek |
2011-05-25 | Fix two bugs where race conditions might cause stat(2) to fail, | Ingo Schwarze |
2011-05-22 | Dynamic linker speed improvement diff. tested by several sinc k2k11. | Dale Rahn |
2011-05-10 | Do not complain about an /etc/group line "+\n" as "wrong number of fields", | Ingo Schwarze |
2011-05-10 | Fix previous. On i386, library.c isn't compiled | Otto Moerbeek |
2011-05-09 | Outsmart gcc4 on mips* by moving the declaration of _dl_debug_state | Otto Moerbeek |
2011-05-05 | Switch tftp-proxy over to using divert-to. Based on a diff from oga@ | Stuart Henderson |
2011-04-29 | -x is currently unimplemented, so comment it out from the man page, and remove | Jason McIntyre |
2011-04-23 | When a device or setuid file is owned by a nonexistent user or group, | Ingo Schwarze |
2011-04-23 | Very nice bugfix from Andrew Fresh, who writes: | Ingo Schwarze |
2011-04-17 | Switch from the old shell script /etc/security | Ingo Schwarze |
2011-04-17 | remove a bogus blank line; from Andrew Fresh | Ingo Schwarze |
2011-04-17 | Keep the exact format of the message: | Ingo Schwarze |
2011-04-10 | Reviewing my version of the code, Andrew Fresh found an elegant way to | Ingo Schwarze |
2011-04-09 | implement one last check that Andrew overlooked | Ingo Schwarze |
2011-04-09 | implementation of the remaining checks; | Ingo Schwarze |
2011-04-08 | Do not use NULL in integer comparison. | Theo de Raadt |
2011-04-06 | Avoid using NULL in non-pointer contexts: use 0 for integer values and '\0' | Miod Vallat |
2011-03-30 | style cleanup: | Ingo Schwarze |
2011-03-26 | umask and path checks; | Ingo Schwarze |
2011-03-25 | home directory checks; | Ingo Schwarze |
2011-03-24 | fix "german" typo; from <markus dot lude at gmx dot de> | Ingo Schwarze |
2011-03-23 | Work in progress to replace /etc/security, not yet linked to the build. | Ingo Schwarze |
2011-03-19 | fix rdr-to example (requires direction); from James Turner | Okan Demirmen |
2011-03-18 | actually set and use whiteexp in the new -W option. | Okan Demirmen |
2011-03-12 | excessive / at the end of a .PATH; ok guenther drahn | Theo de Raadt |
2011-03-04 | add -W flag (whiteexp), as opposed to pulling in a hardcoded default | Okan Demirmen |
2011-03-03 | repair arguments passed to pfctl; PR 6142, ok beck | Theo de Raadt |
2011-03-02 | zap trailing whitespace; | Jason McIntyre |
2011-02-22 | shut up unless -v, and a few minor enhancements. | Marc Espie |
2011-02-09 | Set SO_KEEPALIVE on sockets. OK miod@. Also tested by landry@ | Todd C. Miller |
2011-01-26 | placeholder for future changes, as discussed with miod@ | Marc Espie |
2011-01-10 | Back out rev 1.2 and use mkstemp(), not mktemp(). OK deraadt@ | Todd C. Miller |
2010-12-13 | rename() is the atomic operation, unlink() is just there to create | Marc Espie |
2010-12-12 | Allocate a full C compiler-style stack frame that includes space for 6 | Mark Kettenis |
2010-12-07 | Make the preload error distinct from the normal error. | Dale Rahn |