Age | Commit message (Expand) | Author |
2015-01-22 | Let powerpc's bus_space(9) use the same pmap and uvm interfaces than the | Martin Pieuchot |
2015-01-22 | Replace some obvious '$OpenBSD' and '$OpenBSD:' typos with '$OpenBSD$'. | Kenneth R Westerback |
2015-01-21 | By popular demand, put NFS, ipv6 and vlan support in sparc installation media. | Miod Vallat |
2015-01-21 | Even without BATs memory under ``physmaxaddr'' is mapped 1:1 in the | Martin Pieuchot |
2015-01-21 | I don't foresee knowing that my i386 netbook has an AT/286+ bios and | Ted Unangst |
2015-01-21 | Enable ix(4). | Mark Kettenis |
2015-01-20 | Move ps_strings "after" the random stackgap. This makes its location a | Mark Kettenis |
2015-01-20 | Merge two copies of the (almost) identical bus space code into one file. | Martin Pieuchot |
2015-01-20 | Nothing in this file requires <sys/queue.h>. While here remove old and | Martin Pieuchot |
2015-01-20 | Merge two copies of the same dma code into one file and sync the headers. | Martin Pieuchot |
2015-01-20 | Various cleanups. Explicitly include <sys/atomic.h>, Use pmap_remove_pg() | Martin Pieuchot |
2015-01-20 | Missing $OpenBSD$'s. | Kenneth R Westerback |
2015-01-19 | Make use of an msr available on recent Intel processors to obtain the | Jonathan Gray |
2015-01-18 | When restoring spsr values when handling traps use spsr_fsxc instead | Jonathan Gray |
2015-01-18 | Switch some uses of msr that only deal with interrupts/mode to use | Jonathan Gray |
2015-01-18 | Add commented-out necsb(4) and audio(4) configuration to GENERIC. | Kenji Aoyama |
2015-01-18 | The 'mrs' instruction only deals with the whole register without | Jonathan Gray |
2015-01-18 | The 'mrs' instruction only deals with the whole register without | Jonathan Gray |
2015-01-18 | unifdef IPKDB. These codepaths are holdouts from NetBSD code and are | Jonathan Gray |
2015-01-17 | guard usingacpi variable inside NACPI. from oyvind jaegtnes | Ted Unangst |
2015-01-17 | Delete an extra tab. | Kenji Aoyama |
2015-01-17 | Add an ascii bit/field diagram for armv7-a psr to match the | Jonathan Gray |
2015-01-17 | More complete gpio reset sequences for SABRE Lite/Nitrogen6X. | Jonathan Gray |
2015-01-16 | Revert forcing a rachitic `c' slice size when the drive geometry is not known, | Miod Vallat |
2015-01-16 | Don't bother to initialize %g1; we don't do this on sparc either. | Mark Kettenis |
2015-01-16 | disklabel_sun_to_bsd() will nicely set the disk size if it is zero, but it is | Miod Vallat |
2015-01-16 | Binary code patching on amd64 | Stefan Fritsch |
2015-01-15 | Rework the disk label handling once again. Disk label is read at attach time | Miod Vallat |
2015-01-15 | remove .Tn; from Jan Stary <hans at stare dot cz> | Ingo Schwarze |
2015-01-15 | Don't include i82489 headers in cpu.h | Stefan Fritsch |
2015-01-15 | Define and print HV cpuid flag on i386. | Stefan Fritsch |
2015-01-14 | Don't forget to register event counter for VME interrupts. | Miod Vallat |
2015-01-14 | When a read or write operation fails on a sector found on the bad block table, | Miod Vallat |
2015-01-14 | When the outcome of the watchdog processing is a reset, do not bother checking | Miod Vallat |
2015-01-14 | Make the special buffer used for the few sector I/O at attach time a per-softc | Miod Vallat |
2015-01-14 | Make x[dy]c_e2str return a const char *. | Miod Vallat |
2015-01-14 | Remove pass-through ioctl for SMD disks (DIOSXDCMD). Nothing uses this, because | Miod Vallat |
2015-01-13 | Initialize d_type to DTYPE_SMD in the default label to avoid disklabel(8) | Miod Vallat |
2015-01-13 | Add missing Utilite case in imx_platform_init_cons() | Jonathan Gray |
2015-01-13 | for the install: target, use cmp as a rough attempt for avoiding repeated | Theo de Raadt |
2015-01-12 | include NFSCLIENT. ok deraadt | Ted Unangst |
2015-01-12 | lager -> larger (no beer involved) | Miod Vallat |
2015-01-12 | Fix two 19 years old (since day one) bug in bad144 sector reassignment logic: | Miod Vallat |
2015-01-12 | exphy and ciphy are not needed with this list of network devices | Theo de Raadt |
2015-01-12 | Due to recent savings with instbin, we can take i386 to one install | Theo de Raadt |
2015-01-12 | Enable lid suspends by default in the kernel, and remove the question from | Theo de Raadt |
2015-01-11 | Remove orphaned defines. | Miod Vallat |
2015-01-11 | LOCKDEBUG is dead; perform the funeral rites | Philip Guenther |
2015-01-11 | switch prototype warnings to implicit-declaration warnings. | Ted Unangst |
2015-01-11 | When using sun4 PROM I/O routines, make sure we never attempt to transfer more | Miod Vallat |