Age | Commit message (Expand) | Author |
2016-11-06 | Do not create machine@ symlinks in obj as root during includes:, but | Theo Buehler |
2016-11-05 | Two tweaks for compile/Makefile.inc: | Martin Natano |
2016-10-29 | sync with -r1.95 of amd64/vmm.c: | Reyk Floeter |
2016-10-27 | We don't generate an eddep script for kernel builds nowadays. The last | Martin Natano |
2016-10-26 | Fix a few misc bugs in i386 vmm: | Mike Larkin |
2016-10-24 | make cleandir should skip the version file; ok otto millert | Theo de Raadt |
2016-10-21 | Fix MP builds including vmm | Theo de Raadt |
2016-10-21 | pledge changes needed to support pledging vmd(8) on i386, forthcoming. | Mike Larkin |
2016-10-21 | vmm(4) for i386. Userland changes forthcoming. Note that for the time being, | Mike Larkin |
2016-10-18 | put .openbsd.randomdata into rodata, since i386 can handle it | Theo de Raadt |
2016-10-15 | cleandir: target for kernel compile directories | Theo de Raadt |
2016-10-14 | backout small error | Theo de Raadt |
2016-10-14 | Kernel builds now happen in compile/CONFIG/obj@ -> /usr/obj/... [or ./obj/, | Theo de Raadt |
2016-10-14 | cache some more cpuid info. the cached data is presently unused, but will | Mike Larkin |
2016-10-13 | cache another feature bit for something I'm working on | Mike Larkin |
2016-10-09 | Apply consistency to forever loops with continue and NOTREACHED | Tom Cosgrove |
2016-10-08 | Various printf claim to report the PID, so actually report that and not the TID | Philip Guenther |
2016-09-26 | Check cpuid_level before using CPUID(). | Philip Guenther |
2016-09-25 | Make a move towards ending 4 decades of kernel snooping. | Theo de Raadt |
2016-09-24 | Add -Wno-pointer-sign to all our gcc4 architectures. | Mark Kettenis |
2016-09-22 | Fix indentation. No binary change. | Jonathan Gray |
2016-09-18 | Bump boot loader versions due to bcrypt pbkdf support. | Joel Sing |
2016-09-18 | Add bcrypt pbkdf support to the softraid crypto boot loader code. | Joel Sing |
2016-09-18 | Fix a bug in the bounce buffer handling of BIOS disk I/O. | Joel Sing |
2016-09-18 | option INSECURE is obsolete | Theo de Raadt |
2016-09-18 | as is done on amd64, allow using CTF to lookup the function parameters. | Jasper Lievisse Adriaanse |
2016-09-17 | remove unused pmap_dump functions | Mike Larkin |
2016-09-16 | move the vm_page struct from being stored in RB macro trees to RBT functions | David Gwynne |
2016-09-16 | move the uvm_map_addr RB tree from RB macros to the RBT functions | David Gwynne |
2016-09-15 | all pools have their ipl set via pool_setipl, so fold it into pool_init. | David Gwynne |
2016-09-13 | crank bootloader version after .SUNW_ctf change | Jasper Lievisse Adriaanse |
2016-09-12 | Enable uwacom(4) where uts(4) is already present. | Martin Pieuchot |
2016-09-11 | Switch i386 boot code to libsa MI softraid. | Joel Sing |
2016-09-11 | Update header guards. | Joel Sing |
2016-09-11 | Rename softraid boot files, which are currently in an MD location. This | Joel Sing |
2016-09-10 | Clean up some softraid crypto code - rename struct sr_crypto_kdf_pbkdf2 to | Joel Sing |
2016-09-10 | Rename libsa pbkdf2.c to pkcs5_pbkdf2.c so that we match libutil. | Joel Sing |
2016-09-10 | take it one step further and bring the message inline with arm/sparc64 | Jasper Lievisse Adriaanse |
2016-09-09 | don't hardcode the filename in an error message; use the function name instead | Jasper Lievisse Adriaanse |
2016-09-04 | Remove support for tape block devices. Nobody mount(8)s tapes any longer. | Christian Weisgerber |
2016-09-04 | bha depends on the deleted aha.h, so it will follow it into the attic | Ted Unangst |
2016-09-04 | TCB_GET_MEMBER() is no longer used after the TIB changes | Philip Guenther |
2016-09-03 | the src tree is growing too large. delete the aha and ahb drivers in | Ted Unangst |
2016-09-03 | remove cnw driver. it was never enabled anywhere except on amd64 (and only | Ted Unangst |
2016-09-03 | Write the system time back to the RTC every 30 minutes. | Christian Weisgerber |
2016-09-03 | Increase the number of mbufs on most architectures. This is based | Alexander Bluhm |
2016-09-03 | fix typo "mode" -> "model" when referring to "Model specific registers" | Mike Larkin |
2016-09-03 | Make .openbsd.randomdata section RO. Highlight is that the stack protector | Theo de Raadt |
2016-09-03 | add SDBG to cpuid bits and identcpu | Mike Larkin |
2016-09-02 | Add switch(4) cdev entry | Kazuya Goda |