Age | Commit message (Expand) | Author |
2016-11-06 | Do not create machine@ symlinks in obj as root during includes:, but | Theo Buehler |
2016-11-06 | Add interrupt handling routines for Loongson 3A. | Visa Hankala |
2016-11-05 | Two tweaks for compile/Makefile.inc: | Martin Natano |
2016-11-05 | Move the definition of REGVAL into a common header to make it usable | Visa Hankala |
2016-10-27 | We don't generate an eddep script for kernel builds nowadays. The last | Martin Natano |
2016-10-24 | make cleandir should skip the version file; ok otto millert | Theo de Raadt |
2016-10-15 | cleandir: target for kernel compile directories | Theo de Raadt |
2016-10-14 | Kernel builds now happen in compile/CONFIG/obj@ -> /usr/obj/... [or ./obj/, | Theo de Raadt |
2016-10-09 | Apply consistency to forever loops with continue and NOTREACHED | Tom Cosgrove |
2016-10-09 | Pass `prid' properly to pmon_init(). | Visa Hankala |
2016-10-08 | Various printf claim to report the PID, so actually report that and not the TID | Philip Guenther |
2016-10-07 | Add an initial framebuffer driver for the RS780E chipset on loongson, | Visa Hankala |
2016-09-28 | Tweak video BIOS pointer check. Current Loongson EFI firmware images | Visa Hankala |
2016-09-28 | Add logic for figuring out CPU clock rate and usable memory areas | Visa Hankala |
2016-09-24 | Add -Wno-pointer-sign to all our gcc4 architectures. | Mark Kettenis |
2016-09-13 | crank bootloader version after .SUNW_ctf change | Jasper Lievisse Adriaanse |
2016-09-04 | Remove support for tape block devices. Nobody mount(8)s tapes any longer. | Christian Weisgerber |
2016-09-03 | Write the system time back to the RTC every 30 minutes. | Christian Weisgerber |
2016-09-02 | Add switch(4) cdev entry | Kazuya Goda |
2016-08-30 | Mask sb pci irq bits for a,b,c,d instead of a,b,b,d. | Jonathan Gray |
2016-08-23 | The TLB refill and XTLB refill exceptions use distinct exception vectors | Visa Hankala |
2016-07-30 | Prep for relro: make sure it's off for any non-PIE stand/ program | Philip Guenther |
2016-06-28 | enable ure(4) where we already have url(4) | Jonathan Matthew |
2016-06-01 | Enable utvfu(4) everywhere where uvideo(4) is also enabled. | Marcus Glocker |
2016-05-31 | fix arch/mach confusion in make tags. from frantisek holop | Ted Unangst |
2016-05-04 | Initial support for MSI-X. Only supported on amd64 for now. I have diffs to | Mark Kettenis |
2016-04-29 | Do not remove local symbols from the table. | Martin Pieuchot |
2016-04-25 | remove systrace | Ted Unangst |
2016-03-30 | for some time now mandoc has not required MLINKS to function | Jason McIntyre |
2016-03-06 | Rename mips64's trap_frame into trapframe. | Martin Pieuchot |
2016-01-12 | include files.hid before files.i2c | Theo de Raadt |
2016-01-08 | Move HID support files out of dev/usb into new dev/hid directory | Joshua Stein |
2016-01-08 | Enable uonerng(4) where ualea(4) is already present. | Martin Pieuchot |
2016-01-05 | Some implementations of HitSyncDCache() call pmap_extract() for va->pa | Visa Hankala |
2015-11-16 | Replace unbounded gets() in libsa with getln() which takes a buffer size, | Miod Vallat |
2015-10-23 | Allocate a new major for tap(4) also note that pseudo-device tun is for tap | Claudio Jeker |
2015-10-01 | Use DOS_LABELSECTOR rather than LABELSECTOR to indicate offset into an | Kenneth R Westerback |
2015-09-30 | Use #ifndef _MACHINE_DISKLABEL_H_ everywhere. Replace _ARM_DISKLABEL_H_ | Kenneth R Westerback |
2015-09-30 | Use consistant whitespace/comments for #define'ing LABELSECTOR, | Kenneth R Westerback |
2009-08-04 | By popular demand and peer pressure, check-in work in progress work to support | Miod Vallat |
2015-09-28 | In low-level suspend routines, set cold=2. In tsleep(), use this to | Theo de Raadt |
2015-09-27 | Use readdisksector() instead of manual buf initialization. These are | Kenneth R Westerback |
2015-09-22 | Make sure the openbsd.randomdata section is located before the edata symbol. | Miod Vallat |
2015-09-19 | trivial "if(x) free(x)" replacement by "free(x)" | Sebastien Marie |
2015-09-13 | intr_barrier(9) for loongson, octeon and sgi. | Mark Kettenis |
2015-09-08 | sizes for free(); ok semarie | Theo de Raadt |
2015-08-15 | Some bits for Loongson 3A support. | Miod Vallat |
2015-08-15 | typo | Miod Vallat |
2015-07-19 | don't check for the name in attach_args being NULL; nothing should call | Jasper Lievisse Adriaanse |
2015-07-17 | remove obsolete INET kernel option | Ted Unangst |