]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys
Add a witness sleep warning to canon_path(), which invokes vput() and hence
[FreeBSD/FreeBSD.git] / sys /
2006-12-20 kibIn rev. 1.514, iodone on async buffer may happen before...
2006-12-20 davidxuAdd a lwpid field into per-cpu structure, the lwpid...
2006-12-20 mbrBack out rev. 1.266. The real cause for the recent...
2006-12-20 marius- Use the re_tick() callout instead of if_slowtimo...
2006-12-20 mariusFix a bug originally introduced in rev. 1.74; don't...
2006-12-20 jkimPartially back out rev. 1.148 and use new ETHER_BPF_MTA...
2006-12-20 grehanRemove bogus increment of re-hashed PTEG index. This...
2006-12-20 jkimUse BMSR for link status in one more place and clean...
2006-12-20 jkim- Do not depend on auto negotiation for link speed...
2006-12-19 mbrGiant might have been temporarily dropped while waiting...
2006-12-19 bmsRemove dependency on deprecated if_watchdog ABI.
2006-12-19 ariffFix distorted sound on Fujitsu Siemens AMILO Pa 1510.
2006-12-19 mbrAdd the tp->t_refcnt validity check back. There are...
2006-12-19 davidxuRemove unused sysctls.
2006-12-19 pjdUse pipe_direct_write() optimization only if the data...
2006-12-19 oleg- Add missing callout_drain() call.
2006-12-19 oleg- Fix autonegotiation timer.
2006-12-19 rodrigcFor big-endian version of getulong() macro, cast result...
2006-12-19 rodrigcFix get_ulong() macro on AMD64 (or any little-endian...
2006-12-18 mjacobRestore revision 1.126 that got accidentally nuked.
2006-12-18 mjacobAdd back some CAM_NEW_TRAN code to make backporting...
2006-12-18 takawataRemove stall comment.
2006-12-18 keramidaSpell "Kensington Thinking Mouse" correctly.
2006-12-18 jkim- Remove stale VPD support and its comment and get...
2006-12-18 takawataOops, I forget to add amd64 as ACPI arch.
2006-12-18 kmacyremove unneeded operations in tsb_set_tte_real - the...
2006-12-18 kmacyadd an interface for passing the entire kernel size...
2006-12-18 kmacyadd new large page sizes for use by shared loader
2006-12-18 kmacybuild new mdesc file
2006-12-18 kmacyadd declaration for new helper function
2006-12-18 kmacyadd helper function for finding a virtual device node...
2006-12-18 takawataHook acpi gadget driver modules to other acpi archs.
2006-12-18 mjacobopt_ah.h ends up copied into a kernelcompile directory...
2006-12-18 mjacobspelling nit
2006-12-18 kmacypush trap conversion up into tl1_trap to further simpli...
2006-12-18 mariusCorrect the previous change:
2006-12-18 kmacySimplify spill/fill fault handling by updating tl1_trap...
2006-12-18 yongariDon't assume IF_LLADDR returns aligned memory address.
2006-12-17 kmacyEvidently neither GENERIC nor kan's config had isa...
2006-12-17 alcOptimize vm_object_split(). Specifically, make the...
2006-12-17 mjacobTry an experiment with using DMA to load firmware into...
2006-12-17 ariffLatest updates for Envy24/24HT. Fix various issues...
2006-12-17 ariffAdd codec id for [1] Realtek ALC888 and [2] Sigmatel...
2006-12-17 ariffAdd support for Nvidia Nforce MCP04 AC97 controller.
2006-12-17 kmacyNewer versions of gcc don't support treating structures...
2006-12-17 kmacyEvidently FreeBSD has long relied on the compiler to...
2006-12-17 kmacyremove TRAP_TRACING code that wasn't getting used
2006-12-17 kmacyvm86_initflags was causing gcc41 and even gcc346 to...
2006-12-17 kmacyGC unused fields in pcpu
2006-12-17 kmacyreplace PCPU_GET(cpuid) with curcpu and PCPU_GET(curthr...
2006-12-17 kmacyeliminate use of curpmap except where protected by...
2006-12-17 kmacymake unmap_perm_addr conform to declaration
2006-12-17 kmacyeliminate extra branches by making better use of branch...
2006-12-17 kmacy- Remove PCPU references by passing field as a referenc...
2006-12-17 kmacyktrace_cv is no longer used - remove
2006-12-17 kmacyCleaner fix for handling declaration of loop variable...
2006-12-16 acheDon't intermix assignments and variable declarations...
2006-12-16 acheFix NULL pointer reference for INVARIANTS case
2006-12-16 rodrigcIn vfs_export(), if we specify MNT_DELEXPORT in the...
2006-12-16 rodrigcAdd a function vfs_deleteopt() which searches through...
2006-12-16 bzIn ip6_sprintf print the addresses in a more common...
2006-12-16 cognetDo not special-case __ARMEB__, we handle that in the...
2006-12-16 rodrigcConvert to ANSI-style function prototypes.
2006-12-16 rwatsonFor now, back out sysv_ipc.c:1.30, which caused shmget...
2006-12-16 ariffMiscellaneous fixups and quirks for ASUS A7M, LG LW20 and
2006-12-16 kmacyProtect consistency of all internal functions in tte_ha...
2006-12-16 kmacytte_hash_resize implicitly expects to be protected...
2006-12-16 alcSimplify the computation of the new object's size in...
2006-12-16 kmacychange PTL trap type name to assist in tracking down...
2006-12-16 kmacy- KASSERT takes two arguments
2006-12-16 kmacycorrect name of number of sleep queues
2006-12-16 mjacobMake some slight reorganization (bringing back in some
2006-12-16 kmacyAdd second sleep queue so that sx and lockmgr can have...
2006-12-16 kmacy- make better use of branch delay slots in exception.S
2006-12-16 mjacobImplement ISP_RESET0 for PCI and SBUS attachments-...
2006-12-16 kmacy- make intent behind skip check clearer
2006-12-16 kmacydon't return directly to copyin and friends when we...
2006-12-16 kmacy- Fix some gcc warnings in lock_profile.h
2006-12-15 flz"Paralleled" should have been "parceled".
2006-12-15 n_hibmaAlign the interfaces for the various watchdogs and...
2006-12-15 umeThis commit was generated by cvs2svn to compensate...
2006-12-15 pavFix typos in comment block
2006-12-15 pisoo made in kernel libalias mpsafe
2006-12-15 rrsThis adds the "system calls"
2006-12-15 ariffFix compilation using gcc 4.1.
2006-12-15 jdpDisable bge MSI support for now. A couple of people...
2006-12-14 jdpAdd MSI support to the bge driver. I tested this on...
2006-12-14 jhbDisable MSI for the Intel E7501 chipset.
2006-12-14 jhbAdd a first pass at a way to blacklist MSI on systems...
2006-12-14 ambriskoSome relatively minor changes and bug fixes:
2006-12-14 bzs,#if INET6,#ifdef INET6,
2006-12-14 rrs1) Fixes on a number of different collision case LOR's.
2006-12-14 jhbReplace #define<space> with #define<tab> so the code...
2006-12-14 kibUse tab after #define.
2006-12-14 kibResolve two deadlocks that could be caused by busy...
2006-12-14 yongariRemove incomplete Yukon II support code which was added...
2006-12-13 alfredUse callouts to prevent races.
2006-12-13 scottlFix recent style problems and expand a comment.
2006-12-13 scottlUse the BGE_IS_* macros consistently. Also add a coupl...
2006-12-13 scottlRemove a redundant write of the firmware reset magic...
next