]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys
A major overhaul of the CARP implementation. The ip_carp.c was started
[FreeBSD/FreeBSD.git] / sys /
2011-12-16 glebiusA major overhaul of the CARP implementation. The ip_car...
2011-12-16 kibAdd 'findstack' ddb command to search either the thread...
2011-12-16 kibShow the thread kernel stack base address for 'show...
2011-12-16 kibMove kstack_cache_entry into the private header, and...
2011-12-16 edFix typo in macro.
2011-12-16 glebiusFix my braino in description of RADIX_MPATH.
2011-12-16 edProcess a lot of feedback from bde@ on <sys/cdefs.h>:
2011-12-16 npMany updates to cxgbe(4)
2011-12-16 rmacklemPatch the new NFS server in a manner analagous to r2285...
2011-12-16 dimAdd "%option noinput" to aicasm_scan.l and aicasm_macro...
2011-12-15 dimIn sys/contrib/ngatm/netnatm/msg/uni_ie.c, use a more...
2011-12-15 pfgBring in reallocblk to ext2fs.
2011-12-15 alcSimplify the implementation of the identity mapping...
2011-12-15 jhbUse vm_mmap_to_errno().
2011-12-15 glebiusSimplify rtrequest(RTM_ADD): ifa can't be NULL after...
2011-12-15 rajARM pmap fixes:
2011-12-15 theravenAdd a pointless and superfluous GNUism that people...
2011-12-15 glebiusAdd RADIX_MPATH to LINT.
2011-12-15 kevlos/timout/timeout
2011-12-15 alcEliminate vestiges of page coloring.
2011-12-15 delphijHonor NFSv3 commit call (RFC 1813, Section 3.3.21)...
2011-12-15 adrian* Add in the gpio/gpioled drivers into AR91XX_BASE.
2011-12-15 adrianRe-jiggle the GPIO code a little to remove the hard...
2011-12-15 adrianAdd the 11n chipset RF frontends to the linker set...
2011-12-15 adrianPrint out the radio RF version at startup, so I can...
2011-12-15 adrianUse the correct RF version probe routine.
2011-12-15 adrianModify the ACL code slightly to support a few nifty...
2011-12-14 alcCreate large page mappings in pmap_map().
2011-12-14 jillesFix select/poll/kqueue for write on reverse direction...
2011-12-14 jhbAdd a helper API to allow in-kernel code to map portion...
2011-12-14 hselaskyImprove fix for random USB transfer time out.
2011-12-14 pfgMerge ext2_readwrite.c into ext2_vnops.c as done in...
2011-12-14 rajMake *intr{cnt,names} on ARM reside in data section...
2011-12-14 fabientRework the attachement to probe directly on isab(4).
2011-12-14 eadler- The previous commit (r228449) accidentally moved...
2011-12-14 mavAdd PCI IDs for the Intel ICH9M SATA controllers.
2011-12-14 jhbImplement BUS_ADD_CHILD() for the isab(4) driver. ...
2011-12-14 edSlightly alter the C1X definitions in in cdefs.h:
2011-12-14 hselaskyFix for random USB transfer time out.
2011-12-14 hselaskyFix definition of XHCI port power bit.
2011-12-14 npDo not clobber the ingress queue's congestion setting.
2011-12-14 obrienMatch other formatting.
2011-12-14 hselaskyUse usbd_transfer_unsetup() instead of usbd_transfer_st...
2011-12-14 hselaskyStop USB audio transfers early so that any audio applic...
2011-12-14 hselaskyImplement better support for USB controller suspend...
2011-12-13 edChange targ(4) to use cdevpriv, instead of multiple...
2011-12-13 yongariDestroy DMA tag for jumbo RX buffer in device detach.
2011-12-13 yongariBCM5720 performance tweak from Broadcom.
2011-12-13 edReimplement CTASSERT() using _Static_assert().
2011-12-13 edMake support for C1X keywords more complete.
2011-12-13 yongariRework link state tracking and remove superfluous link...
2011-12-13 obrienDisallow various debug.kdb sysctl's when securelevel...
2011-12-13 edReplace `inline static' by `static inline'.
2011-12-13 eadler- Add a sysctl to allow non-root users the ability...
2011-12-13 edReplace __signed by signed.
2011-12-13 edReplace __const by const in all non-contributed source...
2011-12-13 mavFix few bugs in isp(4) target mode support:
2011-12-13 glebiusSome cleanup of BOOTP code. Initially I wanted to just...
2011-12-13 glebiusBelatedly catch up with r151555. in_scrubprefix() also...
2011-12-13 adrianStyle(9) changes.
2011-12-13 eadlerDocument a large number of currently undocumented sysct...
2011-12-12 attilioRevert the approach for skipping lockstat_probe_func...
2011-12-12 eadler- Add support for ASCII art splash screens in TheDraw...
2011-12-12 mdf - Define true and false in sys/types.h for _KERNEL...
2011-12-12 mdfDo not define bool/true/false if the symbols already...
2011-12-12 mdfDo not use the sometimes-reserved work 'bool' for a...
2011-12-12 mdfConsistently use types in e1000 driver code:
2011-12-12 mdfConsistently use types in ixgbe driver code:
2011-12-12 fabientThere's a small set of events on Nehalem, that are...
2011-12-12 fabientAdd VIA microde update support to cpuctl(4) and cpucont...
2011-12-12 kibAdd definitions for GNU-specific STT_GNU_IFUNC symbol...
2011-12-12 avgput sys/systm.h at its proper place or add it if missing
2011-12-12 kibFix printf.
2011-12-12 fabientAdd watchdog support for VIA south bridge chipset.
2011-12-12 avgkern_racct: move sys/systm.h inclusion to its proper...
2011-12-11 avgsyscons: make sc_puts static as it is used only privately
2011-12-11 avgpanic: add a switch and infrastructure for stopping...
2011-12-11 jfvLast change still had an issue, one more time...
2011-12-11 nwhitehornIncrease the available virtual address space for user...
2011-12-11 nwhitehornKeep track of PVO entries in each pmap, which allows...
2011-12-11 jfvCorrect LINT build issues in the ioctl code.
2011-12-10 eadler- fix typo
2011-12-10 alcAvoid the possibility of integer overflow in the calcul...
2011-12-10 jfvFix NETMAP code problem in the build.
2011-12-10 pjdMove ru_inblock increment into arc_read_nolock() so...
2011-12-10 tuexenFix a bug reported by Irene Ruengeler which resulted...
2011-12-10 jfvPart 2 of 2 New deltas for the 1G drivers.
2011-12-10 jfvPart 1 of two parts, this is the shared code changes in
2011-12-09 yongariFreeBSD driver does not require arpcom structure in...
2011-12-09 brooksRemove the unused if_free_type() function.
2011-12-09 kibTypo.
2011-12-09 yongariAnnounce flow control ability to PHY driver and enable...
2011-12-09 yongariRemove unnecessary definition of ET_PCIR_BAR. Controll...
2011-12-09 pjdThe vfs.zfs.txg.timeout sysctl can be safely modified...
2011-12-09 yongariDo not disable interrupt without knowing whether the...
2011-12-09 jhbExplicitly use curthread while manipulating td_fpop...
2011-12-09 phoMove cpu_set_upcall(newtd, td) up before the first...
2011-12-08 eadler- Add support for Support SEAGATE DAT Scopion 130
2011-12-08 eadler- Fix ktrace leakage if error is set
2011-12-07 yongariDisable all clocks and put PHY into COMA before enterin...
next