index
:
openbsd
OPENBSD_2_0
OPENBSD_2_1
OPENBSD_2_2
OPENBSD_2_3
OPENBSD_2_4
OPENBSD_2_5
OPENBSD_2_6
OPENBSD_2_7
OPENBSD_2_8
OPENBSD_2_9
OPENBSD_3_0
OPENBSD_3_1
OPENBSD_3_2
OPENBSD_3_3
OPENBSD_3_4
OPENBSD_3_5
OPENBSD_3_6
OPENBSD_3_7
OPENBSD_3_8
OPENBSD_3_9
OPENBSD_4_0
OPENBSD_4_1
OPENBSD_4_2
OPENBSD_4_3
OPENBSD_4_4
OPENBSD_4_5
OPENBSD_4_6
OPENBSD_4_7
OPENBSD_4_8
OPENBSD_4_9
OPENBSD_5_0
OPENBSD_5_1
OPENBSD_5_2
OPENBSD_5_3
OPENBSD_5_4
OPENBSD_5_5
OPENBSD_5_6
OPENBSD_5_7
OPENBSD_5_8
OPENBSD_5_9
OPENBSD_6_0
OPENBSD_6_1
OPENBSD_6_2
OPENBSD_6_3
OPENBSD_6_4
OPENBSD_6_5
OPENBSD_6_6
OPENBSD_6_7
OPENBSD_6_8
OPENBSD_6_9
OPENBSD_7_0
OPENBSD_7_1
OPENBSD_7_2
OPENBSD_7_3
OPENBSD_7_4
OPENBSD_7_5
OPENBSD_7_6
master
A mirror of https://github.com/libressl/openbsd.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
lib
/
libc
/
stdlib
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
-1 -> MAP_FAILED
art
2001-05-11
1
-3
/
+3
*
Use madvise(MADV_FREE) to allow the 'h' option.
art
2001-05-10
1
-4
/
+4
*
Various man page fixes and improvements from gluk@
aaron
2001-04-23
1
-4
/
+4
*
document that exit() -> wait() only returns low bits
deraadt
2001-03-08
1
-1
/
+11
*
Various repairs, mostly to get rid of short lines.
aaron
2000-12-24
1
-3
/
+2
*
.Sh EXAMPLE -> .Sh EXAMPLES. Even if there's only one example, at least
aaron
2000-12-15
1
-2
/
+2
*
.Sh EXAMPLE -> .Sh EXAMPLES. Move this section before SEE ALSO where it
aaron
2000-12-15
1
-28
/
+28
*
Clarify; gluk@ptci.ru
aaron
2000-10-25
1
-2
/
+2
*
Add a CAVEATS section to warn programmers that shell meta-characters will
aaron
2000-10-06
1
-1
/
+9
*
For man pages that describe multiple functions, split the .Nm arguments
aaron
2000-08-09
4
-8
/
+15
*
#ifdef vax -> #ifdef __vax__
bjc
2000-04-30
1
-2
/
+2
*
Flesh out stdlib function man pages.
aaron
2000-04-20
28
-246
/
+195
*
- Formatting repairs and standardizations.
aaron
2000-04-20
1
-77
/
+104
*
missing THREAD_UNLOCK; netch@segfault.kiev.ua
deraadt
2000-04-10
1
-1
/
+2
*
Fix the leak for real (that's what I get for hacking when i can't sleep).
millert
2000-04-04
1
-5
/
+7
*
Fix an fd leak if the read from /dev/arandom fails. Pointed out by
millert
2000-04-04
1
-5
/
+5
*
MLINK srandomdev
millert
2000-04-04
1
-1
/
+2
*
Add srandomdev() from FreeBSD for use by sendmail and others.
millert
2000-04-03
2
-3
/
+69
*
In Unix land we prefer "whitespace" to "white space" or "white-space". At
aaron
2000-03-04
4
-8
/
+8
*
typo fix; halogen@nol.net
deraadt
2000-03-01
1
-2
/
+2
*
repair prototypes; cky@pobox.com
deraadt
2000-02-25
1
-5
/
+5
*
repair
deraadt
2000-01-25
1
-2
/
+2
*
Use .Er macro when referring to errno error names.
aaron
2000-01-22
1
-3
/
+3
*
Clarify and mention that errno is set to ENOMEM on failure of malloc(),
pjanzen
2000-01-19
1
-5
/
+11
*
Max value returned is 2^31 - 1, regardless of the arch-dependent LONG_MAX.
pjanzen
2000-01-19
1
-7
/
+1
*
include thread_private.h
d
2000-01-06
1
-1
/
+2
*
Add missing MLINKs
millert
1999-11-17
1
-1
/
+2
*
Tweaks; millert@
aaron
1999-11-10
1
-8
/
+9
*
calloc.c is back
millert
1999-11-10
1
-1
/
+1
*
calloc() needs to be separate from malloc in case a user wants to have
millert
1999-11-10
2
-25
/
+54
*
Merge calloc(3) man page into malloc.3; as suggested by millert@
aaron
1999-11-09
3
-90
/
+41
*
Move calloc() into malloc.c and only zero out the area if malloc()
millert
1999-11-09
3
-55
/
+26
*
Formatting and grammar.
aaron
1999-09-27
1
-2
/
+2
*
use writev() where possible
deraadt
1999-09-16
1
-12
/
+29
*
Supply examples and discuss limitations.
pjanzen
1999-09-14
2
-7
/
+120
*
use stronger language when pointing people at strtol()
deraadt
1999-09-13
1
-1
/
+12
*
typo
espie
1999-09-07
1
-2
/
+2
*
succesful -> successful
aaron
1999-09-06
1
-2
/
+2
*
better english; deraadt@/millert@
aaron
1999-07-20
2
-6
/
+6
*
trash some old leftover macros and replace them with -mdoc macros
aaron
1999-07-04
2
-11
/
+6
*
remove extra comma from .Dd arguments: "Month ##, ####" is the correct format,
aaron
1999-07-02
1
-2
/
+2
*
first round of repairs on stdlib
aaron
1999-06-29
30
-150
/
+182
*
"SEE ALSO" -> SEE ALSO, missed these files before
aaron
1999-05-28
1
-2
/
+2
*
more missing .El macros filled in
aaron
1999-05-27
2
-12
/
+14
*
getopt(3) does not return -1 when encountering unrecognized options
aaron
1999-05-27
1
-3
/
+2
*
punctuation
aaron
1999-05-25
1
-2
/
+2
*
remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-common
aaron
1999-05-23
5
-10
/
+10
*
Cleanup xrefs under SEE ALSO. Specifically:
alex
1999-05-16
8
-22
/
+22
*
correct some Xr's which referred to the wrong man page sections
aaron
1999-05-10
3
-8
/
+7
*
Clarify realloc return value
millert
1999-03-23
1
-3
/
+4
[prev]
[next]