How buggy this little piece of code could be? Repair strnvis() buffersize
[dragonfly.git] / sys / sys /
2008-10-03 Hasso TepperWelcome devctl(4) and devd(8).
2008-09-30 Hasso TepperThe devinfo(3) library provides userspace access to...
2008-09-29 Hasso TepperUpdate acpi_battery(4) related code to the latest one...
2008-09-27 Peter AvalosMerge from vendor branch OPENSSH:
2008-09-27 Peter AvalosMerge from vendor branch OPENSSL:
2008-09-23 Sepherosa ZiehauAdd following three network protocol threads running...
2008-09-22 Hasso TepperAdd _SC_PAGE_SIZE as alias to _SC_PAGESIZE to make...
2008-09-20 Sepherosa ZiehauAdd TDF_NETWORK lwkt flag, so various assertion could...
2008-09-17 Matthew Dillon* Implement the ability to export NULLFS mounts via...
2008-09-13 Sepherosa ZiehauAdd FW_MBUF_REDISPATCH, which should be set by various...
2008-09-11 Sascha WildnerSync libmd with FreeBSD:
2008-09-11 Matthew DillonImprove code flow for KASSERT and KKASSERT using __pred...
2008-09-09 Matthew DillonAdd a MSGF_NORESCHED feature for lwkt thread-based...
2008-09-09 Matthew DillonFix issues with the scheduler that were causing unneces...
2008-09-06 Peter AvalosMerge from vendor branch OPENSSL:
2008-09-05 Hasso Tepperacpi_cpu(4) update. It's now possible to use higher...
2008-08-30 Sascha WildnerAdjust whitespace (reduce differences with FreeBSD).
2008-08-29 Matthew DillonAdd BUF_CMD_FLUSH support - issue flush command to...
2008-08-29 Matthew DillonBack-out the tls change. The field must be signed...
2008-08-29 Matthew DillonAMD64 - Sync AMD64 support from Jordan Gordeev's svn...
2008-08-28 Matthew Dillon* Add a flag to track an in-transit socket abort to...
2008-08-28 Hasso TepperAdd STAILQ_FOREACH_MUTABLE.
2008-08-27 Sepherosa ZiehauPrepare to make IPDIVERT transparent to ip reassemble...
2008-08-25 Matthew DillonAMD64 Support:
2008-08-25 Matthew DillonAMD64 Support:
2008-08-25 Matthew DillonAMD64 Support:
2008-08-23 Sepherosa ZiehauSave srcroute options in a mtag associated the mbuf...
2008-08-22 Sepherosa ZiehauSave 'ipfw forward' information in mtag, use m_pkthdr...
2008-08-17 Sepherosa ZiehauNuke INTR_NETSAFE
2008-08-15 Nicolas TheryAllocate socket structs with kmalloc() instead of zalloc.
2008-08-10 Matthew DillonRemove daddr_t dependancies in the swap code. Move...
2008-08-10 Matthew DillonImplement a bounce buffer for physio if the buffer...
2008-08-05 Nuno Antunes* Don't call ifp->if_output() from inside mpls_output...
2008-08-03 Sepherosa ZiehauPromote sysctl_int_range()
2008-08-01 Matthew DillonAMD64 work:
2008-07-23 Matthew DillonSynchronize some of the machine-independant AMD64 bits.
2008-07-23 Matthew DillonSynchronize some of the machine-independant AMD64 bits.
2008-07-17 Matthew DillonCode documentation only: Describe B_NOCACHE
2008-07-14 Matthew Dillon2.0 Release Engineering:
2008-07-14 Matthew Dillon2.0 Release Engineering:
2008-07-14 Matthew DillonKernel support for HAMMER:
2008-07-12 Peter AvalosMerge from vendor branch LIBARCHIVE:
2008-07-12 Matthew DillonAdd a vclean_unlocked() call that allows HAMMER to...
2008-07-11 Sascha WildnerAdd prototype for crc32_ext().
2008-07-07 Nuno AntunesIntroduce experimental MPLS over ethernet support....
2008-07-07 Matthew DillonRename fid_reserved to fid_ext.
2008-07-01 Matthew DillonFix numerous pageout daemon -> buffer cache deadlocks...
2008-06-30 Hasso TepperMerge from vendor branch GCC:
2008-06-30 Matthew DillonAdd a new helper function, kmalloc_limit(). This funct...
2008-06-28 Matthew DillonFix hopefully all possible deadlocks that can occur...
2008-06-28 Matthew DillonReplace the bwillwrite() subsystem to make it more...
2008-06-26 Matthew DillonAdd additional atomic ops from FreeBSD.
2008-06-26 Matthew DillonMerge from vendor branch NETGRAPH:
2008-06-20 YONETANI TomokazuPrototype declarations don't have an initializer.
2008-06-19 Matthew DillonMiscellanious performance adjustments to the kernel
2008-06-19 Hasso TepperChange suseconds_t to long as it is in most of systems...
2008-06-18 Hasso TepperMove timeval struct into its own header and include...
2008-06-17 Aggelos Economopoulosdo early copyin / delayed copyout for socket options
2008-06-16 Peter AvalosMerge from vendor branch LIBARCHIVE:
2008-06-13 Matthew DillonLWPHOLD/LWPRELE must be atomic ops because an IPI can...
2008-06-12 Matthew DillonReimplement B_AGE. Have it cycle the buffer in the...
2008-06-10 Nicolas TheryFix ordering mismatch between KERN_* values and CTL_KER...
2008-06-09 Matthew DillonAdd an extern for hidirtybuffers.
2008-06-05 Sascha WildnerInclude <sys/_null.h> for the definition of NULL.
2008-06-05 Sascha WildnerAdd <sys/_null.h> for the definition of NULL:
2008-06-04 Nicolas TheryFix bugs in spin_trylock_wr():
2008-06-02 Matthew DillonAdd the UF_NOHISTORY and SF_NOHISTORY chflags flags...
2008-06-02 Matthew DillonFix kernel compile warnings.
2008-06-02 Matthew DillonEven using the objcache we need a one-per-cpu free...
2008-06-02 Hasso TepperUnbreak buildworld.
2008-06-01 Matthew DillonMore header file cleanups related statvfs.
2008-06-01 Matthew DillonClean up statvfs() and related prototypes. Place the...
2008-06-01 Matthew DillonImplement a new system call: getvfsstat(). This system...
2008-06-01 Matthew Dillon* Implement new system calls in the kernel: statvfs...
2008-05-30 Simon SchubertInclude sys/select.h to conform to SUS.
2008-05-30 Simon SchubertFix type name as well.
2008-05-30 Simon SchubertFix macro name.
2008-05-28 Simon SchubertInclude sys/fd_set.h in the BSD_VISIBLE case.
2008-05-28 Simon SchubertMove definition of fd_set to sys/fd_set.h.
2008-05-27 Matthew DillonFix socketvar.h inclusion by userland. This is a tempo...
2008-05-27 Matthew DillonGet rid of an old and terrible hack. Local stream...
2008-05-27 Matthew Dillon* Implement SOCK_SEQPACKET sockets for local communicat...
2008-05-26 Nicolas TheryAllocate lwkt threads from objcache instead of custom...
2008-05-25 Matthew DillonAdd vop_helper_chmod() and vop_helper_chown(). These...
2008-05-19 Simon SchubertDon't #include <sys/select.h> from sys/types.h, to...
2008-05-18 Matthew DillonHAMMER 46B/Many: Stabilization pass
2008-05-18 Nicolas TheryAllocate struct lwp instances with kmalloc() instead...
2008-05-18 Matthew DillonFix a number of core kernel issues related to HAMMER...
2008-05-17 Nicolas TheryRemove unused proc_zone declaration.
2008-05-17 Peter AvalosMerge from vendor branch LIBARCHIVE:
2008-05-17 Peter AvalosMerge from vendor branch TNFTP:
2008-05-17 Peter AvalosMerge from vendor branch LESS:
2008-05-17 Matthew DillonAdd a sysctl jail.allow_raw_sockets (default to diabled...
2008-05-14 Sepherosa ZiehauReduce ifnet.if_serializer contention on output path:
2008-05-11 Hasso TepperAdd useconds_t and suseconds_t used for time in microse...
2008-05-09 Matthew DillonFix a HAMMER assertion which turned out to be a bug...
2008-05-09 Matthew DillonFix a nasty memory corruption issue which can occur...
2008-05-08 Matthew DillonFix a race between the namecache and the vnode recycler...
2008-05-08 Matthew DillonRecode the resource limit core (struct plimit) to fix...
2008-05-07 Matthew DillonBump base development version to 197700 so it is proper...
next