| Commit message (Expand) | Author | Age | Files | Lines |
* | spelling |  jsg | 2021-03-11 | 1 | -3/+3 |
* | Remove useless redundant call of ttyopen(). |  jan | 2021-01-01 | 1 | -5/+1 |
* | Remove almost unused `flags' argument of suser(). |  mpi | 2018-02-19 | 1 | -3/+3 |
* | Delete unnecessary <sys/file.h> includes |  guenther | 2017-12-30 | 1 | -2/+1 |
* | Fix the remaining ';;'s in sys/ |  tom | 2017-06-22 | 1 | -2/+2 |
* | Rename Debugger() into db_enter(). |  mpi | 2017-04-30 | 1 | -2/+2 |
* | Sync no-argument function declaration and definition by adding (void). |  tobiasu | 2016-03-05 | 1 | -2/+2 |
* | Use cons_decl() instead of rolling our own cn* prototypes |  miod | 2011-04-30 | 1 | -6/+2 |
* | Introduce a new pci routine, pci_conf_size(), which returns the size of a |  miod | 2010-12-04 | 2 | -2/+9 |
* | No "\n" needed at the end of panic() strings. |  krw | 2010-08-07 | 1 | -3/+3 |
* | Move common code for waking up writers on a tty into a function. |  nicm | 2010-07-02 | 1 | -10/+4 |
* | Allow tty drivers to request larger buffers at attach time using a |  deraadt | 2010-06-28 | 1 | -2/+2 |
* | catch up to the ttyopen() changes |  deraadt | 2010-04-16 | 1 | -2/+2 |
* | Some of the line disciplines want to check for suser. Better to pass them |  tedu | 2010-04-12 | 1 | -3/+3 |
* | OpenBSD uses bus_space_copy_#, not bus_space_copy_region_#. Make sure only the |  miod | 2010-04-04 | 2 | -14/+14 |
* | Implement bus_space_vaddr(). |  miod | 2009-12-25 | 2 | -2/+9 |
* | Every selwakeup() should have a matching KNOTE() (even if kqueue isn't |  nicm | 2009-11-09 | 1 | -2/+1 |
* | Use suser when possible. Suggested by miod@. |  fgsch | 2009-10-31 | 1 | -2/+2 |
* | Add missing KNOTE() calls after selwakeup(), until we decide if the KNOTE() |  deraadt | 2009-10-31 | 1 | -1/+2 |
* | Create the pci resource extents as covering the full 4GB address space, |  miod | 2009-07-26 | 1 | -5/+9 |
* | Get rid of pci_addr_fixup machinery; set up the appropriate extents and pass |  kettenis | 2009-04-25 | 2 | -482/+11 |
* | Second pass of simple timeout_add -> timeout_add_sec conversions |  blambert | 2008-10-15 | 1 | -2/+2 |
* | More removal of clauses 3 and 4 from NetBSD licenses. |  ray | 2008-06-27 | 1 | -8/+1 |
* | First pass at removing clauses 3 and 4 from NetBSD licenses. |  ray | 2008-06-26 | 1 | -8/+1 |
* | Cleanup cn_pri. Change constants to more meaningful names, rather than |  jsing | 2008-01-23 | 1 | -3/+3 |
* | Remove unused shpcic_intr_establish() and friends. |  miod | 2007-07-11 | 1 | -67/+3 |
* | Make pci subsystem aware of domains. Each host bridge gets assigned a unique |  kettenis | 2006-12-14 | 1 | -1/+2 |
* | serial drivers should use spltty, not splserial. |  drahn | 2006-11-20 | 1 | -25/+18 |
* | landisk has no DCD line, so we must force TS_CARR_ON. This is a gruesome |  deraadt | 2006-11-09 | 1 | -1/+8 |
* | cleanup some devices |  mickey | 2006-11-03 | 1 | -3/+2 |
* | Do not match on non-shpcic config stanza. |  miod | 2006-10-23 | 1 | -1/+7 |
* | Hack around a problem found on px-eh systems where the SH IPL+g initializes |  drahn | 2006-10-19 | 1 | -1/+10 |
* | pci_address_fixup code to do bus address allocation, 'firmware' appearently |  drahn | 2006-10-19 | 3 | -3/+509 |
* | pciide compat bits, stolen from armish. |  drahn | 2006-10-16 | 1 | -0/+64 |
* | busname should be set. |  drahn | 2006-10-16 | 1 | -1/+2 |
* | More bits in progress, adapted from NetBSD. |  miod | 2006-10-07 | 2 | -3/+242 |
* | Preliminary bits for SuperH-based ports, based on NetBSD/sh3 codebase with |  miod | 2006-10-06 | 7 | -0/+3242 |