]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2013-02-20 attilioAdd read mode operations to VM_OBJECT_LOCK* class of...
2013-02-20 attilioRename VM_OBJECT_LOCK(), VM_OBJECT_UNLOCK() and VM_OBJE...
2013-02-20 attilioThere is no need to use VM_OBJECT_LOCKED() as the asser...
2013-02-20 attilioRemove unused VM_OBJECT_LOCKPTR().
2013-02-20 attilioSwitch vm_object lock to be a rwlock.
2013-02-19 keramidaAdd a sample program that shows how a custom comparison...
2013-02-19 jillessh: Fix a crash with the stackmark code.
2013-02-19 jmgadd support for AES and PCLMULQDQ instructions to binut...
2013-02-19 gallatinAdd support to mxge for IPv6 TX csum offload & IPv6...
2013-02-19 gonzoSpelling fixes
2013-02-19 gonzoRoll back change of frequency for initialization sequen...
2013-02-19 mavMFcalloutng:
2013-02-19 uqsdtc: fix bootstrapping from 8.2-STABLE
2013-02-19 mavMFcalloutng:
2013-02-19 dimPull in r175360 from upstream llvm trunk:
2013-02-19 dimImport change 6d783560e4aad1e680097d11e89755647a5aba87...
2013-02-19 kientzleFix includes for use in libstand.
2013-02-19 davideFixup r246916 in case gcc is used to build.
2013-02-19 jhbFix a few typos.
2013-02-19 charnierWARNS=6 compliance
2013-02-19 charnierWARNS=6 compliance
2013-02-19 charnierRemove old-style function definition
2013-02-19 uqsFix typo
2013-02-19 adrianPrint out the RTS/CTS rate in the TX descriptor.
2013-02-19 markj- Make sure to set an error code when trying to obtain...
2013-02-19 adriankgdb enhancements!
2013-02-19 ganboldDefine gpio constants rather than using enum.
2013-02-18 pjdMore white-space cleanups.
2013-02-18 kientzleAdd mem_load_raw() for loading data from another locati...
2013-02-18 jillessetbuf(3): Restore a BUGS section about setbuf().
2013-02-18 markjMark the coretemp(4) sysctls as MPSAFE, ensuring that...
2013-02-18 joelmdoc: sort sections.
2013-02-18 kientzleClarify an error message. The addresses here are
2013-02-18 gshapiroMerge sendmail 8.14.6 errata issue
2013-02-18 adrianFix an incorrect sizeof()
2013-02-18 hselaskyFix bad EEPROM parsing code.
2013-02-18 adrian* Add initial debugging of the interrupt status entry
2013-02-18 adrianMake this output more terse.
2013-02-18 adrianAdd a new ATH KTR debug method to log the interrupt...
2013-02-18 luigithe NO_PAM option has been finally removed in favor...
2013-02-18 kientzleAdd strtoul() to libstand by copying from libc and...
2013-02-18 adrianDisable this variable; the code using it is also disabled.
2013-02-18 alcPlace a cap on the size of the kernel's heap, also...
2013-02-18 adrianDisable this code and add a note as to why.
2013-02-18 alcOn arm, like sparc64, the end of the kernel map varies...
2013-02-18 pjdAllow [] in remote address, which fixes IPv6 support.
2013-02-17 pjdUpdate the comment: we do show the backtrace of misbeha...
2013-02-17 pjd- Add support for 'memsync' mode. This is the fastest...
2013-02-17 kibDo not update the fsinfo block on each update of any...
2013-02-17 markjStrengthen the check in IS_OUT_OF_BOUNDS to ensure...
2013-02-17 mavMFcalloutng:
2013-02-17 acheIn 'make hierarchy' don't install /sys/sys pointing...
2013-02-17 pjdRemove space before tab.
2013-02-17 pjdRemove redundant check.
2013-02-17 pjdStyle.
2013-02-17 pjd- Require CAP_FSYNC capability right when opening a...
2013-02-17 pjdRemove redundant parenthesis.
2013-02-17 pjdRemove redundant space.
2013-02-17 pjdAdd break to the default case.
2013-02-17 pjdDon't treat pointers as booleans.
2013-02-17 pjdRemove redundant parenthesis.
2013-02-17 pjdRemove redundant space.
2013-02-17 pjdRemove trailing spaces.
2013-02-17 luigiupdate the netmap example programs merging some common...
2013-02-17 davidxuMake more code be protected by internal mutex, and...
2013-02-17 marcelIn kthr.c, obtain the address of the PCB for threads...
2013-02-17 gonzoRemove accidentally committed debug panic(9) call
2013-02-17 marcelClose a race relating to setting the PCPU pointer ...
2013-02-17 gonzo- Add hw.bcm2835.sdhci.hs tunable to enable/disable...
2013-02-16 gonzoDisable debug accidentally enabled by previous commit
2013-02-16 gonzoVarious timing-related fixes:
2013-02-16 pjdPut one file per line so it is easier to read diffs...
2013-02-16 des#if out unused functions which trip up gcc but not...
2013-02-16 marcelReturn EFAULT when the address is not a kernel virtual...
2013-02-16 ianIn _bus_dmamap_addseg(), the return value must be zero...
2013-02-16 dimSince clang 3.2 now has an option to suppress warnings...
2013-02-16 adrian* Reduce the PCU lock overhead a little by only re...
2013-02-16 mckusickThe UFS2 filesystem allocates new blocks of inodes...
2013-02-16 mckusickAdd barrier write capability to the VFS buffer interfac...
2013-02-16 dimImport change 40eebf235370b6fe6353784ccf01ab92eed062a5...
2013-02-16 dimFix two instances of undefined behaviour in contrib...
2013-02-16 dimIn contrib/opie/opiekey.c, use the correct length to...
2013-02-16 davidxuSimplify code by using flag O_EXLOCK.
2013-02-16 adrianFix an incorrect sizeof()
2013-02-15 dimFix undefined behaviour in usr.bin/mail/util.c.
2013-02-15 ianSet map->pmap before _bus_dmamap_count_pages() tries...
2013-02-15 dimPull in r175057 from upstream llvm trunk:
2013-02-15 dimRegenerate libstdc++'s config.h, synchronizing it with...
2013-02-15 jkimRevert r227528 and r227787. This hack is no longer...
2013-02-15 jkimConsistently use round_page(x) rather than roundup...
2013-02-15 desUpgrade to 1.6.16
2013-02-15 desAdd generated files
2013-02-15 desfix leftover from an earlier experiment
2013-02-15 gonzoEnable USB1 (which is EHCI0) for Allwinner A10
2013-02-15 gonzoFix copy-paste error in bus_space_unmap argument
2013-02-15 jkimMerge ACPICA 20130214.
2013-02-15 jkimImport ACPICA 20130215.
2013-02-15 neelAdvertise PCI-E capability in the hostbridge device...
2013-02-15 ianAdd PPS_CANWAIT support for time_pps_fetch(). This...
2013-02-15 desManually add the correct text for the LDNS and LDNS_UTI...
next