Age | Commit message (Expand) | Author |
2014-01-23 | Use MIN() instead of min() as we're dealing with 64-bit types. | Mark Kettenis |
2014-01-22 | Do not assume the data buffers handed down to us from the SCSI midlayer are | Mark Kettenis |
2014-01-22 | Only kick the iopool if we've just established a new connection to the server. | Mark Kettenis |
2014-01-22 | this gets rid of NO_CCB in vdsk. it considers space on the tx ring | David Gwynne |
2014-01-22 | Use extent_alloc_subregion_with_descr(9). This should make bus_dmamap_load(9) | Mark Kettenis |
2014-01-21 | enable MPSAFE interrupts on pyro. it seems to work ok. | David Gwynne |
2014-01-21 | use KERNEL_LOCK and KERNEL_UNLOCK instead of fumbling with kernel_lock | David Gwynne |
2014-01-19 | Initialize ci_randseed better using arc4random() + a trick. Remove the | Theo de Raadt |
2014-01-06 | Fix sparc64 kernel profiling, add the etext symbol back. | Tobias Ulmer |
2013-12-28 | Try to load entropy data from disk:/etc/random.seed. Then, insert this into | Mark Kettenis |
2013-12-28 | Make sure the PT_OPENBSD_RANDOMIZE program header actually covers the data | Mark Kettenis |
2013-12-28 | Back out the previous commit; rodata gets merged with text by the linker. | Mark Kettenis |
2013-12-28 | create rodata PHDR; ok kettenis | Theo de Raadt |
2013-12-28 | Require an explicit PT_OPENBSD_RANDOMIZE program header in the kernel linker | Miod Vallat |
2013-12-28 | crank the version | Theo de Raadt |
2013-12-27 | remove lots from the Makefile, since this never depended on libsa. | Theo de Raadt |
2013-12-18 | Provide MI symbol _STACKALIGNBYTES | Theo de Raadt |
2013-12-08 | reflect reality, mark as NOOBJ | Marc Espie |
2013-12-05 | Correct spin timeout detection in __mp_lock debug code. | Masao Uebayashi |
2013-11-26 | 1 << 31 cleanup. Eitan Adler pointed out that there has been a | Theo de Raadt |
2013-11-21 | remove the #define b_cylinder b_resid from bufs. i hated the | David Gwynne |
2013-11-15 | Added dev/usb/if_ugl.c, a driver for Genesys Logic GL620USB-A | sasano |
2013-11-05 | Add a stub for the new MD hook needed to handle ACPI Power Resources. | Martin Pieuchot |
2013-11-05 | Replace direct references to p_size, p_offset and d_secperunit with | Kenneth R Westerback |
2013-11-04 | remove iop(4) driver. it is entirely unmaintained and supports something | Theo de Raadt |
2013-11-04 | remove iop(4) driver. it is entirely unmaintained and supports something | Theo de Raadt |
2013-11-02 | replace bare use of disksort with a bufq, modelled on the sys/dev/isa/fd.c | David Gwynne |
2013-11-01 | Drop zsaddr[NZS] and the need for zs to be needs-count. zsaddr[] is no longer | Miod Vallat |
2013-11-01 | Sprinkle (long long) casts where %lld is being used to print daddr_t | Kenneth R Westerback |
2013-10-30 | Stop using cpp -tradition for fcode; handle the inclusion of a | Philip Guenther |
2013-10-21 | Fix lies in comments, and apply some KNF and unused or duplicate prototype | Miod Vallat |
2013-10-21 | Add load_font and list_font accessops to all rasops-based wsdisplay drivers. | Miod Vallat |
2013-10-20 | Use C99 named initializers for struct wsdisplay_accessops fields. | Miod Vallat |
2013-10-20 | (daddr_t) -> (u_int64_t) when multiplying ncylinders * secpercyl to | Kenneth R Westerback |
2013-10-18 | Make sure that, when a particular mapchar() can't find a proper glyph for the | Miod Vallat |
2013-10-17 | Remove a.out leftovers now that libsa loadfile() will only boot ELF binaries. | Miod Vallat |
2013-10-15 | Rewrite the awk script that generates the data for option DDB_STRUCT: | Philip Guenther |
2013-09-29 | various fixes to sync usage() with SYNOPSIS, and make these pages a bit | Jason McIntyre |
2013-09-28 | In boot(), do not iterate over alldevs if it's empty (i.e. halting from ddb | Miod Vallat |
2013-09-21 | Create process map holes with UVM_INH_SHARE so that they don't get lost in | Miod Vallat |
2013-09-05 | ugold(4) is a driver for PCsensor's USB gold TEMPer temperature | sasano |
2013-08-21 | get rid of the copy argument in m_devget that let you provide an | David Gwynne |
2013-08-20 | Remove uscanner(4). It was disabled in GENERIC more than 2.5 years ago. | Antoine Jacoutot |
2013-08-20 | enable mpii | David Gwynne |
2013-08-20 | enable mpii(4) | David Gwynne |
2013-08-16 | Moving the .data section causes problems on some machines (blade100, tadpole). | Mark Kettenis |
2013-08-15 | Enable radeondrm(4). | Mark Kettenis |
2013-08-15 | Add RI_VCONS support. | Mark Kettenis |
2013-08-15 | Include files.agp and files.drm from files.pci. Makes sure "drm.h" gets | Mark Kettenis |
2013-08-12 | Upcoming radeondrm(4) support will grow the kernel. This growth causes the | Mark Kettenis |