]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2006-05-31 cognetInclude machine/cpuconf.h in pmap.h in order to get...
2006-05-31 maximOutput directory has gone, remove it from Makefile.
2006-05-31 maximFix test for empty interpreter.
2006-05-31 maximo Add various regression tests for execve(2) syscall.
2006-05-31 iedowseIncrement the disk block offset after writing, not...
2006-05-31 maximo Let getopt(3) report errors in command line arguments.
2006-05-31 grogCorrect previous commit. We don't want to suppress...
2006-05-31 mjacobSince it's to all intents and purposes identical
2006-05-31 mjacobTurn the panic on not being able to meet alignment...
2006-05-31 mjacobPick reasonable alignment constraints so that we
2006-05-31 delphijExplicitly request pre-zeroed memory instead of memset...
2006-05-31 davidxuClear invalid bits only if CPU supports SSE, otherwise...
2006-05-30 cognetProtect the mapping used for pmap_copy_page/pmap_zero_p...
2006-05-30 davidxuUse the method described in IA-32 Intel Architecture...
2006-05-30 mjacobHandle some of the inquiry flags that have come into
2006-05-30 impAdd a define for the Standard SD Host Controller Base...
2006-05-30 cognetTo avoid problems, invalidate the data cache and disabl...
2006-05-30 dds- Add two checks for syntax errors
2006-05-30 ddsAssertion code specifications are introduced using...
2006-05-30 mohansKris Kennaway found that for '/' NFS mounts, the MPSAFE...
2006-05-30 ddsRemove incorrect lock validation specifications that...
2006-05-30 mariusRevert the (int *) -> (intptr_t *) conversion done...
2006-05-30 ruFix -Wundef warnings.
2006-05-30 ruEnable -Wundef warnings for kernel/module compiles...
2006-05-30 matteoMake recoverdisk compile on amd64 and possibly other...
2006-05-30 jkimMove SiS 760 to where it belongs.
2006-05-30 mjacobDon't set CAM_DEV_QFRZN when we get an ABORT_TASK....
2006-05-30 cognetIn pmap_is_prefaultable(), assert that the pte isn...
2006-05-30 matteoAdd jail_<jname>_exec_afterstart<N> rc.conf variable...
2006-05-30 matteostyle(9)
2006-05-30 cognetThe Assabet has 32MB of RAM, not 16.
2006-05-30 desThe tinderbox has moved to projcvs.
2006-05-30 bennoIn pmap_mapdev we correctly round the address off to...
2006-05-30 cognetUncomment the call to cpu_idcache_wbinv_all() after...
2006-05-30 ruDike out WARNS from kernel module makefiles. Kernels...
2006-05-30 phkFix various typos and brainos in last commit.
2006-05-30 hartiThis commit was generated by cvs2svn to compensate...
2006-05-30 hartiVendor patch: add support for the BITS construct and...
2006-05-30 cpercivaUse some features of sh(1) which I didn't know about...
2006-05-30 psSpin until a request structure is available in the...
2006-05-30 grogDon't go past the end of the month with a repetitive...
2006-05-30 brooksRemove reference to no longer existant /etc/rc.d/pccard.
2006-05-29 teggeClose race between vmspace_exitfree() and exit1() and...
2006-05-29 mjacobAdd acknowledgements to LSI-Logic for support
2006-05-29 mjacob+ Change some debug messages to MPT_PRT_NEGOTIATE level...
2006-05-29 mjacobAdd a mpt_is_raid_volume function which will tell you...
2006-05-29 mjacobAdd a MPT_PRT_NEGOTIATION print level.
2006-05-29 cognetNuke sa11x0_attach_args. It's a NetBSDIsm, and we have...
2006-05-29 maximo Add net80211/ to cscope dir list.
2006-05-29 maximo Add a collection of regression tests for ancillary...
2006-05-29 scottlRemove cruft.
2006-05-29 ruFix build with -Wundef.
2006-05-29 mjacobWhen setting verbose, *set* it, don't *add* it.
2006-05-29 desAdd RELENG_5_5 to the 5.x lineup.
2006-05-29 nyanRemove the telnet command because of filesystem full.
2006-05-29 jmgremove comment about systems, I got confused which...
2006-05-29 maximo Test truncate(2) on fifo: it should ignore the reques...
2006-05-29 alcMFalpha/amd64/arm/ia64
2006-05-29 delphijUnexpand TAILQ_FIRST(foo) == NULL to TAILQ_EMPTY(foo).
2006-05-29 davidxuBackout changes trying to inherit floating-point enviro...
2006-05-28 iedowseIf a zero-length bulk or interrupt transfer is requeste...
2006-05-28 rodrigcRemove incorrect null_checkexp() routine. This
2006-05-28 krisCorrect typos
2006-05-28 silbyBack out the BUS_DMA_ALLOCNOW change from rev 1.39...
2006-05-28 rodrigcModify MNT_UPDATE behavior for nullfs so that it does not
2006-05-28 dwmaloneAvoid unwanted sign extension of indexed byte load...
2006-05-28 rodrigcDo not log "can't delete export" messages if nmount...
2006-05-28 silbyRe-revert back to rev 1.8:
2006-05-28 jmgdocument that I'm still maintaining kqueue and want...
2006-05-28 silby1. Make sure that the TX and RX descriptor rings are...
2006-05-28 silbyMFi386 rev 1.78:
2006-05-28 silbyAdd a quick hack to ensure that bus_dmamem_alloc proper...
2006-05-28 netchildAdd a disclaimer regarding public/internal functions...
2006-05-28 netchildUse a more appropriate printf format for size_t.
2006-05-28 stefanfPrint the euid after the gid as demanded by POSIX.
2006-05-28 simonRevert 1.73, since mounting devfs without a devfs rules...
2006-05-28 matteoMention ruleset #4 (devfsrules_jail) in jail's man...
2006-05-28 rwatsonIn execve(), audit the path name being executed. In...
2006-05-28 ddsAdd missing % signs in the lock annotations of the...
2006-05-28 jmgdocument that even if magic is newer than magic.mgc...
2006-05-28 davidxuClear high 16 bits of mxcsr register, according to...
2006-05-28 ddsLayers are for cakes, not for software.
2006-05-28 iedowseUse the limited scatter-gather capabilities of ehci...
2006-05-28 davidxuPCB_NPXINITDONE is cleared by npx_fork_thread.
2006-05-28 davidxuIf parent thread never used FPU, the only work is to...
2006-05-28 davidxuWhen creating a new thread, inherit floating-point...
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.
next