Remove some commented out warnings.
[dragonfly.git] / sys /
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.
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...
next