Age | Commit message (Expand) | Author |
2014-01-19 | Initialize ci_randseed better using arc4random() + a trick. Remove the | Theo de Raadt |
2014-01-06 | Put PG_EXEC and PG_FOE into the PG_PROT mask, and make sure the default | Miod Vallat |
2014-01-06 | Remove I-sync stuff from pmap_changebit(). The AARM says that we | Miod Vallat |
2014-01-06 | Program window #2 to allow the second GB of low memory to use direct DMA; | Miod Vallat |
2014-01-05 | Cleanup some leftovers from previous changes. | Miod Vallat |
2014-01-01 | Switch alpha to __HAVE_VM_PAGE_MD. From NetBSD. | Miod Vallat |
2013-12-28 | Try to load entropy data from disk:/etc/random.seed, and additionally | Theo de Raadt |
2013-12-22 | Only attach cpu0 on single-processor kernels, to match the expected behaviour. | Miod Vallat |
2013-12-22 | Compute ncpusfound correctly. The logic was there but the count variable was | Miod Vallat |
2013-12-22 | MP-safe rw_cas() implementation for rwlocks. | Miod Vallat |
2013-12-22 | Set the primary CPU's PAL revision to the OSF/1 PAL revision after switching | Miod Vallat |
2013-12-18 | Provide MI symbol _STACKALIGNBYTES | Theo de Raadt |
2013-12-08 | reflect reality, mark as NOOBJ | Marc Espie |
2013-11-15 | Added dev/usb/if_ugl.c, a driver for Genesys Logic GL620USB-A | sasano |
2013-11-12 | Use DL_[GET|SET]POFFSET() and DL_[GET|SET]PSIZE() to get and set | Kenneth R Westerback |
2013-11-10 | Make sure we pass a NULL cleanup argument to __start() by initializing | Philip Guenther |
2013-11-05 | Add a stub for the new MD hook needed to handle ACPI Power Resources. | Martin Pieuchot |
2013-11-04 | more iop.h left; Mark Patruck | Theo de Raadt |
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-10-31 | oops | Theo de Raadt |
2013-10-31 | init memory from pool_get after its allocated rather than using a pool | David Gwynne |
2013-10-29 | bye bye fea / fpa | Theo de Raadt |
2013-10-28 | tedu FDDI support and the 3 flavors the driver for DEC devices, even | Martin Pieuchot |
2013-10-20 | Use C99 named initializers for struct wsdisplay_accessops fields. | Miod Vallat |
2013-10-17 | Remove support for a.out and ecoff. We only do elf now. | Theo de Raadt |
2013-10-15 | Rewrite the awk script that generates the data for option DDB_STRUCT: | Philip Guenther |
2013-10-15 | this does not need sys/exec_ecoff.h | Theo de Raadt |
2013-09-28 | In boot(), do not iterate over alldevs if it's empty (i.e. halting from ddb | Miod Vallat |
2013-09-05 | ugold(4) is a driver for PCsensor's USB gold TEMPer temperature | sasano |
2013-08-20 | Remove uscanner(4). It was disabled in GENERIC more than 2.5 years ago. | Antoine Jacoutot |
2013-08-15 | Include files.agp and files.drm from files.pci. Makes sure "drm.h" gets | Mark Kettenis |
2013-07-17 | don't forget to insert the io to the list on the Jensen | Martin Reindl |
2013-07-05 | Take II, this time without flubbing off_t: : move several internal | Philip Guenther |
2013-07-04 | backout previous; off_t must be signed and there might be other C++ API | Otto Moerbeek |
2013-07-04 | To ease future changes, move several internal type definitions that are | Philip Guenther |
2013-06-23 | Stop using -traditional-cpp on gcc3/4 platforms. | Miod Vallat |
2013-06-13 | use right source files from libkern | Theo de Raadt |
2013-06-13 | bcopy/memmove/memcpy are now in libkern | Theo de Raadt |
2013-06-11 | bcopy (and family) can check for 0 length, but negative lengths should | Theo de Raadt |
2013-06-11 | final removal of daddr64_t. daddr_t has been 64 bit for a long enough | Theo de Raadt |
2013-06-04 | Disable parity on the PCI bus; according to Linux, some lca-based systems hit | Miod Vallat |
2013-06-03 | changes for isc fuse support. not enabled. ok beck deraadt. | Ted Unangst |
2013-06-02 | Hide members of __va_list in the implementation namespace | Philip Guenther |
2013-06-01 | cleanup and consolidate the spinlock_lock (what a name!) code. | Ted Unangst |
2013-05-31 | remove counters for simplelocks | Ted Unangst |
2013-05-21 | remove unused cpu_lock code (where it is truly unused). it is not | Ted Unangst |
2013-05-17 | Add a dummy IPL_MPSAFE definition. | Mark Kettenis |
2013-03-31 | try to avoid pulling in pte.h and other more crazy things. Checked against | Theo de Raadt |
2013-03-30 | reorder include search directories. cuts lookups by quite a bit. | Ted Unangst |