summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Sync with i386 GENERIC some:jhb2004-12-301-41/+46
* - Indent the comments beside the SMP options to the same level as all thejhb2004-12-301-4/+4
* Make the sysctls kern.ipc.msgmnb and kern.ipc.msgtql into tunables asrwatson2004-12-301-2/+4
* mac_portacl.c no longer references vnode_if.h.rwatson2004-12-301-2/+1
* Remove a check that never returns true, because in this case we have panicglebius2004-12-301-2/+0
* [1] Remove the generic bridge support from those drivers that had it. Theanholt2004-12-308-30/+110
* Make umtx_wait and umtx_wake more like linux futex does, it isdavidxu2004-12-302-50/+16
* Remove vnode_if.h for rev 1.14.obrien2004-12-291-2/+1
* Don't call ugen_destroy_devnodes(). it is called from ugen_set_config()julian2004-12-291-3/+0
* Correctly initialise the 2nd kernel segment, and don'tgrehan2004-12-293-3/+9
* We don't need to generate vnode_if.h anymoreimp2004-12-2924-27/+23
* No need to generate vnode_if.h anymoreimp2004-12-295-5/+5
* Move WINBOND 4 port hub to its proper location in the file. It belongsimp2004-12-291-1/+3
* Eliminate (now) unnecessary acquisition and release of the global pagealc2004-12-291-4/+0
* Access to the page's busy field is (now) synchronized by the containingalc2004-12-291-1/+0
* Add the Winbond made Hawking UH104 4-port hub.obrien2004-12-291-0/+6
* Rewrite ehci_abort_xfer() to use the method hinted at in the EHCI spec.julian2004-12-292-45/+108
* Pass an explicit pointer to the bus structure in the 'usb' device ivarjb2004-12-283-3/+3
* Remove debug code.pjd2004-12-281-10/+2
* - Up the WITNESS_COUNT macro from 200 to 1024 to support the growing numberjhb2004-12-281-2/+1
* - Plug a memory leak in ng_netflow_cache_init().glebius2004-12-281-5/+10
* Don't probe for a disk unless explicitly enabled by a tunable.grehan2004-12-281-0/+6
* Add FR support to sppp (MFCronyx).rik2004-12-285-15/+688
* nos->now typo reported by njlimp2004-12-271-1/+1
* Add note about where major numbers are now assignedimp2004-12-271-0/+3
* Formatting nitsimp2004-12-271-6/+6
* Rewrite piece of code which I committed some time ago that allows topjd2004-12-272-12/+10
* Fix mbuf leak.pjd2004-12-271-1/+3
* Attempt to slightly refine the print out from "show alllocks" -- listrwatson2004-12-271-2/+2
* Remove duplicate CHPRODUCTS entry.imp2004-12-271-3/+2
* MFi386: Restore cpu_reset proxy code to enable reset from ddb on an AP.njl2004-12-271-4/+39
* Reduce diffs to i386.njl2004-12-271-16/+11
* Restore the cpu_reset proxy code. It is needed if you want to reset thenjl2004-12-271-1/+41
* Minor cleanup: Reduce stack usage in probe method. Outdent probe. Usenjl2004-12-271-41/+38
* Remove trailing whitespace.njl2004-12-276-10/+10
* Note that access to the page's busy count is synchronized by the containingalc2004-12-271-1/+1
* Do not vput(9) unlocked vnode and do not VREF it with the sole purposekan2004-12-271-2/+0
* - Unintentionally checked in a debugging panic. Remove that.jeff2004-12-261-4/+0
* - Remove a 4BSD specific hack since this will work on ULE too.jeff2004-12-261-4/+0
* - Fix a long standing problem where an ithread would not honor sched_pin().jeff2004-12-261-127/+140
* Add "show alllocks" command to DDB, which dumps a list of processesrwatson2004-12-261-0/+42
* Assert that the vm object is locked on entry to vm_page_sleep_if_busy();alc2004-12-261-8/+3
* tsleep => msleeprik2004-12-261-2/+2
* LCA is 21066 and 21068. Add EV7 (bloody optimist.. :)wilko2004-12-261-2/+3
* * Remove some code that's in a #ifndef FreeBSD that's no longer used.darrenr2004-12-261-5/+0
* * The #ifdef's to cause mutex's for freebsd to be declared were meant to pickdarrenr2004-12-262-19/+4
* More minor diff reduction against netbsd:imp2004-12-261-4/+5
* - Run sched_userret() after thread_userret(). Before, sched_userret() wouldjeff2004-12-261-5/+4
* Minor merges from NetBSD (up through 1.388):imp2004-12-261-27/+36
* Add my copyright and update Jeff's copyright on UMA source files,bmilekic2004-12-265-10/+20
OpenPOWER on IntegriCloud