Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-06-02 | remove clause 3 and 4. -moj | Mats O Jansson | |
2003-05-03 | string fixes; tedu ok | Theo de Raadt | |
2002-07-29 | Try to gracefully handle out of memory conditions. | Artur Grabowski | |
Not that it will help much, but what the hell. noticed by: tedu <grendel@zeitbombe.org> | |||
2002-07-25 | Modify lvalue only once between sequence points. ok deraadt@ | Thomas Nordin | |
2002-05-02 | In UKC, when adding a fixed unit device (foo0) by cloning a star device | Miod Vallat | |
(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@ | |||
2002-03-14 | Final __P removal plus some cosmetic fixups | Todd C. Miller | |
2002-03-14 | First round of __P removal in sys | Todd C. Miller | |
2001-06-13 | Repair bad printf (-Wall cleanup) | Miod Vallat | |
2001-02-13 | KNF | Theo de Raadt | |
2001-02-05 | If kernel is compile with support for DDB add a ddb command to enter | Mats O Jansson | |
ddb from boot -c. -moj | |||
2001-02-04 | Add support for pseudo devices. Based on the new code in config. | Mats O Jansson | |
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 | |||
2000-08-08 | permit changing flags | Theo de Raadt | |
2000-07-06 | printf %s | Todd T. Fries | |
2000-05-19 | Add enable to history when enable command i used. Reported by itojun@ and ↵ | Mats O Jansson | |
David Brownlee <abs@mono.org>. -moj | |||
2000-01-08 | Allow UKC to change tz with 'timezone' command. | David Leonard | |
1999-10-04 | save user configuration in some magic buffer, which config -e can read; maja | Theo de Raadt | |
1999-08-17 | initialize an incorrectly uninitialized variable | Artur Grabowski | |
1999-04-28 | add autoconfig_verbose toggling command to boot_config | Theo de Raadt | |
1998-03-03 | cleanup printfs | Theo de Raadt | |
1998-03-03 | GCC 2.8 -Wall | ryker | |
1998-01-04 | indent | Theo de Raadt | |
1998-01-04 | Added support for enable/disable attr value. eg disable irq 10. -moj | Mats O Jansson | |
1996-11-21 | export struct cfdata cfdata[]; | Michael Shalayeff | |
1996-09-06 | Fixed another bug niklas found. -moj | Mats O Jansson | |
1996-09-06 | Call me "Pedant"! prototype mismatches fixed and unused var removed | Niklas Hallqvist | |
1996-09-06 | Added support for add device in subr_userconf. Not perfect but a good start. | Mats O Jansson | |
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 | |||
1996-09-02 | loop till quit | Theo de Raadt | |
1996-08-15 | -Wall, -Wstrict-prototypes and some KNF cleanup | Niklas Hallqvist | |
1996-07-27 | subr_userconf.c only for BOOT_CONFIG option | Theo de Raadt | |
1996-07-02 | -Wall & -Wstrict-prototype fixes | Niklas Hallqvist | |
1996-06-27 | More bugs fixed. Replaced lots of "|" and "&" with the correct "||" and "&&". | Mats O Jansson | |
1996-06-26 | New safer userconf_number, more can be terminated with q, if more than one | Mats O Jansson | |
device uses the same slots, allocates new space. /moj | |||
1996-06-23 | Added support for user modifiable kernel at boot (-c) /maja | Mats O Jansson | |