]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys
Replace a proliferation of buggy MD implementations of modf() with a
[FreeBSD/FreeBSD.git] / sys /
2011-10-20 pjdWith LOADER_MBR_SUPPORT defined and LOADER_GPT_SUPPORT...
2011-10-20 pjd- Correctly read gang header from raidz.
2011-10-19 pjdFix missing return when LOADER_GPT_SUPPORT is defined...
2011-10-19 pjdAlways pass data size for checksum verification functio...
2011-10-19 pjdNever pass NULL block pointer when reading. This is...
2011-10-19 pjdDon't mark vdev as healthy too soon, so we won't try...
2011-10-19 pjdInitialize 'rc' properly before using it. This error...
2011-10-19 pjdRemove redundant size calculation.
2011-10-19 kensmithAdd a warning about why sbp(4) is commented out so...
2011-10-19 jchandraKeep FDT options commented until dtc is build by defaul...
2011-10-19 bzFix recursive pf locking leading to panics. Splatter...
2011-10-19 bzDe-virtualize the pf_task_mtx lock. At the current...
2011-10-19 bzAdjust the PF_ASSERT() macro to what we usually use...
2011-10-19 hselaskyAdd new USB IDs to RUN driver. Update usb.conf.
2011-10-19 bzIn the non-FreeBSD case we do not expect PF_LOCK and...
2011-10-19 bzPseudo interfaces should go at SI_SUB_PSEUDO. However...
2011-10-19 bzFix an obvious locking bug where we would lock again...
2011-10-19 bzFix a bug when NPFSYNC > 0 that on FreeBSD we would...
2011-10-19 bzFix indentation in a loop and a tiny maze of #ifdefs...
2011-10-19 fabientAdd missing DEBUG define from r226514.
2011-10-18 mariusAllow to dump on Solaris swap partitions.
2011-10-18 jchandraFix wakeup latency when sleeping with 'wait'
2011-10-18 fabientAdd a flush of the current PMC log buffer before displa...
2011-10-18 jchandraFix XLP compile failure on n32 abi.
2011-10-18 mmImport fix for Illumos bug #1475 to reduce diff against...
2011-10-18 kensmithComment out the sbp(4) driver for architectures that...
2011-10-18 desLook for /boot/config in addition to /boot.config,...
2011-10-18 jchandraSupport for booting XLP using FDT.
2011-10-18 edGet rid of D_PSEUDO.
2011-10-18 desTrace attempts to call restricted MD syscalls.
2011-10-18 desTrace attempts to open a portal device.
2011-10-18 jchandraFDT support for MIPS.
2011-10-18 desRevisit the capability failure trace points. The initi...
2011-10-18 adrianAdd in a currently-disabled WAR for PCI NICs.
2011-10-18 adrianAdd a WAR from the reference code - clear the PCI error...
2011-10-18 adrianPort over some missing code from the ar5212 reference...
2011-10-18 adrianImplement the first part of the BB read workaround.
2011-10-18 adrianAdd in OS_REG_BIT_SET, a macro which does what it says...
2011-10-18 adrianInclude opt_ah.h when compiling the driver.
2011-10-17 delphijFix a bug in sa_find_sizes() which could lead to panic:
2011-10-17 yongariMake sure to report media change status to caller....
2011-10-17 yongariAdd missing driver lock in media status handler.
2011-10-17 yongariClose a race where SIOCGIFMEDIA ioctl get inconsistent...
2011-10-17 yongariClose a race where SIOCGIFMEDIA ioctl get inconsistent...
2011-10-17 edFix whitespace.
2011-10-17 delphijReturn BUS_PROBE_DEFAULT instead of 0 (BUS_PROBE_SPECIF...
2011-10-17 adrianDon't enable the PHY radar errors in calcrxfilter.
2011-10-17 bzFix build after r226465.
2011-10-17 jchandraFDT changes for 64 bit kernel
2011-10-17 adrianFix an issue with 11g beacon frames which looks to...
2011-10-17 jchandraFix for crash on MIPS /dev/mem read.
2011-10-17 bzAdd syntactic sugar missed in r226437 and then not...
2011-10-16 qingliThe code change made in r226040 was incomplete and...
2011-10-16 marcelDefine dtrace_cmpset_long in terms of atomic_cmpset_long
2011-10-16 qingliThe IPv6 code was influx at the time of r196865 due...
2011-10-16 nwhitehornAdd support for special keys (volume/brightness/eject...
2011-10-16 andreMove the tcp_sendspace and tcp_recvspace sysctl's from
2011-10-16 andreRemove the ss_fltsz and ss_fltsz_local sysctl's which...
2011-10-16 hrsFix a problem that an interface unexpectedly becomes...
2011-10-16 cognetFix 2 bugs :
2011-10-16 bruefferRevert r226398 and instead move the allocation of usrbu...
2011-10-16 cognetExplicitely set ARM_RAS_START and ARM_RAS_END once...
2011-10-16 andreVNET virtualize tcp_sendspace/tcp_recvspace and change the
2011-10-16 eadler- change "is is" to "is" or "it is"
2011-10-16 marcelFix double vision syndrome (read: double output) when...
2011-10-16 andreUpdate the comment and description of tcp_sendspace...
2011-10-16 edForward declare mbuf and inpcb.
2011-10-16 edChange ncp_scan_bindery_object() to pass a constant...
2011-10-15 nwhitehornEnforce a memory barrier in stream operations, as is...
2011-10-15 bruefferProperly free resources in case of an error.
2011-10-15 eadler- add support for I-O DATA RSA-PCI2/R
2011-10-15 glebiusAdd support for IPv4 /31 prefixes, as described in...
2011-10-15 glebiusRemove last remnants of classful addressing:
2011-10-15 bruefferProperly free resources in an error case.
2011-10-15 kibControl the execution permission of the readable segmen...
2011-10-15 mariusMerge from NetBSD:
2011-10-14 glebiusNever switch directly from INIT to MASTER, since this...
2011-10-14 jhbFix a typo in a comment.
2011-10-14 jhbRegen.
2011-10-14 jhbUse PAIR32TO64() for the offset and length parameters to
2011-10-14 adrianath_pci PCI setup fixes.
2011-10-13 marcelUse PTRIN().
2011-10-13 mariusMerge from r225950:
2011-10-13 marcelWrap mprotect(2) so that we can add execute permissions...
2011-10-13 marcelWrap mprotect(2)
2011-10-13 marcelIn freebsd32_mmap() and when compiling for amd64 or...
2011-10-13 bschmidtFix bmiss notifications, events should be sent when...
2011-10-13 marcelIn sys_obreak() and when compiling for amd64 or ia64...
2011-10-13 marcelIn elf32_trans_prot() and when compiling for amd64...
2011-10-13 edLink the demo application against ncursesw to make...
2011-10-13 glebiusUse TAILQ_FOREACH() in the nd6_dad_find() instead of...
2011-10-13 glebiusDe-spl(9).
2011-10-13 glebiusRestore functions in6_ifaddloop() and in6_ifremloop...
2011-10-12 thompsaName these gpio pins better, they are on an external...
2011-10-12 thompsaDont just set the pin high when turning on output,...
2011-10-12 npMake sure the inp wasn't dropped when rexmt let go...
2011-10-12 glebiusMake memguard(9) capable to guard uma(9) allocations.
2011-10-12 jhbIf an allocation for a specific resource range fails...
2011-10-12 rwatsonCorrect a bug in export of capability-related informati...
2011-10-12 adrianFix an unused variable warning/error when invariants...
next