]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
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.
2004-10-23 rwatsonUse errx() instead of perror()/exit() for conciseness.
2004-10-23 ruAdd a regression test for the alternate shell specifica...
2004-10-23 ru"unset verbose" is 13 characters, not 10.
2004-10-23 ruExpand the scope of the .SHELL specification to also...
2004-10-23 phkDon't call g_waitidle(), it happens automagically now.
2004-10-23 phkDon't explicitly call g_waitidle(), it happens automagi...
2004-10-23 phkAdd a new per-thread private flag: TDP_GEOM.
2004-10-23 phkMove the prototype for g_waitidle() to a more visible...
2004-10-23 phkDrop Giant around the call to g_waitidle().
2004-10-23 rwatsonRebuild from FreeBSD32 syscalls.master:1.42.
2004-10-23 rwatson32-bit FreeBSD ABI compatibility stubs from syscalls...
2004-10-23 rwatsonRebuild from syscalls.master:1.178.
2004-10-23 rwatsonAdd system call place-holders for the following system...
2004-10-23 scottlDue to space constraints, use gnome2-lite for i386...
2004-10-23 andresocreate() does an early abort if either the protocol...
2004-10-23 andreAquire GIANT in pf_proto_[un]register() before manipula...
2004-10-23 andreo Remove entire section talking about RTF_PRCLONING...
2004-10-23 andreRephrase certain centences and sync description of...
2004-10-23 andreBump document date that was forgotten in the last commit.
2004-10-23 desUse %zu to format size_t instead of %jd and an intmax_t...
2004-10-23 rwatson/%x/%s/ -- mismerged DEBUGGER() printf() format stirng...
2004-10-23 mlaierMention pf.conf(5), pfctl(8) and pflogd(8) as ADDITIONA...
2004-10-23 phkuse bioq_takefirst()
2004-10-23 phkUse bioq_takefirst()
2004-10-23 phkStop amd64 warnings.
2004-10-23 davidxuRemove P_STOPPED_TRACE bit if debugger dies without...
2004-10-23 glebiusMake documentation up to date with recent changes.
2004-10-23 rwatsonAdd some basic KTR tracing to busdma on i386. This...
2004-10-23 mtmLocking cleanups to remove the need for a recursive...
2004-10-23 mtmMove devfs earlier in the boot sequence. Some system...
2004-10-22 andreIPDIVERT will automatically load ipdivert.ko if not...
2004-10-22 arr- Turn KASSERT()s into warning printf()'s in the g_clas...
2004-10-22 phkImprove accuracy of last addition, as best Google advic...
2004-10-22 andreShave 40 unused bytes from struct tcpcb.
2004-10-22 andreAutomatically load the ipdivert module if it was not...
2004-10-22 andreWhen printing the initialization string and IPDIVERT...
2004-10-22 andreRefuse to unload the ipdivert module unless the 'force...
2004-10-22 phkProperly handle failure to allocate isadma bounce buffer
2004-10-22 njlRemove a "needs Giant" flag from the /dev/apm compat...
2004-10-22 cpercivaAdd punctuation which appears to have been accidentally...
next