Add support for TLS.
[dragonfly.git] / sys /
2005-03-22 Matthew DillonStart working on the full-duplex journaling feature...
2005-03-21 Joerg SonnenbergerInclude sys/types.h to make it self-contained.
2005-03-21 Matthew DillonPick up changes in rev 1.8 of src/sys/dev/ic/mpt_netbsd...
2005-03-21 Matthew DillonFix a crash in the firewire / DCONS code that occurs...
2005-03-21 Joerg SonnenbergerAdjust userland prototypes as well.
2005-03-21 Joerg Sonnenbergerregen
2005-03-21 Joerg SonnenbergerChange prototype of sys_set_tls_area and sys_get_tls_ar...
2005-03-21 Jeffrey HsuWhen doing Limited Transmit, don't retract snd_nxt...
2005-03-21 Jeffrey HsuEnsure that Limited Transmit always sends new data...
2005-03-19 YONETANI TomokazuRemove unused version.
2005-03-19 YONETANI TomokazuUpdate ACPI build wrappers to use new ACPICA(20050309...
2005-03-19 YONETANI TomokazuImport acpica-20050309 from Intel.
2005-03-19 Sascha WildnerFix order for SI_SUB_TUNABLES.
2005-03-19 Joerg SonnenbergerGeneric firmware support. Currently implemented is...
2005-03-18 Matthew DillonAdd a sysctl "net.inet.tcp.aggregate_acks" which contro...
2005-03-17 Matthew DillonClean up a number of caching edge cases in NFS, rework...
2005-03-17 Sascha WildnerNow that make no longer needs it, remove the ispc98...
2005-03-17 YONETANI TomokazuNow that const'ification of users of dktypenames also...
2005-03-16 Matthew DillonFix a bugaboo in the last commit. We cannot safely...
2005-03-16 David XuAdd types prgregset_t and psaddr_t which will be used by
2005-03-16 Joerg SonnenbergerMore Citrus code.
2005-03-16 Joerg SonnenbergerMake dktypnames const.
2005-03-15 Matthew DillonBring in some CAM bug fixes from FreeBSD.
2005-03-15 Matthew DillonImplement CLOCK_MONOTONIC using getnanouptime(), which...
2005-03-13 Matthew DillonFix a couple of NFS client side caching snafus. First...
2005-03-13 Matthew DillonAdd a function that returns an approximate time_t for...
2005-03-13 Eirik NygaardThere is no need to set *entry on each entry traversed...
2005-03-13 Sascha WildnerRemove PC98 support.
2005-03-12 Eirik NygaardMerge from vendor branch NCURSES:
2005-03-12 YONETANI TomokazuForgot updating SYSACPICA_VERSION.
2005-03-12 YONETANI TomokazuUpdate ACPI build wrappers to use new ACPICA code.
2005-03-12 YONETANI TomokazuImport acpica-20050211 from Intel.
2005-03-12 Simon SchubertUpdate the bktr driver to match the current state of...
2005-03-12 Joerg SonnenbergerChange PACKET_TAG_* ids to be consecutive.
2005-03-12 Joerg SonnenbergerAlways build altq_etherclassify.
2005-03-12 Joerg SonnenbergerAdd ALTQ-style enqueue / dequeue / request functions...
2005-03-12 Joerg SonnenbergerRemove MT_FTABLE, it is not used anymore. Remove the...
2005-03-11 YONETANI TomokazuClean up Makefile's in preparation for importing new...
2005-03-10 Jeffrey HsuBetter byte packing for struct tcpopt.
2005-03-09 Jeffrey HsuFix confusion with wrong route reference count being...
2005-03-09 Hiten PandyaProvide a better annotations for KTR_VOP and KTR_NFS...
2005-03-09 Joerg SonnenbergerAdd bus_dmamap_syncs before bus_dmamap_unloads.
2005-03-09 Hiroki SatoFix a bug which can allow a remote attacker to cause...
2005-03-09 Jeffrey HsuUse fixed-width type to ensure correct wraparound for
2005-03-09 Jeffrey HsuTake into account the number of SACKed bytes skipped...
2005-03-09 Hiten PandyaAdd a new function to the nlookup API, called nlookup_s...
2005-03-09 Matthew DillonFix a serious bug in cache_inval_vp()'s TAILQ iteration...
2005-03-09 Hiten PandyaFix $FreeBSD$ ident string.
2005-03-09 David RhodusCompensate for off by one bugs in disk firmware for...
2005-03-09 Matthew Dillonpipe->pipe_buffer.out was not being reset to 0 when...
2005-03-08 Matthew DillonAdd a couple more PCI IDs for the Intel ICH5 ATA100...
2005-03-08 Joerg SonnenbergerChange Makefile to follow common white space rules...
2005-03-08 Matthew DillonSync with FreeBSD/1.103. In the softupdates case...
2005-03-08 Joerg SonnenbergerInitialize all fields in kobj_class.
2005-03-08 Simon SchubertMerge from vendor branch CVS:
2005-03-08 David XuAdd more relocation types.
2005-03-08 David XuMerge from FreeBSD:
2005-03-08 Hiten PandyaConditionalise include of "opt_ktr.h" under _KERNEL.
2005-03-07 Joerg SonnenbergerALTQ support.
2005-03-07 Joerg SonnenbergerDon't try to prepend to an ALTQ queue.
2005-03-07 Joerg SonnenbergerReally use ALTQ.
2005-03-07 Jeroen Ruigrok/asmodaiReplace Turtle references.
2005-03-07 Jeroen Ruigrok/asmodaiAdd va_copy() implementation (thanks to Chris Torek...
2005-03-06 Matthew DillonChange NOWAITs into WAITOKs. In FreeBSD NOWAIT allocat...
2005-03-06 Matthew DillonBring in Damien's IPW driver.
2005-03-06 YONETANI TomokazuDo not use tsleep when the system is not booted. This...
2005-03-06 Jeffrey HsuMinimal patch that allows Path MTU discovery to be...
2005-03-06 Matthew DillonDo some WARNS 6 cleanups. Add __unused, add a few...
2005-03-06 Matthew DillonBring in the IWI driver from FreeBSD and merge in ALTQ...
2005-03-06 Matthew DillonReplace references to TurtleBSD with DragonFlyBSD....
2005-03-05 Sascha WildnerRemove PC98 support.
2005-03-05 Sascha WildnerRemove PC98 support.
2005-03-05 Matthew DillonFix a number of alignment and offset bugs that were...
2005-03-05 Matthew DillonAdd a simple msf_buf_bytes() inline which returns the...
2005-03-04 Matthew DillonFix an incorrect pointer in a journal_build_pad() that...
2005-03-04 Hiten PandyaAdd a typedef msf_t for struct msf_buf *.
2005-03-04 Matthew Dillonmsf_buf_alloc() can be called with a NULL vm_page_t...
2005-03-04 Matthew DillonRemove some of the nastier debugging printfs.
2005-03-04 Jeffrey HsuThe route in a syncache entry is cleared if the connect...
2005-03-04 Matthew DillonJournaling layer work. Write the actual data associate...
2005-03-04 Matthew Dillonmsf_buf_kva() now returns a char * rather then a vm_off...
2005-03-04 Matthew DillonMake msf_buf_kva() return the correct base address...
2005-03-04 Jeffrey HsuPrefer rtlookup() to rtalloc() when not saving the...
2005-03-04 Jeffrey HsuCosmetic changes only.
2005-03-04 Jeffrey HsuChange a 'char *' to a 'void *' because that field...
2005-03-04 Jeffrey HsuReadability changes.
2005-03-04 Jeffrey HsuRemove (void) cast before a function call with an unuse...
2005-03-04 Jeffrey HsuNone of the callers of rtredirect() want to know the...
2005-03-04 Jeffrey HsuConvert the struct domain next pointer to an SLIST.
2005-03-04 Matthew DillonThis is a major revamping of our MSFBUF API. MSFBUFs...
2005-03-04 Matthew DillonAlso, do not use M_NOWAIT for an allocation that must...
2005-03-03 Jeffrey HsuUse malloc(M_ZERO) in preference to separate bzero...
2005-03-03 Matthew Dillonoff_t is a signed value. The last commit caused the...
2005-03-02 Matthew DillonPHOLD is a throwback to FreeBSD that we don't actually...
2005-03-02 Hiten PandyaRename the flags for sf_buf_alloc(9) to be in line...
2005-03-02 Eirik NygaardMerge from vendor branch NCURSES:
2005-03-02 Joerg SonnenbergerUse ULLONG_MAX, off_t is unsigned.
2005-03-02 David XuIn kern_sigtimedwait, do not mask SIGKILL because a...
2005-03-02 Joerg SonnenbergerMerge from vendor branch GCC:
2005-03-01 Matthew DillonClean up the XIO API and structure. XIO no longer...
next