Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ansi | 2021-03-07 | 1 | -22/+8 | |
| | |||||
* | If you use sys/param.h, you don't need sys/types.h | 2017-09-08 | 1 | -2/+1 | |
| | |||||
* | remove uneeded proc.h includes | 2014-09-14 | 1 | -2/+1 | |
| | | | | ok mpi@ kspillner@ | ||||
* | Don't #include <sys/user.h> into files that don't need the stuff | 2010-06-26 | 1 | -2/+2 | |
| | | | | | | | | it defines. In some cases, this means pulling in uvm.h or pcb.h instead, but most of the inclusions were just noise. Tested on alpha, amd64, armish, hppa, i386, macpcc, sgi, sparc64, and vax, mostly by krw and naddy. ok krw@ | ||||
* | directly calling Debugger() is bad. turn these printf();Debugger(); series | 2009-08-26 | 1 | -9/+3 | |
| | | | | | | into panic()'s. ok deraadt@ jsing@ | ||||
* | Replace timeout_add(msecs * hz / 1000) with timeout_add_msec(msecs). | 2009-01-21 | 1 | -2/+2 | |
| | | | | | | No functional changes. ok krw@ miod@ | ||||
* | ``it's'' -> ``its'' when the grammar gods require this change. | 2007-04-10 | 1 | -2/+2 | |
| | |||||
* | assume vtophys(vaddr_t) just what all the other archs expect; no functional change | 2005-11-23 | 1 | -2/+2 | |
| | |||||
* | First round of __P removal in sys | 2002-03-14 | 1 | -8/+8 | |
| | |||||
* | new timeouts | 2001-02-03 | 1 | -4/+2 | |
| | |||||
* | new timeouts | 2001-01-29 | 1 | -4/+6 | |
| | |||||
* | move to current OpenBSD isadma API | 1998-01-18 | 1 | -2/+2 | |
| | |||||
* | no Debugger() w/ no DDB defined | 1997-04-13 | 1 | -1/+5 | |
| | |||||
* | Missed in last bus.h commit | 1996-11-29 | 1 | -0/+368 | |