summaryrefslogtreecommitdiff
path: root/lib/libc/gen
AgeCommit message (Expand)Author
2006-08-28Remove ad clause. Approved by board@christos
2006-08-14We support the POSIX Clock Selection Option.rpaulo
2006-08-12- Add strndup and stresepchristos
2006-08-11Pretending to be Elad's keyboard:christos
2006-08-03Remove leftover debugging message. Problem pointed out by Kurt Schreinertron
2006-07-30Typo fix.wiz
2006-07-27back out last change as it is actually a visible function.dogcow
2006-07-27define _ng_cycle to be static, so gcc won't whing about its implicit decl.dogcow
2006-07-27move include of StringList.h before netgroup.hchristos
2006-07-27add an _ng_cycle function to print the list of netgroups that are are dups.christos
2006-07-27Add sl_delete, KNF, ansichristos
2006-07-24Remove superfluous word, add comma to make it easier to parse.wiz
2006-07-24blymn made ips mode prevent execution of non-monitored files; documentelad
2006-07-24ugh.. forgot to document no removal in ids mode.elad
2006-07-22"verified exec" -> "veriexec" + some minor tweaks.elad
2006-07-14Punctuation nits.wiz
2006-07-14move security.setid_core.* to kern.coredump.setid.*, as requested by yamt@.elad
2006-07-14okay, since there was no way to divide this to two commits, here it goes..elad
2006-07-04KNFjnemeth
2006-07-03move manpages for frexp/ldexp/modf to libm -- the (most) implementation isdrochner
2006-07-03replaced by code in libc/compat/gendrochner
2006-06-29Fix YP lookup latency reported by Stephen M. Jones on tech-net. This is aginsbach
2006-06-27First step to clean up the variety of frexp(), ldexp() and modf()drochner
2006-06-08Use PRId64 instead of a cast to long long and %lld to print an int64_t.simonb
2006-05-29missed check for malloc() returning NULLjnemeth
2006-05-18Explicitly mention that telldir values are only valid for the lifetime ofchristos
2006-05-17PR/24324: Arne H Juul: Re-implement seekdir/telldir using a pointer ofchristos
2006-05-16Introduce PaX MPROTECT -- mprotect(2) restrictions used to strengthenelad
2006-04-26Bump date for previous, uppercase I/O, serial comma, remove trailing space.wiz
2006-04-25Change DISKSTATS to IOSTATS, document new i/o stats sysctl.blymn
2006-04-24\*[Am] for an ampersand, not *[Am].jld
2006-04-23No abbreviations in Dd arguments.wiz
2006-04-18Add setttyentpath() information to RETURN VALUES and HISTORY, too.salo
2006-04-17Add setttyentpath(), functionally equivalent to setttyent() but takes ansalo
2006-04-09document that VIS_CSTYLE encodes space (SP 040) as '\s'.jschauma
2006-04-02Add coverity annotations.christos
2006-03-30PR/33163: Auster Vl.: fts: cant allocate memory | filename too longchristos
2006-03-26PR/33123: Murray Armfield: standards compliance & glob.hchristos
2006-03-23Bump date for previous.wiz
2006-03-22Coverity CID 1640: closedir on error.christos
2006-03-21mention single precision versions and advise to link against libmdrochner
2006-03-20Now that we use an errno constant, we need <errno.h>.he
2006-03-20check the return of alloca() if it fails set errno = ENOMEM and fail execl().rtr
2006-03-19iCoverity CID 706: Remove dead code.christos
2006-03-19Coverity CID 708: Remove dead code.christos
2006-03-19Coverity CID 561: Remove dead code.christos
2006-03-19Coveriry CID 509: Avoid NULL pointer deref.christos
2006-03-19Coverity CID 512: Fix memory leak.christos
2006-03-19Coverity CID 510: Avoid uninitialized variable.christos
2006-03-19Coverity CID 17: Free parent if it was not used.christos