summaryrefslogtreecommitdiff
path: root/lib/libc/stdlib
AgeCommit message (Expand)Author
2002-08-30re-enable function pointer table protection, this time make sure thatDaniel Hartmeier
2002-08-19Suggest better types in examples; from NetBSDMiod Vallat
2002-07-31Back it out, it breaks something in perl (seen with spamassassin), debugDaniel Hartmeier
2002-07-31permit calloc(0, N) and calloc(N, 0) -- malloc(0) does the right thing; marku...Theo de Raadt
2002-07-30return failure if integer overflow happens. sigh; too people had toTheo de Raadt
2002-07-29Replace atexit handler. mprotect() the pages so an attempt to modify theDaniel Hartmeier
2002-06-29Replace strtou?q() with the more standard strtou?ll(), using weakTodd C. Miller
2002-05-27unsigned vs unsigned intTheo de Raadt
2002-05-26pid_t cleanupTheo de Raadt
2002-05-24try to use strlcpy and snprintf more; ok variousTheo de Raadt
2002-04-30Initial cleanup:Mike Pechkin
2002-02-23deraadt@ objects to the caveat remark, so remove it.Miod Vallat
2002-02-23Slightly improve wording and punctuation.Miod Vallat
2002-02-23Add a caveat section pointing out that people affecting the return valueMiod Vallat
2002-02-19We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft.Todd C. Miller
2002-02-17Manual cleanup of remaining userland __P use (excluding packages maintained o...Todd C. Miller
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ...Todd C. Miller
2002-01-23THREAD_UNLOCK() on error before returning; millert@ ok.Federico G. Schwindt
2002-01-12If the user passes in "" as the string to resolve the lstat() willTodd C. Miller
2001-12-29Two functions can return errors here, not just one.Miod Vallat
2001-12-06alloca cannot check if the allocation is valid. mention the consequences; mi...Theo de Raadt
2001-12-05correct an alignment mis-conception for malloc(0) returned regions.Thierry Deval
2001-12-05document how malloc(0) blobbies are stored, and their characterTheo de Raadt
2001-11-05Comment out info on U (utrace) malloc option since we don't support itTodd C. Miller
2001-11-01remove dangling spaces and tabsMichael Shalayeff
2001-10-30Grammar. Thanks markus@Thierry Deval
2001-10-30mprotect allocations sized at 0 bytes. This will cause a fault for accessThierry Deval
2001-10-29fix docs; tedu@heorot.stanford.eduTheo de Raadt
2001-09-06Initial idea from aaron@: Last char of .Xr group in SEE ALSO section shouldMike Pechkin
2001-09-04Replace the deprecated BSD sigsetmask/sigblock/sigpause functions with their ...Todd C. Miller
2001-08-12#(endif|else) foo is incorrect, make it #endif /* foo */Heikki Korpela
2001-08-06o) We always close .Bl and .Bd tags;Mike Pechkin
2001-07-27clean up.Mike Pechkin
2001-07-09a first pass at -WallTheo de Raadt
2001-06-27use strlcpy vs strncpy+a[len-1]='\0'. millert@ ok.lebel
2001-06-09remove confusing comparison with srand (it does not return the old seed)assar
2001-05-13unsigned -> unsigned int; grange@rt.mipt.ruTodd C. Miller
2001-05-11-1 -> MAP_FAILEDArtur Grabowski
2001-05-10Use madvise(MADV_FREE) to allow the 'h' option.Artur Grabowski
2001-04-23Various man page fixes and improvements from gluk@Aaron Campbell
2001-03-08document that exit() -> wait() only returns low bitsTheo de Raadt
2000-12-24Various 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 leastAaron Campbell
2000-12-15.Sh EXAMPLE -> .Sh EXAMPLES. Move this section before SEE ALSO where itAaron Campbell
2000-10-25Clarify; gluk@ptci.ruAaron Campbell
2000-10-06Add a CAVEATS section to warn programmers that shell meta-characters willAaron Campbell
2000-08-09For man pages that describe multiple functions, split the .Nm argumentsAaron Campbell
2000-04-30#ifdef vax -> #ifdef __vax__Brandon Creighton
2000-04-20Flesh out stdlib function man pages.Aaron Campbell
2000-04-20- Formatting repairs and standardizations.Aaron Campbell