Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-01-14 | update license. | Federico G. Schwindt | |
2008-06-26 | First pass at removing clauses 3 and 4 from NetBSD licenses. | Ray Lai | |
Not sure what's more surprising: how long it took for NetBSD to catch up to the rest of the BSDs (including UCB), or the amount of code that NetBSD has claimed for itself without attributing to the actual authors. OK deraadt@ | |||
2008-06-25 | no need for sparc/sparc64 ifdefs, since this file is sparc only | Theo de Raadt | |
2008-03-23 | Do not abort walking the tree if a node's contents is too large; allows | Miod Vallat | |
eeprom -p to be used on more macppc models. ok fgsch@ | |||
2008-02-22 | Allow multiple NUL characters within string-valued properties (but add an | Mark Kettenis | |
XXX saying that this may not exactly be what we want). This makes the output on macppc look much saner. ok fgsch@, beck@ | |||
2007-11-14 | We don't have /dev/eeprom on sparc64. | Mark Kettenis | |
2007-11-12 | Make this compile on macppc (OpenPROM support only) and build it there. | Mark Kettenis | |
ok deraadt@ | |||
2007-09-09 | better printing code, fixing certain properties; reported by kettenis, | Federico G. Schwindt | |
tested by him and Johan Mson Lindman. ok kettenis. | |||
2007-09-07 | some small cleanup, including standard synopsis/usage and sort options; | Jason McIntyre | |
ok fgsch deraadt | |||
2007-09-04 | add support to print the derivated tree from the OpenPROM (alas devinfo or | Federico G. Schwindt | |
prtconf); ok kettenis@. thanks to the various people who helped me test in different sparc* machines. | |||
2007-05-31 | convert to new .Dd format; | Jason McIntyre | |
2007-05-29 | use the right capitalization for `EBus' and `SBus' | Igor Sobrado | |
ok jmc@ | |||
2007-01-03 | Fix format string bugs by using strlcpy() instead of | Moritz Jodeit | |
snprintf() and fix truncation checks. ok miod@ deraadt@ | |||
2005-05-02 | more setres[ug]id; ok deraadt@ | Damien Miller | |
2005-03-06 | Filter openprom environment strings with strnvis(); ok deraadt@ krw@ | Miod Vallat | |
2004-08-24 | - describe which interfaces respect local-mac-address?; this is based | Jason McIntyre | |
somewhat on a similar diff from netbsd (-r 1.4); - OpenProm -> OpenPROM - .Sh WARNINGS -> .Sh CAVEATS - put FILES in the right place, and make the list -compact much of this content is from miod@, and ok him too; | |||
2004-08-01 | ansi cleanup; khalek@linuxgamers.net | Theo de Raadt | |
2004-07-09 | ansi | Theo de Raadt | |
2003-11-27 | fix printf | Henning Brauer | |
From: Alf Schlichting <leopold-bloom@foni.net> | |||
2003-09-26 | check strdup failure; ok anil millert | Theo de Raadt | |
2003-06-11 | some ansification, some de-register | Theo de Raadt | |
2003-04-14 | standalone/stand alone -> stand-alone; | Jason McIntyre | |
from NetBSD (Igor Sobrado); httpd stuff passed to apache people; ok millert@ | |||
2003-01-31 | typos; | Jason McIntyre | |
eeprom(8): added .Ar to fields, removed references to sun3 sshd(8): help and ok markus@ help and ok millert@ | |||
2002-12-31 | Prepare for the removal of amiga and sun3 platforms from the tree. | Miod Vallat | |
There has not been enough activity and interest towards these platform to keep them lying in the tree. | |||
2002-12-09 | Use strlcpy rather than unsafe string functions, especially in unreadable code. | Miod Vallat | |
Spotted by deraadt@ | |||
2002-12-08 | GNU semantics say that if optstring begins with '-' then | Todd C. Miller | |
each non-option shall be treated as arguments to option '\1'. BSD getopt match '-' in optstring with a '-' on the command line. This is used to support deprecated options like "su -" that would otherwise prevent the use of getopt(). Resolving this simply requires that the leading '-' be moved somewhere else (I moved it to the end of optstring) since position within optstring is not meaningful. | |||
2002-06-14 | Get cpu type through sysctl. no more need for kvm. | Artur Grabowski | |
miod says it still needs to be setgid kmem and I don't have time to check the archives for the reason. | |||
2002-05-30 | minor KNF | Theo de Raadt | |
2002-05-29 | snprintf blah blah blah | Theo de Raadt | |
2002-02-17 | Manual cleanup of remaining userland __P use (excluding packages maintained ↵ | Todd C. Miller | |
outside the tree) | |||
2002-02-16 | Part one of userland __P removal. Done with a simple regexp with some minor ↵ | Todd C. Miller | |
hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically. | |||
2001-12-04 | Provide eeprom(8) on sparc64. | Miod Vallat | |
2001-09-30 | Use a private copy of getdate.y so we aren't affected by changes | Todd C. Miller | |
in the cvs one. | |||
2001-09-20 | sparc64 support | Jason Wright | |
2000-11-09 | Change all option list specifications to ".Bl -tag -width Ds". Most man | Aaron Campbell | |
pages just needed their -width parameter tweaked to "Ds", which provides a nice width of 6 constant characters. For consistency more than anything. | |||
2000-06-30 | warnx?/errx? paranoia (use "%s" not a bare string unless it is a | Todd C. Miller | |
constant). These are not security holes but it is worth fixing them anyway both for robustness and so folks looking for examples in the tree are not misled into doing something potentially dangerous. Furthermore, it is a bad idea to assume that pathnames will not include '%' in them and that error routines don't return strings with '%' in them (especially in light of the possibility of locales). | |||
2000-05-18 | Prepare to recurse down usr.sbin to grab manpages | Marc Espie | |
2000-03-19 | Remove hard sentence breaks. Add $OpenBSD$ tags where appropriate. Some other | Aaron Campbell | |
cleanup along the way. | |||
2000-01-03 | Old getdate.y was not Y2K compliant, us the one that comes with cvs instead. | Todd C. Miller | |
1999-06-05 | remove trailing whitespace, some Nm cleanup | Aaron Campbell | |
1998-11-08 | usr.sbin/ man page repairs, a-i | Aaron Campbell | |
1998-07-13 | Add blurb about 'local-mac-address?' property | Jason Wright | |
1998-07-08 | whack kmem gid after kvm_openfiles() | Theo de Raadt | |
1998-07-04 | more typos | Todd C. Miller | |
1998-07-04 | typo; jon@oaktree.co.uk | Theo de Raadt | |
1997-09-21 | $OpenBSD$ | Theo de Raadt | |
1996-08-31 | typo | Theo de Raadt | |
1996-08-31 | buf oflow in some more "NetBSD Foundation" code | Theo de Raadt | |
1996-08-31 | buf oflow; from brian@saturn.net | Theo de Raadt | |
1996-08-22 | __OpenBSD__ | Theo de Raadt | |