Merge from vendor branch NTPD:
[dragonfly.git] / sys /
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.
2005-04-02 Matthew DillonThe vnode recycler was not handling a hardlinking case...
2005-04-02 Joerg SonnenbergerMove the processing of flags out of the loop. The excep...
2005-04-02 Joerg SonnenbergerMove the processing of malloc flags out of the loop...
2005-04-01 YONETANI TomokazuMove unused version into Attic. Remove DragonFly_Stable...
2005-03-31 Matthew DillonMove the setting of sopt->sopt_dir down into the lower...
2005-03-31 Joerg SonnenbergerFix non-BPF declaration of bpf_ptap, it was out-of...
2005-03-31 Jeffrey HsuA kludge to always give the driver a second chance...
2005-03-30 Sascha WildnerFix typo.
2005-03-29 Joerg SonnenbergerRemove tcb_size and flag argument for _rtld_allocate_tls,
2005-03-29 Joerg SonnenbergerCleanup the TLS implementation:
2005-03-29 David RhodusMerge from vendor branch HEIMDAL:
2005-03-29 David RhodusRemove some uses of the SCARG macro.
2005-03-28 Sascha WildnerGive syscons its own malloc_type and remove some unnece...
2005-03-28 Jeffrey HsuKeep a hint for the last packet in the singly-linked...
2005-03-28 Joerg SonnenbergerSeparate M_NULLOK from M_RNOWAIT.
2005-03-28 David RhodusMerge from vendor branch HEIMDAL:
2005-03-28 Joerg SonnenbergerRemove the pre-NEWPCM sound drivers and the speaker...
2005-03-28 Joerg SonnenbergerRemove redundant panic.
2005-03-28 Matthew DillonCleanup and retool portions of the TLS support and...
2005-03-27 Matthew DillonDo a better job distributing RPC requests on the NFS...
2005-03-27 Matthew DillonFix a bug where the main system clock stops operating...
2005-03-24 Matthew DillonFix a server-side TCP NFS mount stream sequencing probl...
2005-03-24 Joerg SonnenbergerLicense typo.
2005-03-24 Matthew DillonHave the server complain if the NFS rpc stream from...
2005-03-23 Matthew DillonRemove an assertion in bundirty() that requires the...
2005-03-23 Matthew DillonAdditional note to last commit. GCC-3.4 improperly...
2005-03-23 Joerg SonnenbergerUse the correct type in va_arg call, char is promoted...
2005-03-23 Jeffrey HsuEliminate a redundant variable assignment.
2005-03-23 Jeffrey HsuWe can only do upper-layer protocol length checks on...
2005-03-23 Matthew DillonCorrect the th_off check against ip_len. The check...
2005-03-23 Matthew DillonBecause destroy_all_dev() checks the mask/match against...
2005-03-23 Matthew DillonAllow an info.size field of -1 to indicate that the...
2005-03-22 David XuDon't restart a timeout wait, one can periodically...
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...
next