Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
1996-07-22 | setgid back; from kashmir@umiacs.UMD.EDU | Theo de Raadt | |
1996-07-08 | kernel is /bsd, os is OpenBSD | ccappuc | |
1996-05-24 | fix multi-arg bug | Theo de Raadt | |
1996-03-25 | From NetBSD: merge of 960317 | Niklas Hallqvist | |
1995-10-24 | rename to match sun-compatible eeprom.h | Theo de Raadt | |
1995-10-18 | initial import of NetBSD tree | Theo de Raadt | |