gdb - Local mods (compile)
[dragonfly.git] / sys / sys /
2015-07-03 Sascha Wildner<sys/lock.h>: Fix comment typo.
2015-06-24 Matthew Dillonkernel - Add zero-on-instantiate objcache ctor
2015-06-22 Sascha Wildneri386 removal, part 8/x: Remove i386 DragonFly 1.2 compa...
2015-06-19 Sascha Wildner<sys/cdefs.h>: Define __LONG_LONG_SUPPORTED for C++11.
2015-06-14 Sascha Wildner<sys/cdefs.h>: Fix a typo introduced (in 2005) with...
2015-06-13 Sascha WildnerMerge branch 'vendor/OPENSSL'
2015-06-11 Sascha WildnerMerge branch 'vendor/OPENSSL'
2015-06-11 Justin C. SherrillVersion number changes for 4.3-DEVELOPMENT. v4.3.0
2015-06-07 Matthew Dillonlibc - Attribute setcontext() and getcontext()
2015-06-07 Matthew Dillonstdc - add __returns_twice
2015-06-07 Sascha Wildner<sys/sysctl.h>: Include <sys/lock.h> only for the kerne...
2015-06-06 Matthew Dillonsysctl - SMP performance work
2015-06-05 Sepherosa Ziehaucpu_topo: Add get_cpu_node_by_chipid()
2015-06-04 Sepherosa Ziehausensors: Create per-cpu sensor task threads
2015-06-01 Sepherosa Ziehaulwkt: Initialize LWKT objcache initialization to earlie...
2015-05-28 Matthew Dillonkernel - Replace iscsi CRC algo with a better one
2015-05-27 Sascha Wildner<sys/param.h>: Bump __DragonFly_version for futimens...
2015-05-27 Dimitris PapastamosAdd missing prototype for futimens(2) in <sys/stat.h>
2015-05-27 Sascha Wildner<sys/stat.h>: Whitespace cleanup.
2015-05-26 Matthew Dillonkernel - Sanity-check getutimes().
2015-05-26 Matthew Dillonkernel - Add futimens()
2015-05-26 Matthew Dillonkernel - Consolidate kern_utimes() into kern_utimensat()
2015-05-25 John MarinoMerge branch 'vendor/GCC50'
2015-05-24 Matthew Dillonkernel - Add utimensat() support
2015-05-19 Matthew Dillonkernel, libc - add pipe2()
2015-05-13 Sepherosa Ziehausensor: Add ECC sensor type
2015-05-10 Tomohiro Kusumisys/sys: Rename VFS_MPLOCK1 to VFS_MPLOCK
2015-05-10 Tomohiro Kusumisys/sys: Remove VFS_MPLOCK2 macro
2015-05-06 Sepherosa Ziehausensor: Factor out helper functions.
2015-04-22 John MarinoSet gcc50 as the primary compiler, gcc47 as secondary
2015-04-22 John MarinoMerge branch 'vendor/GCC50'
2015-04-17 John MarinoMerge branch 'vendor/GCC50'
2015-04-08 Sepherosa Ziehauclock: Piggyback passive IPIQ processing
2015-04-02 John MarinoMerge branch 'vendor/GCC50'
2015-03-31 John MarinoMerge branch 'vendor/BINUTILS225'
2015-03-31 Sepherosa Ziehausensor: Fix sensor device numbering
2015-03-31 Sepherosa Ziehausensor: Fix sysctl tree creation
2015-03-27 Sepherosa Ziehausensor: Save OID of sensordev sysctl tree.
2015-03-27 Matthew Dillondmsg - refactor cluster and pfs identifiers
2015-03-24 Sepherosa Ziehausysctl: Expose sysctl lock
2015-03-23 Matthew Dillonkernel - Major mtx lock cleanup
2015-03-23 Sepherosa Ziehausensor: Allocate task w/ M_WAITOK
2015-03-23 Sepherosa Ziehausensor: Remove the NOSYSCTL8HACK ifndef test
2015-03-23 Sepherosa Ziehaulock: Add LOCK_INITIALIZER
2015-03-22 John MarinoMerge branch 'vendor/GCC50'
2015-03-22 John MarinoMerge branch 'vendor/BMAKE'
2015-03-22 Sascha WildnerAdd sa_family_t definitions to <netinet/in.h> and ...
2015-03-21 Sepherosa Ziehausensor: Minor white space and style cleanup
2015-03-20 Sascha Wildner<sys/unistd.h>: Use __BSD_VISIBLE instead of !_POSIX_SO...
2015-03-19 Sascha WildnerMerge branch 'vendor/OPENSSL'
2015-03-16 Matthew Dillonkernel - Refactor kern_mutex (mtx* functions)
2015-03-15 Sascha Wildnerkernel: Remove fdescfs. devfs handles this.
2015-03-15 Matthew Dillonhammer2 - Misc cluster protocol work
2015-03-13 John MarinoMerge branch 'vendor/MPC'
2015-03-13 John MarinoMerge branch 'vendor/LESS'
2015-03-13 John MarinoMerge branch 'vendor/GCC50'
2015-03-12 Sascha Wildner<sys/malloc.h>: Remove an unneeded semicolon.
2015-03-12 Sascha Wildnerkernel: Move semicolon from the definition of SYSINIT...
2015-03-11 Sascha Wildner<sys/fcntl.h>: Fix comment that I forgot to change.
2015-03-11 Sascha Wildner<sys/fcntl.h>: Clean up usage of _POSIX_SOURCE.
2015-03-11 Sascha Wildner<sys/fcntl.h>: Whitespace cleanup. No functional change.
2015-03-11 Sascha Wildner<sys/unistd.h>: Rename struct lwp_params member names.
2015-03-09 Matthew Dillondmsg - Stabilization work
2015-03-08 John MarinoMerge branch 'vendor/GCC50'
2015-03-03 Matthew Dillondmsg - Stabilization work
2015-03-03 Matthew Dillonkernel - Refactor the kernel message buffer code
2015-03-01 Matthew Dillonkernel - work on dmsg disk exports
2015-02-28 Sascha Wildnerkernel: Mark sigexit() and cpu_halt() as not returning.
2015-02-28 Matthew Dillonhammer2 / kern_dmsg - Fix bugs
2015-02-28 Sascha Wildnerkernel: Remove unused xwait headers.
2015-02-28 Sascha Wildnerkernel: Remove unused hogticks global from kern_synch.c.
2015-02-27 John MarinoMerge branch 'vendor/GCC50'
2015-02-22 Sascha Wildnerkernel/lwkt_serialize: Take serializer bookkeeping...
2015-02-20 John MarinoMerge branch 'vendor/GCC50'
2015-02-19 Sascha Wildnerkernel: Move us to using M_NOWAIT and M_WAITOK for...
2015-02-13 Joris Giovannangelichflagsat: fix typo in prototype
2015-02-13 Joris Giovannangeliadd chflagsat system call
2015-02-13 John MarinoMerge branch 'vendor/GCC50'
2015-02-11 John MarinoBump __DragonFly_version to mark introduction of gcc50
2015-02-10 John MarinoMerge branch 'vendor/GCC50'
2015-02-10 John MarinoMerge branch 'vendor/GCC50' - gcc 5.0 snapshot 1 FEB...
2015-02-08 Sepherosa Ziehauifnet: Make ifnet and ifindex2ifnet MPSAFE
2015-02-07 François Tigeotidr: Implement idr_alloc()
2015-01-31 Sascha Wildner<sys/resource.h>: Add RLIM_SAVED_{CUR,MAX} and separate...
2015-01-31 Sascha Wildner<sys/resource.h>: Adjust whitespace (no functional...
2015-01-28 Sascha WildnerRemove <sys/_posix.h>. It serves no purpose anymore.
2015-01-28 Sascha Wildner<sys/semaphore.h>: Remove dead p1003_1b code.
2015-01-28 Sascha Wildner<sys/sysctl.h>: Remove <sys/_posix.h> include. It is...
2015-01-28 Sascha Wildner<sys/mman.h>: Some cleanup.
2015-01-28 Sascha Wildner<sys/mman.h>: Whitespace cleanup (no functional change).
2015-01-25 Sascha WildnerMerge branch 'openssh'
2015-01-23 Peter AvalosMerge branch 'vendor/OPENSSH'
2015-01-18 Markus Pfeifferkernel: Exchange MAP_ANON and MAP_ANONYMOUS
2015-01-15 Sascha WildnerMerge branch 'vendor/OPENSSL'
2015-01-14 Markus Pfeifferkernel: rename MAP_ANON to MAP_ANONYMOUS, add alias
2015-01-12 Matthew Dillonkernel - Flag cdevpriv use (2)
2015-01-12 Matthew Dillonkernel - Flag cdevpriv use
2015-01-12 Matthew Dillonkernel - remove O_FBUFFERED and O_FUNBUFFERED
2015-01-12 François TigeotRevert "drm: Handle drm masters and minors like Linux"
2015-01-11 François Tigeotdrm: Handle drm masters and minors like Linux
next