]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2006-05-28 Mike SilbersackBack out the BUS_DMA_ALLOCNOW change from rev 1.39...
2006-05-28 Craig RodriguesModify MNT_UPDATE behavior for nullfs so that it does not
2006-05-28 David MaloneAvoid unwanted sign extension of indexed byte load...
2006-05-28 Craig RodriguesDo not log "can't delete export" messages if nmount...
2006-05-28 Mike SilbersackRe-revert back to rev 1.8:
2006-05-28 John-Mark Gurneydocument that I'm still maintaining kqueue and want...
2006-05-28 Mike Silbersack1. Make sure that the TX and RX descriptor rings are...
2006-05-28 Mike SilbersackMFi386 rev 1.78:
2006-05-28 Mike SilbersackAdd a quick hack to ensure that bus_dmamem_alloc proper...
2006-05-28 Alexander LeidingerAdd a disclaimer regarding public/internal functions...
2006-05-28 Alexander LeidingerUse a more appropriate printf format for size_t.
2006-05-28 Stefan FarfelederPrint the euid after the gid as demanded by POSIX.
2006-05-28 Simon L. B... Revert 1.73, since mounting devfs without a devfs rules...
2006-05-28 Matteo RiondatoMention ruleset #4 (devfsrules_jail) in jail's man...
2006-05-28 Robert WatsonIn execve(), audit the path name being executed. In...
2006-05-28 Diomidis SpinellisAdd missing % signs in the lock annotations of the...
2006-05-28 John-Mark Gurneydocument that even if magic is newer than magic.mgc...
2006-05-28 David XuClear high 16 bits of mxcsr register, according to...
2006-05-28 Diomidis SpinellisLayers are for cakes, not for software.
2006-05-28 Ian DowseUse the limited scatter-gather capabilities of ehci...
2006-05-28 David XuPCB_NPXINITDONE is cleared by npx_fork_thread.
2006-05-28 David XuIf parent thread never used FPU, the only work is to...
2006-05-28 David XuWhen creating a new thread, inherit floating-point...
2006-05-28 Ian DowseNULL out ii->stdstart and ii->stdend when they are...
2006-05-28 Ian DowseFix a harmless typo where the software pointer in the...
2006-05-27 Ian DowseDefer axe_tick processing to a USB task, since axe...
2006-05-27 Sam Leffleravoid null ptr deref
2006-05-27 Sam Lefflercorrect static array overrun
2006-05-27 Kirill PonomarevFix using "P" command on empty pattern space. If the...
2006-05-27 Kirill PonomarevAdd the capability for a trailing scale indicator to...
2006-05-27 Marcel MoolenaarUnbreak after previous commit. While here, improve...
2006-05-27 Matt JacobWork in progress toward fixing IM checked in after...
2006-05-27 Alexander LeidingerCommit the new (old) midi framework. It's based in...
2006-05-27 Alexander LeidingerCommit the new (old) midi framework. It's based in...
2006-05-27 Bruce A. MahMFCs noted: Support for i386 systems with no AT-style...
2006-05-27 Poul-Henning... Remove mention of minor number construction.
2006-05-27 Simon L. B... Fix typo in printf string.
2006-05-27 Xin LIextlen and cpp is not used here in linker_search_kld...
2006-05-27 Ruslan ErmilovFix the output.
2006-05-27 Yoshihiro Takahashitypo.
2006-05-27 Craig RodriguesMove call to ignore SIGPIPE signals before calling...
2006-05-26 Mohan SrinivasanFix for a potential attempt to sleep while holding...
2006-05-26 Poul-Henning... Update to new console api.
2006-05-26 Ed MasteAdd sanity checking for QUEUE(3) TAILQs under INVARIANT...
2006-05-26 Alexander LeidingerConnect the kernel subsystem API documentation generati...
2006-05-26 Alexander LeidingerThis is the kernel subsystem API documentation generati...
2006-05-26 Poul-Henning... Convert to new console api
2006-05-26 Poul-Henning... Convert to new console interface.
2006-05-26 Poul-Henning... Aling to new console and gdb_port semantics
2006-05-26 Maxim Konovalovs/2005/2006/ for FreeBSD 6.1 and 5.5.
2006-05-26 Craig RodriguesAdd support for "export" option, to allow NFS exporting
2006-05-26 Craig RodriguesRemove "update" from ffs_opts. It has been moved to...
2006-05-26 Craig RodriguesRemove calls to vfs_export() for exporting a filesystem...
2006-05-26 Poul-Henning... Eliminate gdb_checkc member from GDB_DBGPORT(), it...
2006-05-26 Poul-Henning... Don't use GDB_DBGPORT() macro to fill in dummy element...
2006-05-26 Poul-Henning... Wrap our drivers gdb_getc() function so that if it...
2006-05-26 Poul-Henning... Convert to use CONSOLE_DRIVER() macro:
2006-05-26 Poul-Henning... If the console has no cncheckc method, use cngetc instead.
2006-05-26 Poul-Henning... Add new CONSOLE_DRIVER macro which takes just the name...
2006-05-26 Poul-Henning... Don't use CONS_DRIVER() macro to insert dummy element...
2006-05-26 Poul-Henning... Insert a '_' in the console function names to be more...
2006-05-26 Poul-Henning... GC the cn_dbctl_t hook for consoles, it is unused.
2006-05-26 Poul-Henning... Be less harsh on brueffers eyes :-)
2006-05-26 Poul-Henning... Remove SI_SUB_CONSOLE, porting from 4.4-Lite is no...
2006-05-26 John-Mark Gurneydon't require a buffer if all we are doing is manipulat...
2006-05-26 Diomidis SpinellisUpdate usage comment to match reality.
2006-05-26 Matt JacobGet most of the way back to having Integrated Mirroring...
2006-05-26 Matt Jacobgratuitous formatting changes
2006-05-26 Matt JacobFix spellings. Prototype mpt_dump_request. Add a 'raid_...
2006-05-26 Matt JacobRemove handrolled raw dump of a request from
2006-05-26 Warner Loshwi works on amd64 laptops. Enable its building as...
2006-05-26 Craig RodriguesAdd "update" mount option to global_opts array,
2006-05-26 Ed MasteQUEUE_MACRO_DEBUG is intended for userland code, so...
2006-05-26 Olivier HouchardRemove any reference to enable_mmu(), it's been gone...
2006-05-26 Craig RodriguesRemove calls to vfs_export() for exporting a filesystem...
2006-05-26 Craig RodriguesRemove calls to vfs_export() for exporting a filesystem...
2006-05-25 Warner LoshAPM was calling the suspend process from a timeout...
2006-05-25 Craig RodriguesIgnore SIGPIPE signals on write() failures.
2006-05-25 John BaldwinOnly reference the firmware module once rather than...
2006-05-25 Kirill PonomarevEnable numeric arguments and +/- prefixes with -user...
2006-05-25 Maxim Konovalovo FreeBSD 5.5 added.
2006-05-25 Stephan UphoffCall vm_object_page_clean() with the object lock held.
2006-05-25 Robert WatsonUse getsock() and fput() instead of fgetsock() and...
2006-05-25 Ceri DaviesClarify that G_F_DISKIOCTL is unused, and remove G_T_DE...
2006-05-25 Poul-Henning... In our system there's no intermediate step between...
2006-05-25 Robert WatsonUse WARNS and rely on rules rather than an explicit...
2006-05-25 Robert WatsonAdd a basic regression test for sendfile() over TCP...
2006-05-25 Brad Daviss/on a crt//
2006-05-25 Xin LI - Add include for libutil.h and string.h for prototype.
2006-05-25 Stephan UphoffDo not set B_NOCACHE on buffers when releasing them...
2006-05-24 Mohan SrinivasanSince NFSv4 is not SMP safe, nfsiod needs to acquire...
2006-05-24 Sam LefflerWhen starting up threads in taskqueue_start_threads...
2006-05-24 Robert WatsonAdjust minimum iod threads from 4 to 0 -- since we...
2006-05-24 Warner LoshExport the pribus, secbus and subbus as sysctls for...
2006-05-24 Warner LoshSuspend the children before we turn off card events...
2006-05-24 Warner LoshFix a race when detaching the cbb worker thread. There...
2006-05-24 Warner LoshAdd cbb, cardbus, pccard and exca to the list of module...
2006-05-24 Wilko BulteVinod has passed the maintainership for the twa/twe...
2006-05-24 Chuck LeverWhile reviewing NFS client for another PR, noticed...
2006-05-24 Michael Reifenbergermake cryptotest compile after the latest changes to...
next