]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2009-05-05 Stanislav Sedov- Add support for PXA270 cpu.
2009-05-05 Marko ZecChange the curvnet variable from a global const struct...
2009-05-05 Jamie GrittonAdd a constant PR_MAXMETHOD to better define the jail...
2009-05-05 Alexander MotinDo not try to initialize LAPIC timer if we are not...
2009-05-04 John BaldwinAlways compute the root of the kernel source tree and...
2009-05-04 Jamie GrittonMark Linux MIB sysctls MPSAFE.
2009-05-04 Ed SchoutenOur grantpt(3) and unlockpt(3) don't comply with POSIX.
2009-05-04 Jung-uk KimUnlock the largest standard CPUID on Intel CPUs for...
2009-05-04 Ulf Lilleengen- Make the gvinum softc invisible to userland, as it...
2009-05-04 Rick Macklem Add the experimental nfs subtree to the kernel, that...
2009-05-04 Ed SchoutenRemove unneeded check for SESS_LEADER().
2009-05-04 Alexander MotinOops, sorry. Fix for fix.
2009-05-04 Alexander MotinThere is no atrtc driver in pc98, so hide atrtcclock_di...
2009-05-04 Ed SchoutenFix whitespace and sorting in Symbol.map.
2009-05-04 Alan CoxEliminate vnode_pager_input_smlfs()'s pointless call...
2009-05-04 Robert WatsonRemove redundant NFSMNT_NFSV3 check in DTrace hooks...
2009-05-04 Robert WatsonFix typo in comment.
2009-05-04 David E. O... This belongs in //svn.freebsd.org/base/vendor/file...
2009-05-04 David E. O... Merge vendor/file/dist@191739, bringing FILE 5.00 to...
2009-05-03 Andrew ThompsonRelax the condition for printing the lost state transit...
2009-05-03 Alexander MotinRename statclock_disable variable to atrtcclock_disable...
2009-05-03 Alexander MotinMake dev.cpu.X.cx_usage sysctl also report current...
2009-05-03 Alexander MotinRemove unused variable and fix spelling in comment.
2009-05-03 Warner LoshBring in Andrew Thompson's port of Sepherosa Ziehau...
2009-05-03 Yoshihiro TakahashiMFi386: revision 191745
2009-05-02 Alexander MotinAvoid comparing negative signed to positive unsignad...
2009-05-02 Kip Macyfix XEN compilation
2009-05-02 Sam Lefflerdon't say "ac WME_AC_BE"; remove "ac"
2009-05-02 Sam Lefflerpromote ieee80211_seq typedef
2009-05-02 Sam Lefflero dump tx/rx seq#'s for qos tid's
2009-05-02 Sam Lefflerwhitespace
2009-05-02 Sam Lefflermake superg/fast-frames state dynamically-allocated...
2009-05-02 Andrew ThompsonCreate a taskqueue for each wireless interface which...
2009-05-02 Alexander MotinAdd support for using i8254 and rtc timers as event...
2009-05-02 Alexander MotinAdd support for using i8254 and rtc timers as event...
2009-05-02 Hiroki SatoFix typos:
2009-05-02 Dmitry ChaginLinux socketpair() call expects explicit specified...
2009-05-02 Dmitry ChaginMove extern variable definitions to the header file.
2009-05-02 David E. O... Virgin import of Christos Zoulas's FILE 5.00.
2009-05-02 Marko ZecMake indentation more uniform accross vnet container...
2009-05-02 Roman DivackyMention -h in usage() and manpage. Rename term_{r,e...
2009-05-02 David E. O... Virgin import of Christos Zoulas's FILE 5.00.
2009-05-02 Alan CoxA variety of changes:
2009-05-02 Marko ZecUnbreak options VIMAGE + nooptions INVARIANTS kernel...
2009-05-01 Alexander MotinAdd resume methods to i8254 and atrtc devices.
2009-05-01 Sam Lefflerrevert wip
2009-05-01 Robert WatsonRename MAC Framework-internal macros used to invoke...
2009-05-01 Alexander MotinSmall addition to r191720.
2009-05-01 Andrew ThompsonReorder the bridge add and delete routines to avoid...
2009-05-01 Sam Lefflero add uath
2009-05-01 Sam Leffleradd more tdma fixed rate defaults
2009-05-01 Sam Leffleradd uath; sort usb wireless drivers
2009-05-01 Sam Leffleradd uath
2009-05-01 Sam Leffleradd ralfw
2009-05-01 Alexander MotinUse value -1 instead of 0 for marking unused APIC vecto...
2009-05-01 Dmitry ChaginReimplement futexes.
2009-05-01 Bruce M SimpsonLimit scope of acquisition of INP_RLOCK for multicast...
2009-05-01 Alexander MotinImprove kernel dumping reliability for busy ATA channels:
2009-05-01 Pyun YongHyeonSeparate multicast filtering of SysKonnect GENESIS...
2009-04-30 Jamie GrittonDon't call the OSD destructor if the data slot is NULL
2009-04-30 Andrew ThompsonWe need to ref the bss node when sending the beacon...
2009-04-30 Jung-uk Kim- Fix divide-by-zero panic when SMP kernel is used...
2009-04-30 Jung-uk KimFix off-by-one bug. S5 state must be checked as well.
2009-04-30 Maxim Konovalovo OpenBSD 4.5 added.
2009-04-30 Jung-uk KimFix style(9).
2009-04-30 Jung-uk KimPrefer device_printf() over printf() where ever possible.
2009-04-30 Jung-uk KimGeneral sleep state change clean up.
2009-04-30 Andrew ThompsonDo no spam the ifconfig output for the aggregated inter...
2009-04-30 Andrew ThompsonUse the flowid if its available for selecting the tx...
2009-04-30 Ruslan ErmilovFixed multi-byte character support to actually work.
2009-04-30 Marko ZecPermit buiding kernels with options VIMAGE, restricted...
2009-04-30 Ruslan ErmilovFixed missing dependency.
2009-04-30 Maxim Konovalovo Correct ng_hole(4) control messages names.
2009-04-30 Maxim Konovalovo NetBSD 5.0 added.
2009-04-30 Warner LoshReport the next directory being scanned when a ^T is...
2009-04-29 Jeff Roberson - Fix non-SMP build by encapsulating idle spin logic...
2009-04-29 Jamie GrittonRegen for new jail system calls in r191673.
2009-04-29 Alexander MotinAdd experimental support for SATA interface power manag...
2009-04-29 Jamie GrittonIntroduce the extensible jail framework, using the...
2009-04-29 Bruce M SimpsonBite the bullet, and make the IPv6 SSM and MLDv2 mega...
2009-04-29 Jamie GrittonSome non-functional changes: whitespace, KASSERT string...
2009-04-29 Warner LoshImplement ^T support for rm: now it will report the...
2009-04-29 Jamie GrittonWith the permission of phk@ change the license on remai...
2009-04-29 Bruce M SimpsonAdd MLDv2 protocol header, but do not connect it to...
2009-04-29 Bruce M SimpsonImport IPv6 SSM module but do not connect it to the...
2009-04-29 Bruce M SimpsonStub out IN6_LOOKUP_MULTI() for GETSPI requests, for...
2009-04-29 Bruce M SimpsonAdd IN6ADDR_LINKLOCAL_ALLV2ROUTERS_INIT, in6addr_linklo...
2009-04-29 Bruce M SimpsonAdd MLDv2 prototypes and defines.
2009-04-29 Bruce M SimpsonUse KTR_INET for MROUTING CTRs.
2009-04-29 Bruce M SimpsonCut over to KTR_INET for CTR.
2009-04-29 Bruce M SimpsonDo not assume that ip6_moptions is always set, it is
2009-04-29 Bruce M SimpsonFix a problem whereby enqueued IGMPv3 filter list chang...
2009-04-29 Edward Tomasz... Slightly improve gjournal documentation.
2009-04-29 Bruce M SimpsonGrab a VIMAGE module ID for MLDv2.
2009-04-29 Bruce M SimpsonFix an obvious bug in getsourcefilter()'s use of struct...
2009-04-29 Bruce M SimpsonGrab KTR_SPARE1 and KTR_SPARE5 for KTR_INET and KTR_INET6
2009-04-29 Bruce M SimpsonAdd MLDv2 statistic IDs to netstat for IPv6 stack.
2009-04-29 Bruce M SimpsonMerge IPv6-capable mtest(8) from MLDv2 branch.
2009-04-29 Jeff Roberson - Add support for cpuid leaf 0xb. This allows us...
2009-04-29 Jeff Roberson - Fix the FBSDID line.
next