]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2010-05-09 Jilles Tjoelkersh: Fix bug in assignment error test.
2010-05-09 Jilles Tjoelkerbuiltin(1): sh has no @ builtin command.
2010-05-09 Jilles TjoelkerDocument clock and pshared condvar attributes.
2010-05-09 Kai WangCatch up with libusbhid merge (rev 205728).
2010-05-09 Alan CoxRemove the page queues lock around a call to vm_page_ac...
2010-05-08 Alan CoxUpdate a comment: It no longer makes sense to talk...
2010-05-08 Alan CoxMinimize the scope of the page queues lock in vm_fault().
2010-05-08 Alan CoxPush down the page queues into vm_page_cache(), vm_page...
2010-05-08 Tim Kientzlebsdcpio 2.8.3
2010-05-08 Tim KientzleFreeBSD is now using bsdtar 2.8.3.
2010-05-08 Tim KientzleConfig updates.
2010-05-08 Ulf Lilleengen- Remove obsolete flags.
2010-05-08 Tim KientzleVarious manpage updates, including many long-option...
2010-05-08 Rick MacklemFix typos in macros.
2010-05-08 Jilles Tjoelkersh: Have only one copy of _PATH_STDPATH in the binary.
2010-05-08 Ed MasteAdd dummy function for ic_update_mcast (a la if_urtw...
2010-05-08 Rick MacklemPatch the experimental NFS client so that it works...
2010-05-07 Pyun YongHyeonDon't change PCIe maximum read request size to 2048...
2010-05-07 Fabien ThomasAdd a fastpath to allocate from packet zone when using...
2010-05-07 Jung-uk KimFix a typo in the previous commit.
2010-05-07 Jilles Tjoelkersigprocmask(2): pthread_sigmask(3) must be used in...
2010-05-07 Fabien ThomasRework the calltree top view by critical callchain.
2010-05-07 Konstantin... One more use for vm_pageout_init_marker().
2010-05-07 Pyun YongHyeon8255x configure command requires number of bytes of...
2010-05-07 Jilles Tjoelkerraise(3): Note that this sends a signal to the current...
2010-05-07 Pyun YongHyeonIt seems controller has two types of promiscuous contro...
2010-05-07 Alan CoxEliminate unnecessary page queues locking.
2010-05-07 Alan CoxPush down the page queues lock into vm_page_activate().
2010-05-07 Edward Tomasz... Enforce RLIMIT_FSIZE in ZFS.
2010-05-07 Jeff Roberson - Call softdep_prealloc() before any of the balloc...
2010-05-07 Jeff Roberson - Use the correct flag mask when determining whether...
2010-05-07 Alan CoxUpdate the synchronization requirements for the page...
2010-05-07 Alan CoxEliminate acquisitions of the page queues lock that...
2010-05-07 Alan CoxPush down the page queues lock into vm_page_deactivate...
2010-05-07 Kirk McKusickMerger of the quota64 project into head.
2010-05-06 Jilles TjoelkerUpdate xrefs from 4.3BSD to modern signal functions...
2010-05-06 Jilles Tjoelkersigaltstack(2): document some modernizations:
2010-05-06 Xin LIPlug a memory leak.
2010-05-06 Fabien ThomasFix an invalid parameter detected by INVARIANT and...
2010-05-06 Fabien ThomasExclude undefined symbol from ELF file when doing funct...
2010-05-06 Konstantin... Document MAKEDEV_NOWAIT flag for make_dev_credf(9).
2010-05-06 Konstantin... Add MAKEDEV_NOWAIT flag to make_dev_credf(9), to create...
2010-05-06 Alan CoxEliminate page queues locking around most calls to...
2010-05-06 Edward Tomasz... Avoid overflow.
2010-05-06 Edward Tomasz... Style fixes and removal of unneeded variable.
2010-05-06 Bernhard SchmidtAdd a workaround for a bug in the firmware regarding...
2010-05-06 Alan CoxRemove page queues locking from all sf_buf_mext()-like...
2010-05-06 Kirk McKusickFinal update to current version of head in preparation...
2010-05-06 Alan CoxUpdate a comment to say that access to a page's wire...
2010-05-06 Xin LIRevert r207677 which is considered a violation of style(9).
2010-05-06 Andrey A. ChernovWhile I am here, add more missing (unsigned char) casts...
2010-05-06 Alan CoxPush down the page queues lock inside of vm_page_free_t...
2010-05-06 Andrey A. ChernovFix recent space skipping:
2010-05-06 Alan CoxEliminate a small bit of unneeded code from kern_sendfi...
2010-05-06 Alexander MotinFix polled operation. Now it is possible to dump kernel...
2010-05-06 Konstantin... Add a helper function vm_pageout_page_lock(), similar...
2010-05-06 Alan CoxEliminate dead code.
2010-05-06 Rick MacklemIf the "-alldirs" export option was used for the V4...
2010-05-05 Navdeep ParharDon't ring the tx doorbell for every frame when we...
2010-05-05 Navdeep ParharDo not hold the T3 firmware in memory all the time...
2010-05-05 Marius Strobl- Fix broken symlinks on cross platform zfs send/recv...
2010-05-05 Marko ZecAdd an optional "persistent" flag to ng_hub and ng_brid...
2010-05-05 Jilles Tjoelkersh: Apply locale vars on builtins, recognize LC_MESSAGE...
2010-05-05 Xin LIMove SCCS tags to comments as they were already #if...
2010-05-05 Konstantin... Add definitions for Intel AESNI CPUID bits and print...
2010-05-05 Joel DahlSwitch to our preferred 2-clause BSD license.
2010-05-05 Martin MatuskaForced commit to set MFC period for r207670.
2010-05-05 Jaakko HeinonenFix deadlock between GEOM class unloading and withering...
2010-05-05 Martin MatuskaIntroduce hardforce export option (-F) for "zpool export".
2010-05-05 Alan CoxAcquire the page lock around all remaining calls to...
2010-05-05 Edward Tomasz... Move checking against RLIMIT_FSIZE into one place,...
2010-05-05 Konstantin... Fix a mistake in r207603. td_rux.rux_runtime still...
2010-05-05 VANHULLEBUS... Set SA's natt_type before calling key_mature() in key_a...
2010-05-05 VANHULLEBUS... Update SA's NAT-T stuff before calling key_mature(...
2010-05-05 Daniel Gerzo- fix typo
2010-05-05 Alan CoxUse an OBJT_PHYS object and thus PG_UNMANAGED pages...
2010-05-05 Alan CoxPush down the acquisition of the page queues lock into...
2010-05-05 Neel NatuFix DDB backtrace involving kernel modules.
2010-05-05 Alan CoxPush down the acquisition of the page queues lock into...
2010-05-05 Navdeep ParharAdd support for hardware filters to cxgb(4). The T3...
2010-05-04 Navdeep ParharAdd IFCAP_LINKSTATE to cxgb's capabilities.
2010-05-04 Pyun YongHyeonWhen VLAN hardware tagging is disabled, make sure to...
2010-05-04 Pyun YongHyeonFree entire mbuf chain instead of the first mbuf.
2010-05-04 Xin LIRemove if_ar, if_ray, if_sr, if_ppp, if_sl to reflect...
2010-05-04 Pyun YongHyeonEnable multi-descriptor transmisstion for fragmented...
2010-05-04 Martin MatuskaEnable "zfs list" to list explicitly requested snapshots.
2010-05-04 Martin MatuskaSpeed up ZFS list operation with objset prefetching.
2010-05-04 Pyun YongHyeonRemove clearing RxHashTable2 register. The register...
2010-05-04 Martin MatuskaFix deadlock during zfs receive.
2010-05-04 Pyun YongHyeonMake sure to check whether driver is running before...
2010-05-04 Pyun YongHyeonDrop driver lock before exiting from interrupt handler.
2010-05-04 Warner LoshDoh! Add another new file forgotten by the importer...
2010-05-04 Jung-uk Kim- Remove more dead code[1]. Since r207330, we only...
2010-05-04 Alan CoxAdd page locking to the vm_page_cow* functions.
2010-05-04 Christian S... Add a case to make sure that internal audit records...
2010-05-04 Warner LoshBring in new files from edwin's tftp
2010-05-04 Ed MasteRestore historical behaviour of only executing chflags...
2010-05-04 Norikatsu ShigemuraAdd support run services_mkdb(8).
2010-05-04 Kevin LoAdd support for FA626TE.
2010-05-04 Warner LoshGo ahead and merge the work edwin@ on tftpd into the...
next