openssl: Fix CVE-2011-0014.
[dragonfly.git] / sys /
2010-10-18 Matthew Dillonkernel - MFC NFS server cache bug fix
2010-08-29 Sascha Wildneriscsi_initiator(4): Fix another potential NULL pointer...
2010-08-29 Sascha Wildneriscsi_initiator(4): Fix a potential NULL pointer derefe...
2010-08-16 Matthew DillonHAMMER VFS - Fix over-enthusiastic cluster read
2010-08-10 Sascha Wildneraicasm: Correct logic bug in the undefined register...
2010-08-10 Sascha WildnerFix some mis-usage of && and || in the kernel.
2010-08-08 Thomas Nikolajsenre(4): fix re_setmulti(): PCIe mcast hash registers...
2010-08-08 Sascha WildnerFix a panic in the varsym_get(2) syscall.
2010-08-08 Sascha WildnerFix a panic in the __getcwd(2) syscall.
2010-08-08 Sascha WildnerFix panics in two syscalls, caps_sys_get(2) and caps_sy...
2010-08-02 Sascha WildnerFix the VKERNEL build with KLD_DEBUG set.
2010-07-28 Sascha WildnerFix typo in <sys/elf_common.h>: ET_LIPROC -> ET_LOPROC
2010-07-27 Antonio Huete Jimenezlibc - Return ENOSYS in both mlockall() / munlockall()
2010-07-04 Sascha WildnerFix ACPI global lock acquisition in x86_64.
2010-06-26 Sascha Wildnervesa(4): Fix check for DPMS support.
2010-06-26 Sascha Wildneraltq(4): Fix typo in a #define.
2010-06-26 Sascha Wildnerkern_shutdown.c: Add missing #include (for NGPIO).
2010-06-26 Matthew Dilloniscsi - Fix bug in iscsi initiator driver
2010-06-26 Aggelos EconomopoulosFix -pg compiled programs on i386
2010-06-26 Antonio Huete Jimenezacpica - Use tsleep() instead of DELAY() to avoid long...
2010-05-28 Alexander Polakovsound: implement OSS_GETVERSION.
2010-05-18 Sascha Wildnerscsi(4): Add a missing 'break'.
2010-05-18 Sascha Wildnersys/netinet/in_pcb.c: Fix a broken range check.
2010-05-16 Sascha WildnerAdd a missing break in the 64 bit vkernel, too.
2010-05-16 Sascha Wildnervkernel: To restart the scan, npv needs to be reset...
2010-05-16 Sascha Wildnervkernel: Fix a wrong check of netif_set_tapflags()...
2010-05-16 Sascha Wildnerkx86_64_set_watch(): Add a missing 'break'.
2010-05-16 Sascha Wildnercxm(4) doesn't depend on smbus(4).
2010-05-16 Sascha WildnerFix compiling iic(4) on x86_64 by adding <machine/iic.h>.
2010-05-14 Sascha WildnerFix the x86_64 kernel build with 'options BUS_DEBUG'.
2010-05-08 Stathis KamperisACPI: Don't unlock in lock's error path
2010-04-30 Matthew Dillonkernel - Try to fix NULL pointer issue in syncache_time...
2010-04-30 Matthew Dillonkernel - Disallow dsioctl when no media is present
2010-04-30 Matthew Dillonkernel - Fix resident_count problems with kernel_pmap...
2010-04-30 Samuel J. Greearkernel - mmap offset is invalid for MAP_ANON
2010-04-30 Sascha Wildnerbpf(4): Fix the division by zero check in bpf_validate().
2010-04-26 Matthew Dillonkernel - make sysent update
2010-04-26 Matthew Dillonkernel - Update extattr infrastructure
2010-04-22 Sascha WildnerFix kthread_create() in kern_sensors.c.
2010-04-21 Michael Neumannhammer volume-add / volume-del: Keep bigblock stats...
2010-04-19 Matthew DillonHAMMER VFS - Fix probable corruption case when filesyst... v2.6.2
2010-04-19 Matthew DillonHAMMER VFS - Fix assertion panic related to record...
2010-04-19 Matthew DillonHAMMER VFS - Fix hammer lock assertion panic when REDO...
2010-04-13 Alex Hornungnata - Drop pending requests on dump
2010-04-13 Alex Hornungata - Fix dumping of old ata driver
2010-04-10 Sascha WildnerFix LINT build.
2010-04-10 YONETANI TomokazuACPI - disable ACPIIO_ACKSLPSTATE
2010-04-09 Alex Hornunglinux emu - Refactor open code
2010-04-09 Alex Hornunglinux emu - support O_DIRECTORY for open syscall
2010-04-07 Stathis Kamperismqueues: selwakeup() needs the MP lock to be held
2010-04-01 Matthew Dillonkernel - Address excessive stall in pageout during...
2010-04-01 Matthew Dillondevfs - Fix incorrect st_size reporting
2010-04-01 Matthew DillonHAMMER VFS - Fix insufficient cursor change test
2010-03-31 Alex Hornungvinum - change drive parsing
2010-03-31 Matthew DillonHAMMER - Adjust documentation and change default fsync_...
2010-03-31 Alex Hornungdevfs - remove obsolete KKASSERT
2010-03-31 Matthew Dillonvkernel - remove stale lwbuf fields in globaldata
2010-03-31 Matthew Dillonkernel - lwbuf - Remove dead code
2010-03-31 Matthew Dillonkernel - more lwbuf followup work
2010-03-31 Samuel J. Greearkernel - lwbuf, don't rely on gcc auto-arrays
2010-03-31 Samuel J. Greearkernel - make lwbuf use objcache for ephemeral mappings
2010-03-31 Joe Talbottvkernel - Fix kernel build after recent lwbuf work.
2010-03-31 Sascha WildnerFix UP kernel build.
2010-03-31 Matthew DillonMerge branch 'DragonFly_RELEASE_2_6' of ssh://crater...
2010-03-31 Matthew Dillonkernel - Fix lwbuf leak for i386
2010-03-30 Sascha WildnerMove SHOW_BUSYBUFS to the platform independent kernel...
2010-03-30 Sylvestre Gallonvadvise depend of COMPAT_43.
2010-03-30 Sylvestre GallonAllow nfe and xl to compile without DEVICE_POLLING.
2010-03-30 Sylvestre GallonUFS code is dependant of FFS code. It does not compile...
2010-03-30 Sylvestre GallonAllow kernel to be compile without _KPOSIX_PRIORITY_SCH...
2010-03-30 Sylvestre GallonAllow kernel to be compile without SYSV[SHM|MSG|SEM]
2010-03-30 Sylvestre GallonAllow the kernel to be compile without KTRACE option.
2010-03-30 Thomas Nikolajsenahci/sili.4 - Document sysctl nodes & loader tunables
2010-03-30 Sascha WildnerFix typo.
2010-03-30 Sascha Wildnersyscons(4): Add support for 8 bit packed pixel modes.
2010-03-29 Matthew Dillonkernel - Fix bug in biowait()
2010-03-29 Matthew Dillonkernel - Fix NULL pointer dereference on forced unmount
2010-03-28 Matthew Dillonrelease - Branch for 2.6, adjust sys/sys/param.h and... v2.6.0
2010-03-28 Matthew Dillonkernel - Fix cluster_read random I/O heuristic
2010-03-28 Matthew Dillonkernel - vinum - Fix volume number for 'vinum read'
2010-03-28 Matthew Dillonkernel - Add debug.panic sysctl
2010-03-28 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2010-03-28 Matthew Dillonkernel - Correct syscalls.master for shmat()
2010-03-28 Sascha Wildnervkernel64: Fix some warnings and remove nowerror from...
2010-03-28 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2010-03-28 Matthew Dillonkernel - Fix shmat() for 64-bit
2010-03-27 Sascha WildnerFurther adjustments for 64 bit vkernels.
2010-03-27 Matthew DillonHAMMER VFS - Conditionalize more debugging kprintfs...
2010-03-27 Matthew Dillonkernel - Move PANIC_REBOOT_WAIT_TIME to conf/options
2010-03-27 Matthew DillonHAMMER VFS - Conditionalize debugging kprintfs during...
2010-03-26 Matthew DillonHAMMER VFS - Remove some debugging
2010-03-26 Matthew DillonHAMMER VFS - Implement REDO recovery code
2010-03-24 Samuel J. Greearlinux - Allow for maps to be read in chunks
2010-03-24 Samuel J. Greearlinux - Add syscalls
2010-03-24 Alex Hornungremove several leftover debug kprintfs
2010-03-24 Alex Hornunglinprocfs - further fix /proc/{pid}/maps
2010-03-24 Alex Hornungcache_fullpath - Guess mountpoints if requested
2010-03-24 Matthew DillonMerge remote branch 'crater/master' into vkernel64
2010-03-24 Matthew Dillonkernel - Turn on vfs.cache_mpsafe by default
2010-03-24 Matthew Dillonkernel - vm - Change inactive target to 1/4 memory...
next