Age | Commit message (Expand) | Author |
2004-09-15 | force ordering in splraise | Michael Shalayeff |
2004-09-15 | ARGSUSED, remove unused, ... | Theo de Raadt |
2004-09-15 | Add gscpm(4) man page. | Alexander Yurchenko |
2004-09-15 | gscpm(4) -- National Semiconductor Geode SC1100 SMI/ACPI module driver. | Alexander Yurchenko |
2004-09-15 | regen | Michael Shalayeff |
2004-09-15 | fix j2240 name | Michael Shalayeff |
2004-09-15 | scan cpu bus manually for some machines do not support that in prom | Michael Shalayeff |
2004-09-15 | Kill (almost all) warnings. | Miod Vallat |
2004-09-15 | need buf_free() to free buf, free() is not good enough | Henning Brauer |
2004-09-15 | imsg framework cleanup: | Henning Brauer |
2004-09-15 | malloc the imsg buffers instead of having them statically, suggested by | Henning Brauer |
2004-09-15 | ARGSUSED signal handler | Theo de Raadt |
2004-09-15 | document that SED_PLIST is dead, explain about fragments/substitutions. | Marc Espie |
2004-09-15 | ARGSUSED signal handler | Theo de Raadt |
2004-09-15 | variable set but not used | Theo de Raadt |
2004-09-15 | signed vs unsigned char casting... | Theo de Raadt |
2004-09-15 | unused variables | Theo de Raadt |
2004-09-15 | pretty | Theo de Raadt |
2004-09-15 | Return the ability to queue events before hotplugd started. | Alexander Yurchenko |
2004-09-15 | Support for -Dvar=value in pkg_create: | Marc Espie |
2004-09-15 | removed unused; avoid aliasing to libc functions | Theo de Raadt |
2004-09-15 | new getopt module, that allows for option-specific processing, so that | Marc Espie |
2004-09-15 | fix proto for sysarch() | Theo de Raadt |
2004-09-15 | scratch that do { } while (0) wrapper in this case | Theo de Raadt |
2004-09-15 | remove return error variables.. set but never used | Theo de Raadt |
2004-09-15 | remove unused variable | Theo de Raadt |
2004-09-15 | no , allowed at end of enum list | Theo de Raadt |
2004-09-15 | use less doubles in daemons; markus@ ok | Michael Shalayeff |
2004-09-15 | if (signalflag) { dowork(); signalflag = 0; } is a race. First clear flag, | Otto Moerbeek |
2004-09-15 | minor KNF, Moritz Jodeit <moritz@jodeit.org> | Henning Brauer |
2004-09-15 | no \n in error() calls and minor KNF, from Moritz Jodeit <moritz@jodeit.org> | Henning Brauer |
2004-09-15 | Better debug printfs: missing \n and show xfer flags in | Alexander Yurchenko |
2004-09-15 | Add Intel 6300ESB. | Alexander Yurchenko |
2004-09-15 | Add support for Intel 6300ESB IDE and SATA. | Alexander Yurchenko |
2004-09-15 | Check for num < 0 in sysctl_sensors(); from Patrick Latifi. | Alexander Yurchenko |
2004-09-15 | Typo in #endif comment. | Alexander Yurchenko |
2004-09-15 | Tweak in comment. | Alexander Yurchenko |
2004-09-15 | Kill more netiso ghosts. | Alexander Yurchenko |
2004-09-15 | shell keyword... | Marc Espie |
2004-09-15 | Add an install: target. Ok miod@, pefo@ | Matthieu Herrb |
2004-09-15 | ABI compliant register names | Per Fogelstrom |
2004-09-15 | Assume default compiler settings | Per Fogelstrom |
2004-09-15 | Make trace work better. Don't hope for a good stacktrace without symbols | Per Fogelstrom |
2004-09-15 | print attr cache parameters in verbose mode. ok pedro@ millert@ | Otto Moerbeek |
2004-09-15 | if (signalflag) { dowork(); signalflag = 0; } is a race. First clear flag, | Otto Moerbeek |
2004-09-15 | Restore correct noac option parsing. | Miod Vallat |
2004-09-15 | Crude diff to allow user break on zs to enter ddb, for 147/1x2; spotted | Miod Vallat |
2004-09-15 | Win a cycle in FP exception SSBR processing. | Miod Vallat |
2004-09-15 | Use less stack, as allowed by the new ABI. | Miod Vallat |
2004-09-15 | Use ftello() rather than ftell() if you want an off_t value. | Miod Vallat |