Age | Commit message (Expand) | Author |
2019-09-06 | options(4), config(8): drop dst/timezone knobs; ok kettenis@ deraadt@ jca@ | cheloha |
2017-04-30 | Rename Debugger() into db_enter(). | Martin Pieuchot |
2015-09-11 | Change device locators type from int to long, for the sake of 64-bit ports | Miod Vallat |
2014-11-03 | pass size argument to free() | Theo de Raadt |
2014-07-23 | Set the console input in polling mode before entering ukc. | Martin Pieuchot |
2014-07-13 | use mallocarray where arguments are multipled. ok deraadt | Ted Unangst |
2014-07-12 | add a size argument to free. will be used soon, but for now default to 0. | Ted Unangst |
2014-01-21 | bzero -> memset | Ted Unangst |
2013-12-12 | printf(variable) --> printf("%s", variable) | Philip Guenther |
2011-06-01 | Kill the nearly-15-years-dead cf_ivstubs field from struct cfdata. | Matthew Dempsky |
2009-06-02 | truncated format strings; found by Parfait and gcc | Theo de Raadt |
2008-03-24 | Make it possible to disable/enable pseudo devices in UKC, config file and | Mats O Jansson |
2005-12-09 | ansi and deregister. No binary change. | Jonathan Gray |
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 |
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 |
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 |
2001-02-04 | Add support for pseudo devices. Based on the new code in config. | Mats O Jansson |
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 Dav... | Mats O Jansson |
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 |
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 |
1996-06-23 | Added support for user modifiable kernel at boot (-c) /maja | Mats O Jansson |