Age | Commit message (Expand) | Author |
2009-08-11 | uvm_scheduler() sounds important, but ``while(1) tsleep()'' is kinda lame | Bret Lambert |
2009-08-11 | fix some stupidity in x86 bus_space_map. | Owain Ainsworth |
2009-08-11 | Recent alignment fixes seem to make bwi(4) work at least | Kenneth R Westerback |
2009-08-10 | The shutdown hook is no longer required now that we shutdown all interfaces | Joel Sing |
2009-08-10 | use splhigh instead of splclock to block in the i386_ipi | Theo de Raadt |
2009-08-10 | right now, we only increment ci_idepth in struct cpuinfo when | Owain Ainsworth |
2009-08-10 | gpio for amd64. | Jonathan Gray |
2009-08-09 | Introduce option DDB_STRUCT. Kernels compiled with this option (except on | Miod Vallat |
2009-08-09 | No need to clean genassym{.,o} during `make clean', genassym.sh does this | Miod Vallat |
2009-08-09 | Another lost bit for SysV message queues. | Bret Lambert |
2009-08-09 | Add a dummy <machine/conf.h> so that MI code can rely upon its existence. | Miod Vallat |
2009-08-09 | Forgot to commit this bit for the SysV message queue cleanup. | Bret Lambert |
2009-08-09 | No options TIMEZONE and DST in GENERIC kernels. | Miod Vallat |
2009-08-09 | Unconditionally enable checks for writable non-uequivalent mappings. They're | Mark Kettenis |
2009-08-09 | Compile OpenBSD/sgi without -traditional-cpp. From jsg@. | Joel Sing |
2009-08-09 | Use the ANSI/ISO token paste operator. Requested by jsg@ | Joel Sing |
2009-08-09 | if extent_alloc() fails, we don't clear the iomap properly before | Owain Ainsworth |
2009-08-09 | typo; brad | Miod Vallat |
2009-08-09 | MCLGETI() will now allocate a mbuf header if it is not provided, thus | Theo de Raadt |
2009-08-09 | Rototill system V message queues. | Bret Lambert |
2009-08-09 | Clear the upper part of 64 bit memory BARs, for they show up as 0xffffffff | Miod Vallat |
2009-08-08 | add alc(4) to the i386 and amd64 RAMDISK_CD configs | Kevin Lo |
2009-08-08 | alc(4) is a driver for the Atheros AR8131/AR8132 ethernet chip. | Kevin Lo |
2009-08-06 | Make sure <machine/cpu.h> includes <machine/intr.h> when included with _LOCORE | Miod Vallat |
2009-08-06 | Work in progress support for Loongson2E/2F processors; need option CPU_LOONGSON2 | Miod Vallat |
2009-08-06 | R4k-style coprocessor 0 config register uses 3 bits wide fields to tell | Miod Vallat |
2009-08-06 | Remove _InvalidateICachePage cache op, it isn't used by anything. | Miod Vallat |
2009-08-06 | Only compile RM7000 performance counter support if defined(RM7K_PERFCNTR). | Miod Vallat |
2009-08-06 | By popular demand and peer pressure, check-in work in progress work to support | Miod Vallat |
2009-08-06 | reintroduce the uvm_tree commit. | Owain Ainsworth |
2009-08-05 | By popular demand and peer pressure, check-in work in progress work to support | Miod Vallat |
2009-08-05 | timeout_add -> timeout_add_msec | Bret Lambert |
2009-08-04 | By popular demand and peer pressure, check-in work in progress work to support | Miod Vallat |
2009-08-04 | By popular demand and peer pressure, check-in work in progress work to support | Miod Vallat |
2009-08-03 | By popular demand and peer pressure, check-in work in progress work to support | Miod Vallat |
2009-08-02 | Dynamic buffer cache support - a re-commit of what was backed out | Bob Beck |
2009-08-02 | Never return nonzero in a device activate method invoked with DVACT_ACTIVATE, | Miod Vallat |
2009-07-31 | on error, just call unload() instead of doing all the actions that it | Owain Ainsworth |
2009-07-31 | By popular demand and peer pressure, check-in work in progress work to support | Miod Vallat |
2009-07-31 | By popular demand and peer pressure, check-in work in progress work to support | Miod Vallat |
2009-07-31 | By popular demand and peer pressure, check-in work in progress work to support | Miod Vallat |
2009-07-30 | Make sure the BUS_SPACE_BARRIER_xxx constants are all non-zero and can be | Miod Vallat |
2009-07-30 | Get rid of the obsolet BUS_BARRIER_xxx constants for bus_space_barrier(), only | Miod Vallat |
2009-07-30 | timeout_add -> timeout_add_msec + associated cleanup | Bret Lambert |
2009-07-30 | Disable interrupts when we enter cpu_intr() and enable them again when leaving | Mark Kettenis |
2009-07-29 | Fix bogus comment; requested by deraadt@ | Mark Kettenis |
2009-07-29 | Get rid of non-equivalent aliases of the pcb by moving the fpu state out | Mark Kettenis |
2009-07-28 | gem(4) + gentbi(4) do fit; requested by brad | Theo de Raadt |
2009-07-28 | Enable ti(4), tested by myself OK deraadt@ | Claudio Jeker |
2009-07-27 | Unbreak non-DIAGNOSTIC kernels (i.e. RAMDISK-IP27) | Miod Vallat |