Merge branch 'vendor/OPENSSL'
[dragonfly.git] / sys / sys /
2009-04-11 Peter AvalosMerge branch 'vendor/OPENSSL'
2009-04-08 Sascha Wildnertcp_{debug,timer}.h & protosw.h: Constify some strings.
2009-04-08 Sascha Wildnersemaphore.h: Revert the last commit. NULL is not define...
2009-04-07 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-04-07 Sascha WildnerSync a couple of prototypes (mknod(), mktemp() & friend...
2009-04-07 Thomas NikolajsenMerge commit 'chlamydia/master'
2009-04-07 Thomas Nikolajsensys/types.h: Add protection of typedefs
2009-04-07 Sascha WildnerReplace all casts of NULL to something with NULL.
2009-04-07 Sascha Wildner<sys/un.h>: #include <sys/file.h> for struct file.
2009-04-07 Sascha WildnerGenerally use NULL instead of explicitly casting 0...
2009-04-07 Peter AvalosBump libc's version and __DragonFly_version for recent...
2009-04-07 Peter AvalosClean up sysconf and associated headers.
2009-04-07 Peter AvalosFix some namespace issues with grp.h and pwd.h.
2009-04-07 Peter AvalosAdd a tcgetsid() function that returns session id.
2009-04-07 Peter AvalosSync syslogd with FreBSD:
2009-04-07 Peter AvalosSync sys/queue.h with FreeBSD:
2009-04-07 Peter AvalosAdd a few new errnos and improve documentation.
2009-04-07 Peter AvalosSync lib/net with FreeBSD:
2009-04-03 Matthew DillonRevoke reimplementation - primary commit part 2/2.
2009-04-03 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-04-03 Matthew DillonRevoke reimplementation - primary commit part 1/2.
2009-04-02 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-04-02 Matthew DillonAMD64 - Fixes to make dynamic binaries run
2009-04-02 Matt DillonFix permissions check for utimes() - owner can call...
2009-04-01 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-03-29 Sascha Wildner<sys/tree.h>: Add __unused (fixes warning in undo(1)).
2009-03-27 Matthew DillonAdjust the KTR code to use cache-aligned per-cpu struct...
2009-03-21 Sepherosa Ziehaumbuf: Add M_HASH mbuf flag and use the 'pad' field...
2009-03-17 Sepherosa ZiehauAdd M_LENCHECKED mbuf flag.
2009-03-17 Sepherosa ZiehauDuplicated M_PROTO1 in M_COPYFLAGS
2009-03-09 Simon Schubertsignals: rename CURSIGNB to CURSIG_NOBLOCK and unify...
2009-03-09 Simon Schubertsignals: rework when CURSIG/issignal can stop a thread...
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 Joe TalbottMerge branch 'master' of git://venus/dragonfly
2009-02-25 Matthew DillonRemove the horribly designed RB_AUGMENT.
2009-02-25 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
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-16 Nicolas TheryFix warning in kernel.
2009-02-17 Sepherosa Ziehaubusdma(9): Add bus_dmamem_coherent_any()
2009-02-17 Sepherosa Ziehaubusdma(9): Add BUS_DMA_ALIGNED hint flag
2009-02-17 Sepherosa Ziehaubusdma(9): Add bus_dmamap_load_mbuf_defrag()
2009-02-17 Sepherosa Ziehaubusdma(9): Add bus_dmamap_load_mbuf_segment()
2009-02-17 Sepherosa ZiehauFactor out bus_dmamem_coherent() to allocate busdma...
2009-02-17 Sepherosa ZiehauBounce page work
2009-02-16 Sascha Wildneruio.h: Move definition of struct iovec to <sys/_iovec.h>.
2009-02-15 Sascha Wildner_null.h: If g++ 4.1 or any later version is used, use...
2009-02-05 Aggelos EconomopoulosMerge branch 'master' of git://chlamydia.fs.ei.tum...
2009-02-05 Aggelos Economopouloskill db_print_backtrace()
2009-02-05 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-02-05 Matthew DillonRelease Engineering: Update master to 2.3.0-DEVELOPMENT v2.3.0
2009-02-01 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-01-31 Sepherosa Ziehausyncache_socket(): fix abort path by calling pru_abort...
2009-01-29 Joe TalbottMerge branch 'master' of git://venus/dragonfly
2009-01-24 Peter AvalosMerge branch 'vendor/GDTOA'
2009-01-21 Matthew DillonIssue 1013 - update atime on exec and mmap, add helper...
2009-01-19 Joe TalbottMerge branch 'master' of git://venus/dragonfly
2009-01-14 Matthias SchmidtMerge branch 'master' of git://chlamydia.fs.ei.tum...
2009-01-14 Sepherosa ZiehauAdd LWKT_TOKEN_INITIALIZER
2009-01-11 Peter AvalosMerge branch 'vendor/OPENSSL'
2009-01-11 Peter AvalosMerge branch 'vendor/OPENSSL'
2009-01-11 Peter AvalosMerge branch 'vendor/OPENSSL'
2009-01-04 Peter AvalosMerge branch 'vendor/PAM_PASSWDQC'
2009-01-04 Peter AvalosMerge commit 'origin/vendor/PAM_PASSWDQC'
2009-01-03 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2008-12-31 Sascha WildnerWelcome 2009 to our copyrights.
2008-12-30 Matthias SchmidtMerge branch 'master' of git://chlamydia.fs.ei.tum...
2008-12-31 Michael NeumannMerge branch 'master' of ssh://crater.dragonflybsd...
2008-12-31 Sepherosa ZiehauUnbreak kernel/module building without INVARIANTS
2008-12-31 Michael NeumannMerge branches 'master' and 'suser_to_priv'
2008-12-29 Sascha WildnerMerge branch 'master' of ssh://swildner@crater.dragonfl...
2008-12-29 Hasso TepperIncrease ARG_MAX to 262144.
2008-12-28 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2008-12-28 Sepherosa ZiehauPut last_td accessing back into INVARIANTS
2008-12-28 Matthew DillonRemove KTR hacks, pass va_list through as needed.
2008-12-27 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2008-12-27 Matthew DillonDeal with the netgraph NULL function dereference on...
2008-12-27 Simon 'corecode... Fix amd64 trap handling.
2008-12-27 Jordan GordeevBring in the remainder of the post-SoC amd64 enchilada.
2008-12-20 Hasso TepperMerge commit 'crater/vendor/OPENPAM'
2008-12-19 YONETANI TomokazuAdjust VFS_SET() to deal with the change to struct...
2008-12-18 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2008-12-18 Matthew DillonThis is a MAJOR rewrite of usched_bsd4 and related...
2008-12-18 Joe TalbottMerge branch 'master' of /usr/git/dragonfly
2008-12-18 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2008-12-17 Michael NeumannUnbreak buildworld
2008-12-17 Michael NeumannMerge branch 'vfsconf'
2008-12-17 Michael NeumannRefactor filesystem types list and fix bug.
2008-12-15 Michael NeumannImport sys/priv.h (rev 1.25) from FreeBSD
2008-12-12 Sascha WildnerMerge branch 'misc'
2008-12-10 Matthew DillonAdd kmalloc_create() and kmalloc_destroy(), an API...
2008-12-10 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2008-12-10 Matthew DillonFix a buffer cache deadlock which can occur when simula...
2008-12-03 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2008-12-01 Simon SchubertAdd support for MAP_TRYFIXED
2008-11-26 Sepherosa ZiehauResurrect priority message support; there is always...
2008-11-22 Sepherosa ZiehauRemove MSGF_PRIORITY support. The flag testing and...
next