Add/uncondionalize the sixt argument of set_memory_offset to ease the migration
[dragonfly.git] / lib /
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...
2003-06-17 Matthew DillonAdd the DragonFly cvs id and perform general cleanups...
2003-06-17 Matthew DillonInitial import from FreeBSD RELENG_4: