]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2008-06-07 phkIf we can find it, include SVN version number in kernel...
2008-06-07 keramidaUnbreak last commit to ln for amd64.
2008-06-07 kibFix the incorrect calculation of a block address within...
2008-06-07 jhbWorkaround a bug in the BIOS of Dell R900 machines...
2008-06-07 marcelDocument the new -p and -i options for writing bootstra...
2008-06-06 marcelEnhance the bootcode command to also allow bootcode...
2008-06-06 marcelAdd two support functions:
2008-06-06 peterUpdate description text
2008-06-06 jhb- Store the device_t of the smbX device in the softc.
2008-06-06 jhbExplicitly lock Giant in smbus_if methods in the bktr_i...
2008-06-06 alcEssentially, neither madvise(..., MADV_DONTNEED) nor...
2008-06-06 jhb- Use bus_foo() rather than bus_space_foo() and remove...
2008-06-06 impTweak a comment and a constant to restore old 30ms...
2008-06-06 impo Remove unused cs_debug tunable. I think I added...
2008-06-06 obrienOptimize the CVS bug #17168 fix by relaxing the conditi...
2008-06-06 impForgot to commit these files too :-(
2008-06-06 brianDon't abend if we get ENOMEM from sysctl(3). The data...
2008-06-06 keramidaAdd a -w warning flag to ln(1). When the -w option...
2008-06-06 keramidaTweak rc.firewall to allow incoming limited broadcast...
2008-06-06 impMinor clean up to shave about 1.5k off the size of...
2008-06-06 marcelUpdate the manpage to reflect reality:
2008-06-06 bennoSupport for the XScale PXA255 SoC as found on the Gumst...
2008-06-06 impSimplify error checking when reading the function....
2008-06-06 impcs has detach, remove bogus ifdef.
2008-06-06 bennoThis is a rewritten driver for the SMSC LAN91C111....
2008-06-06 impRemove unused fields in softc. If they are ever really...
2008-06-06 peterAdd more card state dump routines. Decode more bitfiel...
2008-06-06 peterCheckpoint what I've been running for the last year...
2008-06-05 peterUpdate LOCKS syntax.
2008-06-05 mlaierFix range check for rtable id.
2008-06-05 edMake ppp use <termios.h>, not <sys/tty.h>.
2008-06-05 edFix faulty character to control-character conversion...
2008-06-05 brooksFix the wait for default route change I made a few...
2008-06-05 attilioAdd the missing option LK_NOWITNESS for vn_lock / VOP_L...
2008-06-05 attilioAdd the support for the Globetrotter Max 3.6 HSDPA...
2008-06-05 marcelObsolete gpt(8) by replacing it with geom(8). Add the...
2008-06-05 marcelAllow building a static geom(8) for release related...
2008-06-05 obrienOptimize the CVS bug #17168 fix by relaxing the conditi...
2008-06-05 jhbMake the cs(4) driver MPSAFE:
2008-06-05 jhbRename the ie_EE16 module to just 'ie' so that at least...
2008-06-05 jhb- Fix two calls to ieinit() in ieioctl() to call ieinit...
2008-06-05 rafan- ncurses has been updated to 5.6-20080503
2008-06-05 kibWhen devfs_allocv() committed to create new vnode,...
2008-06-05 impFix the media auto code by breaking it :-). Auto now...
2008-06-04 mlaierAdd a newline after usage.
2008-06-04 jhbStyle(9) xe(4). The MD5 sums are different, but compar...
2008-06-04 marcelReplace checks for RESCUE in sources with checks for...
2008-06-04 dwmaloneDe-register declarations.
2008-06-04 jhbGah, always reset the timer for the watchdog check.
2008-06-04 dwmaloneFix a strict aliasing warning - I think it is really...
2008-06-04 jhb- Split the interrupt handler up into separate subrouti...
2008-06-04 philipRecode the colemak keymap to ISO-8859.
2008-06-04 kevloAdd device IDs for Ricoh R5U870-based OEM cameras
2008-06-04 rafan- update maintainer's info per src/MAINTAINERS
2008-06-04 rafan- Associate myself with ncurses
2008-06-04 grehanAdd link register to fatal trap printout to better...
2008-06-04 impo Improve the probe code dealing with interrupts.
2008-06-03 jkim- Replace rcsid with __FBSDID.
2008-06-03 gnnUpdate mctest and its associated script to have a base...
2008-06-03 jhb- Change the watchdog timer logic to match other driver...
2008-06-03 petercvs2svn did not delete this, even though it is empty.
2008-06-03 rdivackyFix the date in the last commit.
2008-06-03 rdivackySwitch to emulating Linux 2.6 on default.
2008-06-03 flzExclude .svn directories from generated distfile.
2008-06-03 edRemove unneeded Giant locking of /dev/tty.
2008-06-03 rwatsonAdd an XXX comment regarding a bug I introduced when...
2008-06-03 ruFix markup.
2008-06-03 kibAdd note about a reason to use mount(8) instead of...
2008-06-03 dfrBack out the nlm_global_lock part of the last change...
2008-06-03 impCorrect logic error that would prevent cs pccards from...
2008-06-03 kanAdd device ID for AnyDATA ADU-500A EV-DO modem.
2008-06-03 kanAdd vendor/device IDs for Novatel U740 repackaged by...
2008-06-03 cokaneUpdate if_ndis to remove the legacy if_watchdog interfa...
2008-06-02 jkimFix a crash when Arctic Ocean is selected.
2008-06-02 dougbAdd proper mime-types for files that they are relevant...
2008-06-02 jhbMake fe(4) MPSAFE:
2008-06-02 jhbAdd locking and make xe(4) MPSAFE:
2008-06-02 jhbMake ie(4) MPSAFE:
2008-06-02 mlaierSort IP addresses before hashing them for the signature...
2008-06-02 dfrAdd a missing call to init_nsm().
2008-06-02 dfrWhen attempting to use the NSM state number in a lock...
2008-06-02 rwatsonWhen allocating temporary storage to hold a TCP/IP...
2008-06-02 edPush down the major/minor conversion for pts/%u to...
2008-06-02 impgetopt returns an int, not a char. Make sure that...
2008-06-01 impSlight simplification of the power parsing code, as...
2008-06-01 mavIncrease LINK_TABLE_OUT_SIZE from 101 to 4001 like...
2008-06-01 mavMake m_megapullup() more intelligent:
2008-06-01 mavPass really available buffer size to libalias instead...
2008-06-01 philipUse INSERT_OBJECT_INT_LINK_INDEX macro instead of TAILQ...
2008-06-01 edRevert the changes I made to devfs_setattr() in r179457.
2008-06-01 philipTry to detect a Synaptics touchpad before IntelliMouse...
2008-06-01 mavPKT_ALIAS_FOUND_HEADER_FRAGMENT result is not an error...
2008-06-01 mavFix packet fragmentation support broken by copy/paste...
2008-06-01 alcCorrect an error in pmap_promote_pde() that may result...
2008-06-01 jbMerge a recent change from the OpenSolaris source tree.
2008-05-31 sam5416 and similar chips grew another region in the pci...
2008-05-31 remkoDont install .svn metadata with the sendmail install.
2008-05-31 remkoRemove a quote about the instant-workstation, this...
2008-05-31 remkoImport rewritten nve device id's, which brings this...
2008-05-31 edMerge back devfs changes from the mpsafetty branch.
next