Age | Commit message (Expand) | Author |
2015-10-07 | rn_inithead() offset argument is now specified in byte, missed in previous. | Martin Pieuchot |
2015-10-07 | Initialize the routing table before domains. | Martin Pieuchot |
2015-10-07 | Add the tame "exec" request. This allows processes which request | Theo de Raadt |
2015-10-06 | A process should be able to do sigpending for itself | Theo de Raadt |
2015-10-06 | For TAME_PROC, allow setrlimit() | Theo de Raadt |
2015-10-06 | When "proc" is requested, allow setpgid() and sigsuspend(). | Theo de Raadt |
2015-10-06 | Add new "tty" request, which allows TIOCGETA, TIOCGPGRP, TIOCGWINSZ, | Theo de Raadt |
2015-10-06 | Rework the tame cmsg handler to make it work both ways. While on recv one | Claudio Jeker |
2015-10-06 | rmdir() is just a CPATH operation; remove RPATH marker that snuck in. | Theo de Raadt |
2015-10-06 | Make sure that all padding bytes in cmsgs are actually zero by memset | Claudio Jeker |
2015-10-06 | oops, namei was never allowing through valid CPATH operations | Theo de Raadt |
2015-10-06 | Add getrusage() to the TAME_SELF catagory. | Theo de Raadt |
2015-10-06 | Enable ioctl() in the "rw" request, to support FIONREAD/FIONBIO easier | Theo de Raadt |
2015-10-04 | Move getcwd to a seperate area, with a hand-waving explanation for why | 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-03 | Add ktracing of tame()'s arguments' values | Philip Guenther |
2015-10-03 | Track a size in the scary area of cluster_collectbufs, so that we know | Theo de Raadt |
2015-10-02 | I see no evidence that lstat() is being done for /etc/resolv.conf, nor | Theo de Raadt |
2015-10-02 | kern_tame.c | Theo de Raadt |
2015-10-02 | regen | Mark Kettenis |
2015-10-02 | Revert previous commit; something is not quite right yet in the bowels of uvm | Mark Kettenis |
2015-10-02 | missing ) in COMPAT_LINUX block | Theo de Raadt |
2015-10-02 | Actually, open of /etc/spwd.db must be handled by returning EPERM, not | Theo de Raadt |
2015-10-02 | Add ktracing of argv and envp to execve(2), with envp not traced by default | Philip Guenther |
2015-10-02 | mention these pathname calls are checked in namei | Theo de Raadt |
2015-10-02 | remove some debug printf no longer needed | Theo de Raadt |
2015-10-02 | changed my mind; block spwd.db, force drop-through to pwd.db for processes un... | Theo de Raadt |
2015-10-01 | Fix tame(2) setsockopt check for TCP level. | Doug Hogan |
2015-10-01 | add IPv6 equivalents for the permitted IPv4 setsockopts, noticed by doug@, | Stuart Henderson |
2015-09-30 | implement new "prot_exec" tame(2) request: | Sebastien Marie |
2015-09-29 | Save a lot of people grief. tame()'d CMSG reception is busted and it | Theo de Raadt |
2015-09-29 | Reluctantly classify statfs and fstatfs as RPATH for now, because they | Theo de Raadt |
2015-09-29 | Delete the final, inscrutable NOSTRICT and VARARGS lint comments | Philip Guenther |
2015-09-28 | satisfy RAMDISK by placing cold == 2 case inside #ifdef DDB | Theo de Raadt |
2015-09-28 | Track size of an opaque allocation to pass to free() later | Theo de Raadt |
2015-09-28 | easy size for free(); ok beck | Theo de Raadt |
2015-09-28 | In low-level suspend routines, set cold=2. In tsleep(), use this to | Theo de Raadt |
2015-09-28 | track sizes for free in sysctl_diskinit(); ok krw | Theo de Raadt |
2015-09-28 | make using tame path "/" work. | Sebastien Marie |
2015-09-26 | regen | Ted Unangst |
2015-09-26 | unlock the mmap! reminded and ok kettenis | Ted Unangst |
2015-09-25 | Don't immediately try to checksum the GPT header using the size | Kenneth R Westerback |
2015-09-24 | buglet: there's no way for req to be STEP in the DETACH case. | Ted Unangst |
2015-09-24 | Move declaration of readdisksector() to disklabel.h. This makes it | Kenneth R Westerback |
2015-09-24 | A couple of missing letoh32() conversions of GPT header fields in | Kenneth R Westerback |
2015-09-20 | Short circuit if we're running on the CPU that we want to sync with. Fixes | Mark Kettenis |
2015-09-19 | In the internal conversion of _TM_* to TAME_*, some bits were lost for | Sebastien Marie |
2015-09-15 | Unbeak boot from GPT partition. Reported by Henrik Friedrichsen. | YASUOKA Masahiko |
2015-09-13 | sync | Philip Guenther |