]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - lib
What we have in base system is actually OpenBSD 4.5's netcat,
[FreeBSD/FreeBSD.git] / lib /
2009-12-07 edInstall libulog in /lib.
2009-12-07 scfRevert behavior change to setenv(), unsetenv() and...
2009-12-06 scfUpdate the getenv(3) man page to reflect the recent...
2009-12-06 scfChange the behavior of setenv(), putenv() and unsetenv...
2009-12-06 scfImprove the comment within getenv() explaining the...
2009-12-06 edAdd a libutempter compatibility interface to libulog.
2009-12-05 edMassively extend libulog:
2009-12-05 edFix many "function declaration isn't a prototype" warni...
2009-12-05 edDon't let the C library depend on <utmp.h>.
2009-12-05 edRemove warnings from exec.c.
2009-12-05 edUse ANSI C prototypes inside termios.
2009-12-05 edRemove (hidden) warning about missing prototypes for...
2009-12-04 netchildImport the unchanged v4l videodev.h from the vendor...
2009-12-04 trhodesAdd a missing word to a sentence in the return values...
2009-12-03 gabor- Update the Spanish NLS catalog
2009-12-03 edUse USER_PROCESS instead of LOGIN_PROCESS.
2009-12-03 edAlso implement ut_type.
2009-12-03 edAdd a new library: libulog.
2009-12-03 jhbThe fd_mask type is an unsigned long, not an int, so...
2009-12-02 kibProperly support -fPIE by linking PIE binaries with...
2009-12-02 edMake <libutil.h> work when included by itself.
2009-12-02 bruefferFix the dprintf() prototype.
2009-12-01 bruefferAdd an .Nm for strncat.
2009-12-01 greenTemporarily revert the previous change because the...
2009-12-01 keramidaDescribe what setpgid(2) does when pgid=0. The text...
2009-12-01 greenDo not gratuitously fail *env(3) operations due to...
2009-11-30 dougbUpdate to BIND 9.6.1-P2. The vulnerability this is...
2009-11-28 kibRevert r199830 for now. Too many ports dlopen() librari...
2009-11-28 danger- correct xref sections
2009-11-27 edProperly use the envp argument in execvPe().
2009-11-26 jhReset path name back to original correctly in fts_build...
2009-11-26 jhClarify that the value of the fts_info field is differe...
2009-11-26 kibLibthr cannot be dynamically loaded into the running...
2009-11-26 kibImplement sighold, sigignore, sigpause, sigrelse, sigse...
2009-11-26 kibsigset() is the name of function specified by SUSv4.
2009-11-25 attilioIn tac_get_av_value() empty attributes should be handle...
2009-11-25 attilioFix a socket leak in ftp_request() after that a connect...
2009-11-25 wollmanStyle: use structure assignment rather than memcpy...
2009-11-25 wollmanIn clnt_raw_create(), avoid minor race condition initia...
2009-11-25 wollmanIn svc_raw_reply(), don't leave stat uninitialized...
2009-11-25 wollmanEliminate more dead stores.
2009-11-25 wollmanMake all three if conditions look similar by always...
2009-11-25 wollmanIn __mbsconv(), if prec was zero, nconv could have...
2009-11-25 wollmanEliminate dead store.
2009-11-20 jhbRevert the previous change to pthread_once() stub in...
2009-11-20 jhbReplace gmt_is_set and the gmt_mutex lock with a pthrea...
2009-11-20 jhbAdd an internal _once() method. This works identical...
2009-11-20 thompsaSync to P4
2009-11-18 davidxuMake following functions be cancellation points:
2009-11-18 davidxulink libpthread because the librt really needs it to...
2009-11-18 davidxuFix compiler warnings.
2009-11-17 gabor- Update Hungarian libc catalog
2009-11-17 obrienCatch up with r130332 which changed the default timezon...
2009-11-16 jkimMerge ACPICA 20091112.
2009-11-16 jkimSync with C.msg r199083.
2009-11-16 bruefferFix grammar.
2009-11-16 bruefferFix a memory leak in acl_from_text() in case the conver...
2009-11-15 attilioCollapse devinfo_state_t with device_state_t in order...
2009-11-14 cpercivaChange the utrace log entry for malloc_init from (0...
2009-11-13 bruefferRemove a note about vfork(4) going to be eliminated...
2009-11-13 bruefferImproved the manpage description. The committed wording
2009-11-13 desNote that nullok should not be used by processes that...
2009-11-13 roamFix the grammar in the isprint(3) description.
2009-11-13 roamFix the grammar in the isgraph(3) description, almost...
2009-11-12 umeAdd missing IEEE1394 support dropped during merge from...
2009-11-11 reneSynchronize with C.msg revision 199083 and improve...
2009-11-11 umeANSIfy.
2009-11-11 roamFix the grammar as in the PR, and then some.
2009-11-10 umeAdd Japanese catalogue entries for newer errnos: EBADMS...
2009-11-09 umeAdd gai_strerror() catalog for ja_JP.UTF-8 and ja_JP...
2009-11-09 umeAdd NLS catalogs support to gai_strerror(3).
2009-11-09 umeFix comment.
2009-11-09 umeAdd ja_JP.eucJP catalog.
2009-11-09 umeAdd ja_JP.UTF-8 catalog.
2009-11-08 thompsa- fix refcounting error during data transfer
2009-11-08 bruefferFix a copy+paste error by checking the correct variable...
2009-11-08 gabor- Strip trailing CRs
2009-11-08 gabor- Update Ukranian catalog
2009-11-06 jhbFix a copy-paste bug when reading data from the last...
2009-11-06 edAdd MAP_ANONYMOUS.
2009-11-05 marcelIP_TTL is an IP socket option, not a TTL value. Use...
2009-11-02 bruefferUse our canonical .Dd format.
2009-11-02 cpercivaAttempt to reduce accidental foot-shooting by pointing...
2009-10-28 bruefferInitialize f_rabuf in the raw device case. A subsequent...
2009-10-28 kibMove pselect(3) man page to section 2.
2009-10-27 kibCommit libc files missed in r198508
2009-10-27 kibCurrent pselect(3) is implemented in usermode and thus...
2009-10-26 emaxFix typo in bluetooth.3
2009-10-24 marcelImplement _umtx_op_err() for ia64.
2009-10-24 jkoshyNot all Intel Core (TM) CPUs implement PMC_CLASS_IAF...
2009-10-23 jilleswordexp(3): fix some bugs with signals and long outputs
2009-10-22 thompsaPrevent wraparound of the timeout variable.
2009-10-21 fabientPR: 139751
2009-10-19 jkimMerge ACPICA 20091013.
2009-10-13 jillesMake getcwd(3) faster, simpler and more compliant using...
2009-10-13 rwatsonAdd C message catalogue entries for newer errnos: EBADM...
2009-10-11 jillesMake openat(2) a cancellation point.
2009-10-11 kibIn nanosleep(2), note that the calling thread is put...
2009-10-11 dasDocument errno codes added in r144530.
2009-10-07 rwatsonAdd a new errno, ENOTCAPABLE, to be returned when a...
next