getttyent(3) fixes from FreeBSD:
[dragonfly.git] / lib /
2009-04-07 Peter Avalosgetttyent(3) fixes from FreeBSD:
2009-04-07 Peter AvalosSync getnetgrent with FreeBSD:
2009-04-07 Peter AvalosSync gethostname() with FreeBSD:
2009-04-07 Peter AvalosSync getcap() with FreeBSD:
2009-04-07 Peter AvalosIncrease "max" to a more reasonable maximum in getbsize.
2009-04-07 Peter AvalosSync fts(3) with FreeBSD.
2009-04-07 Peter AvalosAdd getfstab(3) and setfstab(3).
2009-04-07 Peter AvalosReplace frexp(3) with MI code and add a frexpl(3) funct...
2009-04-07 Peter AvalosSync fnmatch(3) with FreeBSD.
2009-04-07 Peter AvalosSync fmtcheck(3) with FreeBSD, teaching it some new...
2009-04-07 Peter AvalosAdd posix_spawn() and posix_spawnp().
2009-04-07 Peter AvalosAdd a few new errnos and improve documentation.
2009-04-07 Peter AvalosFix a few namespace issues in err.c.
2009-04-07 Peter AvalosSync daemon(3) with FreeBSD:
2009-04-07 Peter AvalosSync confstr(3) with FreeBSD:
2009-04-07 Peter AvalosSync assert with FreeBSD:
2009-04-07 Peter AvalosSync arc4random with FreeBSD:
2009-04-07 Peter AvalosFix format strings and a spelling errors.
2009-04-07 Peter AvalosUse pread/pwrite instead of lseek followed by read...
2009-04-07 Peter AvalosFix a sizeof error in __bt_put.
2009-04-07 Peter AvalosWhitespace cleanup.
2009-04-07 Peter AvalosAdd a __printflike.
2009-04-07 Peter AvalosDon't clobber CFLAGS.
2009-04-07 Peter AvalosSync libc/gmon with FreeBSD:
2009-04-07 Peter AvalosSync lib/net with FreeBSD:
2009-04-07 Peter AvalosSync libc/quad with FreeBSD:
2009-04-07 Peter AvalosSync libc/regex with FreeBSD:
2009-04-07 Peter AvalosReplace our strtod with the gdtoa package.
2009-04-07 Peter AvalosAdd a <fenv.h> implementation.
2009-04-07 Peter AvalosSync libc/stdlib with FreeBSD (ignoring jemalloc, pts...
2009-04-07 Peter AvalosReduce lock contention for simple cases in stdtime.
2009-04-07 Peter AvalosRemove unused source files.
2009-04-07 Peter AvalosAdd the restrict qualifier to strftime(3) and strptime(3).
2009-04-07 Peter AvalosAdd routines to convert time_t to/from fixed-bit fields.
2009-04-07 Peter AvalosSync strptime with NetBSD:
2009-04-07 Peter AvalosRemove the timezone() function.
2009-04-07 Peter AvalosUse snprintf instead of sprintf.
2009-04-07 Peter AvalosMake sure that %r honors the LC_TIME t_fmt_ampm.
2009-04-07 Peter AvalosDon't depend on lcl_mutex being a recursive mutex.
2009-04-07 Peter AvalosSync lib/libc/string with FreeBSD:
2009-04-07 Peter AvalosImport the uuid_enc_le(), uuid_dec_le(), uuid_enc_be...
2009-04-07 Peter AvalosSync libc/yp with FreeBSD:
2009-04-01 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-03-30 Sascha WildnerSort SEE ALSO in some manual pages.
2009-03-29 Sascha Wildnerlib/libc/yp: Silence warnings.
2009-03-27 Matthew DillonFix improper directory following when 'cpu' softlink...
2009-03-24 Sascha Wildnermtree(8): Silence warnings when compiling with -DBOOTST...
2009-03-22 Sascha Wildnerlocaltime(3): Switch from GMT to UTC as the default...
2009-03-22 Stathis Kamperisstat(2): sort error codes
2009-03-22 Sascha Wildnerttyname(3): Bump .Dd
2009-03-22 Stathis Kamperisttyname(3): mention error codes
2009-03-22 Stathis Kamperisisatty(3): mention return values and error codes
2009-03-22 Stathis KamperisComment on the purpose of _Exit()
2009-03-22 Sascha Wildnerflockfile(3): Update FreeBSD CVS ID, bump .Dd and add...
2009-03-22 Sascha Wildnergetc(3)/putc(3): Bump .Dd
2009-03-22 Stathis Kamperisflockfile(3): import manual page from FreeBSD
2009-03-22 Stathis Kamperissysconf(3): document _SC_PAGESIZE sysconf option
2009-03-22 Stathis Kamperisgetc(3) and putc(3): document xxx_unlocked() functions...
2009-03-22 Stathis Kamperisgetc(3) and putc(3): macros are functions now
2009-03-22 Stathis Kamperisaio_write(2): fix capital letter in the middle of sentence
2009-03-22 Sascha Wildnerlocaltime(3) & zic(8): Clean up definitions a bit.
2009-03-10 Hasso TepperInstall ncurses_dll.h to unbreak devel/ncursesw from...
2009-03-02 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-03-02 Matthew Dillondisklabel64 UFS+HAMMER boot support (was previously...
2009-02-28 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-02-27 Sascha WildnerSome small fixes.
2009-02-27 Joe TalbottMerge branch 'master' of git://venus/dragonfly
2009-02-25 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-02-24 Sascha Wildnerlibstand: Raise WARNS to 2 and fix warnings.
2009-02-24 Sascha Wildnerlibpthread: Raise WARNS to 6 :)
2009-02-24 Sascha Wildnerlibdevstat: Raise WARNS to 6 and fix warnings.
2009-02-24 Sascha Wildnerlibbluetooth: Raise WARNS to 6.
2009-02-24 Sascha Wildnerlibusbhid: Raise WARNS to 6.
2009-02-23 Sascha Wildnerrpc(3): Adjust the manual page's struct XDR to reality.
2009-02-20 Joe TalbottMerge branch 'master' of git://venus/dragonfly
2009-02-19 Joe TalbottMerge branch 'master' of git://venus/dragonfly
2009-02-19 Joe Talbottusched_set: Add USCHED_CPU_GET for retrieving the curre...
2009-02-19 Sascha WildnerAdd an ioctl(9) manual page.
2009-02-16 Nicolas TheryFix typo.
2009-02-17 Sascha WildnerAdjust some perl & tcl related things in various script...
2009-02-15 Sascha Wildnerzic(8) & libc/stdtime: Reduce #ifdefs a bit.
2009-02-15 Thomas Nikolajsenlibstand.3: add HAMMER and MS-DOS filesystems and impro...
2009-02-15 Matthew Dillonpxe/tftpboot work - Allow multiple responses to broadca...
2009-02-15 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-02-15 Matthew DillonBoot loader fixes - fix recursive malloc()/free() error...
2009-02-15 Matthew DillonFix libstand's filesystem close callback. The passed...
2009-02-14 Sascha WildnerSilence some -Wold-style-definition warnings.
2009-02-11 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-02-11 Simon Schuberthammer boot2: reset file offset each time we're looking...
2009-02-03 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-02-03 Sascha WildnerSilence 3 warnings in libc.
2009-02-01 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-01-31 Sascha WildnerRemove some unexpanded $DragonFly$ IDs in our tree.
2009-01-31 Sascha Wildnerrpc_svc_calls(3): Remove __svc_getcallercreds() documen...
2009-01-31 Sascha WildnerTypo fixing round.
2009-01-30 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-01-30 Peter AvalosFix capital letter in the middle of a sentence.
2009-01-29 Sascha Wildnerusbhid(3): Re-commit some fixes that were undone in...
2009-01-29 Joe TalbottMerge branch 'master' of git://venus/dragonfly
2009-01-24 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
next