Age | Commit message (Expand) | Author |
2009-07-13 | Add a somewhat minimal bus_dma(9) implementation. Only fully implemented for | Mark Kettenis |
2009-07-12 | Add protection against multiple inclusion. | Mark Kettenis |
2009-07-01 | Crank bootblocks version for identification purposes. | Miod Vallat |
2009-06-30 | Link the second stage bootblocks (and boot.net) 256KB higher to accomodate | Miod Vallat |
2009-06-24 | for the isp(4) driver, invert the meaning of the options which pull | Theo de Raadt |
2009-06-24 | Major update to isp driver, mostly from mjacob via FreeBSD. | Kenneth R Westerback |
2009-06-24 | Simplify the ioctl handling code. From Brad. | Stuart Henderson |
2009-06-20 | Have hmestop() properly clear the RUNNING/OACTIVE flags and the interface | Stuart Henderson |
2009-06-15 | Back out all the buffer cache changes I committed during c2k9. This reverts t... | Bob Beck |
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 | Fix check for window-top and window-left values. | Mark Kettenis |
2009-06-03 | Arla client rename from xfs to nnpfs for later upgrades. Tested on various ar... | Janne Johansson |
2009-05-20 | Add code to attach sun mice on sparc and sparc64 as wsmouse devices. Since | Miod Vallat |
2009-05-13 | Set D_VENDOR when spoofing a label on archs that use D_VENDOR when | Kenneth R Westerback |
2009-04-27 | Revert mtx_enter_try. It didn't compile on hppa, it doesn't compile on | Mark Kettenis |
2009-04-25 | Enter mtx_enter_try. In part for completeness, things may start | Tobias Weingartner |
2009-04-15 | Remove en(4) (no manpage present, no none removed), and the midway.c glue code | Owain Ainsworth |
2009-04-14 | Convert the waitok field of uvm_pglistalloc to "flags", more will be added soon. | Owain Ainsworth |
2009-04-10 | Use soft interrupts to dispatch pcmcia device interrupts; this ensures the | Miod Vallat |
2009-04-10 | generic soft interrupts support for sparc. Soft interrupt handlers are now | Miod Vallat |
2009-04-10 | fix typos introduced | Theo de Raadt |
2009-04-07 | Eliminate useless loop over partitions and ignore zero length | Kenneth R Westerback |
2009-03-29 | make various strings ("can't map mem space" and similar) more consistent | Stuart Henderson |
2009-03-29 | When trying to get the console font metrics and window position, we can | Miod Vallat |
2009-03-27 | When clearing soft interrupts on sun4m, be sure to force the bit clear to | Miod Vallat |
2009-03-26 | Remove cpu_wait(). It's original use was to be called from the reaper so | Owain Ainsworth |
2009-03-15 | Introduce splsoftassert(), similar to splassert() but for soft interrupt | Miod Vallat |
2009-03-15 | Allow CPU_INFO_UNIT() to be used before cpu0 attaches. | Miod Vallat |
2009-03-05 | Make ELF platforms generate ELF core dumps. Somewhat based on code from | Mark Kettenis |
2009-02-26 | Add a two new ioctls to the apm(4) interface. | Owain Ainsworth |
2009-02-16 | Extend the scsi_adapter minphys() callback to take a struct scsi_link * | Miod Vallat |
2009-02-12 | Keep track of resident pages in pm_stats, and use this to implement a real | Miod Vallat |
2009-01-27 | Get rid of the last traces of uvm.pager_[se]va | Miod Vallat |
2009-01-25 | Remove /dev/drum and related code. | Miod Vallat |
2009-01-22 | Call checkdisklabel() for labels built from native info. This will | Kenneth R Westerback |
2009-01-12 | Oops, sunkbd_decode() still needs to be public for *cngetc() to work; | Miod Vallat |
2009-01-12 | Be more strict when checking window-left and window-top values. | Miod Vallat |
2009-01-11 | Fix a sed bug in the makefile's depend target. | Paul Irofti |
2009-01-11 | Define a limit to the input which can be fed to sunkbd_input() at once, | Miod Vallat |
2009-01-11 | Factor a bit more sunkbd common parts; paves the way for upcoming | Miod Vallat |
2009-01-11 | Some frame buffer fcode do not fill window-top and window-left put | Miod Vallat |
2009-01-04 | Make this compile for SUN4 only kernels. | Miod Vallat |
2009-01-04 | Be silent when deciding that the last chunk of a DMA transfer will be done | Miod Vallat |
2009-01-04 | In x[dy]dummystrat, do not clear B_BUSY from the buffer. | Miod Vallat |
2008-12-26 | Use the `fontbytes' display property as the font stride, instead of | Miod Vallat |
2008-12-26 | Move the logic responsible from deciding whether a frame buffer needs to be | Miod Vallat |
2008-12-26 | Use nitems() and FBS_xxx symbolic constants in the video timing tables. | Miod Vallat |
2008-12-26 | Remove unused BT_BLANK() and BT_UNBLANK() macros. | Miod Vallat |
2008-12-26 | Use constants from bt458reg.h when frobbing ramdac registers. | Miod Vallat |