Age | Commit message (Expand) | Author |
2019-01-29 | ixl works fine on sparc64 | David Gwynne |
2019-01-22 | flense more trailing whitespace | Peter Hessler |
2019-01-22 | remove trailing whitespace in the Laptop Package part of the license text. | Peter Hessler |
2019-01-14 | Add support for building kernels with clang. Clang does not support | Mark Kettenis |
2018-12-31 | Cleanup bootloader code. Compile with -ffreestanding and add ffs.S as a | Claudio Jeker |
2018-12-27 | Move away from K&R style function definitions. clang is rather picky about | Claudio Jeker |
2018-12-27 | Do not assign node to itself. Instead move the earlier initialisation into | Claudio Jeker |
2018-12-05 | Include srp.h where struct cpu_info uses srp to avoid erroring out when | Jonathan Gray |
2018-09-14 | Unify and bump some of the NMBCLUSTERS defines. Some archs had it set to | Claudio Jeker |
2018-08-29 | move the todr chip handle into a prtc_softc structure | David Gwynne |
2018-08-28 | add support for storing the time of day on OPL based machines. | David Gwynne |
2018-08-22 | Enable uscom(4) where uslcom(4) is already present. | Martin Pieuchot |
2018-08-20 | Remove unused spllock(). | Visa Hankala |
2018-08-10 | Bump boot loader versions for softraid passphrase handling change. | Joel Sing |
2018-08-10 | Retry on incorrect passphrase for softraid crypto boot. | Joel Sing |
2018-08-08 | r1.19 removed a bunch of code, but not enough, and left dead code around. | kn |
2018-07-10 | Move from sendsig() to its callers the initsiginfo() calls and | Philip Guenther |
2018-07-04 | enable trunk(4) | kn |
2018-06-27 | Rework vbus(4) interrupt handling to be similar to cbus(4). Expose functions | Mark Kettenis |
2018-06-26 | The disk specification in an Open Firmware device path depends on the bus | Mark Kettenis |
2018-05-22 | Delete antique sigdebug definitions | Philip Guenther |
2018-05-02 | Remove proc from the parameters of vn_lock(). The parameter is | Visa Hankala |
2018-04-28 | replace add_*_randomness with enqueue_randomness() | Jasper Lievisse Adriaanse |
2018-04-28 | Clean up the parameters of VOP_LOCK() and VOP_UNLOCK(). It is always | Visa Hankala |
2018-04-12 | Implement MAP_STACK option for mmap(). Synchronous faults (pagefault and | Theo de Raadt |
2018-03-29 | Make sparc64 ofwboot open the softraid boot chunk early on and keep the | Stefan Sperling |
2018-03-22 | In vldcp(4), initialize lc_rx_state to a magic value which is not | Stefan Sperling |
2018-03-21 | When installing a shared interrupt handler, copy the ih_bus and ih_cpu | Mark Kettenis |
2018-03-20 | Do not panic from ddb(4) when a lock requirement isn't fulfilled. | Martin Pieuchot |
2018-03-05 | #define _MAX_PAGE_SHIFT in MD _types.h as the maximum pagesize an arch | Theo de Raadt |
2018-02-19 | Convert sparc64 to MI mutex. | Martin Pieuchot |
2018-02-19 | Remove almost unused `flags' argument of suser(). | Martin Pieuchot |
2018-02-14 | prune files.* entries that refer to files not in tree | Jonathan Gray |
2018-02-09 | Check for the existence of /bsd before trying to back it up to /obsd. | Theo Buehler |
2018-01-27 | Sync the nam2blk entries with the bdevsw table, which is the | Christian Weisgerber |
2018-01-27 | Fix an interrupt storm issue in vnet(4) mpi@ managed to trigger on my T5220, | Stefan Sperling |
2018-01-17 | In cbus(4) drivers, make it easier to identify which driver is doing | Stefan Sperling |
2018-01-13 | Define and use IPL_MPFLOOR in our common mutex implementation. | Martin Pieuchot |
2018-01-13 | In vldcp(8) fix a race between vldcpread() and vldcp_rx_intr() which | Stefan Sperling |
2018-01-12 | Unify <machine/mutex.h> a bit further. | Martin Pieuchot |
2018-01-06 | Fix an interrupt storm condition in vldcp(8) (sparc64). | Stefan Sperling |
2017-12-30 | Don't pull in <sys/file.h> just to get fcntl.h | Philip Guenther |
2017-12-30 | Delete unnecessary <sys/file.h> includes | Philip Guenther |
2017-12-22 | If we use the cookie-based interrupt API on sun4v, whe shouldn't put the | Mark Kettenis |
2017-12-14 | fcntl(F_SETFL) invokes the FIONBIO and FIOASYNC ioctls internally, so | Philip Guenther |
2017-12-13 | report Oracle as the vendor is the produce starts with ORCL, | David Gwynne |
2017-12-11 | In uvm Chuck decided backing store would not be allocated proactively | Theo de Raadt |
2017-12-11 | Use correct mask to derive portid from "reg" property in cpu_match. | Mark Kettenis |
2017-12-08 | Make sure we don't match (and attach) more than the maximum number of | Mark Kettenis |
2017-12-06 | Implement support for using interrupt cookies in vbus(4) and vpci(4) as | Mark Kettenis |