]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2006-07-19 yongariConvert sk(4) to use the new bus_alloc_resources()...
2006-07-18 upsFix race conditions on enumerating pcb lists by moving...
2006-07-18 jhbRemove unnecessary locking for td_dupfd (it requires...
2006-07-18 jhbUpdate comment.
2006-07-18 cognetAdd -EB to ${LD} too if we're making a big endian kerne...
2006-07-18 impAdd new kernel config option. NO_SYSCTL_DESCR to omit...
2006-07-18 stefanfRemove break after return.
2006-07-18 stefanfDocument that the pathname(s) following the options...
2006-07-18 stefanfFix type mismatch between char * and unsigned char...
2006-07-18 stefanfThe variables i and tot don't need to be static.
2006-07-18 stefanfRemove break after return.
2006-07-18 stefanfDrop two unnecessary casts.
2006-07-18 alcMFamd64
2006-07-18 rwatsonFix build of uma_core.c when DDB is not compiled into...
2006-07-18 cognetMake sure we use REDUCE32 on the result of do_cksum...
2006-07-17 gallatinFirmware loading improvements:
2006-07-17 cognetIf we can't defrag a packet, re-queue it instead of...
2006-07-17 cognet#if => #ifdef
2006-07-17 cognetFix comments.
2006-07-17 cognetat91_spi won't compile without spibus, so add it.
2006-07-17 obrienVarAdd() already does the debug printing, so Var_Set...
2006-07-17 stefanfSeparate functions with a newline.
2006-07-17 stefanfstyle.Makefile(5): Remove -Wall from CFLAGS.
2006-07-17 stefanfRemove duplicated assignment.
2006-07-17 stefanfUse variadic macros that comply with C99. Keep the...
2006-07-17 marcelMove default GEOM classes from files.ia64, where they...
2006-07-17 jhbChain the bus_dmamap_load() calls when mapping a comman...
2006-07-17 obrienwhitespace fixing
2006-07-17 mnag- Add dependency of firmware(9). "MODULE_DEPEND(iwi...
2006-07-17 obrien/etc/src.conf wasn't visable for the kernel build.
2006-07-17 netchildRename some variables. This fixes some (but not all...
2006-07-17 netchildPrepend temporary sysctls with an underscore.
2006-07-17 jhbLock the smb share before doing a 'put' on it in smbfs_...
2006-07-17 jhbAlways lock the lockmgr lock when creating an smb conne...
2006-07-17 stefanfChange the GCC specific __FUNCTION__ to C99's __func__.
2006-07-17 simonEnable DSO (Dynamic Shared Object) support. This makes...
2006-07-17 flzFix typo (s/writeer/writer/).
2006-07-17 ceriAdd the sun4v category.
2006-07-17 stefanfMake the variadic macro debug() comply to C99.
2006-07-17 stefanfUse a prototype for res_init().
2006-07-17 delphijUnexpand two TAILQ_FOREACH_SAFE cases.
2006-07-17 phkRemove the NDEVFSINO and NDEVFSOVERFLOW options which...
2006-07-17 phkAdd some casts to make these files more C++ compatible.
2006-07-17 stefanfDon't use empty braces ("{}") to initialise arrays...
2006-07-17 phkRemove config(8)'s knowledge about NMBCLUSTERS, no...
2006-07-17 alcEnsure that vm_object_deallocate() doesn't dereference...
2006-07-17 impRestore the status quo before my last commit. Prior...
2006-07-17 alcNow that free_pv_entry() accesses the pmap, call free_p...
2006-07-17 marcelAdd regression tests of the emulation of the long branc...
2006-07-16 rwatsonChange comment on soabort() to more accurately describe...
2006-07-16 rwatsonRemove sysctl_vm_zone() and vm.zone sysctl from 7.x...
2006-07-16 samcorrect ie length check; need to include fixed part...
2006-07-16 alcMFamd64
2006-07-16 bruefferGeneral cleanup, not quite finished yet.
2006-07-16 mjacobSome rearrangement of headers to minimize diffs with...
2006-07-16 netchildFix a compile time problem on amd64. I'm not sure if...
2006-07-16 alcEliminate the remaining uses of "register".
2006-07-16 sampower save mode state changes should not require clocki...
2006-07-16 samtighten invariant on loops used to parse ie's; this...
2006-07-16 mjacobAdd sysctl information about things like WWNN/WWPN.
2006-07-16 mjacobIf we're in mpt_wait_req and the command times out,
2006-07-16 mjacobDefine out unused and incomplete raid quiesce functions.
2006-07-15 cognetOops bring back code that shouldn't have been removed...
2006-07-15 cognetMake sure that if uma_small_alloc() gets called recursi...
2006-07-15 mjacobIf the card has target mode enabled, and we hang
2006-07-15 impNote the convention that humanize_number follows.
2006-07-15 thomasWhen creating the NanoBSD disk image, install boot...
2006-07-15 netchildAdd a man-page for snd_emu10kx. Someone with man-fu...
2006-07-15 netchild- Connect the snd_emu10kx driver to the build. [1]
2006-07-15 netchildMake the mixer kobj class static. This brings it inline...
2006-07-15 netchildMake the MIDI kobj class static. This brings it inline...
2006-07-15 netchildAdd snd_emu10kx driver for Creative SoundBlaster Live...
2006-07-15 netchild- Update ALSA emu10k1.h (it was imported as emu10k1...
2006-07-15 brunoEliminate duplicate p-states entries
2006-07-15 simonAdd FreeBSD version information to the menu title so...
2006-07-15 alcMake pc_freemask an array of uint32_t, rather than...
2006-07-15 alcEnable debug.mpsafevfs by default on arm. Since every...
2006-07-15 brooksUse TAILQ_FOREACH instead of poking around in the guts...
2006-07-15 brooksDrop a pointless cast of ifp->if_softc to (struct tap_s...
2006-07-15 brooksCleanup: Use if_initname to set if_dname, if_dunit...
2006-07-15 cognetAdd a comment explaining why the OHCI mapping has been...
2006-07-14 julianNot having ipv6 in your kernel is not an error and...
2006-07-14 impAllow iic bridges to support a generalized transfer...
2006-07-14 impMFp4: spibus glue
2006-07-14 impMFp4:
2006-07-14 impMFp4: this now depends on new spi bus stuff
2006-07-14 impMFp4: tweaks
2006-07-14 jkimLet native elf class be registered earlier.
2006-07-14 impMFp4: elevate quality of slow clock a little
2006-07-14 impMFp4: paren police
2006-07-14 impMFp4:
2006-07-14 impMFp4:
2006-07-14 impThe TSC board uses a 16MHz base clock for the AT91RM920...
2006-07-14 impFor the moment, make board configuration a compile...
2006-07-14 impImplement the set_time function. Rather pointless...
2006-07-14 impMF p4:
2006-07-14 impBe sure to flush the cache after a partial read on...
2006-07-14 pjdRemove duplicated #include.
2006-07-14 maximo compat_group() and files_group() are more complicated...
2006-07-14 jhbRegen.
next