]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2006-05-28 iedowseNULL out ii->stdstart and ii->stdend when they are...
2006-05-28 iedowseFix a harmless typo where the software pointer in the...
2006-05-27 iedowseDefer axe_tick processing to a USB task, since axe...
2006-05-27 samavoid null ptr deref
2006-05-27 samcorrect static array overrun
2006-05-27 krionFix using "P" command on empty pattern space. If the...
2006-05-27 krionAdd the capability for a trailing scale indicator to...
2006-05-27 marcelUnbreak after previous commit. While here, improve...
2006-05-27 mjacobWork in progress toward fixing IM checked in after...
2006-05-27 netchildCommit the new (old) midi framework. It's based in...
2006-05-27 netchildCommit the new (old) midi framework. It's based in...
2006-05-27 bmahMFCs noted: Support for i386 systems with no AT-style...
2006-05-27 phkRemove mention of minor number construction.
2006-05-27 simonFix typo in printf string.
2006-05-27 delphijextlen and cpp is not used here in linker_search_kld...
2006-05-27 ruFix the output.
2006-05-27 nyantypo.
2006-05-27 rodrigcMove call to ignore SIGPIPE signals before calling...
2006-05-26 mohansFix for a potential attempt to sleep while holding...
2006-05-26 phkUpdate to new console api.
2006-05-26 emasteAdd sanity checking for QUEUE(3) TAILQs under INVARIANT...
2006-05-26 netchildConnect the kernel subsystem API documentation generati...
2006-05-26 netchildThis is the kernel subsystem API documentation generati...
2006-05-26 phkConvert to new console api
2006-05-26 phkConvert to new console interface.
2006-05-26 phkAling to new console and gdb_port semantics
2006-05-26 maxims/2005/2006/ for FreeBSD 6.1 and 5.5.
2006-05-26 rodrigcAdd support for "export" option, to allow NFS exporting
2006-05-26 rodrigcRemove "update" from ffs_opts. It has been moved to...
2006-05-26 rodrigcRemove calls to vfs_export() for exporting a filesystem...
2006-05-26 phkEliminate gdb_checkc member from GDB_DBGPORT(), it...
2006-05-26 phkDon't use GDB_DBGPORT() macro to fill in dummy element...
2006-05-26 phkWrap our drivers gdb_getc() function so that if it...
2006-05-26 phkConvert to use CONSOLE_DRIVER() macro:
2006-05-26 phkIf the console has no cncheckc method, use cngetc instead.
2006-05-26 phkAdd new CONSOLE_DRIVER macro which takes just the name...
2006-05-26 phkDon't use CONS_DRIVER() macro to insert dummy element...
2006-05-26 phkInsert a '_' in the console function names to be more...
2006-05-26 phkGC the cn_dbctl_t hook for consoles, it is unused.
2006-05-26 phkBe less harsh on brueffers eyes :-)
2006-05-26 phkRemove SI_SUB_CONSOLE, porting from 4.4-Lite is no...
2006-05-26 jmgdon't require a buffer if all we are doing is manipulat...
2006-05-26 ddsUpdate usage comment to match reality.
2006-05-26 mjacobGet most of the way back to having Integrated Mirroring...
2006-05-26 mjacobgratuitous formatting changes
2006-05-26 mjacobFix spellings. Prototype mpt_dump_request. Add a 'raid_...
2006-05-26 mjacobRemove handrolled raw dump of a request from
2006-05-26 impwi works on amd64 laptops. Enable its building as...
2006-05-26 rodrigcAdd "update" mount option to global_opts array,
2006-05-26 emasteQUEUE_MACRO_DEBUG is intended for userland code, so...
2006-05-26 cognetRemove any reference to enable_mmu(), it's been gone...
2006-05-26 rodrigcRemove calls to vfs_export() for exporting a filesystem...
2006-05-26 rodrigcRemove calls to vfs_export() for exporting a filesystem...
2006-05-25 impAPM was calling the suspend process from a timeout...
2006-05-25 rodrigcIgnore SIGPIPE signals on write() failures.
2006-05-25 jhbOnly reference the firmware module once rather than...
2006-05-25 krionEnable numeric arguments and +/- prefixes with -user...
2006-05-25 maximo FreeBSD 5.5 added.
2006-05-25 upsCall vm_object_page_clean() with the object lock held.
2006-05-25 rwatsonUse getsock() and fput() instead of fgetsock() and...
2006-05-25 ceriClarify that G_F_DISKIOCTL is unused, and remove G_T_DE...
2006-05-25 phk In our system there's no intermediate step between...
2006-05-25 rwatsonUse WARNS and rely on rules rather than an explicit...
2006-05-25 rwatsonAdd a basic regression test for sendfile() over TCP...
2006-05-25 brds/on a crt//
2006-05-25 delphij - Add include for libutil.h and string.h for prototype.
2006-05-25 upsDo not set B_NOCACHE on buffers when releasing them...
2006-05-24 mohansSince NFSv4 is not SMP safe, nfsiod needs to acquire...
2006-05-24 samWhen starting up threads in taskqueue_start_threads...
2006-05-24 rwatsonAdjust minimum iod threads from 4 to 0 -- since we...
2006-05-24 impExport the pribus, secbus and subbus as sysctls for...
2006-05-24 impSuspend the children before we turn off card events...
2006-05-24 impFix a race when detaching the cbb worker thread. There...
2006-05-24 impAdd cbb, cardbus, pccard and exca to the list of module...
2006-05-24 wilkoVinod has passed the maintainership for the twa/twe...
2006-05-24 celWhile reviewing NFS client for another PR, noticed...
2006-05-24 mrmake cryptotest compile after the latest changes to...
2006-05-24 mjacobForced commit - last checkin got away from me.
2006-05-24 mjacobSorry- last delta was checked in by mistake.
2006-05-24 mjacobMake physical buffers in cam_periph_mapmem owned by...
2006-05-24 glebiusUnnest includes before forthcoming editing.
2006-05-24 jhbWorkaround a hang on some nForce2 systems that can...
2006-05-24 ghelmerRevision 1.4 set access for all sensitive files in...
2006-05-24 olegImplement internal (i.e. inside kernel) packet tagging...
2006-05-24 glebiusRename device name in the last commit. According to...
2006-05-24 rodrigcConvert to nmount() and remove hardcoded checks for...
2006-05-24 glebiusQuote the parameter to sysctl(1), allowing to use white...
2006-05-24 ceriRemove the trailing half of a sentence which was clearl...
2006-05-24 ceriClean up the grammar in here some.
2006-05-24 ruGC long unused hostnamelen and domainnamelen.
2006-05-24 cpercivaIf the user asks for "kernel sources" to be installed...
2006-05-24 iedowseAttempt to follow the procedure described in section...
2006-05-24 rodrigcTake errmsg out of ffs_opts. It is already part of...
2006-05-24 krisIncrease the nfs access cache timeout from 2 to 60...
2006-05-23 impWhitespace nits
2006-05-23 wollmanThe (British) Crown Dependencies now have their own...
2006-05-23 marcelRemove definitions of uart_[gs]etdreg. They are not...
2006-05-23 impAdd a stub man page for device_get_sysctl{_ctx,tree...
2006-05-23 celNFS over TCP retransmit behavior should default to...
2006-05-23 celRefactor the NFS over UDP retransmit timeout estimation...
next