Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-06-28 | When system calls indicate an error they return -1, not some arbitrary | Theo de Raadt | |
value < 0. errno is only updated in this case. Change all (most?) callers of syscalls to follow this better, and let's see if this strictness helps us in the future. | |||
2017-09-10 | sysctl strings include the termingating NUL character in both in and out lengths | Tom Cosgrove | |
Prompted by Nan Xiao noticing the redundancy of bzero+termination - thanks. ok deraadt@ | |||
2017-04-16 | Different compilers and versions of compilers have different warnings. | Jonathan Gray | |
Remove -Werror to give code a greater chance of building. ok deraadt@ florian@ | |||
2015-02-08 | in getopt() blocks, stop incrementing flag variable which are supposed | Theo de Raadt | |
to just be 0/1 ok miod florian | |||
2015-01-16 | Replace <sys/param.h> with <limits.h> and other less dirty headers where | Theo de Raadt | |
possible. Annotate <sys/param.h> lines with their current reasons. Switch to PATH_MAX, NGROUPS_MAX, HOST_NAME_MAX+1, LOGIN_NAME_MAX, etc. Change MIN() and MAX() to local definitions of MINIMUM() and MAXIMUM() where sensible to avoid pulling in the pollution. These are the files confirmed through binary verification. ok guenther, millert, doug (helped with the verification protocol) | |||
2012-09-12 | Define empty CDIAGFLAGS for programs that use Werror. | Christiano F. Haesbaert | |
Makes "make build" build with WARNINGS=Yes on amd64. ok espie | |||
2012-07-11 | reoder letters to fix piles-o'-typos | Philip Guenthe | |
2008-07-08 | sort options in manual page; display a better usage. | Igor Sobrado | |
2008-02-11 | bump Mdocdate for pages committed in "febuary", necessary because | Jason McIntyre | |
of a typo in rcs.c; | |||
2008-02-04 | Fix release number. | Mike Belopuhov | |
ok jmc | |||
2007-11-16 | spacing | Theo de Raadt | |
2007-11-16 | - Fix error handling code. | Mike Belopuhov | |
- Change some function names to conform with Core Duo names. - Correct hadnling of the functions that need non-zero Unit Mast specification. - Some other random cleanup. | |||
2007-10-25 | Cleanup pctr code: sort options, remove nasty return. | Mike Belopuhov | |
ok deraadt | |||
2007-10-24 | Remove idle loop counter. | Mike Belopuhov | |
ok art deraadt | |||
2007-10-17 | more unification between amd64 and i386 (API changes, but we think | Theo de Raadt | |
noone else uses this acpi except the command); from Mike Belopuhov | |||
2007-10-17 | - fix several switch statements regarding falling through the case statement; | Theo de Raadt | |
- remove double break; from Mike Belopuhov | |||
2007-10-17 | various fixes for previous; | Jason McIntyre | |
2007-10-17 | replacement for the pctr codebase that can handle amd64 processors as | Theo de Raadt | |
well (in fact, all 4 combinations of codebase and processor) written by Mike Belopuhov and Aleksey Lomovtsev | |||
2007-05-31 | convert to new .Dd format; | Jason McIntyre | |
2007-03-15 | s/oriented/orientated/ | Chad Loder | |
2004-12-19 | spacing | Theo de Raadt | |
2003-08-04 | protos | Theo de Raadt | |
2003-07-19 | don't specify the leading "/" in MANSUBDIR (otherwise "//" occurs) | David Krause | |
ok millert@ | |||
2003-06-10 | mostly ansi cleanup; pval ok | Theo de Raadt | |
2002-12-15 | typo; torh at bogus.net | Henning Brauer | |
2002-05-29 | more snprintf | Theo de Raadt | |
2001-08-19 | err/warn and knf | Michael Shalayeff | |
2001-07-18 | -Wall cleanup | Peter Valchev | |
2001-06-05 | License clarification from David Mazieres, ok deraadt@ | Peter Valchev | |
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-05-27 | urhm, this is flakey | Theo de Raadt | |
2000-05-25 | man subdir | Theo de Raadt | |
2000-03-23 | Fix some formatting problems I missed before. | Aaron Campbell | |
2000-03-10 | Various cleanups and standardization. | Aaron Campbell | |
1998-12-16 | more .Nm fixes | Aaron Campbell | |
1998-09-27 | usr.bin/ man page cleanups, n-s | Aaron Campbell | |
1998-08-30 | Add a manpage. | Jason Downs | |
1998-08-30 | Use the kernel's copy of the cpuid information. | Jason Downs | |
This really ought to just be removed... | |||
1998-05-27 | compile; needs lots of work. | Jason Downs | |
1997-09-21 | $OpenBSD$ | Theo de Raadt | |
1996-08-16 | Some mostly cosmetic bug fixes. | dm | |
1996-08-14 | 7 consonants was just too many. pctrctl -> pctr. | dm | |