]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2013-08-16 jhbAdd new mmap(2) flags to permit applications to request...
2013-08-16 ianDuring card identification, run the bus at 400KHz,...
2013-08-16 jillessh: Remove unnecessary reset functions.
2013-08-16 ianPrint the card relative address in hex, because that...
2013-08-16 ianAdd named constants for 8-bit bus support. The sdhci...
2013-08-16 ianWhen the timeout clock is based on the SD clock, the...
2013-08-16 sjgAdd .MAKE.ALWAYS_PASS_JOB_QUEUE knob (default yes)
2013-08-16 sjgWhen we need to build using the in-tree make,
2013-08-16 kenAdd unmapped I/O and larger I/O support to the sa(4...
2013-08-16 kibRestore the previous sendfile(2) behaviour on the block...
2013-08-16 jillespselect(2): Add xref to sigsuspend(2).
2013-08-16 jillessh: Recognize "--" as end of options in bg/fg/jobid...
2013-08-16 jillessh: Add test for the non-standard jobid builtin.
2013-08-16 jillesAdd tests for dup3().
2013-08-16 jillesAdd man page dup3(3).
2013-08-16 jillesAdd dup3(), based on F_DUP2FD and F_DUP2FD_CLOEXEC...
2013-08-16 desGC unused source file.
2013-08-16 kevloBring datasheet URL up to date.
2013-08-16 glebiusProvide UTF-8 version of russian calendars.
2013-08-16 gjbMark the makefs(8) '-p' flag as deprecated in preferenc...
2013-08-16 markjUse strdup(9) instead of reimplementing it.
2013-08-16 grehanFix ordering of legacy IRQ reservations.
2013-08-15 kenChange the way that unmapped I/O capability is advertised.
2013-08-15 jillessigsuspend(2): Add xrefs to pselect(2) and sigwait...
2013-08-15 jeff - Fix bug in r254304. Use the ACTIVE pq count for...
2013-08-15 jkimSimplify check for CMPXCHG8B instruction. Note CMPXCHG...
2013-08-15 cpercivaChange the queue of locks in kern_rangelock.c from...
2013-08-15 jkimAvoid potential redefinition of the macro.
2013-08-15 traszTurn comments about locking into actual lock assertions.
2013-08-15 brooksUse an ANSI C definition of initializecpucache() to...
2013-08-15 brooksCall set_i8254_freq with MODE_STOP (0) rather than...
2013-08-15 kenExport the maxio field in the CAM XPT_PATH_INQ CCB...
2013-08-15 nemysis- Add myself in committers-ports.dot
2013-08-15 attilioOn the recovery path for vm_page_alloc(), if a page...
2013-08-15 jlhBelatedly bump __FreeBSD_version for libc being an...
2013-08-15 glebiusMake sendfile() a method in the struct fileops. Curren...
2013-08-15 markjFix a typo.
2013-08-15 markjSpecify SDT probe argument types in the probe definitio...
2013-08-14 sjgSome objects - such as *_genassym.o are not hooked...
2013-08-14 jillessh: Recognize "--" as end of options in local builtin.
2013-08-14 tuexenDon't send uninitialized memory (two instances of 4...
2013-08-14 rmacklemFix several performance related issues in the new NFS...
2013-08-14 jillessh: Allow a lone redirection before '|', ';;' or ';&'.
2013-08-14 sbrunoIf sys/param.h MAXPHYS has been tuned to exceed MFI_MAX...
2013-08-14 smhAdded 4K quirks for:-
2013-08-14 gjbRemove the {SRC,DOC,PORT}REVISION variables from releas...
2013-08-14 theravenMake carets line up in dtc diagnostics if the line...
2013-08-14 pfgext2fs: update format specifiers for ext4 type.
2013-08-14 uqsBelatedly add my birthday and fix a typo.
2013-08-14 uqsFix make depend
2013-08-14 rpauloReplace the homegrown implementation of nitems() with...
2013-08-14 markjUse kld_{load,unload} instead of mod_{load,unload}...
2013-08-13 jeff - Disable quantum caches on the kmem_arena. This...
2013-08-13 jeff - Add a statically allocated memguard arena since...
2013-08-13 jkimMerge acpica_machdep.h for amd64 and i386 and move...
2013-08-13 jeffImprove pageout flow control to wakeup more frequently...
2013-08-13 jimharrisIf a controller fails to initialize, do not notify...
2013-08-13 jimharrisSend a shutdown notification in the driver unload path...
2013-08-13 jilleslibc: Use O_CLOEXEC when writing gmon files (cc -pg).
2013-08-13 jkimTidy up global locks for ACPICA. There is no functiona...
2013-08-13 ianRename imx_machdep.c to imx51_machdep.c, because it...
2013-08-13 gjbRemove get_rev_branch(), functionality exists in the...
2013-08-13 petervfork(2) was listed as deprecated in 1994 (r1573) and...
2013-08-13 jilleskdump: Decode AT_FDCWD in first argument of bindat...
2013-08-13 pfgTeach libstdc++ about logl(3).
2013-08-13 gjb- Remove the defaults for TARGET/TARGET_ARCH.
2013-08-13 gjb- Only set ARCH_FLAGS (TARGET/TARGET_ARCH) if specified...
2013-08-13 trocinyVirtualize carp(4) variables to have per vnet control.
2013-08-13 jilleskdump: Improve decoding of various *at calls:
2013-08-13 jillesdb: Use O_CLOEXEC instead of separate fcntl() call.
2013-08-13 jillesinit: Set kernel login class and CPU mask on new processes.
2013-08-13 jhbSome small cleanups to the fixes in r180340:
2013-08-13 pfgext2fs: update format specifiers for ext4 type.
2013-08-13 peterExpose _citrus_bcs_trunc_rws_len for libintl's use.
2013-08-13 pfgDefine ext2fs local types and use them.
2013-08-13 glebius- Minor style(9) fix.
2013-08-13 ianAdd imx6 compatibility and make the driver work for...
2013-08-13 adrianieee80211_rate2plcp() and ieee80211_rate2phytype()...
2013-08-13 desApply upstream revision 1.151 (fix relative symlinks)
2013-08-13 peterTurn off warns for this do-nothing file. clang noticed.
2013-08-13 mavReturn error when opening read-only volumes (like RAID4...
2013-08-13 peterAdd a note that if you were WITH_ICONV before, you...
2013-08-13 peterThe iconv in libc did two things - implement the standa...
2013-08-13 mavOops, wrong constant at r254269.
2013-08-13 mavFix reasonable but safe Clang warnings.
2013-08-13 markjFreeBSD's DTrace implementation has a few problems...
2013-08-13 markjRemove some unused fields from struct linker_file....
2013-08-13 markjAdd event handlers for module load and unload events...
2013-08-13 gjbMake sure bootonly.iso for -BETAs and -RCs use the...
2013-08-13 jfvAlter the mq_start routine to do a TRYLOCK and call...
2013-08-12 scottlUpdate PCI drivers to no longer look at the MEMIO-enabl...
2013-08-12 jfvImprove the MSIX setup code in the drivers, thanks...
2013-08-12 adrianBlank m_nextpkt before passing it up.
2013-08-12 pfgAdd read-only support for extents in ext2fs.
2013-08-12 traszMake check for unknown login class actually work. ...
2013-08-12 mavAdd brace missing in r254253.
2013-08-12 scottlr253460 accidentally some moderately expensive debuggin...
2013-08-12 edFix the formatting of the error message.
2013-08-12 gshapiroTemporarily revert sendmail 8.14.7 change to getipnodeb...
2013-08-12 tuexenMake the features a 64-bit value instead of 32-bit.
next