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