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