]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2008-12-17 kmacyconvert ifnet and afdata locks from mutexes to rwlocks
2008-12-16 kmacy* Compare pointer with NULL
2008-12-16 attilio1) Fix a deadlock in the VFS:
2008-12-16 kmacy- Simplify handling of the deferring of mbuf transmit...
2008-12-16 thompsaAlso propagate the if_hwassist value to the parent...
2008-12-16 traszAccording to phk@, VOP_STRATEGY should never, _ever_...
2008-12-16 traszFix forced mdconfig -du. E.g. the following would...
2008-12-16 impStart to clean up the MIPS elf machine dependent file.
2008-12-16 impMips never had /usr/libexec/ld-elf.so.1, so remove...
2008-12-16 mavUnroll two loops of SHA1Update(). 60 bytes of static...
2008-12-16 traszImplement g_vfs_orphan(). Without it, the filesystem...
2008-12-16 rwatsonA few locking fixes and cleanups to pfil hook registration,
2008-12-16 traszFix locking in periph drivers - don't try to unlock...
2008-12-16 traszAdd SIM refcounting. This is slightly different from...
2008-12-16 traszGet rid of dead_sim. There is no way to make it work...
2008-12-16 kensmithAdd confirmation of the password that got entered.
2008-12-16 mavCall ata_legacy() only once on attach and save it's...
2008-12-16 phkMake it possible to cherry-pick packages out of a direc...
2008-12-16 rwatsonIPFW's pfil hook/unhook code ignores the return values...
2008-12-16 mavAvoid 256 integer divisions per rc4_init() call. Replac...
2008-12-16 kmacyipfw doesn't use the radix node head lock to protect...
2008-12-16 jkoshyBug fixes:
2008-12-16 kmacyremove assertion checks for now - ipfw uses its own...
2008-12-16 dumbbellRephrase and/or fix some comments in Synaptics touchpad...
2008-12-16 ruFix printing of shared memory limits.
2008-12-16 kmacycheck pointers against NULL
2008-12-16 delphijDon't count InFramesL2FilterDiscards into Ierr. This...
2008-12-16 delphijTest whether sc->tx_mbuf_map[i], not whether sc->tx_mbu...
2008-12-16 kmacystyle and spelling fix
2008-12-16 kmacyassert that the radix node head is locked when manipula...
2008-12-16 kensmithHandle VFS_VGET() failing with an error other than...
2008-12-16 kmacycheck pointer against NULL
2008-12-16 kmacyconvert more pointer validation checks to checking...
2008-12-16 kmacysimplify locking in find_pfxlist_reachable_router
2008-12-16 kmacydon't unlock lle if it is NULL
2008-12-16 kmacyexplicitly check return of lla_lookup against NULL
2008-12-16 kmacyadvance tail pointer in nd6_output_lle and check lla_ou...
2008-12-16 kmacycheck return from lla_lookup against NULL not zero
2008-12-16 kmacymake sure redirect doesn't return without dropping...
2008-12-16 kmacyneed to check that lle is not null before unlock if...
2008-12-16 kmacyunlock the llentry after use in find_pfxlist_reachable_...
2008-12-16 mavIf possible, try to obtain max_mhz on cpufreq attach...
2008-12-16 qingliInitialize the variable "router", and apply "static_rou...
2008-12-16 kensmithStop treating Xorg as a distribution in the mainline...
2008-12-16 samfix comment
2008-12-16 kmacyunlock and destroy an llentry's lock before freeing
2008-12-16 kmacyadd macro for destroying an llentry's rwlock
2008-12-16 kmacyunlock looked up llentrys in defrouter_select
2008-12-16 kmacyfix two use after frees in nd6_cache_lladdr caused...
2008-12-16 mavAdd some HDMI codec IDs.
2008-12-15 mavAdd VIA VT1708B codec IDs.
2008-12-15 samFix ucastkey teardown for drivers that plumb clear...
2008-12-15 samremove extraneous ';'
2008-12-15 wilkoBy default assume a 8139 chip if the EEPROM contents...
2008-12-15 bzAnother step assimilating IPv[46] PCB code - directly use
2008-12-15 mariusDon't try reading the SXP_PINS_DIFF on the 10160 and...
2008-12-15 nwhitehornUnbreak ofwdump build by moving the pcell_t definition...
2008-12-15 ambriskoChange Dell's gen2 catch-all from Dell PERC H700/H800...
2008-12-15 kensmithDon't tell the user to remove the media until its actua...
2008-12-15 nwhitehornAdapt parts of the sparc64 Open Firmware bus enumeratio...
2008-12-15 jkoshy- Disambiguate a few panic messages.
2008-12-15 bruefferElaborate on the hardware features fxp(4) supports.
2008-12-15 bzAdd a symlink from enc.4 to if_enc.4.
2008-12-15 murrayAdd support for HTTP 1.1 If-Modified-Since behavior.
2008-12-15 kmacyre-add accidentally deleted line
2008-12-15 kmacyAdd arpv2 management code
2008-12-15 qingliThis main goals of this project are:
2008-12-15 kientzleSpell "substitution" correctly.
2008-12-15 samback out unintended change
2008-12-15 samFix definition of IEEE80211_CHAN_MAX; it was defined...
2008-12-15 samo fix DEBUG sku definition
2008-12-15 sammove channel parsing to a getchannel routine so it...
2008-12-15 samfix handling of sku codes like country codes
2008-12-15 samfix handling of unknown country codes; atoi doesn't...
2008-12-15 sam0 is a potential ISO CC; use new NO_COUNTRY #define...
2008-12-15 samo distinguish between adhoc and ahdemo modes
2008-12-15 samImprove regdomain.xml parser:
2008-12-15 samReplace adhoc checks in ieee80211_start with a per...
2008-12-15 samfix ini setup
2008-12-14 phkMake the tp pointer available for debugging.
2008-12-14 marcelAdd __packed to the part sub-structure to compensate for
2008-12-14 murrayAdd an ENVIRONMENT section to note that the RSH variabl...
2008-12-14 samCombine ath rate control modules with ath after bringin...
2008-12-14 mavTo avoid one doubtless netgraph SMP scalability limitat...
2008-12-14 phkBump the FTDI receive buffer size to 256 in order to...
2008-12-14 phkMove the code that injects received characters into...
2008-12-14 umeMerge the resolver part of BIND 9.4.3 into HEAD.
2008-12-14 umeprop change.
2008-12-14 umedelete svn:keywords.
2008-12-14 umeprop change
2008-12-14 bzAdd a check, that is currently under discussion for...
2008-12-14 bzMake sure that the direct jls invocations prints something
2008-12-14 umeBootstrapping merge history for resolver.
2008-12-14 ruFix the fallouts from r146267:
2008-12-14 phkSend all debug to stderr.
2008-12-14 phkClarify that configuration files must be named '*.conf'
2008-12-14 jkoshyBug fix: %ebx needs to be preserved in the user callcha...
2008-12-14 kensmithClean out the remaining alpha-isms.
2008-12-14 nyanDisconnect the efi from pc98. It's not needed.
2008-12-13 thompsaDont leak the rnh lock on error.
next