| Age | Commit message (Expand) | Author |
| 2007-06-23 | Since we are going to be looking for ports many times, use a centralized | christos |
| 2007-06-18 | Follow the example of other nbtool compat functions, like dirname, and | ginsbach |
| 2007-06-10 | Note ZFS returning the number of entries instead of the size of the directory. | christos |
| 2007-06-09 | PR/36464: scandir(3) corrupts heap when run on ZFS directories because ZFS | christos |
| 2007-06-09 | bring in many changes from FreeBSD | christos |
| 2007-06-03 | Make these work with _FORTIFY_SOURCE, by overriding the fortified definitions | christos |
| 2007-06-03 | - add read and readlink since they are used internally | christos |
| 2007-06-03 | We can USE_FORT now. | christos |
| 2007-06-03 | provide a weak symbol for readlink since it is used internally. | christos |
| 2007-06-03 | #undef the fortified functions we use, otherwise we end up calling ourselves | christos |
| 2007-05-31 | this is not needed. | christos |
| 2007-05-30 | Match usage of FORTIFY_SOURCE on other platforms by not requiring special | tls |
| 2007-05-30 | Move FORTIFY_SOURCE implementation from the somewhat ill-named "libssp" | tls |
| 2007-05-29 | Try to make select(2) man page more insightful, by providing an example. | manu |
| 2007-05-28 | Add new Makefile knob, USE_FORT, which extends USE_SSP by turning on the | tls |
| 2007-05-26 | s/approprate/appropriate/ | tnozaki |
| 2007-05-21 | s/preposturously/preposterously/ | tnozaki |
| 2007-05-21 | s/conform/conforms/ | tnozaki |
| 2007-05-21 | s/wcttype/wctype/ | tnozaki |
| 2007-05-10 | use syslog_r, from OpenBSD | christos |
| 2007-05-10 | The sl_delete function needs namespace protection added here as well. | he |
| 2007-05-09 | PR/36299: Greg Woods: Add namespace protection for sl_delete. | christos |
| 2007-05-01 | - Create sysctl nodes for AIO. | rmind |
| 2007-04-29 | fix typos | msaitoh |
| 2007-04-24 | fix typo. | tnozaki |
| 2007-04-12 | Don't clobber callee save registers r12 & r13 in swapcontext. They | pooka |
| 2007-04-12 | Use IEC 60027-2 prefixes for 2^n based prefixes. | lukem |
| 2007-04-08 | Remove support for NetBSD/{,evb}sh5. | scw |
| 2007-04-04 | Coverity CID/4454: Avoid double fclose. | christos |
| 2007-04-01 | bring in FreeBSD's vfscanf() to gain multi-byte/collation support. | christos |
| 2007-04-01 | add new encoding support to iconv(3): | tnozaki |
| 2007-04-01 | oops, fix miss-increment fp->_p. | tnozaki |
| 2007-04-01 | mbrtowc(3) never return correct multibyte length of L'\0'. | tnozaki |
| 2007-04-01 | don't use __sgetc() to avoid overwriting fwide(3) orientation | tnozaki |
| 2007-03-30 | Re-add missing file (removed by cvs import because it was added manually by | ghen |
| 2007-03-30 | Resolve conflicts. | ghen |
| 2007-03-30 | Import bind 9.4.0. | ghen |
| 2007-03-28 | Add support for LC_TIME, from Joachim Kuebart, through PR lib/10877 | manu |
| 2007-03-21 | return NULL instead of core-dumping when we could not open the services file/db | christos |
| 2007-03-19 | revert to rev1.127 for iconv(3). | tnozaki |
| 2007-03-18 | don't use CPPPICFLAGS but CPICFLAGS. | tnozaki |
| 2007-03-15 | Don't modify CSHPICFLAGS. (this causes .so file to be made when they shouldn't) | matt |
| 2007-03-13 | Fix a bug that humanize_number() produces "1000" where it should be "1.0G" | enami |
| 2007-03-12 | Correct the struct name for PT_LWPINFO | skrll |
| 2007-03-10 | - Remove unused ctype.h header | hubertf |
| 2007-03-10 | Remove a bunch of unneeded #include <ctype.h>s | hubertf |
| 2007-03-09 | If I686_LIBC is defined, make syscalls using the 'sysenter' instruction. | ad |
| 2007-03-08 | modify the previous fix so that no pointless realloc()s are done in | drochner |
| 2007-03-08 | Remove an obsolete comment. | ad |
| 2007-03-07 | -fix a condition so that fparseln() doesn't report spurious empty lines | drochner |