]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2004-10-27 phkEliminate unnecessary KASSERT.
2004-10-27 phkAvoid using bp->b_vp when we already have the vnode...
2004-10-27 phkEliminate unnecessary KASSERTS.
2004-10-27 maximFix a typo in a comparison appeared in rev. 1.125.
2004-10-27 kientzleAllow tar format to read and accept an empty (or non...
2004-10-27 alcSynchronize access to the vm page's PG_BUSY flag using...
2004-10-26 impDocument that libkvm requires device mem to work.
2004-10-26 leGive each plex a separate queue where held back bios...
2004-10-26 phkKASSERT that we only get to prewrite() on writes.
2004-10-26 phkWhite space changes. Add missing static.
2004-10-26 phkReplace single case switch() with if().
2004-10-26 phkVertically align comment.
2004-10-26 phkRemove blank line which crept in.
2004-10-26 phkAlso check that the sectormask is bigger than zero.
2004-10-26 bmsWorkaround for a recursive acquisition of the driver...
2004-10-26 bmsCorrect a misspelling, 'task_fn' -> 'task_fn_t'.
2004-10-26 desUncomment DIRECTIO and NSWBUF_MIN. They are both posit...
2004-10-26 phkThe island council met and voted buf_prewrite() home.
2004-10-26 phkFix syntax errors introduced by last commit.
2004-10-26 rwatsonAdd a matching tunable for net.inet.tcp.sack.enable...
2004-10-26 phkPut the I/O block size in bufobj->bo_bsize.
2004-10-26 alcHold the lock on the containing vm object when calling
2004-10-26 phkRemove unused si_bsize_best field from struct cdev.
2004-10-26 phkDegeneralize the per cdev copyonwrite callback. The...
2004-10-26 phkAlign comment
2004-10-26 phkDon't clear flags we just checked were not set.
2004-10-26 bmsCheck that rt_mask(rt) is non-NULL before dereferencing...
2004-10-25 blackendTypo: s/Exampes/Examples
2004-10-25 desSwitch the default CFLAGS to -O2 -pipe.
2004-10-25 andreIPDIVERT is a module now and tell the other parts of...
2004-10-25 alcAssert that the containing vm object is locked in vm_pa...
2004-10-25 obrienDon the teflon coated jacket and use the same -O2 optim...
2004-10-25 jmguse NULL instead of 0 when casting/comparing w/ a point...
2004-10-25 yarReword the last change a bit, add mdoc(7) markup.
2004-10-25 phkGet rid of the magic "stash" of cdev structures, we...
2004-10-25 phkUse unit number allocation functions for GEOM minor...
2004-10-25 phkAdd delete_unrhdr() function.
2004-10-25 yongariDevice driver for onboard CS4231 audio controller which...
2004-10-25 phkLoose the v_dirty* and v_clean* alias macros.
2004-10-25 pjd- Add 'check' command for checking rules syntax.
2004-10-25 phkRemove vnode->v_bsize. This was a dead-end.
2004-10-25 phkRetire si_stripesize and si_stripeoffset they will...
2004-10-25 alcUse VM_ALLOC_NOBUSY to eliminate vm_page_wakeup() calls...
2004-10-25 phkCollapse vnode->v_object and buf->b_object into bufobj...
2004-10-25 marcelRemove useless inclusion of <sys/disklabel.h>
2004-10-25 marcelDeclare variables as static, like I intended.
2004-10-25 marcelFix bogon. Create the BSD label in the FreeBSD slice.
2004-10-25 marcelCatch up with the BSD label changes. The partition...
2004-10-25 marcelBuild gpt(8) on all platforms.
2004-10-25 marcelAdd byte swapping and UUID encoding/decoding to allow...
2004-10-24 alcAssert that the containing vm object is locked in vm_pa...
2004-10-24 rwatsonMove from using the socket reference count to the file...
2004-10-24 yarLog the actual number of bytes sent on the wire to...
2004-10-24 alcUse VM_ALLOC_NOBUSY instead of calling vm_page_wakeup().
2004-10-24 phkMove the buffer method vector (buf->b_op) to the bufobj.
2004-10-24 rwatsonMention fdescfs(5) and why it might be useful.
2004-10-24 mlaierFix a panic discovered with some apache2 configure...
2004-10-24 alcAcquire the vm object lock before rather than after...
2004-10-24 alcUse VM_ALLOC_NOBUSY instead of calling vm_page_wakeup().
2004-10-24 ruFor variables that are only checked with defined()...
2004-10-24 ruOnly check if ENABLE_SUID_NEWGRP is defined, for consis...
2004-10-24 ruFor variables that are only checked with defined()...
2004-10-24 ruFor variables that are only checked with defined()...
2004-10-24 ruFor variables that are only checked with defined()...
2004-10-24 ruThere's no such knob as WERROR.
2004-10-24 hrsAdd a Japanese override of dev-auto.sgml.
2004-10-24 ruFixed misspelling of DPADD.
2004-10-24 des- use `realpath /dev/dumpdev` instead of just /dev...
2004-10-24 simokawa- Use quad_t for dcons buffer address and size.
2004-10-24 simokawaPreserve dcons(4) buffer passed by loader(8).
2004-10-24 ruNEED_LIBNAMES is gone long ago.
2004-10-24 ruCollapse several adjacent .if's into .if/.elif.
2004-10-24 nyanELF64 support is not needed on pc98.
2004-10-24 nyanMFi386: revision 1.4.
2004-10-24 nyanMFi386: Set bi_basemem and bi_extmem variables.
2004-10-24 nyanMFi386: Add support for preloading ELF relocatable...
2004-10-24 nyanDisable ed1 - ed12.
2004-10-24 nyanMerged from src/sbin/fdisk/fdisk.c revision 1.75.
2004-10-24 rseAdd identifiers for the HP Laserjet 2300d USB
2004-10-24 ru-O2 compile isn't quite ready for WARNS=2 yet.
2004-10-24 desAllow multiple devices to be specified on one device...
2004-10-24 scottlUpdate the family tree for FreeBSD 5.3
2004-10-24 desIf the file specified in an "include" line does not...
2004-10-24 scottlFix some warnings that only triggered in LINT.
2004-10-24 scottlUpdate for 5-STABLE.
2004-10-24 scottlHook the hptmv driver up to the build.
2004-10-24 scottlEmbed the correct name.
2004-10-24 scottlClean up some messy Makefile stuff so that this can...
2004-10-24 ruHack around a problem with sys/tools/usbdevs2h.awk...
2004-10-24 ruCurlies only work in target and sources specifications...
2004-10-24 alcUse VM_ALLOC_NOBUSY to eliminate an unneeded vm_page_wa...
2004-10-24 alcAvoid repeated acquisition and release of the vm object...
2004-10-24 ruSort SUBDIR.
2004-10-24 alcIntroduce VM_ALLOC_NOBUSY, an option to vm_page_alloc...
2004-10-24 scottlImport the HighPoint RocketRAID 182x driver. Thanks...
2004-10-24 keramidaAdd a missing full-stop to match the rest of the items...
2004-10-23 davidxuCheck unhandled signals before thread marks itself...
2004-10-23 davidxu1. Move thread list flags into new separate member...
2004-10-23 simokawaAdd -m option, set default fwmem target.
2004-10-23 rwatsonUse errx() instead of fprintf()/exit() for conciseness.
next