]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2005-04-06 brooksUse ACTION_PTR(r) instead of (r->cmd + r->act_ofs).
2005-04-06 bmahNew release note: SA-05:02.sendfile (+MFC).
2005-04-05 brooksMake dummynet_flush() match its prototype.
2005-04-05 dasFix a long-standing bug in k_rem_pio2(), which led...
2005-04-05 peterFix 32 bit signals on amd64. It turns out that I was...
2005-04-05 jcamouDocument the configuration files used.
2005-04-05 brooksBe more specific when complaining about bit masks.
2005-04-05 ticsoAdd support for FTDI's FT2232C twin channel chip.
2005-04-05 ticsoremove usbd_errstr(err) from printf.
2005-04-05 jhbDon't free the _PSS buffer until after we check to...
2005-04-05 obrien'dumpon' can run before 'initrandom' so make it.
2005-04-05 nectarCorrect type mismatch introduced in last commit.
2005-04-05 umemake yp stuff re-entrant.
2005-04-05 umeprotect _yp_domain with mutex lock.
2005-04-05 jhbOops, revert a commit that snuck in with the earlier...
2005-04-05 mariusRelease the IRQ resource on detach. This fixes repeated...
2005-04-05 glebius- Update and expand description of node operation.
2005-04-05 glebiusMajor overhaul and cleanup of ng_source node.
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
next