Age | Commit message (Expand) | Author |
2015-09-06 | We no longer need to grab the kernel lock for allocating and freeing pages | Mark Kettenis |
2015-09-04 | Make every subsystem using a radix tree call rn_init() and pass the | Martin Pieuchot |
2015-09-03 | Fix !INET6 build. | Martin Pieuchot |
2015-09-02 | To make logging to local syslog reliable, log a message about failed | Alexander Bluhm |
2015-09-01 | the special check logic for /usr/share/nls/../libc.cat became failure | Theo de Raadt |
2015-09-01 | Corrects a use-after-free in tame_namei(). | Sebastien Marie |
2015-09-01 | Push down the KERNEL_LOCK/KERNEL_UNLOCK calls into the back-end allocator | Mark Kettenis |
2015-09-01 | mattieu baptiste reported a problem with bpf+srps where the per cpu | David Gwynne |
2015-09-01 | a white space krw could not see | Theo de Raadt |
2015-09-01 | 'bogous' is bogus spelling of 'bogus' in debug message. | Kenneth R Westerback |
2015-09-01 | Missing letoh64() when checking value of gh_lba_alt. | Kenneth R Westerback |
2015-08-31 | Consider getfsstat() a RPATH, even though it has no path in it. We may | Theo de Raadt |
2015-08-31 | In tame mode, return EPERM for *chown if uid/gid change is not towards | Theo de Raadt |
2015-08-31 | Rather than killing when *chmod is asked to do setuid/setgid, clear | Theo de Raadt |
2015-08-31 | Abstract 5 identical code blocks into a readdisksector() function. | Kenneth R Westerback |
2015-08-31 | Rejig the the expression calculating of the address of the disk | Kenneth R Westerback |
2015-08-31 | spaces snuck in | Theo de Raadt |
2015-08-31 | KNF | Theo de Raadt |
2015-08-30 | In readgptlabel() avoid pointless conversions from sector counts | Kenneth R Westerback |
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 |