Age | Commit message (Expand) | Author |
2015-12-01 | Send Aviion to same place as Nova II | Theo de Raadt |
2006-05-09 | Oops, correct import this time. | Miod Vallat |
2006-05-08 | Oops, correct import this time. | Miod Vallat |
2015-06-13 | When investigating an uninitialised variable in the armv7 resettodr() | Jonathan Gray |
2015-02-10 | Convert to uiomove(). | Miod Vallat |
2015-02-10 | First step towards making uiomove() take a size_t size argument: | Miod Vallat |
2014-12-24 | Pass real sizes to free(). | Miod Vallat |
2014-12-22 | unifdef INET | Ted Unangst |
2014-11-16 | Replace a plethora of historical protection options with just | Theo de Raadt |
2014-07-12 | add a size argument to free. will be used soon, but for now default to 0. | Ted Unangst |
2014-05-17 | Remove "WARNING:" prefix from SYSFAIL and ACFAIL messages, so that, in case | Miod Vallat |
2014-05-08 | Format string fixes for m88k; remove -Wno-format from the m88k kernels. | Miod Vallat |
2013-10-23 | Add a sc_hwinit callback when running on an ILACC, to make sure CSR4 does | Miod Vallat |
2013-10-23 | Checkpoint of work-in-progress DMA support for oaic(4). Not working yet, | Miod Vallat |
2013-10-17 | a better way to disable the speaker on AV400 family | Miod Vallat |
2013-10-15 | Driver for the AIC-6250 SCSI controller found on AViiON models 100, 200, 300, | Miod Vallat |
2013-09-26 | Clear SYSFAIL upon boot, for real. | Miod Vallat |
2013-09-24 | Extend le@syscon to support the ILACC chips found on-board the AV530 family. | Miod Vallat |
2013-09-21 | Switch to MI dart(4) driver. | Miod Vallat |
2006-05-09 | Oops, correct import this time. | Miod Vallat |
2013-09-16 | Drop the ipl locator from syscon attachments, and have the syscon children | Miod Vallat |
2013-07-02 | Use time_t for storing and returning time_t values, and cast to time_t | Philip Guenther |
2011-10-09 | Rework secondary processor initialization. cmmu initialization is now | Miod Vallat |
2011-04-07 | Do not use NULL in integer comparisons. No functional change. | Miod Vallat |
2010-12-31 | Massive overhauling of the m88k pmap, though I can't pretend it's a new pmap | Miod Vallat |
2010-12-26 | Kill pmap_phys_address(), and force every driver's mmap() routine to return | Miod Vallat |
2010-09-20 | Get rid of evcount's support for arranging counters in a tree | Matthew Dempsky |
2010-07-02 | Move common code for waking up writers on a tty into a function. | Nicholas Marriott |
2010-06-28 | Allow tty drivers to request larger buffers at attach time using a | Theo de Raadt |
2010-04-24 | SMP support for models 4600 and 530, adapted from the MVME188 code. Models | Miod Vallat |
2010-04-24 | Replace heuristics used to figure out which model we are running on, and | Miod Vallat |
2010-04-21 | More reworking of interrupt handling and VME support, and rename various | Miod Vallat |
2010-04-20 | Add bus_dma and oosiop(4), as found on the AV530 family. Tested on model 4605. | Miod Vallat |
2010-04-18 | Work in progress support for AViiON models 4600 and 530. | Miod Vallat |
2010-04-18 | Apply the same interrupt enable bit fiddling protection as done for le@fwio | Miod Vallat |
2010-04-12 | Some of the line disciplines want to check for suser. Better to pass them | Ted Unangst |
2010-03-31 | Make sure the boundaries of uvm_pglistalloc() calls are set up with low | Miod Vallat |
2009-11-09 | Every selwakeup() should have a matching KNOTE() (even if kqueue isn't | Nicholas Marriott |
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-04-14 | Convert the waitok field of uvm_pglistalloc to "flags", more will be added soon. | Owain Ainsworth |
2009-03-29 | make various strings ("can't map mem space" and similar) more consistent | Stuart Henderson |
2008-06-26 | First pass at removing clauses 3 and 4 from NetBSD licenses. | Ray Lai |
2008-01-23 | Cleanup cn_pri. Change constants to more meaningful names, rather than | Joel Sing |
2007-12-20 | Print the VME vector number used when attaching. | Miod Vallat |
2007-12-20 | Stricter range checks in mmap function. | Miod Vallat |
2007-12-19 | Overhaul interrupt handling, in order to make it (arguably) simpler and | Miod Vallat |
2007-12-19 | The serial console address apparently does not change accross 88100 designs, | Miod Vallat |
2007-12-19 | Allocate memory for the onboard le interface using uvm functions, instead of | Miod Vallat |
2007-12-12 | Disable the built-in speaker when initializing the chip, before my | Miod Vallat |