Make a special libc version for RTLD which doesn't use TLS as it will
[dragonfly.git] / sys /
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...
2005-04-16 YONETANI TomokazuAdd a debug knob debug.acpi.avoid.paths, a variant...
2005-04-15 Matthew DillonImplement Red-Black trees for the vnode clean/dirty...
2005-04-15 Matthew DillonZero the whole structure, not just the name, so we...
2005-04-15 Joerg SonnenbergerFix the parameter order of __stack_smash_handler. Also...
2005-04-15 Joerg SonnenbergerExtend a local buffer to workarond a buffer overflow...
2005-04-15 Joerg SonnenbergerFix a small stack disclosure in ifconf().
2005-04-14 Eirik NygaardA few more instances of leaf that should be leap.
2005-04-14 Joerg Sonnenbergerleap second, not leaf second. fix totally stupid, but...
2005-04-14 Joerg SonnenbergerMerge from vendor branch NTPD:
2005-04-14 Joerg Sonnenbergerwether ==> whether
2005-04-14 Joerg SonnenbergerSimplified NTP kernel interface:
2005-04-13 Matthew DillonOnly bump the switch_count counter when lwkt_switch...
2005-04-13 Matthew DillonOptimize lwkt_send_ipiq() - the IPI based inter-cpu...
2005-04-12 Max OkumotoInsert a '#' between the .else directive and the follow...
2005-04-11 Hiten PandyaIck! Seems I was under a placebo, correct a last minut...
2005-04-11 Hiten PandyaMechanical cleanup of IP per-cpu statistics code, bette...
2005-04-11 Hiten PandyaForced commit to note previous change, of introducing...
2005-04-11 Hiten PandyaRemove the '_GD' macro hack:
2005-04-11 Hiten PandyaMechanical cleanup of TCP per-cpu statistics code,...
2005-04-11 Hiten PandyaAdd 'mycpuid', a #define for accessing mycpu->gd_cpuid.
2005-04-11 Matthew DillonClearly state when ACPI is overriding APM's device...
2005-04-08 Joerg SonnenbergerSimply the loop based on the knowledge that fd <= fdp...
2005-04-08 Joerg SonnenbergerRegen.
2005-04-08 Joerg SonnenbergerAdd closefrom(2) syscall. It closes all file descriptor...
2005-04-08 Matthew DillonBump HEAD's official release #define to 130000.
2005-04-08 Matthew DillonThe release is 1.2, bump the HEAD of the tree to 1...
2005-04-08 Matthew DillonThe cdrom MNT_ROOTFS check was interfering with the...
2005-04-06 Matthew DillonCorrect an NFS bug related to ftruncate() operations...
2005-04-05 Matthew DillonAdd some minor in-code documentation.
2005-04-05 Matthew DillonAdd cases for the nvidia nForce3 PRO and PRO S1. Who...
2005-04-05 Matthew DillonMake sure neither the boot loader nor the kernel is...
2005-04-05 Matthew DillonAutomatically calculate the kernel revision for release...
2005-04-05 Matthew DillonApply same bug fix as last commit to IPV6.
2005-04-05 Matthew DillonFix a bug in the distributed PCB wildcardhash code...
2005-04-04 Joerg SonnenbergerSync nv(4) with nvnet-src-20050312.
2005-04-04 Joerg SonnenbergerReplace TIMER_USE_1 kernel option with hw.i8254.walltim...
2005-04-04 Joerg SonnenbergerWhen ALTQ was detached from an interface queue, the...
2005-04-03 Matthew DillonA cache invalidation race that generates a warning...
2005-04-02 Joerg SonnenbergerSplit pcm into the generic framework (pcm) and the...
2005-04-02 Joerg SonnenbergerRemove VoxWare related entries, don't list drivers...
2005-04-02 Joerg SonnenbergerRemove reminders of VoxWare.
next