Age | Commit message (Expand) | Author |
2015-08-30 | Eliminate a couple of extraneous DL_SECTOBLK() calls. | Kenneth R Westerback |
2015-08-30 | Use a global table for domains instead of building a list at run time. | Martin Pieuchot |
2015-08-30 | For *chmod, allow S_ISTXT in tame mode. I am evaluating what to | Theo de Raadt |
2015-08-29 | sizes for free(); ok guenther | Theo de Raadt |
2015-08-29 | In readgptlabel() the block offsets of the GPT header and GPT partition | Kenneth R Westerback |
2015-08-29 | size for free() | Theo de Raadt |
2015-08-28 | Move label 'offset' calculation out of the buf setup logic and | Kenneth R Westerback |
2015-08-28 | Rename 'part_blkno' to 'sector' as it has not held DEV_BSIZE values in | Kenneth R Westerback |
2015-08-28 | Rework the UNIX domain socket garbage collector, including ideas from | Philip Guenther |
2015-08-28 | Modify ttystats_init() to tell us about the buffer size, so that we | Theo de Raadt |
2015-08-28 | fairly simple sizes for free(); ok tedu | Theo de Raadt |
2015-08-26 | two simple free() sizes | Theo de Raadt |
2015-08-26 | Enhance setdisklabel() to ensure that the disk size and 'C' | Kenneth R Westerback |
2015-08-26 | use ENAMETOOLONG instead of EINVAL for errno when string overflow occurs. | Sebastien Marie |
2015-08-26 | After a report from jsg about a memory leak (or was it a double free?), | Theo de Raadt |
2015-08-26 | Add TIOCGETA to the tame list for TAME_IOCTL. | Doug Hogan |
2015-08-26 | regen | Doug Hogan |
2015-08-26 | Convert paths argument of tame(2) to const char **. | Doug Hogan |
2015-08-25 | remove duplicate SYS_utimes entry | Jonathan Gray |
2015-08-24 | Fix GPT code to work with non-DEV_BSIZE disks. | Kenneth R Westerback |
2015-08-24 | Items from pool sosplice_pool are get in process context and put | Alexander Bluhm |
2015-08-24 | corrects two potential double-free on `cwdpath'. The variable will be free'ed | Sebastien Marie |
2015-08-24 | Initialize cwdpath so free() is properly handled. | Doug Hogan |
2015-08-23 | fix /tmp handling of unlink(); from Caspar Schutijser | Theo de Raadt |
2015-08-23 | Perform maximum one cwd lookup in tame(), also make namei version look the | Theo de Raadt |
2015-08-23 | Canonicalize non-rooted paths after cwd prepend. | Theo de Raadt |
2015-08-23 | check correct offset for terminator; with semarie | Theo de Raadt |
2015-08-23 | recompute len when the path is absolute as canonpath could have shrink it | Sebastien Marie |
2015-08-22 | Move to tame(int flags, char *paths[]) API/ABI. | Theo de Raadt |
2015-08-21 | Whitelist TIOCGPGRP (for tcgetpgrp()) in TAME_IOCTL. | Doug Hogan |
2015-08-21 | re-enable *8. | David Gwynne |
2015-08-20 | reactivate tame() | Theo de Raadt |
2015-08-14 | provide ml_requeue and mq_requeue for prepending mbufs on lists/queues | David Gwynne |
2015-08-12 | Remove last two 'uses' of d_subtype in tree. No point in setting | Kenneth R Westerback |
2015-08-03 | Unfortunately netstat did not show sockets without file descriptors | Alexander Bluhm |
2015-08-01 | Fix free() of uninitialized variable introduced in previous commit. | Philip Guenther |
2015-07-29 | Neuter tame(2) with ENOSYS for upcoming release cycle, in a fairly | Theo de Raadt |
2015-07-29 | Zap a couple of extra blank lines that keep showing up in diffs I'm | Kenneth R Westerback |
2015-07-28 | Convert sectors to DEV_BSIZE block values were necessary to find, | Kenneth R Westerback |
2015-07-28 | normalize disclaimer to license.template; noted by reyk | Theo de Raadt |
2015-07-28 | For unix domain sequenced packet socket pairs the ruby regression | Alexander Bluhm |
2015-07-28 | Add ktracing of structs iovec, msghdr, and cmsghdr for {,p}{read,write}v(), | Philip Guenther |
2015-07-27 | Rather than disabling tame to coredump, leave it enabled but flag that | Theo de Raadt |
2015-07-27 | enforce tame by disabling all TAME_ flags if tame_fail() is reach, and not only | Sebastien Marie |
2015-07-27 | tame check of msghdr should be done after checking for copyin failure | Philip Guenther |
2015-07-26 | Always initialize the b_error field and B_ERROR flag before using | Kenneth R Westerback |
2015-07-23 | Revert attempted GPT code cleanup. Too much code, too little testing. | Kenneth R Westerback |
2015-07-23 | remove the POOL_NEEDS_CATCHUP macro, it isnt used. | David Gwynne |
2015-07-23 | Replace TIOCSWINSZ with TIOCGWINSZ in tame(2). | Doug Hogan |
2015-07-22 | Slam signal handlers harder in tame_fail(), found by semarie. | Theo de Raadt |