]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2005-04-08 silbyA simple regression test for msdosfs. Not the best...
2005-04-08 impMinor style(9) changes
2005-04-08 alcAdd machine-specific, optimized implementations of...
2005-04-08 peterChange the embedded module name from "bluetooth" to...
2005-04-08 alcEliminate unneeded instructions that are a vestige...
2005-04-08 nyanFix pc98 includes.
2005-04-08 upsSprinkle some volatile magic and rearrange things a...
2005-04-08 nyanDon't use 'i386/include' directly.
2005-04-08 nyanRemove the wl driver. The devices don't work on pc98.
2005-04-08 dasAdd roundl(), lroundl(), and llroundl().
2005-04-08 dasThese files should include s_lround.c instead of s_lrint.c.
2005-04-08 dasFix a (coincidentally harmless) bug.
2005-04-07 sobomaxBackout previous diffs - this functionality is already...
2005-04-07 sobomaxBackout previous diffs - this functionality is already...
2005-04-07 cognetTreat arm as i386.
2005-04-07 cognetGet more love from GEOM on arm.
2005-04-07 cognetUse the new atomic_cmpset_32().
2005-04-07 cognetNo need to provide atomic_cmpset_32() anymore.
2005-04-07 cognetDon't announce the range SDRAM_START-freemempos until...
2005-04-07 cognetpmap_update() is gone.
2005-04-07 cognetImport a basic implementation of the restartable atomic...
2005-04-07 cognet- Try harder to report dirty page.
2005-04-07 rwatsonAdd rudimentary man pages for kernel options sched_4bsd...
2005-04-07 scottlDocument problems with writing to disks under GEOM.
2005-04-07 brooksWhen accessing the sysctl vfs.nfs.iodmax, don't report...
2005-04-07 scottlDocument how to make boot0cfg work on mounted disks.
2005-04-07 scottlDocument the GEOM debug flags.
2005-04-07 nectarAn array was mistaken for a pointer in the previous...
2005-04-07 sobomaxMake previous commit actually working by replacing...
2005-04-07 njlRevert part of 1.19. We do want to set the count to...
2005-04-07 njlHook up new man page for devclass_get_drivers() to...
2005-04-07 sobomaxProvide a new tunable hw.atkbdc.broken_kit_cmd, which...
2005-04-07 pjdAllow classes to specify local source files.
2005-04-07 glebiuss/foobar/mekmitasdigoat/g
2005-04-07 hartiWhen Parse_Error is called after the top-level Makefile...
2005-04-07 glebius- Be more informative about advbase and advskew. [1]
2005-04-07 hartiHandle popping of the input stack in ParseReadLine...
2005-04-07 hartiMostly stylistic changes: remove the noPLen field from...
2005-04-07 phkGive msdosfs a unique inode number which is really...
2005-04-07 phkFix bug in vfs_hash_rehash(): use correct bucket. ...
2005-04-07 pjdEmpty error buffer is not an error.
2005-04-07 davidxuAdjust hash function for smaller pthread structure...
2005-04-07 alcEliminate an unneeded instruction that is a vestige...
2005-04-07 peterFix strict-alias warnings by removing excessive (and...
2005-04-07 alcAdd machine-specific, optimized implementations of...
2005-04-07 delphijMFen 1.843
2005-04-06 emaxCorrect typo that could cause FIFO overflow.
2005-04-06 emaxRemove PR_ATOMIC flag in ng_btsocket_protosw[] for...
2005-04-06 hrsNew release notes:
2005-04-06 emaxIn ng_btsocket_rfcomm_receive_frame() correctly set...
2005-04-06 hrsBump &release.manpath.netbsd;.
2005-04-06 hrsNew release notes: FreeBSD-SA-05:03.amd64.
2005-04-06 stefanfInclude gettytab.h before extern.h so that the declarat...
2005-04-06 ume- we are no longer shareing any resources to be locked...
2005-04-06 umeMUTEX_INITIALIZER should be used instead of
2005-04-06 glebiusWhen a packet has been reinjected into ipfw(4) after...
2005-04-06 davidxuRemove unique id field which is no longer used by debugger.
2005-04-06 davidxuRemove debug symbol from installed library, one can...
2005-04-06 umeseparate gai_strerror(3) from getaddrinfo.c.
2005-04-06 sosAdd support for controllers that doesn't have the usual...
2005-04-06 phkConstify hexdump() harder.
2005-04-06 jeff - Remove dead code.
2005-04-06 jeff - Assert that the bufobj matches in flushbuflists...
2005-04-06 kientzleA number of improvements to ZIP support.
2005-04-06 peterMerge from RELENG_5: invert WITH_LIB32 into NO_LIB32...
2005-04-06 peterFix the lib32 build for amd64 after v1.238 of src/inclu...
2005-04-06 cpercivaFully initialize the required TSS fields so that the...
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.
next