]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2004-11-08 alcIntroduce two new options, "CPU private" and "no wait...
2004-11-07 njlAdd power profile support so that the LCD changes brigh...
2004-11-07 rwatsonAdd basic critical section tracing to KTR using event...
2004-11-07 cognetAdd device mem in config files.
2004-11-07 cognetImport md bits for mem(4) on arm.
2004-11-07 kanRemove trailing whitespace.
2004-11-07 phkIntroduce fdclose() which will clean an entry in a...
2004-11-07 phkfiledesc0 is an internal detail of the kernel, don...
2004-11-07 rwatsonDo some re-sorting of TCP pcbinfo locking and assertion...
2004-11-07 hrsTrim the relnotes items added before 5.3-RELEASE.
2004-11-07 hrsBump &release.manpath.netbsd; to 1.6.2.
2004-11-07 krionDocument "loader_color" variable.
2004-11-07 cognetMFKernel: Implement ffs with clz on Xscale.
2004-11-07 cognetImplement ffs with clz for Xscale.
2004-11-07 cognetRemove useless code.
2004-11-07 phkUse fget_locked() instead of homerolled
2004-11-07 phkMore sensible FILEDESC_ locking.
2004-11-07 phkMove fdinit() related stuff from .h to .c
2004-11-07 cognetDon't abuse tp->t_sc in sl(4) either.
2004-11-07 cognetDon't abuse tp->t_sc, as it is now used by tty drivers.
2004-11-07 kanReconnect c++filt to the build.
2004-11-07 kanUnbreak c++filt. It was disconnected from the build...
2004-11-07 bruefferAvoid second person usage.
2004-11-07 phkAllow fdinit() to be called with a NULL fdp argument...
2004-11-07 desInstall in /usr/local/bin.
2004-11-07 njlAdd comments to clarify why we need to run shutdown...
2004-11-07 ddReflect that -h takes an argument and belatedly bump...
2004-11-07 ddMake the usage message match reality about -h and -w.
2004-11-07 hrsFix the release date of 5.3-RELEASE.
2004-11-06 phkWhen we open /dev/null for stdin/out/err for safety...
2004-11-06 alcEliminate an unnecessary atomic operation. Articulate...
2004-11-06 kientzleFreeBSD does have uintmax_t, so it can correctly
2004-11-06 phkGet even closer to not crashing ext2fs
2004-11-06 phkGet closer to unbreaking ext2fs
2004-11-06 delphijANSI'fy nfsd(8) and some minor changes to make it WARNS...
2004-11-06 pjdAdd description of all available options.
2004-11-06 pjdAllow to write random data while testing RAID device...
2004-11-06 josefAdd ftp8.de.freebsd.org
2004-11-06 ddBump .Dd, replace missing letter, and prefer to use...
2004-11-06 acheBack out recent TTYDEF_LFLAG_ECHO invention.
2004-11-06 ruFirst there was an -m option.
2004-11-06 mtmSync description of IP portrange sysctls with reality.
2004-11-06 pjdBe consistent and use 'if (error != 0)' instead of...
2004-11-06 pjdFor file backed md(4) devices output their source file via
2004-11-06 rwatsonAbstract the logic to look up the uma_bucket_zone given...
2004-11-06 phkProperly implement a default version of VOP_GETWRITEMOUNT.
2004-11-06 phkIncrease default HZ for i386 to 1000
2004-11-06 phkRemove dangling variable
2004-11-06 rwatsonAnnotate what bucket_size[] array does; staticize since...
2004-11-06 ddRemove a useless use of cat, strip overzealous punctuat...
2004-11-06 ddParse file mode with setmode(3) for consistency with...
2004-11-06 andreFix a double-free in the 'm->m_len < sizeof (struct...
2004-11-06 ddUpdate the description of -l to reflect reality. After...
2004-11-06 ddIf there aren't any devices to list, output nothing...
2004-11-06 dasFix the last known race in swapoff(), which could lead...
2004-11-06 keramidaClean up the comments, rewording, adding missing punctu...
2004-11-06 alcMove a call to wakeup() from vm_object_terminate()...
2004-11-06 kientzleOoops. ssize_t != int. <sigh>
2004-11-06 peteri386_set_ldt() is not available when running 32 bit...
2004-11-06 peterCosmetic tweaks to reduce diffs to the i386 counterpart.
2004-11-06 peterThe 32 bit compatability ld-elf32.so.1 cannot use i386_...
2004-11-06 peterUse the recently exposed fs/gs set functions when compi...
2004-11-06 peterWhen building the custom i386 libraries for use on...
2004-11-06 peterBegin an invasion of i386-land by amd64.
2004-11-06 peterConvert tools/lib32/build.sh into world connectable...
2004-11-05 cognetDon't define SOFTFLOAT directly in source files, it...
2004-11-05 cognetFix signalcontext and makecontext.
2004-11-05 cognetRemove getcontext.S, it is not needed.
2004-11-05 cognetImport a Makefile for arm.
2004-11-05 cognetPartial support of KSE for arm.
2004-11-05 cognetDisable interrupts for atomic_cmpset_32, this one is...
2004-11-05 davidxuRespect TDF_SINTR, don't suspend uninterruptible thread.
2004-11-05 pjdNote that sysctls documentation is missing.
2004-11-05 davidxuBackout previous commit, the P_STOPPED_BOUNDARY flag...
2004-11-05 jhb- Store threads on sleep queues in FIFO order rather...
2004-11-05 jhbDon't change the priority to PUSER when sleeping, just...
2004-11-05 cognetCopy the syscall args in a tmp variable instead of...
2004-11-05 cognetSave a few cycles in context switch.
2004-11-05 cognetIf we're still running at the physical address, jump...
2004-11-05 cognetBe more verbose about cache capacities.
2004-11-05 cognetImplement casuptr.
2004-11-05 cognetCall pmap_pte_init_arm9 instead of pmap_pte_init_generic if
2004-11-05 jhb- Add a new MD per-CPU field for Alpha 'pal_id' which...
2004-11-05 jhb- Set the priority of the page zeroing thread using...
2004-11-05 jhb- Make setting of IT_ENTROPY a bit simpler in ithread_u...
2004-11-05 peterRestrict the sched_bind to cpu 0 to i386 and amd64...
2004-11-05 cognetWalk through the snp softc list instead of abusing...
2004-11-05 cognetIn cpu_critical_fork_exit(), make sure to set td_md...
2004-11-05 peterBind to cpu0 for boot() processing. (Note this is reboo...
2004-11-05 peterMFi386 1.238 (jhb): Allow hints to disable cpus
2004-11-05 peterMFi386:
2004-11-05 pjdDon't forget to make sure that there are no not-finishe...
2004-11-05 pjd- Mark all raid3 components as clean after kern.geom...
2004-11-05 pjdMark raid3 devices as clean on shutdown (after all...
2004-11-05 pjd- Use ->index consumer's field to track number of in...
2004-11-05 pjdStop method for swap1 script was introduced, because...
2004-11-05 pjdUse shutdown hooks to mark mirrors as clean after all...
2004-11-05 pjdRemove unused #include.
2004-11-05 hartiNow with the remote job support removed there can be...
2004-11-05 pjd- Add a sysctl kern.geom.mirror.idletime, so one can...
next