Age | Commit message (Expand) | Author |
2014-07-18 | pass atomic_{cas,swap}_uint a volatile void * instead of a volatile | David Gwynne |
2014-07-18 | implement 'rootdev' parsing similar to what's already done in the kernel, | Jasper Lievisse Adriaanse |
2014-07-17 | Rework management of the external L2 cache on the few Indy/Indigo2 systems | Miod Vallat |
2014-07-17 | Turn the console code into regular cons_decl() ones, to better fit libsa | Miod Vallat |
2014-07-17 | interrupt handlers established via the ioapic didnt get their | David Gwynne |
2014-07-17 | immidiatelly -> immediately | Miod Vallat |
2014-07-16 | zap trailing newlines; "go for it" deraadt | Okan Demirmen |
2014-07-16 | Save and restore NVS ranges when hibernating, as per The Spec. | Mike Larkin |
2014-07-16 | Do not set pci_dopm to 1 on the Gdium; if we do, rebooting puts the USB HCI in | Miod Vallat |
2014-07-16 | Add mpbios(4). This fixes hw.ncpufound in bsd.rd on the Soekris net6501 | Christian Weisgerber |
2014-07-16 | the scan for transforming free(...) to (free..., 0) failed becuase this | Theo de Raadt |
2014-07-16 | Reenable hibernate RLE support and flush+zero all memory after unpack. | Mike Larkin |
2014-07-15 | mode 644 for installing these files | Theo de Raadt |
2014-07-15 | delete commented out sl | Theo de Raadt |
2014-07-15 | crank to 5.6-beta | Theo de Raadt |
2014-07-15 | Implement rw_cas() with atomic_cas_ulong() now, instead of a dedicated | Miod Vallat |
2014-07-15 | Fix stupid bug in atomic_{add,sub}_int_nv_mp, and stupider bug in | Miod Vallat |
2014-07-14 | whitespace | Jasper Lievisse Adriaanse |
2014-07-14 | Enable ext2fs support on RAMDISK_CD. Requested a few months ago in | Vadim Zhukov |
2014-07-14 | Write to the correct control module registers when configuring gpio pins. | Raphael Graf |
2014-07-14 | More comment cleanup in boot(). | Masao Uebayashi |
2014-07-13 | boot(9): Cosmetic changes to improve diff'ability. | Masao Uebayashi |
2014-07-13 | Comment out option GPT until the matching userland bits are in place. | Miod Vallat |
2014-07-13 | Cosmetic changes to reduce diffs. | Masao Uebayashi |
2014-07-13 | The correct place to call _bus_dmamap_sync() is after we copy data *to* the | Mark Kettenis |
2014-07-13 | fix even more trailing tabs | Jasper Lievisse Adriaanse |
2014-07-13 | #$%#@$# CONSPEED | Miod Vallat |
2014-07-13 | more hanging tabs | Jasper Lievisse Adriaanse |
2014-07-13 | ugly hanging tabs; ok jasper | Theo de Raadt |
2014-07-13 | No libsa putchar wanted here actually | Miod Vallat |
2014-07-13 | Still needs <sys/reboot.h> | Miod Vallat |
2014-07-13 | consistency with upcoming bootloader device parsing of the uboot arguments, | Jasper Lievisse Adriaanse |
2014-07-13 | Keep track of port connections and port resets. | Paul Irofti |
2014-07-13 | Remove stale comment which used to explain why we had a special 31-bit freelist | Miod Vallat |
2014-07-13 | Initial support to read GPT partition tables in the kernel, if option GPT. | Miod Vallat |
2014-07-13 | Stop using old n_long and n_short types. | Martin Pieuchot |
2014-07-13 | print leading '0x' for addresses and masks with DUMP_BOOT_{DESC,INFO} | Jasper Lievisse Adriaanse |
2014-07-13 | - fix off-by-one in getting the number of cores in the system | Jasper Lievisse Adriaanse |
2014-07-13 | Needs getchar.c now | Miod Vallat |
2014-07-13 | use nitems() instead of handrolling something identical | Jasper Lievisse Adriaanse |
2014-07-13 | add copyright and rcs id | Jasper Lievisse Adriaanse |
2014-07-13 | Start handling host channel interrupts. | Paul Irofti |
2014-07-13 | move putchar() into libsa | Jasper Lievisse Adriaanse |
2014-07-13 | One missing boot -> prsignal(initprocess) conversion | Miod Vallat |
2014-07-13 | These still need <sys/reboot.h> for the RB_ constants. | Miod Vallat |
2014-07-13 | Add missing atomic primitives and __sync_synchronize to let the kernel | Miod Vallat |
2014-07-12 | - remove CONSPEED from libsa.h | Jasper Lievisse Adriaanse |
2014-07-12 | unify cnspeed() | Jasper Lievisse Adriaanse |
2014-07-12 | reboot(9), panic(9): Call panic(9) for unrecoverable MD H/W errors (NMIs) | Masao Uebayashi |
2014-07-12 | Add in missing brswphy(4) and the commented out USB entries. | Brad Smith |