Always build altq_etherclassify.
[dragonfly.git] / sys /
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...
2005-03-01 Hiten PandyaHeader include protection from userland.
2005-03-01 Hiten PandyaFix whitespace for function prototypes.
2005-03-01 Hiten PandyaRemove a comment that does not make sense; it was just...
2005-03-01 Simon SchubertFix a bug in the ioctl mapping (written by me), which...
2005-02-28 Joerg SonnenbergerRearm receiver, it was lost in the conversion.
2005-02-28 Hiten PandyaMove the MALLOC_DECLARE into sys/msfbuf.h header file.
2005-02-28 Matthew DillonJournaling layer work. Generate output for path names...
2005-02-28 Joerg SonnenbergerRegen.
2005-02-28 Joerg SonnenbergerUpdate Atheros entries.
2005-02-28 Joerg SonnenbergerMark symname const
2005-02-28 Joerg SonnenbergerAdd some consts.
2005-02-28 Jeffrey HsuClear up confusion about negative route reference counts.
2005-02-28 Jeffrey HsuStrip away convoluted route reference counting logic.
2005-02-28 Matthew DillonAllow the #! command line to be up to PAGE_SIZE long...
2005-02-27 Jeroen Ruigrok/asmodaiGet rid off PC98 conditional code.
2005-02-27 Jeroen Ruigrok/asmodaiGet rid off PC98 conditional code.
2005-02-27 Sascha WildnerRemove PC98 support. Leave the machdep.ispc98 sysctl...
2005-02-27 Sascha WildnerRemove more left over files from wd(4) removal.
2005-02-26 Matthew DillonAdd signal mask save/restore to the checkpoint code...
2005-02-26 Joerg SonnenbergerDon't define unit field on DragonFly.
2005-02-26 Sascha WildnerRemove last remnants of the wd(4) driver which was...
2005-02-26 Jeroen Ruigrok/asmodaiGet rid off the PC98 support.
2005-02-26 Sascha WildnerRelease the old a.out-only boot loader into freedom.
2005-02-25 Joerg SonnenbergerMerge from vendor branch NTPD:
2005-02-25 Matthew DillonRewrite the loops which extract the interpreter name...
2005-02-24 Matthew DillonFix an issue that the iwi driver seems to hit, that...
2005-02-22 Matthew DillonImprove the contigmalloc() memory allocator. Fix a...
2005-02-22 Joerg SonnenbergerTemporary switch the cardbus interrupt from INTR_TYPE_AV to
2005-02-22 Joerg SonnenbergerConditionalize the source on INET and INET6 respectively.
2005-02-22 Matthew DillonAdd system call prototypes for userland.
2005-02-21 Matthew DillonImplement TLS support, tls manual pages, and link the...
2005-02-21 Matthew DillonImplement TLS support, tls manual pages, and link the...
2005-02-21 Sascha WildnerWhen building as a kernel module, ignore the setting...
2005-02-21 Joerg SonnenbergerMore cleanup.
next