]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2009-05-26 Dag-Erling... Add a regression test for kern/21768.
2009-05-26 John BaldwinCorrect the sense of a test so that this filter always...
2009-05-26 Ed SchoutenRemove unused curses replacement implementation from...
2009-05-26 Ed SchoutenGet rid of M_TEMP.
2009-05-26 Andrew ThompsonDo not forcefully close the write transfer when closing...
2009-05-26 Edward Tomasz... Adapt to the new ACL #define names.
2009-05-26 Rick MacklemAdd two new utilities and two new daemons to /usr/src...
2009-05-26 Ulf Lilleengen- Unbreak 64 bit platforms by casting off_t to intmax.
2009-05-26 Ed SchoutenUnbreak bktr(4).
2009-05-26 Edward Tomasz... Change license to more bori^Wadul^Wcanonical.
2009-05-26 Ulf Lilleengen- Fix wrong print on BIO_DONE.
2009-05-26 Pawel Jakub... Add missing socket options.
2009-05-26 Edward Tomasz... MFp4 changes neccessary for NFSv4 ACLs support in ZFS...
2009-05-26 Brian SomersMention the danger of running programs using ``!''.
2009-05-26 Brian SomersFix a race that can stall the timer when we remove...
2009-05-26 Ulf Lilleengen- Add 'show bio' DDB command.
2009-05-26 Rafal JaworowskiSet PG_WRITEABLE in Book-E pmap_enter[_locked] if it...
2009-05-26 Benjamin CloseFree the memory correctly in the error case
2009-05-26 Rick MacklemAdd two sysctl variables to the experimental nfs server, so
2009-05-26 Rick MacklemFix the handling of NFSv4 Illegal Operation number...
2009-05-26 Rick MacklemFix the experimental nfs server's interface to the...
2009-05-26 Doug BartonPer the man page:
2009-05-25 Mark MurrayI have been here long
2009-05-25 Mark MurrayThere is rubbish here
2009-05-25 Brian SomersBump the document date to reflect the recent address...
2009-05-25 Brian SomersBump the document date to reflect the 'p' command enhan...
2009-05-25 Ed SchoutenFix kdump build when building it by hand.
2009-05-25 Mark MurrayEuro is missing
2009-05-25 Sam LefflerFix handling of devices w/o radiotap support:
2009-05-25 Sam Lefflerdo internal bpf tracking only for radiotap DLT's
2009-05-25 Sam Lefflerrev bpf attach/detach event api to include the dlt
2009-05-25 Rick MacklemAdd the "-4" option to nfsstat, so that it will reports...
2009-05-25 Robert WatsonRemove comment about moving tcp_reass() to its own...
2009-05-25 Attilio RaoUse, in uncovered part, the END() macro in order to...
2009-05-25 Robert WatsonStaticize spx_remque() now that it's only used from...
2009-05-25 Robert WatsonAdd missing call to ipx_pcbdetach() during SPX socket...
2009-05-25 Robert WatsonEliminate use of dtom() in spx_output() by fixing up...
2009-05-25 Robert WatsonPrefer NULL to 0 for pointer assignments.
2009-05-25 Robert WatsonRather than store a skeleton IPX header in an mbuf...
2009-05-25 Robert WatsonPull SPX reassembly queue init and flush into spx_reass.c.
2009-05-25 Robert WatsonPrefer m_nextpkt to m_act when iterating mbuf queues.
2009-05-25 Maxim Konovalovo Fix typo in the example.
2009-05-25 Robert WatsonComplete move of SPX reassembly from spx_usrreq.c to...
2009-05-25 Brian SomersEnhance the 'p' command so that it understands size...
2009-05-25 Robert WatsonCopy spx_usrreq.c to spx_reass.c in order to apply...
2009-05-25 Pyun YongHyeonCorrect controller description for 88E8035, 88E8036...
2009-05-25 Pyun YongHyeonCorrect controller description for 88E8035, 88E8036...
2009-05-25 Pyun YongHyeonmsk(4) now supports Yukon FE+. Specifically 88E8040...
2009-05-25 Pyun YongHyeonSimplify SIOCSIFFLAGS handler.
2009-05-25 Pyun YongHyeonBe consistent with other capability checking.
2009-05-25 Pyun YongHyeonDon't reinitialize controller when interface is already...
2009-05-25 Pyun YongHyeonIf interface is not UP, don't return media status.
2009-05-25 Pyun YongHyeonAdd device ids for Yukon FE+(88E8040, 88E8040T, 88E8048...
2009-05-25 Pyun YongHyeonAdd workaround for Yukon FE+ A0. This controller is...
2009-05-25 Pyun YongHyeonAdd preliminary Yukon FE+ support and register definitions.
2009-05-25 Brian SomersRegression test the 'addr1,+N' feature added in r192732
2009-05-25 Brian SomersImplement "addr1,+N" ranges - not dissimilar to grep...
2009-05-25 Pyun YongHyeonExplicitly reset GMAC Controls and initialize GM_GP_CTR...
2009-05-25 Pyun YongHyeonDisable HW WOL for Yukon EC Ultra. While I'm here use...
2009-05-25 Pyun YongHyeonExplicitly check resolved speed/duplex. Just checking...
2009-05-25 Pyun YongHyeonAdd support for newer descriptor format. This format...
2009-05-25 Pyun YongHyeonOops, add missing ~ operator.
2009-05-25 Pyun YongHyeonCaller already hold a driver lock in mii callback,...
2009-05-25 Pyun YongHyeonRather than checking every chip revision, introduce...
2009-05-25 Pyun YongHyeonCorrectly return the result of mii_mediachg(). Previous...
2009-05-25 Pyun YongHyeonUse bit definition to represent MSI and detach state...
2009-05-25 Pyun YongHyeonUse bit definition to represent link state, device...
2009-05-25 Pyun YongHyeonRemove link handling taskqueue and use mii callback...
2009-05-25 Pyun YongHyeonAdd driver support for 88E3016 PHY which is found on...
2009-05-25 Pyun YongHyeonDo not ignore NEXT Page capability of auto-negotiation
2009-05-25 Pyun YongHyeonDon't read unnecessary PHY registers. Speed/duplex...
2009-05-25 Pyun YongHyeonReport current link state while auto-negotiation is...
2009-05-25 Pyun YongHyeonUse mii_phy_add_media() and remove usage of local macro...
2009-05-25 Rick MacklemAdd NFSv4 root export checks to the DelegPurge, Renew and
2009-05-25 Pyun YongHyeonNVIDIA MCP controllers have no Rx buffer alignment...
2009-05-24 Rick MacklemTemporarily #undef NFS4_ACL_EXTATTR_NAME, so that the
2009-05-24 Edward Tomasz... There are things too complex to be fixed in one commit.
2009-05-24 Rick MacklemCrib the realign function out of nfs_krpc.c and add...
2009-05-24 Edward Tomasz... Don't allow non-owner to set SUID bit on a file. It...
2009-05-24 Rick MacklemFix the experimental NFSv4 server so that it handles...
2009-05-24 Antoine BrodinRemove an unused variable.
2009-05-24 Tom McLaughlinUpdate man pages after VFS_* changes in r191990.
2009-05-24 Edward Tomasz... Fix typo in the manual page.
2009-05-24 Edward Tomasz... Fix comment.
2009-05-24 Jilles TjoelkerFix elapsed (etime) field for swapped out processes...
2009-05-24 Jilles TjoelkerFix chflags -h in various cases: do not use link target...
2009-05-24 Doug RabsonMake sure we feed 32bit align memory to nfsm_dissect...
2009-05-24 Konstantin... The advisory lock may be activated or activated and...
2009-05-24 Konstantin... In lf_purgelocks(), assert that state->ls_pending is...
2009-05-24 Konstantin... In lf_advlockasync(), recheck for doomed vnode after...
2009-05-24 Ed SchoutenBlock when initially opening a TTY multiple times.
2009-05-24 Konstantin... Replace the while statement with the if for clarity...
2009-05-24 Doug RabsonIncrease the number of available file descriptors to...
2009-05-24 Doug RabsonFix build of KGSSAPI bits post-vimage.
2009-05-24 Edward Tomasz... Add new constants to the acl(9) manual page.
2009-05-24 Rick MacklemFix the experimental nfsv4 client so that it works...
2009-05-24 Rick MacklemModify nfsd.c to add support for the experimental nfs...
2009-05-23 Bjoern A. ZeebEven if not entirely style clean the heavy nesting...
2009-05-23 Alan Coxpmap_enter() *must* set PG_WRITEABLE on the given page...
2009-05-23 Marko ZecV_irtualize the if_clone framework, thus allowing for...
next