Merge branch 'master' of git://chlamydia.fs.ei.tum.de/dragonfly
[dragonfly.git] / lib /
2009-08-21 Matthias SchmidtMerge branch 'master' of git://chlamydia.fs.ei.tum...
2009-08-21 Matthew DillonAMD64 - AUDIT RUN - Fix format strings, size_t, and...
2009-08-21 Matthew DillonAMD64 - yp functions take pointers to int, not pointers...
2009-08-20 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-08-20 Matthew DillonAMD64 - Get buildworld working again.
2009-08-20 Simon Schubertlibc: fix declaration: use size_t instead of vm_size_t
2009-08-19 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-08-19 Matthew DillonChange typedefs for vm_offset_t, vm_size_t, and vm_pind...
2009-08-18 Nicolas Theryadd unlinkat(2) system call
2009-08-12 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-08-12 Matthew Dillonswap, amd64 - increase maximum swap space to 1TB x 4
2009-08-12 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-08-12 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-08-12 Matthew DillonAMD64 - Sync machine-independant bits from smtms.
2009-08-11 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-08-11 Sascha WildnerAdd some documentation for fdevname() and fdevname_r...
2009-08-11 Alex Hornungttyname(3) - Return EBADF if the fd passed is invalid
2009-08-11 Alex Hornungfdevname - Set errno if fdevname_r call fails; don...
2009-08-11 Alex Hornungttyname(3) - Set errno if ttyname_r call fails
2009-08-10 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-08-10 Sascha Wildnerchmod.2/mountctl.2: Remove trailing whitespace.
2009-08-10 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-08-09 Nicolas Therymknod(2) man: fix incorrect include
2009-08-09 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-08-09 Nicolas Theryimprove a bit chmod(2) man page
2009-08-09 Nicolas Theryadd fchownat(2) system call
2009-08-09 Thomas E. SpanjaardMerge branch 'vendor/GCC44'
2009-08-09 Simon SchubertMerge branch 'vendor/GCC44'
2009-08-08 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-08-08 Sepherosa ZiehauMerge branch 'vendor/ACPICA-UNIX'
2009-08-08 Stathis Kamperiscproj.3: Add missing man page.
2009-08-08 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-08-07 Stathis Kamperiscacosh(3): Return correct principal value.
2009-08-07 Sascha Wildnerdirectory.3: Fix wrong date.
2009-08-07 Sascha Wildnerstat.2: Document fstatat().
2009-08-07 Sascha Wildnerdirectory.3: Add some lines about the new fdopendir...
2009-08-07 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-08-06 Sascha Wildnerfchmodat.2: Fix MLINKS
2009-08-06 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-08-06 Matthew Dillongetdevpath - support API moved to <fstab.h>
2009-08-06 Nicolas Theryadd fchmodat(2) system call
2009-08-06 Matthew DillonDEVTAB - Add mountroot & fstab support for serial numbe...
2009-08-04 Alex HornungMerge branch 'devfs' of ssh://alexh@leaf.dragonflybsd...
2009-08-04 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-08-04 Matthew DillonMOUNTCTL - Add MOUNTCTL_MOUNTFLAGS, create vop_stdmount...
2009-08-04 Matthew DillonDEVFS - rollup - Userland, nrelease, and installer
2009-08-04 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-08-03 Antonio HueteCorrect RETURN VALUES in mountctl(2)
2009-08-03 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-08-02 Simon SchubertMerge branch 'gcc441'
2009-08-02 Simon SchubertMerge branch 'vendor/MPFR' into gcc441
2009-08-02 Simon SchubertMerge branch 'vendor/GMP' into gcc441
2009-08-02 Simon SchubertMerge branch 'vendor/GCC44' into gcc441
2009-08-02 Simon Schubertlibc: link with -nodefaultlibs -lgcc instead of -nolibc
2009-08-01 Nicolas Theryfdopendir(3): remove file offset limitation
2009-08-01 Matthew DillonDEVFS - Bring Alex's GSOC libc tty/dev adjustments in.
2009-07-30 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-07-28 Nicolas Theryadd fstatat(2) syscall
2009-07-27 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-07-27 Sascha Wildneropen.2: Remove trailing whitespace.
2009-07-26 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-07-26 Nicolas Therylibc_r: fix bugs in openat()
2009-07-26 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-07-26 Nicolas Theryadd fdopendir(3) implementation (1/?)
2009-07-25 Sascha Wildneropen.2: Fix typo and reword an awkward sounding sentence.
2009-07-25 Sascha WildnerMerge branch 'master' of ssh://swildner@crater.dragonfl...
2009-07-25 Nicolas Theryadd openat(2) man page
2009-07-25 Nicolas Theryadd openat(2) system call
2009-07-18 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-07-18 Stathis KamperisImport complex arithmetic functions from {Net,Free...
2009-07-15 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-07-15 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-07-15 Sascha WildnerFix some typos in manpages.
2009-07-13 Aggelos EconomopoulosMerge branch 'mxge'
2009-07-13 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-07-13 Sascha Wildnerlibtelnet: Fix some mis-usage of NULL and raise WARNS...
2009-07-12 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-07-12 Stathis Kamperismath.3: Mention f{max,min,dim}.
2009-07-12 Stathis Kamperislibm: Import fdim{,f,l} functions from FreeBSD.
2009-07-12 Stathis Kamperislibm: Import fmax{,f,l} and fmin{,f,l} functions from...
2009-07-12 Peter AvalosMerge branch 'master' of /home/www-data/gitweb/dragonfly
2009-07-12 Peter AvalosStop building multiple versions of telnet.
2009-07-11 Sascha Wildnergetdevpath.[38]: mdoc cleanup
2009-07-10 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-07-10 Matthew Dillonlibutil - add getdevpath()
2009-07-10 Sascha Wildnerpthread_once.3: Fix typo.
2009-07-10 Sascha Wildnerpthread_barrierattr.3: Remove empty section.
2009-07-10 Sascha Wildnersigwait.3: Add missing '.'
2009-07-10 Sascha Wildnerpthread*.3: Sync the pthread manpages with FreeBSD.
2009-07-09 Sascha WildnerRemove hardcoded -g in several Makefiles.
2009-07-08 Matthew Dillonlibc - use a valid pointer for malloc(0).
2009-07-08 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-07-07 Sascha Wildnerhammerread.c: Fix WARNS regression (unused variable).
2009-07-07 Matthew DillonMerge commit 'smtms/amd64'
2009-07-07 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-07-07 Matthew DillonBOOT2 - adjust hammerread code to understand the new...
2009-07-06 Peter AvalosMerge branch 'master' of /home/www-data/gitweb/dragonfly
2009-07-06 Hasso Tepper"Sync" threading libaries.
2009-07-06 Sascha Wildnerffs.3: Fix SYNOPSIS.
2009-07-06 Stathis Kamperisgetrlimit.2: Markup fixes.
next