]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2010-03-23 Nathan WhitehornGet nexus(4) out of the RTC business. The interface...
2010-03-23 Randall StewartFixes a bug where SACKs in the face of
2010-03-23 Nathan WhitehornOpen Firmware on powerpc is generally non-reetrant...
2010-03-23 Nathan WhitehornDo not declare the various OFW command buffers static...
2010-03-23 Marcel MoolenaarActually pass a pointer to the trapframe to powerpc_ext...
2010-03-22 Kip Macy- boot-time size the ipv4 flowtable and the maximum...
2010-03-22 Kip Macy- enable alignment on amd64 only
2010-03-22 Xin LIExpand $FreeBSD$.
2010-03-22 Edwin GroothuisMFV of tzdata2010f:
2010-03-22 Edwin GroothuisVendor import of tzdata2010f:
2010-03-22 Xin LIEnable mmap for minigzip(1).
2010-03-22 Xin LIUpdate to zlib 1.2.4 and add versioned symbols to the
2010-03-22 Jung-uk KimSupport memory wraparound instead of high memory as...
2010-03-22 Marcel Moolenaaro Remove the pmap argument to pmap_invalidate_all...
2010-03-22 Jung-uk KimFix i386 PAE kernel build.
2010-03-22 John BaldwinRemove unneeded type specifiers from 64-bit constants...
2010-03-22 Ed MasteMerge r197455 from amd64:
2010-03-22 Dag-Erling... Forced commit to register MFC reminder.
2010-03-22 Dag-Erling... Merge upstream r432:
2010-03-22 Dag-Erling... Merge upstream r432:
2010-03-22 Marcel MoolenaarDrop the pmap argument to pmap_invalidate_page(). It...
2010-03-22 Marcel MoolenaarWith preemption, the high FP registers may get enabled...
2010-03-22 Marcel MoolenaarFix interrupt handling by extending the critical region...
2010-03-22 Marcel MoolenaarDisable interrupts when calling into SAL for PCI config...
2010-03-22 Marcel MoolenaarDefine curthread as an inline function that loads the...
2010-03-21 Marcel MoolenaarPrint MD fields in the pcpu to aid debugging.
2010-03-21 Marcel MoolenaarDon't include <machine/_regset.h> when _MACHINE_REGSET_...
2010-03-21 Edwin GroothuisReplace -b with -C and -B (as proposed by Alexander).
2010-03-21 Olivier HouchardMake sure we insert and remove the PV entries related...
2010-03-21 Ed SchoutenLet opendir() use O_DIRECTORY.
2010-03-21 Ed SchoutenActually make O_DIRECTORY work.
2010-03-21 Alexander Motin- Spec tells that CCC interrupt is edge triggered....
2010-03-21 Sam Lefflerremove pre-vap examples
2010-03-21 Luigi RizzoAdd a priority-based packet scheduler.
2010-03-21 Konstantin... Correct the type for uio_resid.
2010-03-21 Luigi Rizzono need for ipfw_flush_tables(), we just need ipfw_dest...
2010-03-21 Luigi Rizzorevise documentation
2010-03-21 Alexander MotinAdd some more codec IDs.
2010-03-21 Matt JacobAdd 'rotate' and 'getactive' verbs to provide some...
2010-03-21 Ed MasteAvoid holding the VLAN_LOCK() over the parent interface...
2010-03-21 Marius StroblAvoid aliasing which leads to incorrect results when...
2010-03-21 Marius Strobl- The firmware of Sun Fire V1280 has a misfeature of...
2010-03-21 Alan CoxEliminate a pointless TLB invalidation from pmap_bootst...
2010-03-21 Alan CoxI am told by AMD that the machine check hardware on...
2010-03-20 Marius StroblImprove the KVA space sizing of 186682; on machines...
2010-03-20 Jilles TjoelkerDo not create *.gmon files for PIE executables on i386.
2010-03-20 Marius Strobl- While SPARC V9 allows tininess to be detected either...
2010-03-20 Marius StroblDivision should take both arguments' signs into account...
2010-03-20 Marius StroblFPU_DEBUG requires <stdio.h>.
2010-03-20 Marius StroblEnsure that __fpu_ftox() both returns the high bits...
2010-03-20 Marius Strobl- Remove a bogus forward declaration.
2010-03-20 Kip Macy- spread tcp timer callout load evenly across cpus...
2010-03-20 Gavin AtkinsonFix command example, presumed leftovers of old markup.
2010-03-20 Jaakko HeinonenEscape characters unsafe for XML output in GEOM class...
2010-03-20 Alexander MotinCorrect MAXPHYS and DFLTPHYS description.
2010-03-20 Gavin AtkinsonTweak language to make one point potentially clearer...
2010-03-20 Nathan WhitehornRevisit locking in the 64-bit AIM PMAP. The PVO head...
2010-03-20 Gavin AtkinsonRemove some stale entries from MAINTAINERS:
2010-03-20 Gavin Atkinsonwollman@ has OK'd dropping his maintainership of zic(8)
2010-03-20 Ed SchoutenChop off excessive long hostnames to keep the table...
2010-03-20 Neel NatuSibyte provides a 64-bit read-only counter that counts...
2010-03-20 Neel NatuMake sure that the registers 'v0' and 'v1' are properly...
2010-03-20 Neel NatuGet rid of unused macro MIPS_MEM_RID.
2010-03-20 Neel NatuThis change enables use of physical memory that is...
2010-03-20 Alexander MotinEnable MSI by default for SiI3124.
2010-03-20 Marcel MoolenaarDon't check for boot_verbose in the environment. The...
2010-03-20 Nathan WhitehornLet unin(4) attach to U3 controllers found on G5 machines.
2010-03-20 Warner LoshAdd support for the Samsung S3C2xx0 family of ARM SoCs...
2010-03-19 Jung-uk Kim- Map EBDA if available and add 64KB above 1MB (high...
2010-03-19 Pawel Jakub... The same code is used to import and to create pool.
2010-03-19 Bjoern A. ZeebSplit eventhandler_register() into an internal part...
2010-03-19 Xin LIBack out revision 205307.
2010-03-19 Ed SchoutenSlightly improve my previous commit.
2010-03-19 Andriy Gaponpmap amd64/i386: fix a typo in a comment
2010-03-19 Andriy Gaponvfs_mount.9: drop cross-reference to a removed manual
2010-03-19 John BaldwinUse the same policy for rejecting / not-reject ACPI...
2010-03-19 Ed SchoutenDon't add the atrun-line to the crontab when MK_AT...
2010-03-19 Konstantin... Regen
2010-03-19 Konstantin... Remove empty line.
2010-03-19 Konstantin... Convert aio syscall registration to SYSCALL_INIT_HELPER.
2010-03-19 Konstantin... Implement compat32 shims for mqueuefs.
2010-03-19 Konstantin... Implement compat32 shims for ksem syscalls.
2010-03-19 Konstantin... Move SysV IPC freebsd32 compat shims from freebsd32_mis...
2010-03-19 Konstantin... Move SysV IPC freebsd32 compat shims helpers from freeb...
2010-03-19 Konstantin... Introduce SYSCALL_INIT_HELPER and SYSCALL32_INIT_HELPER...
2010-03-19 Konstantin... FOr SYSCALL_MODULE_HELPER, use "sys/<syscallname>"...
2010-03-19 Konstantin... Make freebsd32_copyiniov() available outside of freebsd...
2010-03-19 Konstantin... Properly handle compat32 calls to sctp generic sendmsd...
2010-03-19 Konstantin... Remove dead statement.
2010-03-19 Konstantin... Fix two style issues.
2010-03-19 Shteryana ShopovaMake sure the snmp_pf module will first refresh its...
2010-03-19 Warner LoshFix typo in comment
2010-03-19 Xin LISSE is enabled by default about 5 years ago so there...
2010-03-18 David Christensen- Added support for 5709S/5716S PHYs.
2010-03-18 David Christensen- Added support for 5709S/5716S PHYs.
2010-03-18 Kip Macyturn 205266 in to a no-op until the problem can be...
2010-03-18 Jung-uk KimDetect illegal access to unmapped memory within real...
2010-03-18 Ed SchoutenProperly progress through the list of IPv6 addresses...
2010-03-18 Doug BartonUpdate to 9.6.2-P1, the latest patchfix release which...
2010-03-18 Doug BartonFor those of us mere mortals who do not aspire to the...
next