]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2009-01-22 Tom RhodesDocument the "-U" option. While it is not part of the
2009-01-22 David SchultzAdd support for multibyte thousands_sep encodings,...
2009-01-22 Jeff Roberson - Update my copyright.
2009-01-22 Takanori WatanabeRename sc_is_pseudo to sc_nobulk member in ufoma_softc.
2009-01-21 John BaldwinAdd locking to ppc and ppbus and mark the whole lot...
2009-01-21 Thomas Abthorpe- Document targets run-depends-list and build-depends...
2009-01-21 Joerg WunschAdd the dresden elektronik SensorTerminalBoard which...
2009-01-21 Jung-uk KimChange __FreeBSD_version to prepare for merging r184102.
2009-01-21 John BaldwinFix a few style bogons.
2009-01-21 Ed SchoutenAdd Unicode rendering to the teken demo application.
2009-01-21 Warner LoshDefault to normal bus timing mode on SD cards. In...
2009-01-21 Warner Losho The f_max is really at91_master_clock / 2, not 30MHz...
2009-01-21 Warner LoshFix minor style nit for file consistency.
2009-01-21 Warner LoshMake the command reporting be under boot verbose.
2009-01-21 Konstantin... Move the code from ufs_lookup.c used to do dotdot looku...
2009-01-21 John BaldwinNow that vfs_markatime() no longer requires an exclusiv...
2009-01-21 John BaldwinMove the VA_MARKATIME flag for VOP_SETATTR() out into...
2009-01-21 Alexander MotinFix copy/paste mistake in variable name. This could...
2009-01-21 Poul-Henning... Latest bulletin C from Daniel GAMBIS: no leap at the...
2009-01-21 Tim KientzleMerge-from-Googlecode r419
2009-01-21 Andrew ThompsonAdd functions WITNESS so it can be asserted that the...
2009-01-21 Sam Lefflercorrect typo that left programmed sifs time in the...
2009-01-20 Maksim YevmenkinFix typo in comment
2009-01-20 Xin LIRename option 'C' to 'D' (damaged) in order to avoid...
2009-01-20 Alexander MotinCheck for infinite recursion possible on some broken...
2009-01-20 Maksim YevmenkinUpdate (well, actually rewrite mostly) ng_ubt2 driver...
2009-01-20 Konstantin... The r187467 should remove all pages for V_NORMAL case...
2009-01-20 Andrew ThompsonDont assume $MACHINE is set, this breaks for regular...
2009-01-20 Jung-uk Kim- Add support for 8110SCe part. Some magic registers...
2009-01-20 Jung-uk KimRetire RL_FLAG_INVMAR bit to match its comment and...
2009-01-20 Jung-uk Kim- Do not read and write RX configuration register multi...
2009-01-20 Luigi RizzoFix a number of (innocuous) warnings, and remove a...
2009-01-20 Alexander MotinImplement MMCBR_IVAR_CAPS. It should better be implemen...
2009-01-20 Roman DivackyRemove inlining of functions that are used mostly in...
2009-01-20 John BaldwinAdd a comment explaining why the "bufwait" / "dirhash...
2009-01-20 Nathan WhitehornFix a race condition in kiic(4) made possible by the...
2009-01-20 Nathan WhitehornSet the wrong softc size when defining the ofw_iicbus...
2009-01-20 Jeff Roberson - Permit timestamps to be as far as 2048 ticks apart...
2009-01-20 Konstantin... The context switch to the 32bit binary does not properl...
2009-01-20 Ed SchoutenProperly implement the VT100 SCS sequences in xterm...
2009-01-20 Konstantin... When extending inode size, we call vnode_pager_setsize...
2009-01-20 Konstantin... FFS puts the extended attributes blocks at the negative...
2009-01-20 Stephen McKayAdd a limit on namecache entries.
2009-01-20 Maxim SobolevTone down warning about the quality of the NTFS VFS...
2009-01-20 Nathan WhitehornChange the probe priority for PCI and I2C generic bus...
2009-01-19 Nathan WhitehornProvide a device description for macio-attached ATA...
2009-01-19 Maksim YevmenkinProperly return error code to the caller. This should...
2009-01-19 Andrew ThompsonSet the pipe pointer before calling usbd_transfer(...
2009-01-19 Alexander MotinAdd two more nVidia HDMI codec IDs.
2009-01-19 Sam Lefflerre-enable wi: was accidentally disabled in r1.502
2009-01-19 Maxim SobolevMention removal of NTFS from GENERIC/amd64.
2009-01-19 Maxim SobolevMention the fact that the NTFS kernel support isn't
2009-01-19 Maxim SobolevIn the CAVEATS section mention the fact that the NTFS...
2009-01-19 Maxim SobolevTake NTFS option out to match i386 GENERIC.
2009-01-19 Maxim Sobolevasr(4) is not amd64-clean, not amr(4).
2009-01-19 Maxim SobolevComment amr(4) out - according to scottl it's not 64...
2009-01-19 Maxim SobolevWhitespace-only: reduce diff to the i386 GENERIC.
2009-01-19 Maxim SobolevAdd asr(4) and stge(4) from i386 GENERIC. Both drivers...
2009-01-19 David Schultz- Add support for multibyte decimal_point encodings...
2009-01-19 David SchultzAdd support for multibyte decimal_point encodings,...
2009-01-19 Pyun YongHyeonSometimes RTL8168B seems to take long time to access...
2009-01-18 Andrew ThompsonAlso strip the machine arch from SRCDIR in case it...
2009-01-18 Alexander MotinIf source mbuf chain consists of only one mbuf, use...
2009-01-18 Alexander MotinTeach m_copyback() to use trailing space of the last...
2009-01-18 Alexander MotinUse m_unshare()+m_copyback() instead of m_freem()+m_dev...
2009-01-18 Stanislav Sedov- Eliminate warnings in debug print macros by explicitl...
2009-01-18 Stanislav Sedov- Whitespace fixes.
2009-01-18 Stanislav Sedov- Obtain inode sizes and location of the first inode...
2009-01-18 Marius StroblAdjust the padding of struct pcpu to r187357.
2009-01-18 Alexander MotinRemove strict limitation on minimal multilink MRRU...
2009-01-18 Alexander MotinFix regression introduced in rev. 173124:
2009-01-18 Ed SchoutenDon't forget to mark the color translation array as...
2009-01-18 Alan CoxCorrect an error in revision 1.170 of this file. When...
2009-01-18 Sam Lefflerremove too noisy DIAGNOSTIC code
2009-01-18 Jeff Roberson - Add summary information to the title once the file...
2009-01-18 Andrew ThompsonJust put the ifnet pointer first in the softc like...
2009-01-18 Jeff Roberson - Significantly speedup hiding and displaying multiple...
2009-01-18 Giorgos KeramidasAdd support for CMedia CMI120.
2009-01-17 Ed SchoutenFix for my previous commit: color mapping is not 1:1.
2009-01-17 Ed SchoutenMake vidcontrol's color setting work again.
2009-01-17 Poul-Henning... Fix typo
2009-01-17 Poul-Henning... Release the evil twin of nanobsd.sh: sysbuild.sh
2009-01-17 David SchultzWhen f[w]printf() is called on an unbuffered file like...
2009-01-17 Alexander MotinConvert battery capacity/rate from mA to mW only when...
2009-01-17 Ed SchoutenAllow experimental libteken features to be tested witho...
2009-01-17 Ed SchoutenFix handling of pts(4) device names in comsat(8). Also...
2009-01-17 Bjoern A. Zeebs,unmount 8,umount 8, it is unmount(2) which I did...
2009-01-17 Dag-Erling... The FTP_TIMEOUT and HTTP_TIMEOUT environment variables...
2009-01-17 Poul-Henning... Bail on ENXIO, you won't get any further any way.
2009-01-17 Jeff Roberson - Add a new source configuration menu option that...
2009-01-17 Jeff Roberson - Rewrite the parser to support the new generic schedg...
2009-01-17 Jeff Roberson - Implement generic macros for producing KTR records...
2009-01-17 David SchultzSimplify printf's inlined output buffering routines...
2009-01-16 John BaldwinDisable decoding of BARs by devices before we trash...
2009-01-16 John BaldwinCorrect the sense of the "use32" terenary operator...
2009-01-16 Sam Lefflerexport PSB frequencies
2009-01-16 Sam Lefflerrevert r187343
2009-01-16 Sam Leffleradd FCC4 SKU to expose Public Safety Band (PSB) frequen...
2009-01-16 Sam LefflerFix 1/2 and 1/4 width channel handling for non-GSM...
2009-01-16 Marius StroblUpdate URL.
next