]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2011-04-10 Edward Tomasz... Rename a misnamed structure field (hr_loginclass),...
2011-04-10 Konstantin... Some callers of proc_reparent() already have the parent...
2011-04-10 Mikolaj GolubIn hast_proto_recv() remove unnecessary check. The...
2011-04-10 Mikolaj GolubIn hast_proto_recv_data() check that the size of the...
2011-04-10 Mikolaj GolubFix a typo in comments.
2011-04-10 Mikolaj Golubhastd(8) maintains a map of dirty extents, not hastctl...
2011-04-10 Rick MacklemFix a bug in the userland rpc library, where it would...
2011-04-10 Rick MacklemModify the man pages to reflect the addition of a backup
2011-04-10 Ulrich SpörleinRename 07.lpr to 07.lpd and re-connect to the build...
2011-04-10 Edward Tomasz... Add link to rctl(8).
2011-04-10 Edward Tomasz... Remove stray semicolon.
2011-04-10 Doug BartonUpdate recommendation for mergemaster. The -a and ...
2011-04-10 Jeff RobersonFix a long standing SUJ performance problem:
2011-04-10 Rick MacklemAdd support for a backup stable restart file to the...
2011-04-09 Rick MacklemAdd a VOP_UNLOCK() for the directory, when that is...
2011-04-09 Konstantin... Linuxolator calls VOP_READDIR with ncookies pointer...
2011-04-09 Bernhard SchmidtDon't hardcode assumptions about basic rates, similar...
2011-04-09 Nathan WhitehornAllow the user to use the live environment post-install...
2011-04-09 Nathan WhitehornRename the "Reboot" option to "Exit", which reflects...
2011-04-09 Mark MurrayDocument SHA256/512 modes.
2011-04-09 Mark MurrayAdd SHA256/512 ($5$ and $6$) to crypt(3). Used in linux...
2011-04-09 Mark MurrayAdd SHA512 (Actually, this is Colin Percival's code...
2011-04-09 Ulrich SpörleinFix make buildworld -DMODULES_WITH_WORLD on i386
2011-04-09 Edward Tomasz... Make it possible to use permission sets (full_set,...
2011-04-09 Bjoern A. ZeebRemove a check in udp6_send() that prevented v4-mapped...
2011-04-09 Bjoern A. ZeebAfter r219579 and r219779 unbreak v4-mapped v6 sockets...
2011-04-08 Konstantin... Remove setting of PCB_FULL_IRET at the places where...
2011-04-08 Konstantin... Disable local interrupts before testing the PCB_FULL_IR...
2011-04-08 Jung-uk KimRefactor DELAYDEBUG as it is only useful for correcting...
2011-04-08 Attilio RaoReintroduce the fix already discussed in r216805 (pleas...
2011-04-08 Alexander Motin- Add kern.cam.ada.X.write_cache tunables/sysctls to...
2011-04-08 Ryan StoneAdd tunables that mirror the functionality of sysctls...
2011-04-08 John BaldwinFix a bug in the previous change to restore the fast...
2011-04-08 John BaldwinCatch up to PCB_FULL_IRET becoming a pcb flag rather...
2011-04-08 Alexander MotinAdd reference to led(4), supported now.
2011-04-08 Edwin GroothuisWhen specifying the -t option (send tag in front of...
2011-04-08 Martin MatuskaPartially fix ZFS compat code for sparc64.
2011-04-08 Adrian ChaddRe-add the pad[2] I deleted by accident.
2011-04-08 Adrian ChaddAdd initial support for MIMO statistics to net80211.
2011-04-08 Adrian ChaddFix the completely wrong types I used in the previous...
2011-04-08 Adrian ChaddBegin fleshing out a public HAL routine to export the...
2011-04-08 Adrian ChaddExport the per-chain ctl/ext noise floor values, raw...
2011-04-08 Adrian ChaddExtend the RX descriptor block to include two more...
2011-04-08 Artem BelevichStripped '32' suffix from linux systrace module name...
2011-04-07 Jung-uk KimUse atomic load & store for TSC frequency. It may...
2011-04-07 Glen Barberu3g.4:
2011-04-07 John Baldwinpcb_flags is an int, so use testl rather than testq.
2011-04-07 John BaldwinIf a system call does not request a full interrupt...
2011-04-07 Jung-uk KimRemove stale checks for RDTSC support. amd64 must...
2011-04-07 Jack F VogelPort of the LRO fix from mxge driver to the generic
2011-04-07 David Christensen- Fixed a problem when multiqueue mode was enabled...
2011-04-07 Andrew GallatinFix a bug in mxge's LRO which can cause dup acks to
2011-04-07 Adrian ChaddAdd some more OS_MARK probes to the RX DMA setup/teardo...
2011-04-07 Gabor Kovesdan- Adjust a comment to actual behaviour
2011-04-07 Gabor Kovesdan- Simplify the fixed string pattern preprocessing code
2011-04-07 Gabor Kovesdan- Replace some strcpy()-family functions with memcpy...
2011-04-07 Marko ZecProperly unref ng_hub nodes on shutdown, so that we...
2011-04-07 Alexander MotinFix spelling.
2011-04-07 Alexander MotinAdd one more ID for Marvell 88SE912x chip found on...
2011-04-07 Alexander MotinMake ada(4) driver to control device write cache, same...
2011-04-07 Navdeep ParharModify read/write ioctls to work with 64 bit registers...
2011-04-07 Jeff Roberson - Don't invalidate jnewblks immediately upon discoveri...
2011-04-06 Jung-uk KimImplement atomic_load_acq_64(9) and atomic_store_rel_64...
2011-04-06 Xin LIUpdate arcmsr(4) to vendor version 1.20.00.21. This...
2011-04-06 Ulrich SpörleinRegenerate after r220401. It turns out makeman is cleve...
2011-04-06 Ulrich SpörleinComplete WITHOUT_CXX support. It implies WITHOUT_GROFF and
2011-04-06 Edward Tomasz... Add RACCT_NOFILE accounting.
2011-04-06 Edward Tomasz... Style fix.
2011-04-06 Edward Tomasz... Add accounting for SysV-related resources.
2011-04-06 Roman DivackyMove getc() body before xgetc() so gcc does not emit...
2011-04-06 John BaldwinFix several places to ignore processes that are not...
2011-04-06 Roman DivackyMark getc() as inline, this has no effect on gcc but...
2011-04-06 Edward Tomasz... Add ucred pointer to the SysV-related memory structures...
2011-04-06 Edward Tomasz... In vm_daemon(), do not skip processes stopped with...
2011-04-06 Edward Tomasz... Add RACCT_RSS.
2011-04-06 Andrew GallatinImplement mxge_init()
2011-04-06 Glen BarberCorrect 'list scan' description in the examples. The...
2011-04-05 David Christensen- Removed multiple console error messages and replaced...
2011-04-05 Jilles TjoelkerAllow strerror(0) and strerror_r(0, ...).
2011-04-05 Jack F VogelImportant update for the igb driver:
2011-04-05 Kirk McKusickBe far more persistent in reclaiming blocks and inodes...
2011-04-05 Edward Tomasz... Add accounting for most of the memory-related resources.
2011-04-05 Edward Tomasz... Add missing stubs.
2011-04-05 Ulrich SpörleinFix buildworld -DMODULES_WITH_WORLD
2011-04-05 David E. O... * Add the readline(3) API to libedit. The libedit...
2011-04-05 Jung-uk KimLower the bar for ACPI-fast on real machines slightly...
2011-04-05 Pyun YongHyeonAdd initial jumbo frame support for BCM5714/BCM5715...
2011-04-05 Adrian ChaddMake the alq log path tunable
2011-04-05 Adrian Chadd* re-enable marker stuff, I accidentally disabled it...
2011-04-05 Adrian ChaddFlesh out a simple tool to print the ALQ dump generated...
2011-04-05 John BaldwinAdd the ability to manage the state of write caching...
2011-04-05 Attilio RaoExtend the DDB command "watchdog" with the ability...
2011-04-05 Yoshihiro TakahashiMFi386: revision 220337
2011-04-05 Adrian ChaddThe xpaBiasLvlFreq[] fields in the modal header also...
2011-04-05 Warner LoshMake clang default on x86 and powerpc, but not on other...
2011-04-05 Sergey KandaurovDocument -w for swapuse.
2011-04-05 Adrian Chaddif_arge has had a strange bug that only appears during...
2011-04-05 Adrian Chadd* Add some more debugging to if_arge
2011-04-05 Adrian ChaddPut the ARGE_DEBUG behind a kernel config option.
2011-04-05 Adrian ChaddBegin fleshing out a functioning debugging setup for...
next