Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | options(4), config(8): drop dst/timezone knobs; ok kettenis@ deraadt@ jca@ | 2019-09-06 | 1 | -29/+1 | |
| | |||||
* | Rename Debugger() into db_enter(). | 2017-04-30 | 1 | -2/+2 | |
| | | | | | | | Using a name with the 'db_' prefix makes it invisible from the dynamic profiler. ok deraadt@, kettenis@, visa@ | ||||
* | Change device locators type from int to long, for the sake of 64-bit ports | 2015-09-11 | 1 | -57/+64 | |
| | | | | | | | | | without proper device trees. Be sure to build and install config(8) and rerun it before attempting to build a kernel. ok kettenis@ deraadt@ jasper@ visa@ | ||||
* | pass size argument to free() | 2014-11-03 | 1 | -5/+6 | |
| | | | | ok doug tedu | ||||
* | Set the console input in polling mode before entering ukc. | 2014-07-23 | 1 | -1/+4 | |
| | | | | ok miod@, deraadt@, shadchin@ | ||||
* | use mallocarray where arguments are multipled. ok deraadt | 2014-07-13 | 1 | -2/+2 | |
| | |||||
* | add a size argument to free. will be used soon, but for now default to 0. | 2014-07-12 | 1 | -2/+2 | |
| | | | | after discussions with beck deraadt kettenis. | ||||
* | bzero -> memset | 2014-01-21 | 1 | -3/+3 | |
| | |||||
* | printf(variable) --> printf("%s", variable) | 2013-12-12 | 1 | -2/+2 | |
| | | | | ok deraadt@ | ||||
* | Kill the nearly-15-years-dead cf_ivstubs field from struct cfdata. | 2011-06-01 | 1 | -2/+2 | |
| | | | | | | | ok miod@, deraadt@ N.B.: If you're following -current, you MUST recompile config(8) and re-config your kernel or else ioconf.c will fail to compile. | ||||
* | truncated format strings; found by Parfait and gcc | 2009-06-02 | 1 | -3/+3 | |
| | | | | ok maja oga guenther | ||||
* | Make it possible to disable/enable pseudo devices in UKC, config file and | 2008-03-24 | 1 | -7/+28 | |
| | | | | at config -e. -moj ok deraadt@ | ||||
* | ansi and deregister. No binary change. | 2005-12-09 | 1 | -64/+27 | |
| | |||||
* | remove clause 3 and 4. -moj | 2003-06-02 | 1 | -7/+1 | |
| | |||||
* | string fixes; tedu ok | 2003-05-03 | 1 | -2/+2 | |
| | |||||
* | Try to gracefully handle out of memory conditions. | 2002-07-29 | 1 | -1/+5 | |
| | | | | | Not that it will help much, but what the hell. noticed by: tedu <grendel@zeitbombe.org> | ||||
* | Modify lvalue only once between sequence points. ok deraadt@ | 2002-07-25 | 1 | -3/+3 | |
| | |||||
* | In UKC, when adding a fixed unit device (foo0) by cloning a star device | 2002-05-02 | 1 | -5/+30 | |
| | | | | | | | | | (foo*), be sure to update all cf_starunit1 fields for related star devices, so that they will not compete for the foo0 probe. This fixes the new sparc bsd.scsi3 behaviour. Tested by brad@ and myself, ok maja@ | ||||
* | Final __P removal plus some cosmetic fixups | 2002-03-14 | 1 | -2/+2 | |
| | |||||
* | First round of __P removal in sys | 2002-03-14 | 1 | -27/+27 | |
| | |||||
* | Repair bad printf (-Wall cleanup) | 2001-06-13 | 1 | -2/+2 | |
| | |||||
* | KNF | 2001-02-13 | 1 | -67/+60 | |
| | |||||
* | If kernel is compile with support for DDB add a ddb command to enter | 2001-02-05 | 1 | -1/+14 | |
| | | | | ddb from boot -c. -moj | ||||
* | Add support for pseudo devices. Based on the new code in config. | 2001-02-04 | 1 | -10/+112 | |
| | | | | | | | N.B. this change requires the kernel to be configured with a new config since it need new information from ioconf.c. -moj ok @deraadt | ||||
* | permit changing flags | 2000-08-08 | 1 | -2/+4 | |
| | |||||
* | printf %s | 2000-07-06 | 1 | -4/+2 | |
| | |||||
* | Add enable to history when enable command i used. Reported by itojun@ and David Brownlee <abs@mono.org>. -moj | 2000-05-19 | 1 | -2/+2 | |
| | |||||
* | Allow UKC to change tz with 'timezone' command. | 2000-01-08 | 1 | -1/+29 | |
| | |||||
* | save user configuration in some magic buffer, which config -e can read; maja | 1999-10-04 | 1 | -8/+87 | |
| | |||||
* | initialize an incorrectly uninitialized variable | 1999-08-17 | 1 | -2/+2 | |
| | |||||
* | add autoconfig_verbose toggling command to boot_config | 1999-04-28 | 1 | -2/+11 | |
| | |||||
* | cleanup printfs | 1998-03-03 | 1 | -11/+10 | |
| | |||||
* | GCC 2.8 -Wall | 1998-03-03 | 1 | -2/+2 | |
| | |||||
* | indent | 1998-01-04 | 1 | -244/+216 | |
| | |||||
* | Added support for enable/disable attr value. eg disable irq 10. -moj | 1998-01-04 | 1 | -38/+105 | |
| | |||||
* | export struct cfdata cfdata[]; | 1996-11-21 | 1 | -2/+1 | |
| | |||||
* | Fixed another bug niklas found. -moj | 1996-09-06 | 1 | -2/+4 | |
| | |||||
* | Call me "Pedant"! prototype mismatches fixed and unused var removed | 1996-09-06 | 1 | -2/+3 | |
| | |||||
* | Added support for add device in subr_userconf. Not perfect but a good start. | 1996-09-06 | 1 | -12/+227 | |
| | | | | | This needed changes in config, so if your kernel uses BOOT_CONFIG you need to rebuild config before a new kernel can be built. -moj | ||||
* | loop till quit | 1996-09-02 | 1 | -4/+5 | |
| | |||||
* | -Wall, -Wstrict-prototypes and some KNF cleanup | 1996-08-15 | 1 | -38/+70 | |
| | |||||
* | subr_userconf.c only for BOOT_CONFIG option | 1996-07-27 | 1 | -9/+1 | |
| | |||||
* | -Wall & -Wstrict-prototype fixes | 1996-07-02 | 1 | -1/+4 | |
| | |||||
* | More bugs fixed. Replaced lots of "|" and "&" with the correct "||" and "&&". | 1996-06-27 | 1 | -29/+30 | |
| | |||||
* | New safer userconf_number, more can be terminated with q, if more than one | 1996-06-26 | 1 | -65/+118 | |
| | | | | device uses the same slots, allocates new space. /moj | ||||
* | Added support for user modifiable kernel at boot (-c) /maja | 1996-06-23 | 1 | -0/+790 | |