Age | Commit message (Expand) | Author |
2015-10-04 | add _eigrpd user/group | Theo de Raadt |
2015-10-04 | expr can use tame "stdio" | Theo de Raadt |
2015-10-04 | ls can use tame "stdio rpath getpw". It does uid/gid lookups, using | Theo de Raadt |
2015-10-04 | df is a tame "stdio rpath" program, the rpath due to getfsstat and statfs. | Theo de Raadt |
2015-10-04 | Remove useless pattern_t typedef, POSIX regex is here to stay so | Todd C. Miller |
2015-10-04 | Apply some style(9), tweak a few things for readability and add some | Joel Sing |
2015-10-04 | Remove #ifdefs for non-POSIX systems. Also remove #ifdef for | Todd C. Miller |
2015-10-04 | after dd has opened it's files and done the tape positioning ioctl, we | Theo de Raadt |
2015-10-04 | Plural. | Antoine Jacoutot |
2015-10-04 | Make it possible to give the same action to several daemons at once. | Antoine Jacoutot |
2015-10-04 | a macmini has no light sensor, but reading from light sensor keys is | Joerg Jung |
2015-10-04 | fix custom popen to return pid to caller instead of tracking in a giant | Ted Unangst |
2015-10-04 | remove duplicate key, found by kettenis | Joerg Jung |
2015-10-04 | remove stale comment. there is no need to avoid side effects from a "list" | Ted Unangst |
2015-10-04 | Clarify a point. Adjust punctuation after discussion w/ jmc@ | Philip Guenther |
2015-10-04 | Wrap <search.h> to make all the symbols there weak | Philip Guenther |
2015-10-04 | add "usage: " to usage(); from michael reed | Jason McIntyre |
2015-10-04 | Wrap <spawn.h> to make all the symbols there weak | Philip Guenther |
2015-10-04 | Fix memory leak in error path. | Jonathan Matthew |
2015-10-04 | wrap __ivaliduser_sa() so the internal call is direct (at least until we | Philip Guenther |
2015-10-04 | wrap _fwalk() so internal calls are direct (at least until we stop | Philip Guenther |
2015-10-04 | Add tame(2) to file(1) and drop the old systrace(4) sandbox. tame(2) is | Nicholas Marriott |
2015-10-04 | recv() and send() aren't overriden by libpthread (vs recvfrom() and sendto()!) | Philip Guenther |
2015-10-04 | getpeereid() and sockatmark() are neither used in libc nor in ISO C, so mark | Philip Guenther |
2015-10-04 | __fdnlist() is exported for libkvm, but the internal call can go direct | Philip Guenther |
2015-10-04 | __xdrrec_getrec is in the reserved namespace, so it doesn't need to be weak | Philip Guenther |
2015-10-04 | Delete an inexplicable comment | Philip Guenther |
2015-10-04 | Repair tame() error check to be == -1 | Theo de Raadt |
2015-10-04 | Allow sysctl read of vm.vm_psstrings, as setproctitle() uses this to | Theo de Raadt |
2015-10-04 | spelling | Theo de Raadt |
2015-10-04 | sync | Theo de Raadt |
2015-10-03 | Add ktracing of tame()'s arguments' values | Philip Guenther |
2015-10-03 | tame "stdio rpath" is sufficient for all the operations done by test(1) | Theo de Raadt |
2015-10-03 | Track a size in the scary area of cluster_collectbufs, so that we know | Theo de Raadt |
2015-10-03 | Initially eric developers asr as a side-load style library for async DNS. | Theo de Raadt |
2015-10-03 | option LFS is dead, but we missed option ACCOUNTING here | Philip Guenther |
2015-10-03 | you can't edit stdin in place. check for this before the hack that | Ted Unangst |
2015-10-03 | There is no need to keep a global array of sysconf(_SC_OPEN_MAX) elements | Ted Unangst |
2015-10-03 | Enable eigrpd(8) and eigrpctl(8) in the builds | Renato Westphal |
2015-10-03 | obvious tame "stdio rpath" | Theo de Raadt |
2015-10-03 | Now that dc(1) no longer supports !command with popen(), we can start | Theo de Raadt |
2015-10-03 | delete documentation for ! command | Theo de Raadt |
2015-10-03 | Nuke trailing whitespace to avoid cluttering possible upcoming diffs. | Kenneth R Westerback |
2015-10-03 | adapt to the removal of ! | Otto Moerbeek |
2015-10-03 | disable ! command, makes dc(1) more tameable | Otto Moerbeek |
2015-10-03 | oops! cannot tame the chmod case, because the kernel drops the | Theo de Raadt |
2015-10-03 | hard to think of a simple program to add tame to. tame "stdio", obviously. | Theo de Raadt |
2015-10-03 | wc only opens files read-only, proceses them, and spits results to stdout. | Theo de Raadt |
2015-10-03 | correct a memory leak in error code path. | Sebastien Marie |
2015-10-03 | As pointed out by tobiasu, ed-style patches still use popen() and execute | Theo de Raadt |