]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2012-01-14 jillessh: Fix out of bounds array access when trap is used...
2012-01-14 dougbRemove documentation for set_rcvar() now that it has...
2012-01-14 dasAdd .t files for tests, missed in prior checkins, so...
2012-01-14 dasUpdate the tests for arm and other ports where long...
2012-01-14 glebiusNo need to run buildworld before generate-release.sh.
2012-01-14 eadler- Document TheDraw splash screens in the default loader...
2012-01-14 eadler- Fix trivial typo
2012-01-14 glebiusAutoguess number of make jobs based on hw.ncpu. MAKE_FLAGS
2012-01-14 glebius- Add possibility to build release from a certain revis...
2012-01-14 dougbAdd an entry detailing the removal of set_rcvar() from...
2012-01-14 tuexenFix two bugs, which result in a panic when calling...
2012-01-14 dougbNow that its callers have been udpated, remove set_rcvar().
2012-01-14 dasFix a test that doesn't work on architectures where...
2012-01-14 mckusickConvert FFS mount error messages from kernel printf...
2012-01-14 rmacklemTai Horgan reported via email that there were two places in
2012-01-14 dougbPrepare for the removal of set_rcvar() by changing...
2012-01-14 gonzoFix kernel modules loading for MIPS64 kernel:
2012-01-13 jillessh: Properly show "Not a directory" error in cd builtin.
2012-01-13 gonzoFix backtrace for MIPS64:
2012-01-13 pjdStyle cleanups.
2012-01-13 hselaskyImprove support for USB 3.0 HUBs. In certain states we
2012-01-13 hselaskyBugfix: Make sure the XHCI driver doesn't clear
2012-01-13 jkimRemove unused ACPICA sources from userland makefiles.
2012-01-13 truckmanAllow an MBR primary or extended Linux swap partition...
2012-01-13 gnnClean up a switch statement for uncore events on Westme...
2012-01-13 edCorrect mistake in atomic_flag macros.
2012-01-13 edRegenerate src.conf(5).
2012-01-13 edRemove wtmpcvt(1).
2012-01-13 desProvide a better explanation for the sizing of the...
2012-01-13 luigiindentation and whitespace fixes
2012-01-13 luigifix indentation
2012-01-13 mavAdd BIO_DELETE support for SCSI Direct Access devices...
2012-01-13 luigiTwo performance-related fixes:
2012-01-13 kevloFix copyright year
2012-01-13 hselaskyCorrect use of USB 3.0 POWER bit in the port status...
2012-01-13 gonzo- Fix .rela case of R_MIPS_26 relocation. Addednds...
2012-01-13 kevloFix a style bug
2012-01-13 kevlofgets(3) returns a pointer, so compare against NULL...
2012-01-13 maximCopyright years updated.
2012-01-13 maximo Mac OS X 10.7 added (belatedly). FreeBSD 9.0-RELEASE...
2012-01-13 gonzo- Do not enumerate PCIe bus on CN56XX Pass 1 devices...
2012-01-12 ghelmerMove struct pidfh definition into pidfile.c, and leave...
2012-01-12 jhibbitsAdd PWM monitoring sysctl to G4 MDD (Windtunnel) fan...
2012-01-12 kenFix building ctlstat with clang.
2012-01-12 kenSilence some unnecessary verbosity.
2012-01-12 hselasky- Try to fix support for USB 3.0 HUBs.
2012-01-12 pfgStyle cleanups for printf.
2012-01-12 rwatsonClarify throughout the vlan(4) code the difference...
2012-01-12 edAdd SPARC64 version of div/mod written in assembly.
2012-01-12 luigiclear the pointer after freeing the mbuf. Without that, we
2012-01-12 luigifix the initialization of the rings when netmap is...
2012-01-12 edAdd a workaround to prevent endless recursion in compil...
2012-01-12 ghelmerFix disorder in MAN and MLINKS lists.
2012-01-12 ghelmerMore prototype formatting fixes, struct member formatti...
2012-01-12 ghelmerpidfile_open() no longer uses fcntl() to set the close...
2012-01-12 rearc.d: document 'quiet' prefix and fix dhclient/devd...
2012-01-12 wollmanUse a reasonable-sized buffer when formatting error...
2012-01-12 kenFix a race condition in CAM peripheral free handling...
2012-01-12 kenAdd the CAM Target Layer (CTL).
2012-01-11 jkimMerge ACPICA 20120111.
2012-01-11 ghelmerFix prototype formatting (indentation, long lines,...
2012-01-11 ghelmerFix namespace issues with prototype parameter names.
2012-01-11 ghelmerFix forward structure declaration and prototype disorder.
2012-01-11 truckmanPass the arguments to mtx_init() in the correct order...
2012-01-11 jkimImport ACPICA 20120111.
2012-01-11 pfgReplace GPL'd headers in the emu10kx snd driver code.
2012-01-11 pfgFix an inconsistency that crept in while replacing...
2012-01-11 bruefferAdd hpt27xx to the hardware notes,
2012-01-11 glebiusRedo r226660:
2012-01-11 adrianBring over a tool to create and destroy wtap instances.
2012-01-11 kibAdd PCI Id for the AMT SOL UART on 5 series Intel chipsets.
2012-01-11 adrianIntroduce wtap, the beginnings of a net80211 wlan simul...
2012-01-11 adrianAdd the ability to kick an existing mesh node without...
2012-01-11 nwhitehornAdd a memory barrier to bus_dmamap_sync(), as should...
2012-01-11 ghelmerjilles pointed out that O_CLOEXEC could be used in...
2012-01-11 gnnFix for PR 138526.
2012-01-11 glebiusFix some spacing in code under __FreeBSD__.
2012-01-11 glebiusAdd necessary locking in pfsync_in_ureq().
2012-01-11 glebiusMove PF_LOCK_ASSERT() under __FreeBSD__.
2012-01-11 glebiusMerge from OpenBSD:
2012-01-11 glebiusWhen running with INVARIANTS the mutex(9) code does...
2012-01-11 rmacklemjwd@ reported via email that the "CacheSize" field...
2012-01-11 adrianAdd the MCS radiotype entry.
2012-01-11 pjdConstify arguments.
2012-01-11 adrianRe-enable the PHY radar error frames if sc_dodfs is...
2012-01-11 adrianstyle(9) changes. This shouldn't change functionality.
2012-01-10 adrianAdd in the vendor extension bit in the radiotap header.
2012-01-10 luigiother simplifications in the internal interfaces to the
2012-01-10 pjd- Fix a bug where pidfile was removed in SIGHUP when...
2012-01-10 pjdFor functions that return -1 on failure check exactly...
2012-01-10 pjdDon't touch pidfiles when running in foreground. Before...
2012-01-10 ghelmerAdd link for pidfile_fileno.3 to pidfile.3 - thanks...
2012-01-10 ghelmerStyle fixes courtesy of pjd.
2012-01-10 ghelmerDocument that pidfile_open() now sets the FD_CLOEXEC...
2012-01-10 yongaristyle. No functional changes.
2012-01-10 luigismall code cleanup in preparation for future modificati...
2012-01-10 ghelmerRevert unintentional commit of changes to getnetgrent.c.
2012-01-10 ghelmerAdd pidfile_fileno() to obtain the file descriptor...
2012-01-10 ghelmerSet the FD_CLOEXEC flag on the open pidfile file descri...
2012-01-10 kibChange the type of the paging_in_progress refcounter...
next