]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys
Do not include lib/kdfs in future imports.
[FreeBSD/FreeBSD.git] / sys /
2005-02-24 wpaul- Correct one aspect of the driver_object/device_object...
2005-02-24 impReturn BUS_PROBE_DEFAULT instead of 0.
2005-02-24 njlMove acpi_perf and acpi_throttle into acpi.ko. Remove...
2005-02-24 njlBump the maximum number of levels to 64 and add warning...
2005-02-24 njlCorrect an off-by-one error in the number of settings...
2005-02-24 impIntroduce defines for different levels of match in...
2005-02-24 jhbRegen.
2005-02-24 jhbUse msync() to implement msync() for freebsd32 emulatio...
2005-02-24 wpaulCouple of lessons learned during USB driver testing:
2005-02-24 hartiSplit the chip-specific code from the generic Utopia...
2005-02-24 rwatsonRemove an accidental clearing of the new label pointer...
2005-02-24 nyanFix to support Buffalo HYPERMEMORY.
2005-02-24 maximo Move ifcr_count sanity check up and reject negative...
2005-02-24 glebiusFix long lines in comment introduced in previous commit.
2005-02-24 glebiusFix problem when master comes up with one interface...
2005-02-24 alcRevert the first part of revision 1.114 and modify...
2005-02-24 samplug resource leak
2005-02-24 samremove gratuitous null ptr check
2005-02-24 samo nuke duplicate call of dpt_free when dpt_init fails
2005-02-24 sammove ptr deref's to after null ptr checks
2005-02-24 samthe rt parameter to ifa_rtrequest callbacks should...
2005-02-24 samchange m_adj to reclaim unused mbufs instead of zero...
2005-02-24 csjpAdd locking assertions into vn_extattr_set, vn_extattr_...
2005-02-24 csjpDrop bzero and shove the responsibility of zeroing...
2005-02-23 sameliminate dead code
2005-02-23 sameliminate dead code and collapse the remainder
2005-02-23 samavoid potential null ptr derefs
2005-02-23 samremove dead code
2005-02-23 sameliminate potential null deref
2005-02-23 njlAlso remove CPU_ENABLE_TCC from the NOTES build.
2005-02-23 njlRemove the old p4tcc.
2005-02-23 wpaulImplement IoCancelIrp(), IoAcquireCancelSpinLock()...
2005-02-23 njlHook p4tcc up to the module build.
2005-02-23 njlRemove CPU_ENABLE_TCC and hook the cpufreq p4tcc up...
2005-02-23 njlImport a rewrite of p4tcc for the cpufreq(4) framework...
2005-02-23 leCorrectly calculate what to do and how to retry a reque...
2005-02-23 jeff - Enable SMP VFS by default on current. More users...
2005-02-23 sammark timestamp for pending fragments
2005-02-23 trhodesAccording to kern_poll.c, you cannot use DEVICE_POLLING...
2005-02-23 njlIf a register width is less than 8, assume the BIOS...
2005-02-23 jeff - A test in sched_switch() is no longer necessary...
2005-02-23 samkill dead code
2005-02-23 samfix potential invalid index into ip_protox array
2005-02-23 muxUnbreak CARP build on 64-bit architectures.
2005-02-23 jeff - Only the xlock holder should be calling VOP_LOCK...
2005-02-22 jeff - Add a check for xlock in vop_lock_assert. Presently...
2005-02-22 jeff - Add VOP locking asserts in several functions that...
2005-02-22 jhbMFi386: r1.17: Treat pin 0 as IRQ 0 rather than ExtINT...
2005-02-22 impBelkin F5D5020 is an OEM'd card from RACORE based on...
2005-02-22 impAdd a stratigic newline
2005-02-22 jhbAdd a entry for the Compaq R3000Z to indicate that...
2005-02-22 jhb- Add a new quirk to indicate that pin 0 of the first...
2005-02-22 jhbIf mixed mode is not enabled by the APIC enumerator...
2005-02-22 samremove dead code
2005-02-22 impMinor style nits missed in earlier passes
2005-02-22 samremove dead code (inside a DEBUG ifdef)
2005-02-22 phkZero the v_un container field to make sure everything...
2005-02-22 phkGroup the fields in struct vnode by their function...
2005-02-22 phkWe may not have an actual cdev at this point.
2005-02-22 andreBring back the full packet destination manipulation...
2005-02-22 glebiusRemove promisc counter from parent interface in carp_cl...
2005-02-22 phkReap more benefits from DEVFS:
2005-02-22 glebiusTypo in comment.
2005-02-22 phkFollow v_id changes in NFSv[23]
2005-02-22 phkvp->v_id is a private field for the vfs namecache and...
2005-02-22 rwatsonWhen prepending an LCC SNAP header to an atalk outgoing...
2005-02-22 phkUse vn_printf() instead of home-rolling.
2005-02-22 phkvp->v_id is a private field for the vfs namecache and...
2005-02-22 phkMake dev_ref() require the dev_lock() to be held and...
2005-02-22 rwatsonWhen generating a phase II ARP lookup from aarpwhohas...
2005-02-22 rwatsonIn the ddp_output() path, which can be called in a...
2005-02-22 glebius- In if_link_state_change() extract function body from...
2005-02-22 rwatsonConvert the aa_ifaddr timeout to a callout, and run...
2005-02-22 phkRemove vfinddev(), it is generally bogus when faced...
2005-02-22 phkNeuter DRM(mapbufs) until somebody finds time to try...
2005-02-22 glebiusAdd CARP to kernel build.
2005-02-22 phkNeuter linux_ustat() until somebody finds time to try...
2005-02-22 rwatsonWhen invoking callout_init(), spell '1' as "CALLOUT_MPS...
2005-02-22 glebiusAdd CARP (Common Address Redundancy Protocol), which...
2005-02-22 glebiusWe can make code simplier after last change.
2005-02-22 glebiusIn in_pcbconnect_setup() jailed sockets are treated...
2005-02-22 glebiusIn in_pcbconnect_setup() remove a check that route...
2005-02-22 njlIncrease the maximum to wait for a transition from...
2005-02-22 njlSupport disabling individual cpufreq drivers with hints...
2005-02-22 impMFp4: Optimize in/out macros. Cache the handle and...
2005-02-22 greenDo not fail to initialize callouts (on SMP only) -...
2005-02-22 impMinor optimization of calling enable_16bit. We always...
2005-02-22 samremove dead code
2005-02-22 njlSet the start of the cooling time later on, when we...
2005-02-21 njlSince the GPE handler is directly called by ACPI-CA...
2005-02-21 rwatsonIn the current world order, solisten() implements the...
2005-02-21 fjoeBump __FreeBSD_version for vswprintf(3) fix. Some ports...
2005-02-21 mlaierOnly send packet to bpf if we are committed to send...
2005-02-21 mlaierFix a terrible braino in pfi_maybe_destroy() and unbrea...
2005-02-21 mlaierDon't use the static CALLOUT_INITIALIZER for __FreeBSD_...
2005-02-21 rwatsonWhen aborting a UNIX domain socket bind() because VOP_C...
2005-02-21 impMinor style(9)isms.
2005-02-21 scottl- Remove dead code.
2005-02-21 scottlCheck for BIOS version 3.0 as well as 3.1.
2005-02-21 scottlReference a pointer correctly when copying to it's...
next