aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Mark the cascaded AT interrupt handler as MP safe to avoid havingMarcel Moolenaar2009-05-311-1/+1
* Remove the now invalid (and possibly unused) debug.mpsafevfsAttilio Rao2009-05-302-12/+1
* Crank the debug level necessary to display the "Label foo is removed"Doug Barton2009-05-301-4/+4
* fix xdrmem_control to be safe in an if statementKip Macy2009-05-303-7/+3
* Eliminate a stale comment and the two remaining uses of the "register"Alan Cox2009-05-301-6/+2
* Add a check to v_type == VREG for the recently modified code thatRick Macklem2009-05-301-11/+11
* Add assertions in two places where a page's valid or dirty bits are changed.Alan Cox2009-05-301-0/+10
* g_part_ebr.c includes opt_geom.hMarcel Moolenaar2009-05-301-0/+1
* distribute sysctl decls so global variables can be made staticSam Leffler2009-05-304-51/+38
* o assert TDMA_MAXSLOTS is 2 so noone tries to blindly increase itSam Leffler2009-05-301-4/+17
* Fix NETIF_DEBUG compilation.Marcel Moolenaar2009-05-301-8/+2
* work around snapshot shutdown race reported by Henri HennebertKip Macy2009-05-301-2/+7
* Unbreak build.Attilio Rao2009-05-303-9/+15
* maintain existing styleSam Leffler2009-05-301-2/+2
* Fix return values appropriately.Attilio Rao2009-05-301-2/+2
* s/rk_npkts/rx_npktsAttilio Rao2009-05-301-1/+1
* Even though I'm not quite sure that the call_func stuff will work properlyAdrian Chadd2009-05-301-2/+3
* When user_frac in the polling subsystem is low it is going to busy theAttilio Rao2009-05-3027-155/+280
* Don't schedule a CALL_FUNCTION_VECTOR software IPI if the IPI was signaledAdrian Chadd2009-05-301-3/+3
* Bump __FreeBSD_version after addition of VOP_ACCESSX(9).Edward Tomasz Napierala2009-05-301-1/+1
* Add VOP_ACCESSX, which can be used to query for newly added V*Edward Tomasz Napierala2009-05-305-0/+104
* Adds missing sysctl to manage the vtag_time_wait time. This willRandall Stewart2009-05-303-1/+21
* Fix a small memory leak from the nr-sack code - the mapping arrayRandall Stewart2009-05-302-40/+14
* Make sctp_uio user to kernel structure match theRandall Stewart2009-05-301-2/+2
* Make ipi_cpu() function as intended.Adrian Chadd2009-05-301-1/+4
* Attempt to fix build by updating hostid to follow the new world order.Xin LI2009-05-301-1/+4
* Correctly report the IPI IRQs being created; make it clear what vectors they ...Adrian Chadd2009-05-301-4/+4
* fix typoSam Leffler2009-05-301-2/+2
* Revert the size_t part of the last commit for the moment, this blows up theAndrew Thompson2009-05-3024-94/+98
* validate tx rate(s) in the raw xmit pathSam Leffler2009-05-295-11/+30
* add ieee80211_isratevalidSam Leffler2009-05-291-0/+6
* Fix function arguments were previously they matched the typedef by accident.Andrew Thompson2009-05-291-3/+3
* Place hostnames and similar information fully under the prison system.Jamie Gritton2009-05-2938-274/+394
* Update __FreeBSD_version after addition of mnt_xflag. Add a noteEdward Tomasz Napierala2009-05-291-1/+1
* s/usb2_/usb_/ on all typedefs for the USB stack.Andrew Thompson2009-05-29100-1058/+1050
* Modify vm_hold_load_pages() to allocate pages using VM_ALLOC_NOOBJ ratherAlan Cox2009-05-291-13/+5
* Free device strings.Andrew Thompson2009-05-291-0/+3
* There is only one spare MNT_ flag left, and I want to use it for NFSv4 ACLs.Edward Tomasz Napierala2009-05-291-1/+2
* Minor style tweak.Robert Watson2009-05-291-1/+2
* Since sched_pin() and sched_unpin() are already inlined, don't manuallyRobert Watson2009-05-291-2/+2
* Remove extra cpu_spinwait() invocations. This should really only be usedJohn Baldwin2009-05-292-11/+0
* Tweak a few comments on adaptive spinning.John Baldwin2009-05-292-6/+15
* Revert to 2-clause.Adrian Chadd2009-05-291-2/+0
* Fix the Xen TOD update when the hypervisor wall clock is nudged.Adrian Chadd2009-05-291-0/+14
* Migrate the Xen hypervisor clock reading routines into somethingAdrian Chadd2009-05-294-49/+142
* Make the rmlock(9) interface a bit more like the rwlock(9) interface:Robert Watson2009-05-295-12/+56
* adds new device IDs.Weongyo Jeong2009-05-292-1/+6
* Let vfs_lookup() return ENOTDIR if the path has a trailing slash andDag-Erling Smørgrav2009-05-292-9/+14
* Fix misleading comment.Dag-Erling Smørgrav2009-05-291-1/+1
* Reduce vertical whitespace and other minor style tweaks.Robert Watson2009-05-291-15/+2