]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys
Regenerate manual pages for OpenSSL 0.9.8p.
[FreeBSD/FreeBSD.git] / sys /
2010-11-22 jhUse g_eventlock to protect against losing wakeups in...
2010-11-22 gallatinFix a TSO checksum bug on mxge(4):
2010-11-22 attilioStyle fix.
2010-11-22 attilioAdd the ability for GDB to printout the thread name...
2010-11-22 zecRemove an apparently redundant CURVNET_SET() / CURVNET_...
2010-11-22 netchildDo not take the process lock. The assignment to u_short...
2010-11-22 zecAllow for MTU sizes of up to ETHER_MAX_LEN_JUMBO (i...
2010-11-22 netchildRemove trailing dot from the unimplemented futex messag...
2010-11-22 cpercivaIn tc_windup, handle the case where the previous call...
2010-11-22 netchildBy using the 32-bit Linux version of Sun's Java Develop...
2010-11-22 cpercivaIn xen_get_timecount, return the full ns-precision...
2010-11-22 davidxuUse atomic instruction to set _has_writer, otherwise...
2010-11-22 weongyoAdds a USB packet filter feature to the stack that...
2010-11-21 bzAdd a missing ';' and change the debugging sysctl from...
2010-11-21 kibEliminate the mab, maf arrays and related variables.
2010-11-21 obrienAdd lex and yacc sources to things cscope'd.
2010-11-21 obrienAdd x86 to ALL_ARCH.
2010-11-20 alcOptimize vm_object_terminate().
2010-11-20 cpercivaUnifdef XEN. This file is only compiled with the XEN...
2010-11-20 cpercivaAdd VTOM(va) macro as xpmap_ptom(VTOP(va)) to convert...
2010-11-20 andreastCheck the OF_getprop() return value before proceeding...
2010-11-20 mckusickDelete /sys/ufs/ffs/README.snapshot as it is no longer...
2010-11-20 kibThe runlen returned from vm_pageout_flush() might be...
2010-11-20 bzIn case of an early return from the function there...
2010-11-20 lstewartFix a minor code redundancy nit.
2010-11-20 lstewartWhen enabling or disabling SIFTR with a VIMAGE kernel...
2010-11-19 kibRemove prtactive variable and related printf()s in...
2010-11-19 attilioScan the list in reverse order for the shutdown handler...
2010-11-19 jhbSet the POSIX semaphore capability when the semaphore...
2010-11-19 jhbSet various POSIX capability sysctls to the version...
2010-11-19 alcReduce the amount of detail printed by vm_page_free_toq...
2010-11-19 cpercivaMake pmap_release consistent with pmap_pinit with respe...
2010-11-19 avgspecialreg.h: add definitions for MPERF/APERF pair...
2010-11-19 avgspecialreg.h: add AMD-specific "Hardware Configuration...
2010-11-19 avgspecialreg.h: add definition for AMD Core Performance...
2010-11-19 mlaierOff by one page in vm_reserv_reclaim_contig(): Also...
2010-11-18 jhbVarious small typos and grammar nits in comments.
2010-11-18 cpercivaMake pmap_release match pmap_pinit by invoking pmap_qre...
2010-11-18 kibvm_pageout_flush() might cache the pages that finished...
2010-11-18 cpercivaDon't KASSERT in pmap_release that
2010-11-18 kibOnly increment object generation count when inserting...
2010-11-18 mavMake ATA_CAM wrapper to report SATA power management...
2010-11-18 mariusFix a bug introduced with r215298; when atphy_reset...
2010-11-18 mavIf HBA doesn't report user-enabled SATA capabilies...
2010-11-18 mavEven if we are skipping SATA hard reset - set power...
2010-11-18 mavRecord that there is no devices if SATA reset found...
2010-11-18 mavSome VIA SATA controllers provide access to non-standar...
2010-11-17 jhbAdd a resource_list_reserved() method that returns...
2010-11-17 andreastRevert r215435. We need to figure out the exact value...
2010-11-17 andreastCheck the real-mode? OF property to find out whether...
2010-11-17 andreastMove the declaration of the eh struct (used only when...
2010-11-17 andreastMake sure the .bss is cleared at the beginning. The...
2010-11-17 andreastLoad the full 16k stack space.
2010-11-17 gnnAdd new, per connection, statistics for TCP, including:
2010-11-17 yongariMCP55 is the only NVIDIA controller that supports VLAN tag
2010-11-17 mavAdd IDs for VIA VX900 chipset SATA controller.
2010-11-17 mavAdd IDs for VIA VX900 chipset SATA controller.
2010-11-17 kibOnly save FPU context when not executing in the context...
2010-11-17 bzDo not initialize flag variables before needed.
2010-11-17 bschmidtFix a panic on i386 for drivers using MmAllocateContigu...
2010-11-17 bschmidtUse kmem_alloc_contig() to honour the cache_type variable.
2010-11-17 bzNo need to re-initialize the callout. We initially...
2010-11-16 jkimRestore CR0 after MTRR initialization for correctness...
2010-11-16 jkimInvalidate TLBs explicitly. r1.4 of sys/i386/i386...
2010-11-16 tuexenAdd an SCTP socket option to retrieve the number of...
2010-11-16 avgzfs+sendfile: populate all requested pages, not just...
2010-11-16 cognetNo need to include sys/systm.h twice.
2010-11-16 avghwpstate: use CPU_FOREACH when binding to all available...
2010-11-16 avgfix misspelling in a comment
2010-11-16 lstewartMake the CC framework more VIMAGE friendly by adding...
2010-11-16 lstewart- Querying the default CC algo is more common than...
2010-11-16 lstewartMove protocol specific implementation detail out of...
2010-11-16 lstewartOn CC algorithm module unload, we walk the list of...
2010-11-16 lstewartcc_init() should only be run once on system boot, but...
2010-11-16 nwhitehornMake drm(4) build, if not work reliably, on PowerPC.
2010-11-15 jkimRestore the previous behaviour of substring match.
2010-11-15 desRemove no-op assignment.
2010-11-15 jkimPlug memory leakage introduced in r204989.
2010-11-15 yongariPlug memory leakage introduced in r215327.
2010-11-15 mariusConvert drivers somehow missed in r200874 to multipass...
2010-11-15 mariusReturn from mii_attach() after calling bus_generic_atta...
2010-11-15 jhbDon't display option 2 (to toggle ACPI on or off) on...
2010-11-15 impWe no longer need the OUTPUT_FORMAT line, so fix the...
2010-11-15 netchildSome style(9) fixes.
2010-11-15 netchild- print out the PID and program name of the program...
2010-11-15 davidxuOnly unlock process if a thread is found.
2010-11-15 kevloRemove unused struct rue_type
2010-11-15 dougbRemove references to MAKEDEV(8)
2010-11-15 thompsaAdd the Sierra MC8700.
2010-11-15 yongariAdd flow control for all re(4) controllers. re(4) contr...
2010-11-14 yongariAdd flow control for 3C905B and newer controllers....
2010-11-14 yongariP5N32-SLI PREMIUM from ASUSTeK is known to have MSI...
2010-11-14 ddAdd a special INIT product ID used by some models of...
2010-11-14 mariusUse the correct variable for determining the verbosity...
2010-11-14 kibDo not use __FreeBSD_version prefix for the special...
2010-11-14 thompsaProvide a mutex around the read/modify/write of the...
2010-11-14 dimInstead of unconditionally emitting .globl's for the...
2010-11-14 dimApply the STATIC_VNET_DEFINE and STATIC_DPCPU_DEFINE...
2010-11-14 dimAdd macros to define static instances of VNET_DEFINE...
2010-11-14 dimSimilar to sys/net/vnet.h, define the linker set name...
next