new libedit: Local modifications to enable build
[dragonfly.git] / sys / sys /
2012-05-10 John MarinoMerge branch 'vendor/LIBEDIT'
2012-05-08 John MarinoMerge branch 'vendor/GREP'
2012-04-28 Sascha Wildnerkernel: Remove newlines from the panic messages that...
2012-04-27 Peter AvalosMerge branch 'vendor/OPENSSL'
2012-04-24 Sascha Wildner<sys/lock.h>: A little whitespace adjustment.
2012-04-24 Markus Pfeifferkernel: Change wmesg type for lockinit, lockreinit
2012-04-21 Sascha Wildnerkernel: Fix some whitespace from the previous commit.
2012-04-21 Matthias Rampkekill zombies if the parent set SIG_IGN on SIGCHLD
2012-04-21 Peter AvalosMerge branch 'vendor/OPENSSL'
2012-04-18 François TigeotRename vfs_accounting_enabled to vfs_quota_enabled
2012-04-16 Francois TigeotVFS quota: start enforcing limits
2012-04-16 Sepherosa Ziehaubus: Change device_getenv_int interface a little bit
2012-04-16 Sepherosa Ziehaubus: Add device_getenv_int helper function
2012-04-15 Francois TigeotVFS accounting: do not call initialization functions...
2012-04-15 Francois TigeotVFS quota: add per mount-point global, uid and gid...
2012-04-14 Venkatesh Srinivaskernel -- Per-mount threaded syncer infrastructure.
2012-04-13 Sepherosa Ziehauether: Don't manually packing up input mbufs
2012-04-10 Peter AvalosMerge branch 'vendor/OPENSSL'
2012-04-10 Peter AvalosMerge remote-tracking branch 'origin/master'
2012-04-01 Matthew Dillonkernel - Do not use M_USE_INTERRUPT_RESERVE for M_NOWAIT
2012-03-30 Francois TigeotVFS accounting: small speed optimization
2012-03-30 Samuel J. Greearkern.cp_time - Add convenience defines
2012-03-28 Matthew Dillonkernel - Fix improper BUF_UNLOCK() with spinlock held
2012-03-27 Peter AvalosMerge branch 'vendor/OPENSSL'
2012-03-24 John MarinoELF: Update header, sync with binutils 2.22
2012-03-23 Matthew Dillonkernel - Fix mount refs interactions and umount races
2012-03-22 Matthew Dillonkernel - Cluster fixes + Enable clustering for HAMMER1
2012-03-22 Sascha Wildnerkernel/kobj: Put the default kobj_method inside the...
2012-03-22 Francois TigeotVFS accounting: handle file truncation on open(2)
2012-03-22 François TigeotVFS accounting: isolate the code to find the real mp
2012-03-20 Matthew Dillonkernel - Add argument to nvtruncbuf()
2012-03-20 Matthew Dillonkernel - Fix buffer cache deadlock due to multiple...
2012-03-18 Sascha Wildner<sys/gmon.h>: Add prototypes for moncontrol() and monst...
2012-03-18 Sascha Wildner<sys/socket.h>: Add missing prototype for sockatmark().
2012-03-17 Sascha Wildnerkernel: Add sbuf_done() (taken from FreeBSD).
2012-03-13 John MarinoMerge branch 'vendor/GCC44'
2012-03-11 Sascha Wildner<sys/cdefs.h>: For C++, unhide our interfaces via __...
2012-03-05 Alex Hornungvfsops - add two new ops, ncpgen_set, ncpgen_test
2012-02-27 Alex Hornungdisk - add flag to use underlying psize
2012-02-27 Alex Hornungdisklabel - add new freedisklabel op
2012-02-24 Antonio Huete Jimenezkern - Do not expose _kthread_create()
2012-02-21 Antonio Huete Jimenezkern - Merge two functions to avoid duplicated code.
2012-02-20 Sascha WildnerRemove the old <sys/ata.h> header and make it a link...
2012-02-18 Thomas NikolajsenMerge remote-tracking branch 'crater/master'
2012-02-18 François TigeotVFS accounting: optimize vop_write() performance
2012-02-18 Francois TigeotVFS accounting: check if nullfs mp* really exist
2012-02-16 Sascha Wildnerkernel: Remove the unused is_physical_memory() function.
2012-02-16 Venkatesh Srinivaskernel: mfs -- Fix unmount panic for MFS filesystems.
2012-02-16 Sascha Wildnerkernel: Include <sys/ioccom.h> where ioctls are defined...
2012-02-16 Sascha Wildnerkernel: Include <sys/ioccom.h> where ioctls are defined.
2012-02-16 Thomas NikolajsenMerge remote-tracking branch 'crater/master'
2012-02-13 Sascha WildnerRemove an obsolete header file specific to labpc(4...
2012-02-05 John Marinocdefs: Rework and augment visibility attributes
2012-01-31 Sascha Wildner<sys/param.h>: Oops, actually bump the version.
2012-01-31 Sascha Wildner<sys/param.h>: Bump the version for i4b removal (had...
2012-01-29 Francois Tigeotkernel - properly initialize vnode->v_pfsmp
2012-01-26 Markus Pfeifferlibc: add getcontext, setcontext, makecontext and swapc...
2012-01-23 John Marinortld: Add STT_GNU_IFUNC and R_MACHINE_IRELATIVE_GNU...
2012-01-23 John Marinortld: Add stubs to support PT_GNU_STACK
2012-01-23 Peter AvalosMerge branch 'vendor/TCPDUMP'
2012-01-23 Peter AvalosMerge branch 'vendor/LIBPCAP'
2012-01-22 Justin C. SherrillMerge branch 'master' of file:///repository/git/dragonfly
2012-01-22 Justin C. SherrillShifting master to 3.1.
2012-01-22 Sepherosa Ziehausockbuf: Pre-alloc sockbuf space, so asynchronized...
2012-01-21 Samuel J. GreearMerge branch 'master' of ssh://crater.dragonflybsd...
2012-01-20 Aggelos EconomopoulosAdd a copyright notice to cpputil.h
2012-01-20 Peter AvalosMerge branch 'vendor/OPENSSL'
2012-01-19 Sepherosa Ziehaubus: Pass intsrerupt description to setup_intr bus...
2012-01-17 Sepherosa Ziehauioapic_abi/x86_64: Implement MSI-X alloc/release
2012-01-16 Peter AvalosMerge branch 'vendor/LIBARCHIVE'
2012-01-16 John Marinortld: add RELRO support
2012-01-13 Sepherosa ZiehauMachIntrABI: intr_{config,cpuid} -> legacy_intr_{config...
2012-01-12 Peter AvalosMerge branch 'vendor/LIBARCHIVE'
2012-01-10 Nuno Antunesuipc: Import mbuf utility function m_unshare() from...
2012-01-08 Peter AvalosMerge branch 'vendor/XZ'
2012-01-08 Peter AvalosMerge branch 'vendor/TNFTP'
2012-01-05 Peter AvalosMerge branch 'vendor/OPENSSL'
2012-01-01 Matthew Dillonvkernel - Unbreak 32-bit vkernel builds by fixing broke...
2011-12-31 Sascha WildnerBump copyright. Happy new year!!
2011-12-31 Peter AvalosMerge branch 'vendor/FILE'
2011-12-31 Sepherosa Ziehauvkernel/intr: Pin vkernel "hardware interrupts" to...
2011-12-30 Aggelos EconomopoulosModify ktr(4) to be typesafe
2011-12-30 Aggelos EconomopoulosIntroduce sys/cpputil.h for our cpp metaprogramming...
2011-12-29 Sepherosa Ziehauintr: Remove no longer correct ithread_cpuid; use rman_...
2011-12-27 Sepherosa Ziehaux86_64: Add MSI support for IOAPIC MachIntrABI
2011-12-26 Venkatesh Srinivaskernel -- Per-mount syncer thread infrastructure.
2011-12-24 Peter AvalosMerge branch 'master' of /home/www-data/gitweb/dragonfly
2011-12-24 Sascha Wildner<sys/tbridge.h>: Add a __printflike().
2011-12-24 Venkatesh SrinivasAdd HAMMER2 vnode tag type.
2011-12-23 Peter AvalosMerge branch 'vendor/OPENPAM'
2011-12-22 Matthew Dillonkernel - Add suword32 and fix argc/envc initialization
2011-12-22 John MarinoBump __DragonFly_version in param.h due to libm update
2011-12-21 Sascha WildnerRemove some __STDC__ checks.
2011-12-20 John Marinolibm: Bump __DragonFly_version, remove obsolete man...
2011-12-15 Sepherosa Ziehauintr: Per-cpu MI interrupt information array
2011-12-14 Francois Tigeotvquota(8): finish implementing the check command
2011-12-14 Francois TigeotNULL VFS: store PFS mount points for later use
2011-12-14 Sepherosa Ziehauintr: Nuke count_registered_ints()
2011-12-14 Sepherosa Ziehauintr: Remove unused function
2011-12-13 Francois TigeotVFS accounting: add a new vquotactl() syscall
next