Remove unnecessary .Nm arguments.
[dragonfly.git] / lib / libc /
2007-07-29 Sascha WildnerRemove unnecessary .Nm arguments.
2007-07-24 Simon SchubertMerge from vendor branch BIND:
2007-07-24 Matthew DillonMerge from vendor branch BIND:
2007-07-23 Matthew DillonSynchronize the syslink manual page with the system...
2007-07-23 Matthew DillonClarify two usage cases for umtx.2
2007-07-21 Sascha WildnerFix function name.
2007-07-16 Peter AvalosMerge from vendor branch LIBARCHIVE:
2007-07-14 Sascha WildnerUse .Va for sysctls and tunables.
2007-07-13 Matthew DillonMerge from vendor branch LIBARCHIVE:
2007-07-07 Sascha WildnerRemove trailing whitespace.
2007-07-06 Sascha WildnerQuick mdoc cleanup of the new usched_set(2) manual...
2007-07-05 Joe TalbottAdd usched_set() manpage.
2007-07-01 Sascha WildnerRemove .Pp before .Sh.
2007-06-30 Sascha WildnerClean up a bit.
2007-06-30 Sascha WildnerUse .Va for errno.
2007-06-30 Matthew DillonUpdate the documentation for sys_checkpoint().
2007-06-29 Sascha WildnerAdd some useful references to various manual pages...
2007-06-23 Sascha WildnerFix markup.
2007-06-20 Peter AvalosMerge from vendor branch LESS:
2007-06-18 Matthew DillonMove all the code related to handling the current 32...
2007-06-17 Matthew DillonDisklabel separation work - Generally shift all disklab...
2007-06-17 Sascha WildnerImprove markup and add missing functions/values.
2007-06-17 Matthew DillonFix mistake in last commit, the file locations were...
2007-06-17 Matthew DillonChange the location of the files to /etc/defaults/uuids...
2007-06-17 Matthew DillonLines in /etc/uuids[.local] beginning with '#' are...
2007-06-17 Matthew DillonAdd two new UUID helper functions to libc, uuid_name_lo...
2007-06-17 Sascha WildnerAdd uuidgen(2) to the build.
2007-06-16 Matthew DillonCorrect mistake in last commit.
2007-06-16 Matthew DillonBring uuidgen(3) into libc and implement the uuidgen...
2007-06-15 Sascha WildnerAdd some words about _Exit() and create an MLINK.
2007-06-15 Sascha WildnerThe text states that the CSPRNG is seeded from /dev...
2007-06-03 Peter AvalosMerge from vendor branch LIBARCHIVE:
2007-06-03 Peter AvalosMerge from vendor branch LESS:
2007-05-29 Hasso TepperAdd implementations of the inet6_opt* and inet6_rth...
2007-05-28 Peter AvalosMerge from vendor branch FILE:
2007-05-19 Matthew DillonContinue untangling the disklabel.
2007-05-17 Matthew DillonFix buildworld, getdiskbyname() has moved to <disktab.h>
2007-05-17 Matthew DillonAdd getdisktabbyname() to libc. This will soon replace...
2007-05-17 Sascha WildnerNext round of fixing all kinds of spelling mistakes.
2007-05-14 Matthew DillonStart untangling the disklabel from various bits of...
2007-05-13 Sascha WildnerAnother round of spelling fixes in manpages, messages...
2007-05-13 Sascha WildnerFix numerous spelling mistakes.
2007-05-12 Sascha WildnerUse .At, .Bsx, .Fx, .Nx and .Ox
2007-05-09 Peter AvalosMerge from vendor branch LIBARCHIVE:
2007-05-06 Peter AvalosMerge from vendor branch AWK:
2007-05-05 Peter AvalosMerge from vendor branch LIBARCHIVE:
2007-04-29 Hasso TepperAlthough defined in sys/time.h we don't have CLOCK_VIRT...
2007-04-27 Peter AvalosMerge from vendor branch LIBARCHIVE:
2007-04-27 Gregory Neil ShapiroMerge from vendor branch SENDMAIL:
2007-04-26 Sascha WildnerUse .Xr for manpage references.
2007-04-21 Peter AvalosMerge from vendor branch TNFTP:
2007-04-19 Simon SchubertError out when parsing invalid IPv6 addresses.
2007-04-13 Simon SchubertConvert assembly which accesses segment descriptors...
2007-04-13 Simon SchubertMerge from vendor branch BINUTILS:
2007-04-12 Gregory Neil ShapiroMerge from vendor branch SENDMAIL:
2007-04-11 Sascha Wildner<> -> ()
2007-04-11 Sascha WildnerMisc. mdoc fixes.
2007-04-10 Sascha WildnerSwap "underflow" and "overflow" in table header.
2007-04-09 Sascha WildnerSeparate punctuation.
2007-04-07 Sascha WildnerFix various forms of .Pa abuse/mistakes.
2007-04-07 Peter AvalosMerge from vendor branch LIBARCHIVE:
2007-04-06 Sascha Wildnerarc4random() returns 0 - 2**32-1, not 2**31-1.
2007-04-05 Peter AvalosMerge from vendor branch LIBARCHIVE:
2007-04-04 Sascha WildnerRemove leading zeroes.
2007-04-03 Matthew DillonUpdate the syslink documentation. This is still a...
2007-03-29 Peter AvalosMerge from vendor branch OPENSSH:
2007-03-28 Peter AvalosMerge from vendor branch OPENSSL:
2007-03-25 Peter AvalosMerge from vendor branch LIBARCHIVE:
2007-03-25 Peter AvalosMerge from vendor branch FILE:
2007-03-24 Matthew DillonUpdate the syslink documentation. A number of major...
2007-03-22 Sascha WildnerKill trailing whitespace, fix some typos and remove...
2007-03-20 Matthew DillonAdd syslink.2 to the install list.
2007-03-16 Sascha WildnerReword a couple of sentences and do some minor mdoc...
2007-03-16 Sascha WildnerUse .Dv for defined values.
2007-03-14 Matthew DillonInitial syslink system call documentation and overview.
2007-03-14 Sascha WildnerAdd a note that getopt_long_only(3) is deprecated.
2007-03-14 Sascha WildnerOops, really add the MLINK.
2007-03-14 Sascha Wildner1) Fix typo in getopt_long's prototype.
2007-03-13 Sascha WildnerReword a couple of sentences and do some minor mdoc...
2007-03-12 Simon Schubert1:1 Userland threading stage 4.8/4:
2007-03-12 Simon SchubertAdd man page for lwp_create().
2007-03-03 Sascha WildnerUse .Er for errno value and fix typo.
2007-03-01 Sascha WildnerNo . needed here.
2007-02-27 Sascha WildnerRemove trailing space.
2007-02-25 Sascha WildnerRemove empty line (silence manlint).
2007-02-25 Sascha WildnerAdd missing .Nm
2007-02-25 Simon Schubert1:1 Userland threading stage 4.5/4:
2007-02-19 Sascha WildnerFix typos.
2007-02-17 Simon SchubertMerge from vendor branch GCC:
2007-02-15 Victor Balada DiazMerge from vendor branch BIND:
2007-02-15 Victor Balada DiazMerge from vendor branch BIND:
2007-02-11 Sascha WildnerFix function name.
2007-02-10 Sascha WildnerFix typo: cgetseq -> cgetset
2007-02-04 Simon SchubertUse the saved ucontext pointer and not the return value...
2007-02-01 Simon SchubertChange kinfo_proc interface between kernel and userland.
2007-01-20 Peter AvalosMerge from vendor branch BZIP:
2007-01-19 Matthew DillonRename /usr/src/sys/machine to /usr/src/sys/platform...
2007-01-17 YONETANI TomokazuMerge from vendor branch INTEL_ACPICA:
2007-01-17 Simon SchubertUse genassym to create target symbols instead of
2007-01-16 Matthew DillonImplement getcontext(), setcontext(), makecontext(...
next