summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Fix a bug where the aacp device would only talk to bus 0 on thescottl2002-04-301-7/+5
* Note that the aacp device requires CAMscottl2002-04-301-1/+1
* Convert longs to u_longs in stats. This will hold off wrap arounds for ajeff2002-04-302-5/+5
* o Convert the vm_page buckets mutex to a spin lock. (This resolvesalc2002-04-302-14/+12
* Brucifixion ? Yes, out that door, row on the left, one patch each.phk2002-04-301-87/+101
* Brucifixion ? Yes, out that door, row on the left, one patch each.phk2002-04-303-54/+51
* Don't export timecounter structures under debug. with sysctl, theyphk2002-04-3015-69/+0
* These are Alexander Kabaev's VFSops fixes (see the thread 'Found: moduledillon2002-04-301-21/+82
* Need more includes.julian2002-04-301-0/+2
* Add the myson controllers to LINTjulian2002-04-301-0/+1
* Add the extra argument to mtx_init()julian2002-04-301-1/+2
* Add sigcode.Sbenno2002-04-301-0/+1
* Add a new UMA debugging facility. This will overwrite freed memory withjeff2002-04-304-2/+168
* - Take advantage of the M_ZERO flag that can now be passed to uma_zalloc.arr2002-04-303-15/+4
* Add ar.lc and ar.ec to the trapframe. These are not saved for syscalls,marcel2002-04-303-345/+922
* Fix udf_read(). Honor the uio_resid when determining the size ofscottl2002-04-301-16/+22
* Move the implementation of M_ZERO into UMA so that it can be passed tojeff2002-04-303-19/+21
* skibo tells me that that I didn't apply all of his last patch, andimp2002-04-301-1/+1
* o Revert vm_fault1() to its original name vm_fault(), eliminating the wrapperalc2002-04-301-16/+11
* Make this work for ski again. Don't call ia64_mca_init() when we'remarcel2002-04-301-11/+10
* Include md_var.h. It has the prototype of ia64_running_in_simulator().marcel2002-04-301-0/+1
* Remove KTR_EXTEND.marcel2002-04-301-1/+0
* Revert the change of #includes in sys/filedesc.h and sys/socketvar.h.tanimura2002-04-3029-146/+211
* Add a new zone flag UMA_ZONE_MTXCLASS. This puts the zone in it's ownjeff2002-04-294-10/+34
* - Set the maximum number of device transactions to what the driverps2002-04-291-7/+73
* We don't need the card_if.h here. It breaks the building of kernelsimp2002-04-291-7/+2
* Since devfs now uses vnode locks, add devfs back to IS_LOCKING_VFS.rwatson2002-04-291-0/+1
* Use vnode locking with devfs; permit VFS locking assertions to makerwatson2002-04-291-0/+6
* splsoftnet is spelled splimp in FreeBSD rather than splnet. splimp isimp2002-04-291-1/+1
* More diff reduction: Shuffle around some header code as was done inanholt2002-04-2921-239/+160
* Add support for an alternate signal trampoline; add a sysarch call to registerjake2002-04-295-1/+37
* Re-add the 16384 bucket also.rwatson2002-04-291-0/+1
* Revert a portion of kern_malloc.c:1.99, which (in addition to addingrwatson2002-04-291-1/+3
* Make this header self-reliant with regard to the types it uses.mike2002-04-291-12/+28
* Some non-functional changes to make the differences between NetBSD'sjoe2002-04-291-31/+35
* Regen after rev.1.89 of usbdevs.sobomax2002-04-292-2/+2
* Change Device ID string for DaisyTech devices to be more sensible.sobomax2002-04-291-1/+1
* Introduce NetBSD's mii_phy_match() API and use it in the nsgphy tophk2002-04-293-10/+45
* Convert exphy and ukphy over to the new code.phk2002-04-293-61/+10
* Make one generic mii_phy_detach() to replace 19 slightly different ones.phk2002-04-2925-388/+64
* Commit of stuff that's been sitting in my tree for a while.benno2002-04-2913-2831/+2845
* Move a lot closer to NetBSDs MII support for GigE.phk2002-04-297-290/+247
* - Add back calls to setfault that were removed when these functions were moved.benno2002-04-292-28/+148
* Add a sysctl which disables the logging of console output.dwmalone2002-04-291-0/+7
* Fix indention which I did wrong in a previous commit.asmodai2002-04-291-1/+1
* Tidy up some loose ends.peter2002-04-2923-297/+33
* Spell hw.cbb.start_memory the same in the HINT as well as the sysctl.imp2002-04-291-1/+1
* Make sysctl RWimp2002-04-291-4/+4
* Moving closer to being able to use NetBSD's generic mii_set_media()phk2002-04-293-20/+141
* Untimeout before calling timeout. I think that I have caught all the casesimp2002-04-292-3/+7
OpenPOWER on IntegriCloud