Merge branch 'vendor/GDTOA'
[dragonfly.git] / sys / sys /
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...
2008-05-06 Matthew DillonKeep track of the number of buffers undgoing IO, and...
2008-05-05 Sepherosa Ziehau- Add lwkt_serialize_adaptive_enter(9), it is same...
2008-05-02 Sepherosa ZiehauIntroduce ETHER_INPUT_CHAIN option:
2008-04-22 Matthew DillonFix some IO sequencing performance issues and reformula...
2008-04-21 Matthew DillonPass the current LWP to sigexit() instead of the curren...
2008-04-21 Matthew DillonDive the scheduler to implement the yield function...
2008-04-14 Matthew DillonMinor optimization to LIST_FOREACH_MUTABLE taken from...
2008-04-14 Matthew DillonFix ktrace for threaded processes. Move the KTRFAC_ACT...
2008-04-06 Matthew DillonAdd fairq to altq. Fairq is a fair queueing algorithm...
2008-04-06 Peter AvalosMerge from vendor branch OPENSSH:
2008-04-03 Sepherosa ZiehauAdd counters for serializer enter/try
2008-04-02 Sepherosa ZiehauConstify second parameter of timeval{add,sub}()
2008-04-02 Sepherosa Ziehau- Add two fields in lwkt_serialize to profile serialize...
2008-04-01 Nicolas TheryMigrate allocation of proc structures from zones to...
2008-03-22 Matthew DillonAdd a FS_HAMMER id for disklabel.
2008-03-20 Peter AvalosMerge from vendor branch BZIP:
2008-03-16 Sepherosa ZiehauAdd ASSERT_NOT_SERIALIZED
2008-03-12 Dave HayesMerge from vendor branch BSDINSTALLER:
2008-03-10 Hasso TepperRemove #ifndef __cplusplus around wchar related stuff...
2008-03-10 Sepherosa Ziehau- Embed ether vlan tag in mbuf packet header. Add...
2008-03-07 Sepherosa ZiehauParallelize ifnet.if_addrhead accessing by duplicating...
2008-03-05 Sepherosa ZiehauAdd serializer port backend. Implementation is mainly...
2008-03-05 Sepherosa ZiehauAdd serialize_sleep(), which will atomically release...
2008-03-01 Matthew DillonClean up the token code and implement lwkt_token_is_sta...
2008-02-23 Sascha WildnerFinally, re-add an #endif I removed. :)
2008-02-23 Sascha WildnerRevert my previous two commits. Varsym prototypes are...
2008-02-22 Sascha WildnerFix typo from previous commit.
2008-02-22 Sascha WildnerAdd prototypes for the varsym system calls.
2008-02-21 Hasso TepperAdd _SC_NPROCESSORS_CONF and _SC_NPROCESSORS_ONLN varia...
2008-02-12 Simon SchubertAdd O_SYNC, a SUSv3 alias for O_FSYNC (well, roughly).
2008-02-12 Matthew DillonOops, drop head's version back one for head (it was...
2008-02-12 Matthew DillonRelease Engineering on HEAD.
2008-02-12 Matthew DillonBump to 1.11.1 prior to 1.12 branch and update the...
2008-02-09 Peter AvalosMerge from vendor branch TNFTP:
2008-02-06 Nicolas Therylinker_file_add_dependancy() never fails so change...
2008-02-06 Matthew DillonHAMMER 26/many: More NFS support work, rename fixes
2008-02-05 Matthew Dillon* Implement a mountctl() op for setting export control...
2008-02-05 Matthew DillonHAMMER 25/many: Pruning code
2008-01-31 Simon SchubertMerge from vendor branch GDB:
2008-01-30 Hasso TepperMerge from vendor branch LIBEVENT:
2008-01-30 Chris TurnerAdd '-l' support to vnconfig(8) and supporting VNGET...
2008-01-28 Nicolas TheryFix spurious "softdep_deallocate_dependencies: dangling...
2008-01-24 Nuno AntunesIn __cursignb, always return FALSE if there is no signa...
2008-01-19 Peter AvalosMerge from vendor branch FILE:
2008-01-15 Matthias SchmidtMerge from vendor branch TCSH:
2008-01-15 Simon SchubertMerge from vendor branch GDB:
2008-01-14 Simon SchubertMerge from vendor branch GDB:
next