Have vfsync() call buf_checkwrite() on buffers with bioops to determine
[dragonfly.git] / lib /
2008-04-22 Matthew Dillon* Remove the SINGLEUSE feature for telldir(), it does...
2008-04-20 Sascha WildnerAdd missing newline.
2008-04-20 Sascha WildnerNeither rand48 nor _rand48 are functions.
2008-04-19 Sascha WildnerThe historic and deprecated setgrfile() function never...
2008-04-15 Hasso TepperAdd libc support for gcc stack protector. Compatibility...
2008-04-15 Sascha Wildnera -> an
2008-04-15 Sascha WildnerAdd <sys/types.h> for size_t.
2008-04-15 Matthew DillonRemove debugging assertion.
2008-04-15 Matthew DillonAdd __sreadahead() to help with pkgsrc's devel/m4.
2008-04-14 Matthew DillonUpdate the documentation for umtx_sleep() and umtx_wake...
2008-04-14 Matthew DillonFix some issues in libthread_xu's condvar implementation.
2008-04-12 Sascha WildnerAdd MLINKS for MD[245]Pad.3.
2008-04-10 Hasso TepperSync Citrus iconv support with NetBSD.
2008-04-07 Peter AvalosUpdate build for OpenSSH 5.0p1.
2008-04-06 Peter AvalosMerge from vendor branch OPENSSH:
2008-04-02 Joerg SonnenbergerFix buffer overflow in config parser.
2008-03-20 Peter AvalosMerge from vendor branch BZIP:
2008-03-12 Dave HayesMerge from vendor branch BSDINSTALLER:
2008-03-01 Sascha WildnerAdd MLINKS for SDP_{GET,PUT}_UUID128.3
2008-02-24 Sascha WildnerImprove wording.
2008-02-23 Sascha WildnerAdd <unistd.h>.
2008-02-22 Sascha WildnerAdd a varsym(2) manual page (documenting varsym_{get...
2008-02-21 Hasso TepperAdd _SC_NPROCESSORS_CONF and _SC_NPROCESSORS_ONLN varia...
2008-02-13 Simon SchubertDon't forget to set internal error message in kvm_nlist().
2008-02-11 Matthias SchmidtRemove link to FreeBSD porters handbook and to removed...
2008-02-10 Sascha WildnerFix include file name.
2008-02-10 Peter AvalosMake CAM_NEW_TRAN_CODE default.
2008-02-09 Peter AvalosMerge from vendor branch TNFTP:
2008-02-09 Sascha WildnerMove text which is not part of .Fa to the next line.
2008-02-09 Sascha WildnerDon't break the line before .An.
2008-02-09 Sascha WildnerRemove redundant sentence.
2008-02-09 Sascha WildnerAdd a mountctl(2) manual page.
2008-02-08 Sascha WildnerRemove empty line.
2008-02-01 Sascha WildnerFix various manpage nits.
2008-01-31 Simon SchubertMerge from vendor branch GDB:
2008-01-31 Sascha WildnerAdd missing manpage name.
2008-01-30 Hasso TepperBuild libevent.
2008-01-30 Hasso TepperMerge from vendor branch LIBEVENT:
2008-01-26 Sascha WildnerIn SEE ALSO, mark references to pkgsrc manual pages...
2008-01-25 Sascha WildnerAdd lldiv() and imaxdiv() to libc.
2008-01-24 Sascha WildnerRemove references to non-existant opiechallenge(3).
2008-01-20 Simon SchubertDon't link to any threading lib as libc already exports...
2008-01-19 Peter AvalosUpdate for file-4.23 import:
2008-01-19 Peter AvalosMerge from vendor branch FILE:
2008-01-19 Simon SchubertAdd shim for pthread_set_name_np. Not functional.
2008-01-19 Simon SchubertDon't write errno to the GOT, but properly follow the...
2008-01-19 Simon SchubertUse correct register
2008-01-15 Matthias SchmidtMerge from vendor branch TCSH:
2008-01-15 Simon SchubertMerge from vendor branch GDB:
2008-01-14 Simon SchubertMerge from vendor branch GDB:
2008-01-12 Sascha WildnerUse .Fx and .Dx.
2008-01-12 Nuno Antunespoll.h header should define the nfds_t type as required...
2008-01-10 Nicolas TheryAdd pselect syscall.
2008-01-07 Simon SchubertRename RB_STATIC_* to RB_*_STATIC to match up with...
2008-01-05 Simon SchubertCorrect errno value to comply with SUSv3.
2008-01-03 Sascha WildnerRemove trailing space.
2008-01-03 Hasso TepperAdd bluetooth userspace libraries - bluetooth(3) and...
2008-01-02 Matthias SchmidtAdd pam_nologin(8) to the tree. pam_nologin verifies
2007-12-30 Matthias SchmidtRemove 3rd clause of Berkely copyright, per letter...
2007-12-29 Matthias SchmidtRemove bogus non-reentrant "temporary" implementation...
2007-12-27 Sascha WildnerUse .Fa for struct members.
2007-12-23 Sascha WildnerFix various typos in our manpages.
2007-12-23 Sepherosa Ziehau- Add THREAD_LIB to make.conf
2007-12-22 Peter AvalosMerge from vendor branch LIBARCHIVE:
2007-12-21 Sascha WildnerBring in a script(7) manual page which describes some...
2007-12-15 Sepherosa ZiehauUnbreak buildworld:
2007-12-14 Sascha WildnerAdd some words about lwp_rtprio() to rtprio(2).
2007-12-14 Sascha WildnerImprove markup.
2007-12-14 Simon SchubertSwitch to libthread_xu per default.
2007-12-14 Matthew DillonFP registers are now saved and restored by the kernel...
2007-12-14 Matthew DillonUse the mc_fpformat field to determine the correct...
2007-12-08 Sascha WildnerAdd reference to the LWP "counterpart".
2007-12-06 Peter AvalosMerge from vendor branch LIBARCHIVE:
2007-12-03 Sascha Wildneroperation is a function argument, not a defined value.
2007-12-03 Sascha WildnerFix typo: MNT_ASYNCHRONOUS -> MNT_ASYNC
2007-12-03 Hasso TepperSome trivial changes from FreeBSD that allow to use...
2007-12-02 Sascha WildnerRemove trailing whitespace.
2007-12-02 Sascha WildnerAdd references to llabs(3) and imaxabs(3).
2007-12-02 Sascha WildnerAdd imaxabs(3) function and manual page.
2007-11-28 Peter AvalosSync error messages w/ FreeBSD.
2007-11-25 Peter AvalosMerge from vendor branch LESS:
2007-11-25 Sascha Wildner* Add prototype for callrpc()
2007-11-25 Sascha WildnerAdd some #include's to fix 'implicit declaration of...
2007-11-24 Peter AvalosConst'ify the CDB format string passed to the CDB parsi...
2007-11-24 Simon SchubertAdd llabs(3).
2007-11-23 Sascha WildnerUniformly refer to RFCs as 'RFC xxxx' and not 'RFCxxxx...
2007-11-23 Sascha WildnerFix a number of typos in defined values (ioctls and...
2007-11-21 Sascha WildnerUniformly use .Pa for URLs.
2007-11-21 Matthew DillonFix loc_seek - using lseek to acquire the directory...
2007-11-20 Sascha Wildnermdoc(7) section order
2007-11-20 Matthew DillonUpdate the documentation for getdirentries(2). Describ...
2007-11-18 Peter AvalosRewrite of the CAM error recovery code.
2007-11-16 Peter AvalosMerge from vendor branch LESS:
2007-11-05 Sepherosa Ziehau- Create user land ipfw(4) rule/state/flow_id structure...
2007-11-05 Gregory Neil ShapiroMerge from vendor branch SENDMAIL:
2007-11-04 Sascha WildnerFix broken section.
2007-11-03 Peter AvalosMerge from vendor branch LIBARCHIVE:
2007-10-27 Peter AvalosSync with NetBSD.
2007-10-26 Sascha WildnerFix some mdoc issues.
2007-10-25 Peter AvalosMerge from vendor branch OPENSSL:
next