index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
libc
/
stdlib
Age
Commit message (
Expand
)
Author
2001-06-27
use strlcpy vs strncpy+a[len-1]='\0'. millert@ ok.
lebel
2001-06-09
remove confusing comparison with srand (it does not return the old seed)
assar
2001-05-13
unsigned -> unsigned int; grange@rt.mipt.ru
Todd C. Miller
2001-05-11
-1 -> MAP_FAILED
Artur Grabowski
2001-05-10
Use madvise(MADV_FREE) to allow the 'h' option.
Artur Grabowski
2001-04-23
Various man page fixes and improvements from gluk@
Aaron Campbell
2001-03-08
document that exit() -> wait() only returns low bits
Theo de Raadt
2000-12-24
Various repairs, mostly to get rid of short lines.
Aaron Campbell
2000-12-15
.Sh EXAMPLE -> .Sh EXAMPLES. Even if there's only one example, at least
Aaron Campbell
2000-12-15
.Sh EXAMPLE -> .Sh EXAMPLES. Move this section before SEE ALSO where it
Aaron Campbell
2000-10-25
Clarify; gluk@ptci.ru
Aaron Campbell
2000-10-06
Add a CAVEATS section to warn programmers that shell meta-characters will
Aaron Campbell
2000-08-09
For man pages that describe multiple functions, split the .Nm arguments
Aaron Campbell
2000-04-30
#ifdef vax -> #ifdef __vax__
Brandon Creighton
2000-04-20
Flesh out stdlib function man pages.
Aaron Campbell
2000-04-20
- Formatting repairs and standardizations.
Aaron Campbell
2000-04-10
missing THREAD_UNLOCK; netch@segfault.kiev.ua
Theo de Raadt
2000-04-04
Fix the leak for real (that's what I get for hacking when i can't sleep).
Todd C. Miller
2000-04-04
Fix an fd leak if the read from /dev/arandom fails. Pointed out by
Todd C. Miller
2000-04-04
MLINK srandomdev
Todd C. Miller
2000-04-03
Add srandomdev() from FreeBSD for use by sendmail and others.
Todd C. Miller
2000-03-04
In Unix land we prefer "whitespace" to "white space" or "white-space". At
Aaron Campbell
2000-03-01
typo fix; halogen@nol.net
Theo de Raadt
2000-02-25
repair prototypes; cky@pobox.com
Theo de Raadt
2000-01-25
repair
Theo de Raadt
2000-01-22
Use .Er macro when referring to errno error names.
Aaron Campbell
2000-01-19
Clarify and mention that errno is set to ENOMEM on failure of malloc(),
Paul Janzen
2000-01-19
Max value returned is 2^31 - 1, regardless of the arch-dependent LONG_MAX.
Paul Janzen
2000-01-06
include thread_private.h
David Leonard
1999-11-17
Add missing MLINKs
Todd C. Miller
1999-11-10
Tweaks; millert@
Aaron Campbell
1999-11-10
calloc.c is back
Todd C. Miller
1999-11-10
calloc() needs to be separate from malloc in case a user wants to have
Todd C. Miller
1999-11-09
Merge calloc(3) man page into malloc.3; as suggested by millert@
Aaron Campbell
1999-11-09
Move calloc() into malloc.c and only zero out the area if malloc()
Todd C. Miller
1999-09-27
Formatting and grammar.
Aaron Campbell
1999-09-16
use writev() where possible
Theo de Raadt
1999-09-14
Supply examples and discuss limitations.
Paul Janzen
1999-09-13
use stronger language when pointing people at strtol()
Theo de Raadt
1999-09-07
typo
Marc Espie
1999-09-06
succesful -> successful
Aaron Campbell
1999-07-20
better english; deraadt@/millert@
Aaron Campbell
1999-07-04
trash some old leftover macros and replace them with -mdoc macros
Aaron Campbell
1999-07-02
remove extra comma from .Dd arguments: "Month ##, ####" is the correct format,
Aaron Campbell
1999-06-29
first round of repairs on stdlib
Aaron Campbell
1999-05-28
"SEE ALSO" -> SEE ALSO, missed these files before
Aaron Campbell
1999-05-27
more missing .El macros filled in
Aaron Campbell
1999-05-27
getopt(3) does not return -1 when encountering unrecognized options
Aaron Campbell
1999-05-25
punctuation
Aaron Campbell
1999-05-23
remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-common
Aaron Campbell
[next]