Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | sick of the CMU, let's make this KNF | 2020-10-15 | 1 | -26/+26 | |
| | |||||
* | zap trailing empty line | 2019-02-15 | 1 | -2/+1 | |
| | |||||
* | The underlying storage for builtin ddb variables are of type int but | 2019-02-15 | 1 | -2/+2 | |
| | | | | | | | | | referenced to using a pointer to long. When writing to such a variable, cast it to the correct type. Writing would otherwise on 64-bit architectures cause the next variable adjacent in memory to also be modified. ok deraadt@ visa@ | ||||
* | Kill trailing whitespaces. No object change. | 2016-01-25 | 1 | -7/+7 | |
| | |||||
* | restore systm.h, needed for strcmp. from Steven McDonald | 2015-03-14 | 1 | -1/+2 | |
| | |||||
* | Remove some includes include-what-you-use claims don't | 2015-03-14 | 1 | -2/+1 | |
| | | | | | | | have any direct symbols used. Tested for indirect use by compiling amd64/i386/sparc64 kernels. ok tedu@ deraadt@ | ||||
* | remove uneeded proc.h includes | 2014-09-14 | 1 | -2/+1 | |
| | | | | ok mpi@ kspillner@ | ||||
* | These do not need the extremely poorly named uvm/uvm_extern.h (which | 2014-07-08 | 1 | -3/+2 | |
| | | | | pulls in the universe). occasionally they need sys/systm.h | ||||
* | - use nitems() no binary change on amd64 | 2011-04-05 | 1 | -2/+2 | |
| | | | | "reads OK" claudio@ | ||||
* | Make sure we alter ddb variables as ints, not longs; only matters on 64 bit | 2006-07-06 | 1 | -7/+19 | |
| | | | | platforms. | ||||
* | Make the ddb.log sysctl available as an in-ddb variable, $log, for consistency. | 2006-07-06 | 1 | -1/+2 | |
| | |||||
* | ansi/deregister. No binary change. | 2006-03-13 | 1 | -18/+7 | |
| | |||||
* | First round of __P removal in sys | 2002-03-14 | 1 | -3/+3 | |
| | |||||
* | Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary. | 2001-11-06 | 1 | -2/+2 | |
| | | | | (Look ma, I might have broken the tree) | ||||
* | Include vm/vm.h everywhere it is needed to get at boolean_t (I would prefer | 1997-07-19 | 1 | -1/+3 | |
| | | | | to have it in sys/types.h but that is problematic). Some KNF. | ||||
* | Make ddb variables long (for 64bit archs). from netbsd | 1997-03-21 | 1 | -6/+6 | |
| | |||||
* | partial sync with netbsd 960418, more to come | 1996-04-21 | 1 | -1/+2 | |
| | |||||
* | Added: sysctl access to the ddb variables. | 1996-03-30 | 1 | -8/+2 | |
| | | | | | | Fixed: "netbsd" strings in sym table handling routines. now it is usefull to change max_{width,line} according to your real console geometry, just w/ sysctl program. | ||||
* | Debbuger changed towards the latest Mach. | 1996-03-11 | 1 | -5/+5 | |
| | | | | | Some minor changes for Linux ;) emulation. Small bug fixes from NetBSD. | ||||
* | netbsd-current import & 'boot' cmd addition. | 1996-02-20 | 1 | -5/+15 | |
| | |||||
* | initial import of NetBSD tree | 1995-10-18 | 1 | -0/+164 | |