Age | Commit message (Expand) | Author |
2010-02-26 | - remove double cvs id's | Jasper Lievisse Adriaanse |
2010-02-26 | - this device doesn't provide volume control, so stop whining about it. it's ... | Jasper Lievisse Adriaanse |
2010-01-26 | 4.7-BETA (also, lo-carb and ozone layer friendly) | Miod Vallat |
2010-01-13 | As per NetBSD move HAYAKAWA Koichi's licenses to two clause. | Jonathan Gray |
2010-01-13 | Remove a few more settings of ITSDONE in drivers. Only a couple | Kenneth R Westerback |
2009-12-21 | Add uthum(4) to arches I could test it. ok deraadt@. | Matthieu Herrb |
2009-12-10 | spacing | Theo de Raadt |
2009-11-09 | Every selwakeup() should have a matching KNOTE() (even if kqueue isn't | Nicholas Marriott |
2009-11-08 | Move KERNEL_LOCK/UNLOCK dance into softintr_dispatch(). | Mark Kettenis |
2009-11-01 | Move IS[12]BYTEMSG and ISEXTMSG defines to a common place. | Federico G. Schwindt |
2009-10-31 | Use suser when possible. Suggested by miod@. | Federico G. Schwindt |
2009-10-31 | Add missing KNOTE() calls after selwakeup(), until we decide if the KNOTE() | Theo de Raadt |
2009-10-26 | Do not do strncmp comparisons on dv_xname because longer device names which | Theo de Raadt |
2009-10-19 | Correct a target name so that we don't rebuild vers.o (and then | Philip Guenthe |
2009-10-13 | Get rid of devact enum, substitute it with an int and coresponding defines. | Paul Irofti |
2009-10-05 | Remove dead, never reached code. | Dariusz Swiderski |
2009-10-01 | Generic soft interrupts for macppc. Tested by mk@, deraadt@ | Mark Kettenis |
2009-09-15 | Make sure we block clock interrupts at IPL_CLOCK and higher. | Mark Kettenis |
2009-09-13 | Make sure we really have pending interrupts such that we don't do an | Mark Kettenis |
2009-09-07 | Sync mplock code with the current paradigm used in all other MP platforms. | Miod Vallat |
2009-08-29 | Remove unused getdevunit(), only sparc and sparc64 have a need for it. | Miod Vallat |
2009-08-27 | Harmless sizeof ptr bug in ppc_check_procid(); ok drahn@ kettenis@ | Miod Vallat |
2009-08-25 | In bmac_init(), invoke bmac_transmit_packet() with the correct packet size | Miod Vallat |
2009-08-22 | Constify the what/name parameter of pci_intr_establish(). | Michael Knudsen |
2009-08-13 | Replace the error strings that were being passed around with much simpler | Theo de Raadt |
2009-08-13 | wire vscsi up to a cdev | David Gwynne |
2009-08-12 | Apple is hopelessly inconsistent with their firmware, so some machines have | Mark Kettenis |
2009-08-12 | Add support for the "Slots Power" sensor on the PowerMac9,1. | Mark Kettenis |
2009-08-11 | Do not bother initializing bufpages in the md code if the computation is | Miod Vallat |
2009-08-11 | With the SysV memory allocation changes, allocsys() doesn't do anything | Miod Vallat |
2009-08-11 | The PowerMac9,1 has 4 sensors on its smu(4), so increase the maximum number. | Mark Kettenis |
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 | Rototill system V message queues. | Bret Lambert |
2009-08-02 | Dynamic buffer cache support - a re-commit of what was backed out | Bob Beck |
2009-07-30 | Get rid of the obsolet BUS_BARRIER_xxx constants for bus_space_barrier(), only | Miod Vallat |
2009-07-26 | Make sure all platforms understand the flags argument of bus_space_map() and | Miod Vallat |
2009-07-21 | Change the rbus md_space_{map,unmap} signature to take a rbus_tag_t instead | Miod Vallat |
2009-06-24 | for the isp(4) driver, invert the meaning of the options which pull | Theo de Raadt |
2009-06-20 | 4.6-BETA | Miod Vallat |
2009-06-19 | They're DPME partitions, not DPMI partitions. | Kenneth R Westerback |
2009-06-15 | Back out all the buffer cache changes I committed during c2k9. This reverts t... | Bob Beck |
2009-06-14 | Don't mess with the bounds in the lp if *partoffp is non-NULL, since this | Theo de Raadt |
2009-06-13 | The bounds was not always being properly updated | Theo de Raadt |
2009-06-09 | Disable xlights for now, since the rapid periodic interrupts it generates | Theo de Raadt |
2009-06-09 | backout interrupt diff until it the next round of fixes | Theo de Raadt |
2009-06-05 | Clamp the ending bound to the size of the disk. This makes disklabel -A | Theo de Raadt |
2009-06-04 | Recycle four ancient fields in the disklabel structure, replacing them with | Theo de Raadt |
2009-06-03 | add kern.bufcachepercent sysctl to allow adjusting the buffer cache | Bob Beck |
2009-06-03 | Arla client rename from xfs to nnpfs for later upgrades. Tested on various ar... | Janne Johansson |