]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2011-01-28 Alexander KabaevEliminate the use of symlook_needed function in favor...
2011-01-28 Marcel MoolenaarDon't use the MAC address in the device tree if it...
2011-01-28 Pawel Jakub... Drop privileges in worker processes.
2011-01-28 Pawel Jakub... Implement function that drops privileges by:
2011-01-28 Pawel Jakub... Change hast user home directory to /var/empty.
2011-01-28 Pawel Jakub... Add 'hast' user and 'hast' group that will be used...
2011-01-28 Pawel Jakub... Use newly added descriptors_assert() function to ensure...
2011-01-28 Pawel Jakub... Add function to assert that the only descriptors we...
2011-01-28 Pawel Jakub... Close all unneeded descriptors after fork(2).
2011-01-28 Pawel Jakub... Add comments to places where we treat errors as ciritic...
2011-01-28 Pawel Jakub... Add function to close all unneeded descriptors after...
2011-01-28 Pawel Jakub... Initialize all global variables on pjdlog_init().
2011-01-28 Randall StewartKeep track of the real last RTT on each net.
2011-01-28 Pyun YongHyeonFix logic error. Due to the bug, it incorrectly checked...
2011-01-28 Randall StewartFix a bug in the way ECN-Echo chunk
2011-01-28 Dmitry ChaginStyle(9) fixes.
2011-01-28 Dmitry ChaginImplement a variation of the linux_common_wait() which...
2011-01-28 Dmitry ChaginTo avoid excessive code duplication move struct rusage...
2011-01-28 Konstantin... If more than one thread allocated sf buffers for sendfi...
2011-01-28 Sergey KandaurovRemove SuperH architecture from a comment as we do...
2011-01-28 Jilles TjoelkerDo not trip a KASSERT if /dev/null cannot be opened...
2011-01-28 Andrey V. ElsukovDocument the "bios-boot" partition type.
2011-01-28 Andrey V. ElsukovAdd new user-friendly aliases for partition types for...
2011-01-28 Adrian Chadd(Mostly) teach ath_rate_sample about MCS rates.
2011-01-28 Adrian ChaddMake space for the extended 802.11n MCS rate tables.
2011-01-28 Adrian ChaddBring in some 802.11n packet duration calculation funct...
2011-01-28 Hans Petter... - Remove double semicolon.
2011-01-28 Jayachandran C.CDDL fixes for MIPS n32.
2011-01-28 Dmitry ChaginStyle(9) fix.
2011-01-27 Jilles Tjoelkersh: Add test for EXIT trap in command substitution.
2011-01-27 Konstantin... linux_sigreturn() loads the struct trapframe from l_sig...
2011-01-27 Pyun YongHyeonixgb(4) does not support altq(4) yet.
2011-01-27 Pyun YongHyeonBackout r216577. ixgb(4) does not support altq(4) yet.
2011-01-27 Pawel Jakub... Remember created control connection so on fork(2) we...
2011-01-27 Pawel Jakub... Close the control socket before exiting, so it will...
2011-01-27 Pawel Jakub... Extend pjdlog_verify() to support the following additio...
2011-01-27 Pawel Jakub... Add functions to initialize/finalize pjdlog. This allow...
2011-01-27 Pawel Jakub... Use my copyright for 2011 work.
2011-01-27 Pawel Jakub... Add LOG_NDELAY flag to openlog(3) - we want descriptor...
2011-01-27 Pawel Jakub... - Remove obvious NOTREACHED comment after abort() call.
2011-01-27 Pawel Jakub... Remove __dead2 from pjdlog_verify() prototype, it does...
2011-01-27 Konstantin... Add support for BIO_DELETE on swap-backed md(4). In...
2011-01-27 Jayachandran C.Implement sf_buf using direct map (XKPHYS) in MIPS...
2011-01-27 Jayachandran C.Fix n32 compile.
2011-01-27 Adrian ChaddInitialise the chainmask from the EEPROM rather than...
2011-01-27 Adrian ChaddAdd missing getCapability call for AR5416.
2011-01-27 Andrey V. ElsukovWhile inspecting the disklabel check that start offset...
2011-01-27 Adrian ChaddMake a note to re-check whether that particular check...
2011-01-27 George V. Neville... Quick fix to a comment.
2011-01-27 Adrian ChaddWriting to the analog registers on the AR9220 (Merlin...
2011-01-27 Matthew D FlemingExplicitly wire the user buffer rather than doing it...
2011-01-26 Matthew D FlemingRemove the CTLFLAG_NOLOCK as it seems to be both unused and
2011-01-26 Pyun YongHyeonDocument newly added tunables.
2011-01-26 Michael Tuexen* Use 300 ms as the default for RTO_MIN.
2011-01-26 Pyun YongHyeonAdd support for RTL8105E PCIe Fast Ethernet controller...
2011-01-26 Pyun YongHyeonAdd Realtek RTL8201E 10/100 PHY found in RTL8105E contr...
2011-01-26 Pyun YongHyeonDo not use interrupt taskqueue on controllers with...
2011-01-26 Dmitry ChaginAdd macro to test the sv_flags of any process. Change...
2011-01-26 Michael TuexenMake SCTP_MAX_BURST compliant with the latest version of
2011-01-26 Michael TuexenChange infrastructure for SCTP_MAX_BURST to allow compl...
2011-01-26 Ulrich SpörleinUnroll vgrind filter to no longer depend on vgrind...
2011-01-26 Ulrich SpörleinFix typo in example getopt(1) script: $i vs $1 [1]
2011-01-26 Daniel EischenPrison check addresses set with multicast interface...
2011-01-26 Matthew D FlemingSet td_kstack_pages for thread0. This was already...
2011-01-26 Alexander MotinAdd missing part of r217877.
2011-01-26 Adrian ChaddAdd ar5416RestoreChainMask() which will undo any AR5416...
2011-01-26 Adrian ChaddAdd an AR5416 workaround - force a different bias based...
2011-01-26 Konstantin... Treat async buffer writes from the gjournal switcher...
2011-01-26 Adrian ChaddBreak out the chainmask init code into a new function...
2011-01-26 Adrian Chadd* fix HAL_DEBUG_INTERRUPT to be a separate bit, it...
2011-01-26 Alexander MotinHardware supported by siis(4) allows software control...
2011-01-26 Alexander MotinIn addition to r217444 ignore also ATA status errors...
2011-01-26 Alexander MotinMake device initialization sequence shorter when possib...
2011-01-26 Dmitry ChaginAdd -H flag to print thread id.
2011-01-26 Doug BartonFix another broken date
2011-01-26 Doug BartonClarify the availability of the noatime option on netwo...
2011-01-26 Doug BartonFix my fix to nfe.4, and also fix re.4
2011-01-26 Doug BartonFix date in .Dd
2011-01-25 Pyun YongHyeonRemove TX taskqueue and directly invoke re_start in...
2011-01-25 Martin CracauerFix compilation with debug on.
2011-01-25 John BaldwinRemove dead code.
2011-01-25 Pyun YongHyeonPrefer MSI-X to MSI on controllers that support MSI...
2011-01-25 Konstantin... When loading dso without PT_GNU_STACK phdr, only call
2011-01-25 Konstantin... Emit .note.GNU-stack for the syscall stubs generated...
2011-01-25 Konstantin... Fix get_program_var_addr() when type of the resolved...
2011-01-25 Jilles Tjoelkersh: Clean up some old comments:
2011-01-25 Alexander KabaevDo not allocate buffer to hold data for zero-sized...
2011-01-25 Pyun YongHyeonDisable TSO for all Realtek controllers. Experimentatio...
2011-01-25 Ulrich SpörleinUse test(1) operators and test for the catpage not...
2011-01-25 Matthew D FlemingDocument sbuf_new_for_sysctl(9).
2011-01-25 Andrew ThompsonWhen matching an incoming ARP against a bridge, ensure...
2011-01-25 Sergey MatveychukRemove DOS-style EOLs
2011-01-25 Konstantin... When vtruncbuf() iterates over the vnode buffer list...
2011-01-25 Konstantin... Bio shall not be accessed after g_io_deliver(9).
2011-01-25 Josh PaetzelFix logic error introduced in previous commit.
2011-01-25 Konstantin... Document P_FOLLOWFORK.
2011-01-25 Konstantin... Document PT_FLAG_FORKED, PT_FOLLOW_FORK, pl_tdname...
2011-01-25 Konstantin... Allow debugger to specify that children of the traced...
2011-01-25 Bjoern A. ZeebBack out r217734. [1]
2011-01-25 Adrian Chadd* Re-format the v4k header to be consistent
next