summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* Edging ever closer to NetBSD...phk2002-04-293-12/+11
* Barrow something from the `nmap' port to help the ENOCLUE people upgradingobrien2002-04-291-0/+2
* Move us yet closer to IFM_* definitions in NetBSD.phk2002-04-294-56/+56
* Document three synchronization issues in vm_fault().alc2002-04-291-0/+8
* Diff reduction to my experimental code: clean up return code handling.anholt2002-04-2924-359/+354
* Pass the caller's file name and line number to the vm_map locking functions.alc2002-04-282-20/+35
* add a missing \n to an unregister failure messagecg2002-04-281-1/+1
* recognise ct5880-ecg2002-04-281-1/+7
* Follow NetBSD and s/IFM_1000_TX/IFM_1000_T/phk2002-04-2814-50/+50
* Don't pass three args when one will do just fine, and even preventphk2002-04-2819-24/+29
* Move drm to the i386-only section.des2002-04-281-1/+1
OpenPOWER on IntegriCloud