]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - lib
While 'mode_t' seemed like a good idea for the access mode argument for
[FreeBSD/FreeBSD.git] / lib /
2002-10-30 desUse __func__ and break a long line.
2002-10-30 desFix a bug in fenner's _fetch_writev() patch (rev 1.36)
2002-10-30 tjrAdd two additional references to the See Also section...
2002-10-30 sheldonhUse "deprecated" instead of "depreciated" where appropr...
2002-10-30 miniMake pthread_sigmask(3) operate on the thread signal...
2002-10-30 miniUse KSE to schedule threads.
2002-10-30 desRecognize the (incorrect) error code a MediaHawk server...
2002-10-30 desClarify my feelings towards fetch / libfetch.
2002-10-30 desRecommit the non-broken parts of 1.34 and 1.37.
2002-10-30 desDon't forget to set the error flag when _fetch_read...
2002-10-30 marcelImplement DCE 1.1 compliant UUID functions. Immediate...
2002-10-30 impReinstate revs 1.35-36 and 1.38. Revisions 1.34 and...
2002-10-29 rwatsonWhile an interface can be depreciated, we prefer deprec...
2002-10-29 robertoThis commit was generated by cvs2svn to compensate...
2002-10-29 phkGetting closer to getting things right:
2002-10-29 ruCosmetics.
2002-10-29 rubsd.doc.mk changes:
2002-10-29 phkDon't call warn(3).
2002-10-29 desDon't forget to '\n'-terminate new entries. This unbre...
2002-10-29 obrienFix `pkg_add -r' by backing out revs 1.34-1.38.
2002-10-29 phkSince make release is toast anyway, add wood to the...
2002-10-29 desThis commit was generated by cvs2svn to compensate...
2002-10-29 tjrRemove unnecessary inclusion of <rune.h> to make it...
2002-10-29 phkFix various minor issues.
2002-10-29 phkthe 'd' partition hasn't been magic for years, so alloc...
2002-10-29 phkAdd the write_spar64_disk.c to make life easier for...
2002-10-28 chrisScoop out examples illustrating the label text format...
2002-10-28 deslibfetch is now WARNS5 clean in the non-SSL case.
2002-10-28 tjrCross-reference putc(3).
2002-10-28 desAllow the admin to specify a different NAS identifier...
2002-10-28 desFix an off-by-one error (> where >= should have been...
2002-10-28 tjrHandle boundary cases more correctly; mblen(s, 0) and...
2002-10-28 fennerUp WARNS to 3 if not building with crypto.
2002-10-28 wollmanCreate a small library function, check_utility_compat...
2002-10-27 wollmanUpdate limits and configuration parameters for 1003...
2002-10-27 wollmanDo not include <sys/syslimits.h> directly; it is not...
2002-10-27 desSlight amendment to rev 1.34: instead of considering...
2002-10-27 desIntroduce _fetch_writev(), which is the conn_t version...
2002-10-27 desEliminate two cases of undefined behaviour: total in...
2002-10-27 desBack out the previous commit, and fix the bug rather...
2002-10-27 tjrStyle sweep.
2002-10-27 peterAdd back ia64 support that was removed in the last...
2002-10-26 umequery ip6.arpa then ip6.int for IPv6 reverse lookup...
2002-10-26 phantomAdd & hookup manpage for pthread_attr_get_np(3).
2002-10-26 phantomHook uthread_attr_get_np.c to build
2002-10-26 phantomAdd pthread_attr_get_np() function. This is FreeBSD...
2002-10-26 phantomBe more agresive on arguments' checking.
2002-10-25 ume- scopeid is u_int32_t
2002-10-25 ume- kill strcpy
2002-10-25 tjrUse an internal buffer for the result when the first...
2002-10-25 tjrThe ORIENTLOCK macro is no longer needed since all...
2002-10-25 njlThe FTP connection caching needs a better interface...
2002-10-24 gallatin#ifdef out assignToPartition on non x86 arches to unbre...
2002-10-24 bdeRestored sigaction's name in its prototype.
2002-10-24 sheldonh* Modernize aio(4), providing instructions for static...
2002-10-24 desAdd cross-references to the aio(4) manual page.
2002-10-24 tjrReplace wcsstr() with an implementation based on strstr...
2002-10-24 tjrRestore Berkeley SCCS id.
2002-10-24 tjrRemove the Standards section again until we get these...
2002-10-24 chrisPlace mac_prepare() with the other mac_prepare*() funct...
2002-10-24 chrismac_free() no longer accepts a void * parameter; only...
2002-10-23 chrisRemove superfluous empty "FILES" section.
2002-10-23 chrisRemove hard sentence breaks.
2002-10-23 phkMore lobotomy:
2002-10-23 phkRemove another 10 mindless #ifdefs.
2002-10-23 phkRely on sysctl kern.disks to be there, and get rid...
2002-10-23 phkRemove unnecessary ioctls tickling kernel side to reali...
2002-10-23 phkUntangle #ifdefs in the write-end of things by giving...
2002-10-23 phkSeparate the struct disklabel filling stuff from the...
2002-10-23 markmRemove duplicate declaration.
2002-10-23 markmMake the first argument of getbsize a size_t* instead...
2002-10-23 nyan- The GEOM system does not work on pc98.
2002-10-23 tjrFix the NetBSD RCS id's on these files; somehow they...
2002-10-23 tjrReimplement more efficiently, using a single forward...
2002-10-23 tjrReimplement, handling the case where c == L'\0' correct...
2002-10-23 phkAdd the new extra argument also in the alpha case.
2002-10-23 umequery ip6.arpa then ip6.int for IPv6 reverse lookup...
2002-10-23 tjrAdd a Standards section, claiming conformance to IEEE...
2002-10-23 desTranslate to English.
2002-10-23 desThis commit was generated by cvs2svn to compensate...
2002-10-23 assarThis commit was generated by cvs2svn to compensate...
2002-10-23 tjrReplace this wcsncpy() implementation with one based...
2002-10-23 rwatsonIf LOGIN_SETMAC is set and MAC is enabled in the kernel...
2002-10-22 jmallettUse an error message closer to old dumpfs(8) in the...
2002-10-22 jmallettAdd the concept of a per-disk error string, and a funct...
2002-10-22 fjoeremove unused __sys_sigaltstack() declaration
2002-10-22 alfredExplain to users that they may want to kldload aio.
2002-10-22 phkNo longer needed.
2002-10-22 jakeRename the libc signal trampoline to __sigtramp to...
2002-10-22 phkRemove the last traces of bogus MAKEDEV functionality.
2002-10-22 rwatsonReflect MAC kernel/user API changes into the libc MAC...
2002-10-22 phkLive with it: I had hoped to find a neat way to deal...
2002-10-22 phkAvoid a lot of #ifdef PC98 code by giving a couple...
2002-10-22 phkSwing the weed-whacker around libdisk:
2002-10-22 assarThis commit was generated by cvs2svn to compensate...
2002-10-22 rwatson.Xr mac.3 and posix1e.3 to mac.9. Point at sys/mac...
2002-10-21 phkLobotomize MakeDev(), we don't need it with devfs.
2002-10-21 phkSigh, d_ntracks, not d_nheads.
2002-10-21 phkfwheads and fwsectors got swapped underway.
2002-10-21 marcelImplement working on ELF corefiles. Use kvm_read()...
next