Age | Commit message (Expand) | Author |
2015-09-11 | make srp use refcnts so it can use refcnt_finalize instead of | David Gwynne |
2015-09-11 | use refcnts for the device reference counts as an example of how | David Gwynne |
2015-09-11 | introduce a wrapper around reference counts called refcnt. | David Gwynne |
2015-09-11 | Hoist all the GPT header checks into gpt_chk_header(). Tweak remaining | Kenneth R Westerback |
2015-09-11 | Convert _TM_ flags to TAME_ flags, collapsing the entire mapping | Theo de Raadt |
2015-09-11 | Move all prototypes of gpt helper functions to top of file. Rename | Kenneth R Westerback |
2015-09-11 | Shuffle some variables around, add a couple, and eliminate hordes | Kenneth R Westerback |
2015-09-11 | Move initialization of count of spoofed GPT partitions closer | Kenneth R Westerback |
2015-09-11 | GPT partitions cannot start at offset 0. Eliminate the variable | Kenneth R Westerback |
2015-09-11 | remove some bits of srp.h i had pasted in here by accident | David Gwynne |
2015-09-11 | KNF shuffling of local declarations in readgptlabel(). | Kenneth R Westerback |
2015-09-11 | The must be no space after the syslog priority in the sendsyslog(2) | Alexander Bluhm |
2015-09-11 | readgptlabel() is called from readdoslabel() so there is no need | Kenneth R Westerback |
2015-09-11 | Spoof EFI SYSTEM GPT partitions as MSDOS partitions. As is done | Kenneth R Westerback |
2015-09-11 | Now that interrupt-safe uvm maps are porperly locked, the interrupt-safe | Mark Kettenis |
2015-09-11 | Eliminate use-once variable in readgptlabel() and just use the | Kenneth R Westerback |
2015-09-11 | Add ddb ps/o, displaying just the non-idle on-proc threads | Philip Guenther |
2015-09-11 | Only include <sys/tame.h> in the .c files that need it | Philip Guenther |
2015-09-11 | Don't spoof GPT OpenBSD partitions. Simply record and use the first one | Kenneth R Westerback |
2015-09-11 | Change device locators type from int to long, for the sake of 64-bit ports | Miod Vallat |
2015-09-10 | sizes for free(); ok sthen | Theo de Raadt |
2015-09-10 | Now that the GPT code tries really hard not to get in the way and | Kenneth R Westerback |
2015-09-10 | Call readgptlabel() from readdoslabel() instead of MD readdisklabel(). | Kenneth R Westerback |
2015-09-10 | Don't stop spoofing GPT partitions when the OpenBSD partition is | Kenneth R Westerback |
2015-09-09 | No need to set d_npartitions in readdoslabel() or readgptlabel(). | Kenneth R Westerback |
2015-09-09 | sync | Theo de Raadt |
2015-09-09 | Move to next tame() API. The flags are now passed as a very simple string, | Theo de Raadt |
2015-09-09 | implement a singly linked list built with SRPs. | David Gwynne |
2015-09-08 | Give the pool page allocator backends more sensible names. We now have: | Mark Kettenis |
2015-09-08 | Now that msleep(9) no longer requires the kernel lock (as long as PCATCH | Mark Kettenis |
2015-09-07 | Delete ktracing of context switches: it's unused, and not particularly useful, | Philip Guenther |
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 |