看板 DFBSD_commit 關於我們 聯絡資訊
at 9489296a21c0b6d20185a28939a3b20272b6c36e (tag) tagging de863bf0ab0f0d379140b82c2b4b1301f80361b8 (commit) replaces v2.7.2 tagged by Matthew Dillon on Sun May 2 09:40:17 2010 -0700 DragonFly 2.7.3 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (DragonFly) iEYEABECAAYFAkvdqvEACgkQv4c7Eu0F6HNvQQCfb38TbcSxyNO+UZ34BqePGmUW VK4AnRN04oUybL94N6eu04CYI6kMBzOU =JFg+ -----END PGP SIGNATURE----- Aggelos Economopoulos (7): evtr: initial implementation of a DSL evtranalyze: fix thinko in debug code libevtr.h: cleanup evtr.h a bit libevtr: get rid of unused yyunput() definition libevtr: portability fixes evtranalyze: clean up warnings evtr: hook into the x86_64 build Alex Hornung (17): dsched_fq - move to lockmgr dsched - Periph.: call dsched_exit on thread exit dsched, dsched_fq - Major cleanup dsched_fq - Correct incomplete_tp count dsched_fq - remove pointless atomic ops dsched_fq - correct disk busy% calculation dschedctl - Change arguments, clean up dschedctl.8 - Add man page fqstats - remove leftover interbench - initial import interbench - Port to DragonFly dsched - expand framework to track threads dsched - Bump diskctx max size to 512 dsched - serno support dsched - Support policy switching via sysctl dsched.h - don't provide _KERNEL_STRUCTURES stuff Remove ieee80211_ioctl.9 from Makefile, too Antonio Huete Jimenez (1): ath - Fix a mismatch in the module options. Matthew Dillon (8): build - Fix parallel build race in Makefile ieee80211 - Fix detachment panic kernel - Update extattr infrastructure kernel - make sysent update kernel - Fix resident_count problems with kernel_pmap & related crashes kernel - Disallow dsioctl when no media is present kernel - Try to fix NULL pointer issue in syncache_timer_handler() nrelease - try to workaround a problem with ./bootstrap Rumko (1): Wrong variable used. Samuel J. Greear (1): kernel - mmap offset is invalid for MAP_ANON Sascha Wildner (57): mmcsd(4): Add device statistics. dsched: Avoid integer overflow. Sync zoneinfo database with tzdata2010i from elsie.nci.nih.gov Fix buildkernel KERNCONF=SOEKRIS. mmc(4): Remove ARM specific DRIVER_MODULE(). Clean up the options in our kernel configs for the recent 802.11 upgrade. kernel: Add TUNABLE_LONG. acpi(4): Use TUNABLE_LONG to fix a warning and remove a nowerror. kernel: Add TUNABLE_ULONG too and really fix the acpi warning. wi(4): Fix -Wold-style-definition. Adjust 'make upgrade' for the recent 802.11 update. Fix buildworld. Add DSCHED_FQ to LINT. xstr(1): Sync with FreeBSD. manpages: Fix some mdoc issues and remove trailing whitespace. evtr: ktrfmt.tab.h is not supposed to be installed to /usr/include. Adjust manual page installation for the 802.11 upgrade. pthread.3: Add missing section. mount_nfs.8: Write "RFC xxxx" instead of "RFCxxxx". mptutil.8: Remove trailing whitespace. Adjust a bit more for the 802.11 upgrade. Sync the wlan*(4) manual pages with FreeBSD for the 802.11 update. Remove /usr/include/kadm5 and sort etc/mtree/BSD.include.dist. firmware(9): GC our old firmware framework in favor of the one from FreeBSD. ifconfig(8): Raise WARNS to 2 and fix the resulting warnings. Make firmware(9) standard again instead of optional. Remove firmware(9) from LINT, too. Move dsched to sys/kern/. firmware(9): Check for securelevel > 0 instead of PRIV_ROOT. kern/subr_firmware.c: Oops, forgot a { Really exclude the ndis(4) manual page from the build for now. diskless: Miscellaneous fixes. ral.4: Sync with FreeBSD. Move wlandebug(8) to usr.sbin (like FreeBSD) and sync. Bring in FreeBSD's tools/tools/{ath,net80211}. Remove ieee80211_ioctl.9 manual page and MLINKS. ral.4/firmware.9: Fix some mdoc issues in two manual pages. Yet another round of typo fixes in manpages and messages. Sync ath.4 and ath_hal.4 manual pages with FreeBSD. Sync our ieee80211*(9) manual pages with FreeBSD. ieee80211.9: Adjust .Dt ieee80211_{amrr,vap}.9: Fix typos in .Dt ieee80211_node.9: Fix section number. ieee80211*.9: Fix include paths. make upgrade: ieee80211_free_node() still exists. mkioctls: Miscellaneous cleanup. mptutil(8): Misc. cleanup Disable ieee80211_amrr.9 for now. ieee80211_{ddb,radiotap}.9: Remove some unneeded .Pp's. Comment out a reference to iwi(4) for now until it is ported. Add a regdomain.5 manual page (from FreeBSD). ieee80211_scan.9: Fix typo in function name. ieee80211_proto.9: Fix typo in function name. ath.4: We don't have a pcic.4 manual page. ieee80211.9: Remove some references to manual pages which don't exist. ieee80211.9: Fix typo. bpf(4): Fix the division by zero check in bpf_validate(). Stathis Kamperis (6): dschedctl: Cosmetic stuff dschedctl: Allow /dev/<disk> as valid syntax dschedctl: Don't assume /dev as devfs's mount point dschedctl: OCD attack dschedctl: Better error message on unknown policy dschedctl: G/C some unneeded headers Venkatesh Srinivas (1): Remove references to VAX and MIPS from ddb(4). YONETANI Tomokazu (2): ips - The comment no longer applies as b_blkno has been yanked off years ago. ips - Make use of new dumping scheme b86 (1): fixup errors for mkdir & rmdir '/' - EEXIST & EACCES, respectively -- DragonFly BSD source repository