]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2009-04-10 jfvAdd ixgbe to the GENERIC amd64 kernel in place of the
2009-04-10 jfvAdd additional file to ixgbe files list, and uncomment...
2009-04-10 jfvAdd support file for 82599 in Makefile
2009-04-10 jfvUpdate the ixgbe driver to 1.7.4, this includes support
2009-04-10 jfvThis delta syncs the em and igb drivers with Intel,
2009-04-09 emasteInclude a space between "send" and "broadcast".
2009-04-09 emaxWhitespace nitpicking
2009-04-09 emaxIntroduce KB_POLLED flag to struct keyboard's kb_flags...
2009-04-09 emaxRemove obsolete/bogus layering.
2009-04-09 samcheck the method pointer before invoking ah_eepromDetac...
2009-04-09 luigiBump version after changes in the userland/kernel ABI...
2009-04-09 luigiAdd emulation of delay profiles, which lets you model...
2009-04-09 ruRemoved more vestiges of if_sl(4).
2009-04-09 delphijUse DEVICE_SHUTDOWN(9) mechanism for shutdown handler.
2009-04-08 marcelDon't use pmap_kextact() when comparing bus handles...
2009-04-08 emaxUndo SVN rev 183283
2009-04-08 edAdd C++ operators to operator(7) manual page.
2009-04-08 edAlso remove the unused __word_swap_int*() macros.
2009-04-08 edImplement __bswap16() without using inline assembly.
2009-04-08 zecA belated note on layout change of certain V_ containers.
2009-04-08 maximo Grammar.
2009-04-08 samo add a capability for drivers that require 802.3 encap...
2009-04-08 marcelDon't use hexadecimal in the EBR partition names, becau...
2009-04-08 samremove unused struct member
2009-04-08 edFix tty_wait_background() to comply with standards.
2009-04-08 luigiVarious cleanup of text, moving a couple of paragraphs
2009-04-08 rajMinor description fix.
2009-04-08 rajProperly handle KDB entry in fatal abort. This lets...
2009-04-08 rrsFix a FR bug. When doing PR-SCTP with number rtx
2009-04-08 rrsAdd more padding and a new variable. This will
2009-04-08 piso-don't pass down, to module's fingerprint function...
2009-04-08 nyanMFi386: revision 190617
2009-04-08 desRemove spurious locking in pfs_write().
2009-04-08 weongyoadd uathload.8
2009-04-08 weongyoblock build of uathload on ia64 temporarily because...
2009-04-08 marcelFix hangs caused by hardware that signals receive errors
2009-04-07 rnolandcheck offsets for R300_ZB_ZPASS_ADDR
2009-04-07 delphijAdd the following media types as supported by bce(4):
2009-04-07 rnolandAdd regs required for occlusion queries support
2009-04-07 rwatsonNul-terminate strings in the VFS name cache, which...
2009-04-07 obrienMove variable externs into extern.h so they are checked...
2009-04-07 emaste- Use gdb-* glob instead of gdb-6.1.1, to simplify...
2009-04-07 bruefferRemove superfluous dot.
2009-04-07 bruefferAutogenerate hardware notes for the uath(4) driver.
2009-04-07 bruefferReword the HARDWARE section so uath(4) can actually...
2009-04-07 bruefferMdoc cleanup.
2009-04-07 bruefferMove an "end list" macro to the right place.
2009-04-07 fjoeAvoid infinite loops when remaking makefiles not only
2009-04-07 edImprove clarity: if (a && (b ? b : c)) -> if (a &&...
2009-04-07 edAdd parentheses to under-parenthesized macro.
2009-04-07 edDon't explicitly force ecx to be used for MSR_FSBASE...
2009-04-07 rmacklem Adding sys/nfs/nfssvc.h and sys/nfs/nfs_nfssvc.c in...
2009-04-07 jkimRewrite SMBIOS for loader:
2009-04-07 jkimIncrease sprintf(3) buffer size, which I forgot from...
2009-04-07 impMore chip types, and fix a comment.
2009-04-07 delphijWhen multiple cards are present, register a shutdown...
2009-04-07 delphijUpdate driver to vendor's version 1.16 plus some local...
2009-04-07 impFix a comment to match the code.
2009-04-07 desFix an inverted KASSERT. Add similar assertions in...
2009-04-07 impRemove DL10019 workaround, since the code it calls...
2009-04-07 impMove tick to end of file for better code references.
2009-04-07 impThe DL100xx cards have 24k of packet memory, not 16k...
2009-04-07 impApply generic media stuff to pccard case too, when...
2009-04-07 impMinor fixes to comments about media autoselect.
2009-04-07 bzWith the right comparison we get a proper wscale value...
2009-04-07 trhodesRemove contractions, reword a sentence to avoid a doubl...
2009-04-07 traszAdd wide character variants of string manipulations...
2009-04-07 impAnother GlobalVillage card.
2009-04-07 impProvide a generic ifmedia set of routines as a fallback...
2009-04-07 weongyodo not cause a line break in the AUTHORS section.
2009-04-07 sbrunoMinor updates as a precursor to fixing sbp_targ
2009-04-07 weongyoHook uathload up to the build. It's used for loading...
2009-04-07 weongyoAdd uath(4) to the list of supported network interface.
2009-04-07 weongyoAdd an entry for the uath(4) module.
2009-04-06 zec First pass at separating per-vnet initializer...
2009-04-06 marcelAdd support for PowerPC kernel core files. This commit...
2009-04-06 jhbWhen a stale file handle is encountered, purge all...
2009-04-06 jhbAdd opt_kdtrace.h to fix standalone module build.
2009-04-06 jhbChange the default timeout for caching attributes of...
2009-04-06 rrsOk, looking at the solution a bit closer, the level
2009-04-06 desFix ISO8859-15 links for nb_NO / no_NO.
2009-04-06 dasReturn -1 instead of 0 upon reaching EOF. This is somew...
2009-04-06 ru- Added libpcap.so.5 to OLD_LIBS.
2009-04-06 edReduce the dcons polling frequency to 25 Hz.
2009-04-06 weongyoconnect uath.4 to the build.
2009-04-06 weongyoconnect uath(4) to the build. uath(4) should work...
2009-04-06 luigiprovide the absolute path for /etc/rc1
2009-04-06 luigiadd some popular device and comment some potentially...
2009-04-06 rwatsonAdd SDT DTrace probes for namei():
2009-04-06 rrsClass based addressing went out in the early 90's....
2009-04-06 phkOnly raise WARNS to 6 on i386 and amd64, strict alignme...
2009-04-06 kanFix logic in MOD_LOAD handler to call dcons_attach...
2009-04-06 thompsaRemove usb_sw_transfer.[ch] which are now empty after...
2009-04-06 thompsaProvide a better commit log for r190735, forced by...
2009-04-05 kanIf KTR_SUBSYS is compiled in, it does not necessarily...
2009-04-05 edRegenerate src.conf.5.
2009-04-05 edRemove if_ppp(4) and if_sl(4).
2009-04-05 nwhitehornFix the build when KDB is disabled. The second instance...
2009-04-05 pisoRemove pointeless mergeinfo that crept in from r190633.
2009-04-05 phkRemember to clear the ports list before generation...
next