Fix a boot panic with the amd device. We inherited some busdma code from
[dragonfly.git] / lib /
2004-05-15 Eirik NygaardUpdate libpcap to version 0.8.3
2004-05-15 Eirik NygaardMerge from vendor branch TCPDUMP:
2004-05-15 Eirik NygaardMerge from vendor branch LIBPCAP:
2004-04-25 Joerg SonnenbergerSync libcr with libc.
2004-04-25 Joerg SonnenbergerSmall style fix
2004-04-24 Joerg SonnenbergerPartial sync with kernel to get libcaps compilable...
2004-04-22 Matthew Dillonposixlocks resource limit part 1/4: Add support to...
2004-04-20 Eirik NygaardMerge from vendor branch LESS:
2004-04-19 Justin C. SherrillSync with FreeBSD 4-STABLE manpages.
2004-04-17 Eirik NygaardMerge from vendor branch AWK:
2004-04-13 Matthew Dillonres_search only incremented got_servfail for h_errno...
2004-04-13 Eirik NygaardMerge from vendor branch DIFFUTILS:
2004-04-11 Chris PresseyStyle(9) cleanup.
2004-04-05 Matthew DillonBring in FreeBSD 1.2.2.2. Properly unwind the stack...
2004-04-02 Hiten PandyaPer-CPU VFS Namecache Effectiveness Statistics:
2004-03-31 Matthew DillonCleanup libcaps to support recent LWKT changes. Add...
2004-03-25 Matthew Dillonmake -j N support, the generated lib_gen.c and nomacros...
2004-03-22 Matthew DillonThis represents a major update to the buildworld subsystem.
2004-03-20 David RhodusStart removing the old build infrastructure for the...
2004-03-13 Eirik NygaardUpdate libcr with recent libc updates.
2004-03-11 Hiten PandyaMega mdoc(7) update:
2004-03-08 Hiten PandyaDocument that kldload(2) can also return EEXIST.
2004-03-08 Hiten PandyaMerge from FreeBSD:
2004-03-07 Matthew DillonInitial CAPS IPC structural encoding and decoding suppo...
2004-03-06 Matthew DillonBring libcaps in line with recent LWKT changes.
2004-02-26 Joerg SonnenbergerRemove unused and undocumented strhash files.
2004-02-17 Joerg SonnenbergerInstall getopt_long.3
2004-02-06 Joerg SonnenbergerDe-K&R-ify source, remove register keywords.
2004-02-03 Matthew DillonRemove obsolete __FreeBSD_version checks, add __DragonF...
2004-02-03 Matthew DillonFake __FreeBSD__ for various contrib/ code that needs it.
2004-02-03 Matthew DillonAdd -DSETPWENT_VOID to CFLAGS to work around a __FreeBS...
2004-02-02 Matthew DillonMerge from vendor branch BINUTILS:
2004-02-02 Matthew Dillonbinutils214 stage 2/4.
2004-01-31 Joerg SonnenbergerAdd getopt_long from NetBSD
2004-01-31 Matthew DillonMAINTAINER lines in Makefile's are no longer applicable...
2004-01-26 Joerg SonnenbergerReally remove C++ from libc_r
2004-01-26 Joerg SonnenbergerRemove C++ from libc_r. Use __attribute__((constructor...
2004-01-25 Joerg SonnenbergerAdd -ffreestanding to CFLAGS for gcc3
2004-01-24 Joerg SonnenbergerThe __cxa_atext/__cxa_finalize patch is based on FreeB...
2004-01-23 Joerg SonnenbergerFix GCC 3.3 compilation and style(9)
2004-01-23 Joerg SonnenbergerFix compilation with GCC 3.3 and a few warnings
2004-01-23 Joerg SonnenbergerGCC 3.3 doesn't support #pragma weak A=B, when A is...
2004-01-23 Joerg SonnenbergerClean multiline string literal for gcc3
2004-01-22 Joerg SonnenbergerImplement __cxa_atexit and __cxa_finalize as requested...
2004-01-22 Joerg SonnenbergerMerge from vendor branch LIBSTDC++:
2004-01-22 Eirik NygaardCatch up with recent libc updates.
2004-01-18 Matthew DillonAdd test programs for the new caps system calls. Tempo...
2004-01-17 David Rhodus* Fix libcaps build by syncing up with kernel work.
2004-01-06 Eirik Nygaard * Add devname_r(3) function, which takes a buffer...
2004-01-04 Eirik Nygaard * Remove the use of the kern.devname sysctl since...
2003-12-29 David Rhodus* Merge From FreeBSD
2003-12-10 Matthew DillonAdd libc support for propolice. See:
2003-12-08 Eirik Nygaard * Merge fixes from libc to libcr.
2003-12-07 Matthew DillonMajor update to libcaps. Implement support for virtual...
2003-12-06 Matthew DillonMinor cleanups to sysport. Use ms_msgsize in the sends...
2003-12-06 David Rhodus* Remove a few extra $FreeBSD$ tags
2003-12-04 Matthew DillonMajor libcaps work to support userland threading. ...
2003-12-04 Matthew DillonAugment the upcall system calls to support a priority...
2003-12-02 David Rhodus* Might help if we built gbk.c and gb18030.c
2003-12-02 Eirik Nygaard * Remove unused #includes.
2003-12-01 David Rhodus* Fix problem where initgroups would silently truncat...
2003-12-01 David Rhodus* Add GBK encoding support.
2003-12-01 David Rhodus* Add support for gb18030 encoding.
2003-12-01 David Rhodus* Allow a return of 0 from __sys_write() to exit the...
2003-12-01 David Rhodus* Document the fact that send(2) can return EPIPE ...
2003-12-01 David Rhodus* don't fclose() a bogus FILE *.
2003-12-01 Matthew DillonWhen attempting to open a file path do not treat a...
2003-11-24 Matthew DillonSet the close-on-exec flag for CAPS client descriptors.
2003-11-24 Matthew DillonAdd a new library, libcaps, which is intended to encomp...
2003-11-22 Jeroen Ruigrok/asmodaiProperly spell compatible and compatibility.
2003-11-21 Matthew DillonDo some fairly major include file cleanups to further...
2003-11-21 Matthew DillonTweak the context data a bit and do some code cleanup...
2003-11-21 Matthew DillonAdd a big whopping manual page for the upcall syscalls...
2003-11-13 David Rhodus* Fix some __P() mess up.
2003-11-13 Matthew Dilloncleanup extra )'s missed by the __P commit.
2003-11-12 Eirik Nygaard * Removed the __P macros from lib/
2003-11-12 Eirik Nygaard * Add missing $DragonFly$ keywords.
2003-11-12 Eirik Nygaard * Get rid of of the _BSD_XXX type usage.
2003-11-10 Jeroen Ruigrok/asmodaiProperly document getenv()'s return values using a...
2003-11-10 Matthew DillonFully synchronize sys/boot from FreeBSD-5.x, but add...
2003-11-09 Matthew DillonAdd a pmap_getport_timeout() call hack that allows...
2003-11-09 Matthew DillonCore integer types header file reorganization stage...
2003-10-24 Matthew DillonFix type-o's, minor documentation update.
2003-10-24 Matthew DillonAdd SIGCKPT support to tcsh's built-in kill.
2003-10-14 Matthew DillonUpdate the sys_sig* manual page to include portability...
2003-10-14 Matthew DillonNSIG is now 64. Extend the siglist arrays to match.
2003-09-06 Jeroen Ruigrok/asmodaiGet rid of __P, the days of K&R support are long past.
2003-09-06 Jeroen Ruigrok/asmodaiRemove 'register' keyword while I am here.
2003-09-06 Jeroen Ruigrok/asmodaiFix dependency that long is always 32 bits. This does...
2003-08-22 Jeroen Ruigrok/asmodaiGet rid of __const.
2003-08-10 Jeroen Ruigrok/asmodaiRemove kerberosIV a.k.a. eBones. It has served well...
2003-08-08 Matthew DillonKernel tree reorganization stage 2: Major cvs repositor...
2003-08-07 Matthew Dillonkernel tree reorganization stage 1: Major cvs repositor...
2003-08-05 Jeroen Ruigrok/asmodaiRemove kerberosIV from the build.
2003-08-03 Matthew DillonRemove NOSECURE which no longer serves a purpose. ...
2003-07-24 Matthew Dillonlibcr copy: Retarget build paths from ../libc to ....
2003-07-13 Matthew DillonFix minor buildworld issues, mainly #include file depen...
2003-07-13 Matthew DillonAdd missing required '*' in indirect jmp (fix assembler...
2003-07-01 Matthew DillonSync userland up with the kernel. This primarily adjus...
2003-06-23 Matthew Dillonproc->thread stage 3: synchronize ps, top, and libkvm...
next