]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2005-04-05 umeadd missing mutex unlock.
2005-04-05 jhbFix a change in a debug printf I missed in an earlier...
2005-04-05 scottlFix a use-after-free problem in atapi_cb(). Add some...
2005-04-05 nectarDES pointed out that the PAM layer may change the targe...
2005-04-05 sosAdd firstshot support for Acer Labs Inc SATA parts
2005-04-05 phknatd core dumps when -reverse switch is used because...
2005-04-05 hartiThere is not much sense in having an else after Punt...
2005-04-05 davidxuPrint thread address.
2005-04-05 davidxuExport thread address.
2005-04-05 phkPush some faulty debugging aside so LINT compiles.
2005-04-05 jeff - Move NDFREE() from vfs_subr to vfs_lookup where...
2005-04-05 jeff - Use taskqueue_thread rather than taskqueue_swi since...
2005-04-05 jeff - Consistently call 'vp' vp rather than ovp sometimes...
2005-04-05 hartiPut parantheses into 'if (foo && bar & flag)'. While...
2005-04-05 hartiRemove lots if irritating parantheses and fix two comments.
2005-04-05 hartiRemove the definition for STATIC and just use static.
2005-04-05 hartiRemove unneccessary local prototypes.
2005-04-05 hartiThe static tfile is used only in one single function...
2005-04-05 hartiThe tfile field of struct Job isn't used anymore since...
2005-04-05 glebiusRun em_local_timer() once per second instead of running...
2005-04-05 alcAdd locking and enable INTR_MPSAFE. Eliminate spl...
2005-04-05 dasBuild exp2(), exp2f(), and related documentation.
2005-04-05 dasDocument exp2() and exp2f(), and make other minor tweak...
2005-04-05 dasImplement exp2() and exp2f().
2005-04-05 scottlRe-enable the atapicam driver in NOTES.
2005-04-05 scottlConnect the atapicam module to the build.
2005-04-05 scottlAdd a Makefile for atapi-cam.
2005-04-05 scottlCommit ATAPI-CAM for ATAmkIII. Improvements and changes:
2005-04-05 csjpAssert that the vnode is locked. This is meant to catch...
2005-04-04 davidxuPass exact number of threads.
2005-04-04 seancWhen reloading rules via rc.d/pf, flush everything...
2005-04-04 jhbDivorce critical sections from spinlocks. Critical...
2005-04-04 stefanfInclude <string.h> and <strings.h> for various functions.
2005-04-04 jhbFlip the switch and turn mpsafevm on by default for...
2005-04-04 umemake _files_getaddrinfo() re-entrant.
2005-04-04 phkDon't leak mutex on open failure.
2005-04-04 njlAdd support for _PDC/_OSC by advertising that we suppor...
2005-04-04 njlAdd the acpi_get_features() method. This method is...
2005-04-04 njlDocument that devclass_get_maxunit(9) returns one great...
2005-04-04 njlAdd devclass_get_drivers(9) which provides an array...
2005-04-04 jeff - Add a missing unlock of the vnode_free_list_mtx.
2005-04-04 jeff - Instead of waiting forever to get a vnode in getnewv...
2005-04-04 philipFix a small locking error.
2005-04-04 jeff - Fix union's assumptions about when the dvp is unlock...
2005-04-04 impNo need to ifdef this pc98.
2005-04-04 samremove extern from function decls
2005-04-04 samuse frame type returned by ieee80211_input to drive...
2005-04-04 samchange ieee80211_input to return the frame type or -1
2005-04-03 davidxuAdd pthread_condattr_getclock, pthread_condattr_setclock.
2005-04-03 davidxuExport pthread_condattr_getclock, pthread_condattr_setc...
2005-04-03 jeff - Include opt_vfs.h for LOOKUP_SHARED.
2005-04-03 jeff - Move LOOKUP_SHARED from opt_global.h to opt_vfs...
2005-04-03 impMove pc98 specific parts to the pc98 specific file.
2005-04-03 jeff - Don't NULL the vnode's v_object pointer until after...
2005-04-03 njlmaxunit is actually one higher than the greatest curren...
2005-04-03 njlInstead of leaving the current frequency setting at...
2005-04-03 impWith pc98/include, we can have pc98 and i386 specific...
2005-04-03 delphijMFen 1.30 -> 1.31
2005-04-03 delphijMFen 1.276 -> 1.277
2005-04-03 impRemove debug from last commit
2005-04-03 pjd- Add a missing g_io_deliver() in case of allocation...
2005-04-03 sosFix a buglet that caused slaves to be nondetected.
2005-04-03 jeff - Use M_ZERO rather than explicitly calling bzero().
2005-04-03 jeff - Slightly restructure acquire() so I can add more...
2005-04-03 jeff - In ffs_sync we need to pass LK_SLEEPFAIL in when...
2005-04-03 jeff - Move the contents of softdep_disk_prewrite into...
2005-04-03 jeff - Now that writes to character devices supporting...
2005-04-03 pjdIf they ever tell my story,
2005-04-03 alcRemove GIANT_REQUIRED from elfN_load_section().
2005-04-03 brooksDon't init ifp->if_addrhead, if_attach() does it for us.
2005-04-03 impDon't refer to devices that don't exist.
2005-04-03 imp/*-
2005-04-03 impFix buidling of boot blocks for pc98 with new links.
2005-04-03 impDon't forget to create new-style links for module builds.
2005-04-03 impMake sure that $_MARCH and friends exist
2005-04-03 impNow that we have proper links, no need to fake up ones...
2005-04-02 bmahMFC noted: arcmsr(4).
2005-04-02 bmahRewrite the fixit section to reflect reality as I under...
2005-04-02 bmahMention that CDROMs have a slightly different layout...
2005-04-02 bmahUse <replaceable></replaceable> elements where appropri...
2005-04-02 samfix size_to_bin
2005-04-02 samnuke unintentional use of HAL_BOOL type
2005-04-02 dasReplace the current strspn() and strcspn() with signifi...
2005-04-02 netchildThe file machine/ieeefp.h needs sys/cdefs.h on amd64...
2005-04-02 delphijMFen 1.69.2.1 -> 1.72
2005-04-02 dasAdd missing test-rem.t.
2005-04-02 dasThis header is supposed to declare pid_t, size_t, and...
2005-04-02 dasNamespace issues.
2005-04-02 dasAdd some missing errnos from POSIX. Nothing in FreeBSD...
2005-04-02 dasDefine CLOCK_* and TIMER_* in time.h, where they are...
2005-04-02 tanimuraCommemorate the bicentenary of Hans Christian Andersen...
2005-04-02 umenuke the logic for AF_UNSPEC and simplify. once, it...
2005-04-02 tjrUse rpmatch() instead of checking for responses that...
2005-04-02 bmahNew release notes: xl(4) polling, arcmsr(4).
2005-04-02 davidxuConnect libthr and libthread_db to make buildworld.
2005-04-02 davidxuUpdate debugger code for new libthr.
2005-04-02 davidxuImport my recent 1:1 threading working. some features...
2005-04-02 obriennVidia AGP chipsets beyond nForce2 are AMD64-specific.
2005-04-02 davidxuPrepare for importing my 1:1 threading work, disconnect...
2005-04-02 trhodesAdd a ugidfw_load() function and fix up some of the...
next