Age | Commit message (Expand) | Author |
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 |
2015-09-13 | Rename __sysctl syscall to just sysctl, as the userland wrapper is no longer | Philip Guenther |
2015-09-13 | Move prototype for spoofgptlabel() from disklabel.h to subr_disk.c. | Kenneth R Westerback |
2015-09-13 | Rename readgptlabel() to spoofgptlabel() because that's what we | Kenneth R Westerback |
2015-09-13 | Introduce sched_barrier(9), an interface that acts as a scheduler barrier in | Mark Kettenis |
2015-09-11 | back out refcnt for dv_ref, there's too many hand crafted devices all | David Gwynne |
2015-09-11 | unbreak build on UP kernels. | David Gwynne |
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 |