summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2009-05-31Mark the cascaded AT interrupt handler as MP safe to avoid havingMarcel Moolenaar
2009-05-30Remove the now invalid (and possibly unused) debug.mpsafevfsAttilio Rao
2009-05-30Crank the debug level necessary to display the "Label foo is removed"Doug Barton
2009-05-30fix xdrmem_control to be safe in an if statementKip Macy
2009-05-30Eliminate a stale comment and the two remaining uses of the "register"Alan Cox
2009-05-30Add a check to v_type == VREG for the recently modified code thatRick Macklem
2009-05-30Add assertions in two places where a page's valid or dirty bits are changed.Alan Cox
2009-05-30g_part_ebr.c includes opt_geom.hMarcel Moolenaar
2009-05-30distribute sysctl decls so global variables can be made staticSam Leffler
2009-05-30o assert TDMA_MAXSLOTS is 2 so noone tries to blindly increase itSam Leffler
2009-05-30Fix NETIF_DEBUG compilation.Marcel Moolenaar
2009-05-30work around snapshot shutdown race reported by Henri HennebertKip Macy
2009-05-30Unbreak build.Attilio Rao
2009-05-30maintain existing styleSam Leffler
2009-05-30Fix return values appropriately.Attilio Rao
2009-05-30s/rk_npkts/rx_npktsAttilio Rao
2009-05-30Even though I'm not quite sure that the call_func stuff will work properlyAdrian Chadd
2009-05-30When user_frac in the polling subsystem is low it is going to busy theAttilio Rao
2009-05-30Don't schedule a CALL_FUNCTION_VECTOR software IPI if the IPI was signaledAdrian Chadd
2009-05-30Bump __FreeBSD_version after addition of VOP_ACCESSX(9).Edward Tomasz Napierala
2009-05-30Add VOP_ACCESSX, which can be used to query for newly added V*Edward Tomasz Napierala
2009-05-30Adds missing sysctl to manage the vtag_time_wait time. This willRandall Stewart
2009-05-30Fix a small memory leak from the nr-sack code - the mapping arrayRandall Stewart
2009-05-30Make sctp_uio user to kernel structure match theRandall Stewart
2009-05-30Make ipi_cpu() function as intended.Adrian Chadd
2009-05-30Attempt to fix build by updating hostid to follow the new world order.Xin LI
2009-05-30Correctly report the IPI IRQs being created; make it clear what vectors they ...Adrian Chadd
2009-05-30fix typoSam Leffler
2009-05-30Revert the size_t part of the last commit for the moment, this blows up theAndrew Thompson
2009-05-29validate tx rate(s) in the raw xmit pathSam Leffler
2009-05-29add ieee80211_isratevalidSam Leffler
2009-05-29Fix function arguments were previously they matched the typedef by accident.Andrew Thompson
2009-05-29Place hostnames and similar information fully under the prison system.Jamie Gritton
2009-05-29Update __FreeBSD_version after addition of mnt_xflag. Add a noteEdward Tomasz Napierala
2009-05-29s/usb2_/usb_/ on all typedefs for the USB stack.Andrew Thompson
2009-05-29Modify vm_hold_load_pages() to allocate pages using VM_ALLOC_NOOBJ ratherAlan Cox
2009-05-29Free device strings.Andrew Thompson
2009-05-29There is only one spare MNT_ flag left, and I want to use it for NFSv4 ACLs.Edward Tomasz Napierala
2009-05-29Minor style tweak.Robert Watson
2009-05-29Since sched_pin() and sched_unpin() are already inlined, don't manuallyRobert Watson
2009-05-29Remove extra cpu_spinwait() invocations. This should really only be usedJohn Baldwin
2009-05-29Tweak a few comments on adaptive spinning.John Baldwin
2009-05-29Revert to 2-clause.Adrian Chadd
2009-05-29Fix the Xen TOD update when the hypervisor wall clock is nudged.Adrian Chadd
2009-05-29Migrate the Xen hypervisor clock reading routines into somethingAdrian Chadd
2009-05-29Make the rmlock(9) interface a bit more like the rwlock(9) interface:Robert Watson
2009-05-29adds new device IDs.Weongyo Jeong
2009-05-29Let vfs_lookup() return ENOTDIR if the path has a trailing slash andDag-Erling Smørgrav
2009-05-29Fix misleading comment.Dag-Erling Smørgrav
2009-05-29Reduce vertical whitespace and other minor style tweaks.Robert Watson