Age | Commit message (Collapse) | Author | |
---|---|---|---|
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@ | |||
2007-09-02 | use calloc() to avoid malloc(n * m) overflows; checked by djm canacar jsg | Theo de Raadt | |
2007-08-06 | the ellipsis is not an optional argument; while here, sync the usage | Igor Sobrado | |
and synopsis of commands lots of good ideas by jmc@ ok jmc@ | |||
2007-05-31 | convert to new .Dd format; | Jason McIntyre | |
2007-04-18 | Remove the ``new i/o'' code. It has never worked well, noone has stepped up | Miod Vallat | |
to fix it, and it goes in the way of good changes pedro is brewing. No functional change, tested todd@ millert@ | |||
2007-04-17 | remove mention of -g and assocatiated options that aren't working now | Ted Unangst | |
reminded by jmc | |||
2007-04-06 | use rwlocks instead of hand-rolled. make the softc private parts private. | Ted Unangst | |
this means making ccdconfig "SMALL" to turn off the kvm groveling nonsense ok deraadt millert pedro todd | |||
2007-02-20 | sort options and sync synopsis; from Igor Sobrado | Jason McIntyre | |
2006-03-26 | fix output of ``ccdconfig -gv'': one typo, and one missing \t | Alexander von Gernler | |
mickey@ ok | |||
2006-03-13 | Cleanup and plug a fe memleaks and; from Davif Hill with a twist from | Otto Moerbeek | |
myself. | |||
2006-03-06 | convert permanent privilege revocation to use setresuid/setresgid; | Damien Miller | |
ok henning@ | |||
2005-11-12 | FILE * leak, missing fclose(); evol@online.ptt.ru | Theo de Raadt | |
2005-11-12 | left a free() behind, spotted by cloder | Theo de Raadt | |
2005-11-12 | more asprintf; ok dhill@mindcry.org | Theo de Raadt | |
2005-03-29 | less ugly printout | Michael Shalayeff | |
2005-02-24 | changes for ccd changes | Michael Shalayeff | |
2004-05-29 | memory leak; andrushock@korovino.net | Theo de Raadt | |
2003-12-17 | Add support for -DSMALL that doesn't need -lkvm (no -g option) | Todd C. Miller | |
2003-06-11 | ansification | Theo de Raadt | |
2003-06-10 | boring cleanups | Theo de Raadt | |
2003-06-03 | - section reorder | Jason McIntyre | |
- some mdoc fixes | |||
2003-03-30 | snprintf | Theo de Raadt | |
2003-02-01 | typos; | Jason McIntyre | |
chat(8): removed reference to uucico(8) ok deraadt@ | |||
2002-06-17 | only make -g available to root, by disabling setgid kmem; bunch of people ok | Theo de Raadt | |
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-11-09 | Since all our arches have /dev/ksyms, replace rigid mentions of the kernel | Miod Vallat | |
being /bsd with more correct terms, and remove /bsd and /dev/kmem from the FILES section if they were there. | |||
2001-07-07 | major -Wall cleanup, almost complete | Theo de Raadt | |
2001-06-04 | return from main() don't exit | Michael Shalayeff | |
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-09-30 | Some format string problems that were missed during initial audit; deraadt@ and | Aaron Campbell | |
millert@ ok | |||
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-03-18 | Remove hard sentence breaks, and some other cleanup along the way. | Aaron Campbell | |
1999-07-03 | remove redundant .Pp macros | Aaron Campbell | |
1998-12-15 | always give .Nm macros an argument in SYNOPSIS sections; krw@tcn.net | Aaron Campbell | |
1998-11-28 | kill redundant .Nm macro arguments; other misc fixes | Aaron Campbell | |
1998-09-17 | sbin/ man page fixes | Aaron Campbell | |
1998-08-15 | fix realloc | Theo de Raadt | |
1998-07-08 | whack kmem gid after kvm_openfiles() | Theo de Raadt | |
1997-11-27 | indent | Theo de Raadt | |
1997-11-26 | Add a CCDF_OLD flag used to get the old I/O policy | Niklas Hallqvist | |
1997-09-21 | $OpenBSD$ | Theo de Raadt | |
1997-09-14 | Wall | Theo de Raadt | |
1997-06-16 | flags cannot be optional; what a bad argument layout design...; ↵ | Theo de Raadt | |
jgarzik@pobox.com, PR#228 | |||
1997-05-28 | be more paranoid about gid revoking | Theo de Raadt | |
1997-01-13 | egid for open; spotted by oliver@secnet.com | Theo de Raadt | |
1996-12-22 | Deal with _POSIX_SAVED_IDS when relinquishing privileges | Theo de Raadt | |
1996-10-08 | Attempt at cleanup. | michaels | |
1996-07-08 | kernel is /bsd, os is OpenBSD | ccappuc | |
1996-06-23 | update rcsid | Theo de Raadt | |
1996-05-30 | revoke privs before opening kvm if user has specified mem/kernel paths | Theo de Raadt | |