aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* splsoftnet is spelled splimp in FreeBSD rather than splnet. splimp isWarner Losh2002-04-291-1/+1
* More diff reduction: Shuffle around some header code as was done inEric Anholt2002-04-2921-239/+160
* Add support for an alternate signal trampoline; add a sysarch call to registerJake Burkholder2002-04-295-1/+37
* Re-add the 16384 bucket also.Robert Watson2002-04-291-0/+1
* Revert a portion of kern_malloc.c:1.99, which (in addition to addingRobert Watson2002-04-291-1/+3
* Make this header self-reliant with regard to the types it uses.Mike Barcroft2002-04-291-12/+28
* Some non-functional changes to make the differences between NetBSD'sJosef Karthauser2002-04-291-31/+35
* Regen after rev.1.89 of usbdevs.Maxim Sobolev2002-04-292-2/+2
* Change Device ID string for DaisyTech devices to be more sensible.Maxim Sobolev2002-04-291-1/+1
* Introduce NetBSD's mii_phy_match() API and use it in the nsgphy toPoul-Henning Kamp2002-04-293-10/+45
* Convert exphy and ukphy over to the new code.Poul-Henning Kamp2002-04-293-61/+10
* Make one generic mii_phy_detach() to replace 19 slightly different ones.Poul-Henning Kamp2002-04-2925-388/+64
* Commit of stuff that's been sitting in my tree for a while.Benno Rice2002-04-2913-2831/+2845
* Move a lot closer to NetBSDs MII support for GigE.Poul-Henning Kamp2002-04-297-290/+247
* - Add back calls to setfault that were removed when these functions were moved.Benno Rice2002-04-292-28/+148
* Add a sysctl which disables the logging of console output.David Malone2002-04-291-0/+7
* Fix indention which I did wrong in a previous commit.Jeroen Ruigrok van der Werven2002-04-291-1/+1
* Tidy up some loose ends.Peter Wemm2002-04-2923-297/+33
* Spell hw.cbb.start_memory the same in the HINT as well as the sysctl.Warner Losh2002-04-291-1/+1
* Make sysctl RWWarner Losh2002-04-291-4/+4
* Moving closer to being able to use NetBSD's generic mii_set_media()Poul-Henning Kamp2002-04-293-20/+141
* Untimeout before calling timeout. I think that I have caught all the casesWarner Losh2002-04-292-3/+7
* Edging ever closer to NetBSD...Poul-Henning Kamp2002-04-293-12/+11
* Barrow something from the `nmap' port to help the ENOCLUE people upgradingDavid E. O'Brien2002-04-291-0/+2
* Move us yet closer to IFM_* definitions in NetBSD.Poul-Henning Kamp2002-04-294-56/+56
* Document three synchronization issues in vm_fault().Alan Cox2002-04-291-0/+8
* Diff reduction to my experimental code: clean up return code handling.Eric Anholt2002-04-2924-359/+354
* Pass the caller's file name and line number to the vm_map locking functions.Alan Cox2002-04-282-20/+35
* add a missing \n to an unregister failure messageCameron Grant2002-04-281-1/+1
* recognise ct5880-eCameron Grant2002-04-281-1/+7
* Follow NetBSD and s/IFM_1000_TX/IFM_1000_T/Poul-Henning Kamp2002-04-2814-50/+50
* Don't pass three args when one will do just fine, and even preventPoul-Henning Kamp2002-04-2819-24/+29
* Move drm to the i386-only section.Dag-Erling Smørgrav2002-04-281-1/+1
* Improve an API by about 4 lines per driver.Poul-Henning Kamp2002-04-2817-67/+21
* Use generic MII #defines instead of private ones when the registersPoul-Henning Kamp2002-04-282-169/+67
* Merge in rev 1.9 from NetBSD.Poul-Henning Kamp2002-04-281-3/+81
* We don't need the arp kludge any more.Poul-Henning Kamp2002-04-282-13/+0
* Stylistic sweep through the timecounter code.Poul-Henning Kamp2002-04-283-191/+245
* Don't screw up our uptime with historical dates.Poul-Henning Kamp2002-04-281-1/+1
* Change instances of avma1pp2- to ifpi2- in printf's since the nameGary Jennejohn2002-04-281-5/+5
* Removed unused forward struct declaration.Bruce Evans2002-04-281-1/+0
* Add mca.c.Marcel Moolenaar2002-04-281-0/+1
* Nuke -gScott Long2002-04-281-2/+0
* o Introduce and use vm_map_trylock() to replace several direct usesAlan Cox2002-04-285-8/+14
* Hook the DRM up to the build and add it to NOTES.Eric Anholt2002-04-2814-10/+43
* Alphabetize descriptions and remove the "PCI" from the desciptions.Warner Losh2002-04-281-5/+6
* We do not necessarily need to map/unmap pages to zero parts of them.Peter Wemm2002-04-283-4/+14
* Avoid the user-visible effect of setting SA_NOCLDWAIT when theIan Dowse2002-04-273-6/+10
* Finish fixing hints. Remember the use_kenv state for the next run.Peter Wemm2002-04-271-8/+10
* Partial fix for hintsPeter Wemm2002-04-271-2/+4