]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2010-05-06 delphijRevert r207677 which is considered a violation of style(9).
2010-05-06 acheWhile I am here, add more missing (unsigned char) casts...
2010-05-06 alcPush down the page queues lock inside of vm_page_free_t...
2010-05-06 acheFix recent space skipping:
2010-05-06 alcEliminate a small bit of unneeded code from kern_sendfi...
2010-05-06 mavFix polled operation. Now it is possible to dump kernel...
2010-05-06 kibAdd a helper function vm_pageout_page_lock(), similar...
2010-05-06 alcEliminate dead code.
2010-05-06 rmacklemIf the "-alldirs" export option was used for the V4...
2010-05-05 npDon't ring the tx doorbell for every frame when we...
2010-05-05 npDo not hold the T3 firmware in memory all the time...
2010-05-05 marius- Fix broken symlinks on cross platform zfs send/recv...
2010-05-05 zecAdd an optional "persistent" flag to ng_hub and ng_brid...
2010-05-05 jillessh: Apply locale vars on builtins, recognize LC_MESSAGE...
2010-05-05 delphijMove SCCS tags to comments as they were already #if...
2010-05-05 kibAdd definitions for Intel AESNI CPUID bits and print...
2010-05-05 joelSwitch to our preferred 2-clause BSD license.
2010-05-05 mmForced commit to set MFC period for r207670.
2010-05-05 jhFix deadlock between GEOM class unloading and withering...
2010-05-05 mmIntroduce hardforce export option (-F) for "zpool export".
2010-05-05 alcAcquire the page lock around all remaining calls to...
2010-05-05 traszMove checking against RLIMIT_FSIZE into one place,...
2010-05-05 kibFix a mistake in r207603. td_rux.rux_runtime still...
2010-05-05 vanhuSet SA's natt_type before calling key_mature() in key_a...
2010-05-05 vanhuUpdate SA's NAT-T stuff before calling key_mature(...
2010-05-05 danger- fix typo
2010-05-05 alcUse an OBJT_PHYS object and thus PG_UNMANAGED pages...
2010-05-05 alcPush down the acquisition of the page queues lock into...
2010-05-05 neelFix DDB backtrace involving kernel modules.
2010-05-05 alcPush down the acquisition of the page queues lock into...
2010-05-05 npAdd support for hardware filters to cxgb(4). The T3...
2010-05-04 npAdd IFCAP_LINKSTATE to cxgb's capabilities.
2010-05-04 yongariWhen VLAN hardware tagging is disabled, make sure to...
2010-05-04 yongariFree entire mbuf chain instead of the first mbuf.
2010-05-04 delphijRemove if_ar, if_ray, if_sr, if_ppp, if_sl to reflect...
2010-05-04 yongariEnable multi-descriptor transmisstion for fragmented...
2010-05-04 mmEnable "zfs list" to list explicitly requested snapshots.
2010-05-04 mmSpeed up ZFS list operation with objset prefetching.
2010-05-04 yongariRemove clearing RxHashTable2 register. The register...
2010-05-04 mmFix deadlock during zfs receive.
2010-05-04 yongariMake sure to check whether driver is running before...
2010-05-04 yongariDrop driver lock before exiting from interrupt handler.
2010-05-04 impDoh! Add another new file forgotten by the importer...
2010-05-04 jkim- Remove more dead code[1]. Since r207330, we only...
2010-05-04 alcAdd page locking to the vm_page_cow* functions.
2010-05-04 csjpAdd a case to make sure that internal audit records...
2010-05-04 impBring in new files from edwin's tftp
2010-05-04 emasteRestore historical behaviour of only executing chflags...
2010-05-04 norkAdd support run services_mkdb(8).
2010-05-04 kevloAdd support for FA626TE.
2010-05-04 impGo ahead and merge the work edwin@ on tftpd into the...
2010-05-04 impGo ahead and merge the work edwin@ on tftpd into the...
2010-05-04 kibFix typo in comment.
2010-05-04 kibRemove a comment that merely repeats code.
2010-05-04 kibDocument RUSAGE_THREAD.
2010-05-04 kibUse td_rux.rux_runtime for ki_runtime instead of redoin...
2010-05-04 kibImplement RUSAGE_THREAD. Add td_rux to keep extended...
2010-05-04 alcAdd lock assertions.
2010-05-04 kibMove definition of struct rusage_ext before struct...
2010-05-04 dougbMake address assignment via ipv6_prefix_IF work again
2010-05-03 emasteUpdate GRANDPARENTED text to match the contents of...
2010-05-03 mariusSun GigaSwift Ethernet 1.0 MMF work with r207585 in...
2010-05-03 marius- Don't set CAS_PCS_DATAPATH to anything except CAS_PCS...
2010-05-03 kibLock the page around vm_page_activate() and vm_page_dea...
2010-05-03 kibHandle busy status of the page in a way expected for...
2010-05-03 mariusOn sparc64 obtain the initiator ID from the Open Firmwa...
2010-05-03 kanDo not encode more than CTF_MAX_VLEN(1023) enum members.
2010-05-03 alcAcquire the page lock around vm_page_wire() in vm_page_...
2010-05-03 alcIt makes more sense for the object-based backend alloca...
2010-05-03 alcAcquire the page lock around vm_page_unwire(). For...
2010-05-03 alcAcquire the page lock around vm_page_unwire() and vm_pa...
2010-05-03 zecWhen destroying a vnet, shut down all netgraph nodes...
2010-05-03 alcNeither the page lock nor the page queues lock is requi...
2010-05-03 kibStyle and comment adjustements.
2010-05-03 netchild- #ifdef out the cliplist part, skype seems like using...
2010-05-03 delphijBump .Dd date.
2010-05-03 mmCode indent according to style(9).
2010-05-03 sobomaxAdd new tunable 'net.link.ifqmaxlen' to set default...
2010-05-03 mmImplement the no_user_check option to pam_krb5.
2010-05-03 alcThe pages allocated by kmem_alloc_attr() and kmem_mallo...
2010-05-03 alcAssert that the page queues lock is held in vm_page_rem...
2010-05-03 alcThis is the first step in transitioning responsibility...
2010-05-03 yongariFix wrong dma tag usage. Previously it used TX descript...
2010-05-02 alcAdd page lock assertions where we access the page's...
2010-05-02 mjacobPrint IR_RESYNC updates informatively.
2010-05-02 alcEliminate an assignment that was made redundant by...
2010-05-02 alcDefer the acquisition of the page and page queues locks in
2010-05-02 alcSimplify vm_fault(). The introduction of the new page...
2010-05-02 mariusAdd support for SPARC64 V (and where it already makes...
2010-05-02 mavImport mvs(4) - Marvell 88SX50XX/88SX60XX/88SX70XX...
2010-05-02 kibLock the page around hold_count access.
2010-05-02 alcProperly synchronize access to the page's hold_count...
2010-05-02 mariusRemove redundant checking of sc_leaving (uart_intr...
2010-05-02 mariusRemove a soft member which was never used.
2010-05-02 alcCorrect an error in r207410: Remove an unlock of a...
2010-05-02 alcIt makes no sense for vm_page_sleep_if_busy()'s helper...
2010-05-02 alcThis change addresses the race condition that was intro...
2010-05-02 mavEnable PCI busmastering explicitly to be sure.
2010-05-02 mariusAdd a hack for SPARC64 V CPUs, which set some undocumen...
2010-05-02 mavMake SATA XPT negotiate and enable some additional...
next