]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2010-08-21 rpauloUpdate for the new tests.
2010-08-21 rpauloAdd a sysname char * to struct opensolaris_utsname.
2010-08-21 rpauloAdd the definition of LIBELF_PIC.
2010-08-21 rpauloUse double quotes when checking the value of MACHINE_ARCH.
2010-08-21 rpauloAdd a Makefile for dtruss.
2010-08-21 rpauloPort plockstat to FreeBSD. This will be connected to...
2010-08-21 rpauloLink drti.o with a PIC version of libelf. This is neede...
2010-08-21 rpauloAdd libelf to the prebuild libs.
2010-08-21 rpauloPort the DTrace helper ioctls to FreeBSD and add a...
2010-08-21 rpauloAdd libdtrace support for tracing userland programs.
2010-08-21 rpauloAdd sysname to struct opensolaris_utsname. This is...
2010-08-21 rpauloUse double quotes when checking the value of MACHINE_ARCH.
2010-08-21 rpauloThe DTrace instrumentation object is going to be i386...
2010-08-21 bschmidtWrap remaining ieee80211_ratectl_node_init() calls...
2010-08-21 rpauloPort most of the DTrace tests to FreeBSD.
2010-08-21 rpauloInstall a PIC libelf. This will be needed by the DTrace...
2010-08-21 rpauloRevert part of r211505. Some of the removed casts are...
2010-08-20 davidxumake sure thread lock is locked.
2010-08-20 jhbAdd dedicated routines to toggle lockmgr flags such...
2010-08-20 umeoptp may be NULL.
2010-08-20 mjacobRevert r211434. Offline discussions have convinced...
2010-08-20 davidxuReduce redundant code.
2010-08-20 davidxu In current implementation, thread cancellation is...
2010-08-20 davidxuIf thread set a TDP_WAKEUP for itself, clears the flag...
2010-08-20 davidxuAccording to specification, function fcntl() is a cance...
2010-08-20 nwhitehornFPU EMU is 32-bit only for now, so mark it as a powerpc...
2010-08-19 anchieFix mbuf leakages and remove unneccessary duplicate...
2010-08-19 delphijRevert a minor part of revision 211364:
2010-08-19 attilioRevert part of the r211149 as I erroneously ported...
2010-08-19 edwin'\0' -> 0
2010-08-19 jfvEliminate the ambiguous queue setting logic for
2010-08-19 jhbRemove unused KTRACE includes.
2010-08-19 jhbThere isn't really a need to hold the ktrace mutex...
2010-08-19 jhCall dev_rel() in error paths.
2010-08-19 jhbFix a whitespace nit and remove a questioning comment...
2010-08-19 adrianMigrate if_arge to use the PLL cpuops.
2010-08-19 adrianImplement PLL generalisation in preparation for use...
2010-08-19 adrianadd the PLL set functions to cpuops
2010-08-19 jhbRemove an unused macro. exit1() invokes ktrprocexit...
2010-08-19 rpauloRemove unneeded casts in inline assembly in contrib...
2010-08-19 adrianFix mistaken indenting.
2010-08-19 adrianAdd some initial AR724X chipset support.
2010-08-19 adrianAdd initial Atheros AR91XX support.
2010-08-19 anchieMFp4: anchie_soc2009 branch:
2010-08-19 desexpand_number(3) takes a uint64_t * now; intmax_t was...
2010-08-19 desexpand_number(3) takes a uint64_t * now.
2010-08-19 adrianAdd missing licence.
2010-08-19 adrianstyle(9) pick from imp@ .
2010-08-19 desUTFize my name.
2010-08-19 impThis patch to pc-sysinstall allows the setting of a...
2010-08-19 impAdded "-m" option to "disk-list" to list memory disks...
2010-08-19 impSimple patch to add support zpool virtual devices that...
2010-08-19 impSome cleanup, changed some echo's to echo_log, check...
2010-08-19 impUpdates to pc-sysinstall that allow FTP installation...
2010-08-19 impVarious updates to support new pc-sysinstall directive
2010-08-19 impFirst cut at mips n64 ABI support
2010-08-19 nwhitehornUnbreak the LINT kernel on powerpc64. Note that the...
2010-08-19 adrianRemove now unused 'reg'.
2010-08-19 adrianInitialise the USB system using cpuops rather than...
2010-08-19 adrianMigrate the CPU reset path to use the new cpuops.
2010-08-19 adrianRemove the now-unused DDR flush register value.
2010-08-19 adrianMake the PCI initialisation path use the new cpuops...
2010-08-19 adrianMake if_arge use the new cpuops rather than hard coding...
2010-08-19 adrianPreparation work for supporting the AR91xx and AR724x.
2010-08-19 delphijCheck return value of dup(), it could be -1 when the...
2010-08-18 pjdMore tests.
2010-08-18 jillessh: Add a test for break from a trap action.
2010-08-18 andreIf a TCP connection has been idle for one retransmit...
2010-08-18 gabor- Refactor file reading code to use pure syscalls and...
2010-08-18 andreUntangle the net.inet.tcp.log_in_vain and net.inet...
2010-08-18 mavRemove bintime_cmp() function, unused since r200086.
2010-08-18 jchandraMIPS n64 support - continued...
2010-08-18 pjdFor some setups sending data in 128kB chunks makes...
2010-08-18 bzWhen calculating the expected memory size for userspace...
2010-08-18 desRevert r211436; it was a good idea, but not fully thoug...
2010-08-18 adrianAdd a DDR flush function, inspired by both Linux and...
2010-08-18 adrianAdd a further register definition for USB device initia...
2010-08-18 adrianBring over the first cut of the Atheros-specific SoC...
2010-08-18 jchandraMake return statements style(9) compliant in MIPS pmap.c
2010-08-18 adrianImport initial AR91XX and AR724X CPU register definitions.
2010-08-17 jhbKeep the process locked when calling ktrops() or ktrset...
2010-08-17 rpauloFor every instance of '.if ${CC} == "foo"' or '.if...
2010-08-17 desSplit kernel stage 3.2 (build everything) into 3.2...
2010-08-17 umeMake `ping6 -I' work with net.inet6.ip6.use_defaultzone=1.
2010-08-17 mjacobNow is as good a time as any to find out if we induce...
2010-08-17 jhbEnsure a minimum "slop" of 10 extra pcb structures...
2010-08-17 adrianAdd s25sl064a, an 8mb SPI flash part.
2010-08-17 jhbAdd a new method to the PCI bridge interface, PCIB_POWE...
2010-08-17 rpauloMake sure any -U CFLAGS are not filtered out when calli...
2010-08-17 gahr- The iMac9,1 needs the PAT workaround as well
2010-08-17 edwinMFV of r211420, tzdata2010l
2010-08-17 brucecSince top displays the uptime including seconds, there...
2010-08-17 kibAdd simple test to check the functioning of retrieval of
2010-08-17 brucecTo restart, sysinstall calls execl. Since it will creat...
2010-08-17 kibUse aux vector to get values for SSP canary, pagesize...
2010-08-17 brucecAdd -m and -M options to control the minimum and maximu...
2010-08-17 kibProvide the starting image with the pointer to ELF...
2010-08-17 kibUse the newly provided aux vectors to get pagesize...
2010-08-17 kibSupply some useful information to the started image...
2010-08-17 pjdMore tests, especially for lchown(2).
next