Deal with "or later" notation of USE_GCC knob.
[dragonfly.git] / sys /
2005-05-14 Joerg SonnenbergerReorder initialisation by calling if_initname before...
2005-05-14 Joerg SonnenbergerMove if_initname call before xl_reset to ensure correct...
2005-05-12 David RhodusFix kernel build issue. Missing function argument.
2005-05-11 Joerg SonnenbergerUse device_printf / if_printf and stop abusing the...
2005-05-11 Joerg SonnenbergerRemove unused second argument to tulip_intr_handler.
2005-05-11 Joerg SonnenbergerReplace local tulip_mbuf_compress with m_defrag call.
2005-05-11 Matthew DillonMajor TLS cleanups.
2005-05-11 Joerg SonnenbergerSimplify code by using IF_DRAIN.
2005-05-11 Joerg Sonnenbergertypo
2005-05-11 Joerg SonnenbergerMerge from vendor branch GCC:
2005-05-11 Joerg SonnenbergerRemove obsolete comment.
2005-05-11 Joerg SonnenbergerRemove sc_unit and use if_printf / device_printf instead.
2005-05-10 Jeffrey HsuImplement TCP Appropriate Byte Counting.
2005-05-10 Joerg SonnenbergerReplace __offsetof with similiar pointer expression...
2005-05-09 Matthew DillonGive the DEVELOPMENT branch a subversion so we can...
2005-05-08 Joerg SonnenbergerUse ifq_handoff instead of the hand-rolled version...
2005-05-08 Joerg SonnenbergerUse ifq_handoff instead of handrolling it.
2005-05-08 Joerg Sonnenbergeratm_output did almost the same as ifq_handoff, it just...
2005-05-08 Joerg SonnenbergerReplace ifq_handoff like code with a call to ifq_handoff.
2005-05-08 Joerg SonnenbergerALTQ
2005-05-08 Joerg SonnenbergerLeft-over from the old mbuf chain tagging.
2005-05-08 Matthew Dillonincore() is used to detect logical block number collisi...
2005-05-08 Simon SchubertClean generated files/directories.
2005-05-07 Simon SchubertFix compilation with gcc40: Only use -fno-stack-protect...
2005-05-07 Sascha WildnerRemove PCVT kernel part and mop up.
2005-05-07 Simon SchubertFix gcc40 compilation of lib/libsvg by merging from...
2005-05-07 Sascha Wildner- Use standard types.
2005-05-07 David XuDefine type lwpid_t, it will be used for thread debugge...
2005-05-07 Sascha WildnerCorrect typo: vender -> vendor
2005-05-06 Simon SchubertBring in fix from FreeBSD/cperciva:
2005-05-06 Simon SchubertBring in fix from FreeBSD/cperciva:
2005-05-05 Sascha WildnerRemove DEC Alpha support.
2005-05-03 Joerg SonnenbergerAllocate some additional space for dlopen'd libraries...
2005-05-03 Joerg SonnenbergerMerge from vendor branch LIBARCHIVE:
2005-05-03 Joerg SonnenbergerMerge from vendor branch BSDTAR:
2005-05-03 Joerg SonnenbergerMake errno a thread-local variable and remove the __err...
2005-05-02 Matthew DillonIf a process does not block between setting up %gs...
2005-05-02 YONETANI TomokazuFix typo inside #ifdef SMP.
2005-05-01 Hiten PandyaNetworking routing statistics on a per-CPU basis:
2005-04-30 Sascha WildnerRemove DEC Alpha support.
2005-04-30 YONETANI Tomokazuleftover from proc->thread stage 4
2005-04-27 Hiten PandyaChange CPU time statistics (cputime) to be accounted...
2005-04-26 Matthew DillonCorrect a bug in the last two commits. The time_second...
2005-04-26 Sascha WildnerRemove unused clear() function from the console rendere...
2005-04-26 Matthew DillonOn MP systems, malloc's using R_NOWAIT are not supposed...
2005-04-26 Matthew DillonMinor rearrangement of an mpcount. This isn't actually...
2005-04-26 Matthew DillonFix an SMP bug. The SMP startup code waits for the...
2005-04-25 Matthew DillonRedo the way the thread priority is displayed. Split...
2005-04-25 Matthew DillonMake the trace code a bit smarter. It now looks around...
2005-04-25 Matthew DillonAdd information on interrupt preemptions by the current...
2005-04-25 Joerg SonnenbergerCISS quirk.
2005-04-25 Hiten PandyaBe consistent for preventing redundant header inclusion.
2005-04-25 Joerg SonnenbergerProperly create and destroy the DMA maps.
2005-04-24 Jeroen Ruigrok/asmodaiGet rid off the wrappers around __va_copy(), they serve...
2005-04-24 Jeroen Ruigrok/asmodai__pure__ is supported from 2.96 onward, not 3.0.
2005-04-24 Jeroen Ruigrok/asmodaiSynch our GNU_PREREQ() macro with FreeBSD:
2005-04-24 Matthew DillonFix the structural type for kern.boottime and kern...
2005-04-23 Matthew DillonMake access to basetime MP safe and interrupt-race...
2005-04-23 Joerg SonnenbergerAlways use SYSCTL_OUT, sysctl doesn't print the value...
2005-04-23 Joerg SonnenbergerAdd forgotten SYSCTL_ADD_QUAD, move the SYSCTL_ADD_INT...
2005-04-23 Joerg SonnenbergerMake kern.ntp.delta preemption save.
2005-04-22 Sascha WildnerRemove support for canbus (which is PC98 specific).
2005-04-22 Joerg SonnenbergerDon't call cpu_mb1 after lwkt_setcpu_self, but call...
2005-04-22 Joerg SonnenbergerMove to CPU #0 in settime() to prevent races.
2005-04-22 Sascha WildnerRemove DEC Alpha support.
2005-04-22 Sascha WildnerRemove DEC Alpha support.
2005-04-21 Jeroen Ruigrok/asmodaiMerge from vendor branch GPERF:
2005-04-21 Joerg SonnenbergerComplete Citrus import. Import message catalog implemen...
2005-04-21 Joerg SonnenbergerBuild aicasm as host program, not via world's compiler.
2005-04-21 Jeroen Ruigrok/asmodaiMerge from vendor branch CVS:
2005-04-20 Jeffrey HsuClean up some of the sockbuf append code.
2005-04-20 Joerg SonnenbergerUn-disable stack protector. I take responsibility for...
2005-04-20 Jeffrey HsuCosmetic changes, mostly changing zeros to NULLs.
2005-04-20 Jeffrey HsuStrip away a layer of indirection. Now that we properl...
2005-04-20 Joerg Sonnenbergerbasetime should be static, all access done via PKI.
2005-04-20 Matthew DillonDocument the rwlock routines as being MP safe.
2005-04-20 Matthew DillonMake the kernel malloc() and free() MP safe by pushing...
2005-04-20 Matthew DillonGet rid of VPLACEMARKER and retool vmntvnodescan()...
2005-04-20 Chris PresseyStyle(9) cleanup: use ANSI format for function definitions.
2005-04-20 Chris PresseyMake comments about bpf_validate()'s behaviour reflect...
2005-04-20 Joerg SonnenbergerUse get_approximate_time_t().
2005-04-20 Joerg SonnenbergerAdd support for ServerWorks chipsets.
2005-04-20 Hiten PandyaFix whitespace in copyright dates.
2005-04-20 Hiten PandyaAdd bpf_mtap_family(9) which allows the client to speci...
2005-04-20 Jeffrey Hsusbappend() is called by stream-oriented as well as...
2005-04-20 Joerg SonnenbergerCorrect a bug in the positive 32bit overflow handling...
2005-04-19 Sascha WildnerFix a buildkernel warning by properly initializing...
2005-04-19 Sascha WildnerChange herz to hertz.
2005-04-19 Matthew DillonAbstract out the routines which manipulate the mountlist.
2005-04-19 Joerg SonnenbergerMerge from vendor branch NTPD:
2005-04-19 Joerg SonnenbergerMerge from vendor branch NTPD:
2005-04-18 Jeffrey HsuPrefer TAILQ_EMPTY() to null-check on the result of...
2005-04-18 Jeffrey HsuDefer assigning to the forwarding route variable until...
2005-04-18 Jeffrey HsuMinor cosmetic cleanups. Use the canonical name "ro...
2005-04-18 Jeffrey HsuUse a larger initial window size when restarting after...
2005-04-18 Joerg SonnenbergerMerge from vendor branch NTPD:
2005-04-18 Joerg SonnenbergerSwitch IP divert from mbuf based tagging to mbuf tags.
2005-04-18 Joerg SonnenbergerMake kern.ntp.permanent specify the frequency correctio...
2005-04-18 Matthew Dillonstaticize lwkt_reqtoken_remote().
2005-04-18 Matthew DillonFix a bug in the last commit. A FIFO calculation was...
next