summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Mark netatm and netnatm explicitly as requiring Giant, as they still do.rwatson2005-02-172-0/+4
* In accept1(), extend coverage of the socket lock from just coveringrwatson2005-02-171-2/+2
* In sonewconn(), set the new socket's state to show the protocol-providedrwatson2005-02-172-2/+2
* Document the new default init_path.des2005-02-171-1/+1
* Introduce vx_wait{l}() and use it instead of home-rolled versions.phk2005-02-176-44/+44
* Convert KASSERTS to VNASSERTSphk2005-02-171-22/+27
* Add /rescue/init to the default init_path, before /stand/sysinstall.des2005-02-172-2/+2
* Fix inteface clear time. pf printed "Thu Jan 1 09:00:01 1970"yongari2005-02-171-1/+8
* The correct error value for not having enough storage is E2BIG, notnjl2005-02-172-2/+2
* Fix the check for acpi_perf(4) so that we verify if it is fully attachednjl2005-02-171-4/+14
* UltraSparc II[e,i] based systems come up with the tick compare registermarius2005-02-171-0/+6
* aic79xx.c:gibbs2005-02-162-5/+16
* Fix year in copyrights.pjd2005-02-162-2/+2
* Update copyright in files changed this year.pjd2005-02-168-8/+8
* Fix year in copyrights.pjd2005-02-162-2/+2
* Well, it seems that I pre-maturely removed the "All rights reserved"bmilekic2005-02-168-15/+15
* Remove redundant label.wpaul2005-02-161-1/+0
* Make UMA set the overloaded page->object back to kmem_object forbmilekic2005-02-161-8/+2
* Fix freeing of custom driver extensions. (ExFreePool() was beingwpaul2005-02-161-1/+1
* KeAcquireSpinLockRaiseToDpc() and KeReleaseSpinLock() are (at leastwpaul2005-02-162-27/+5
* On Rev. B silicon, we disabled the enhanced busfree detection logic togibbs2005-02-161-3/+3
* MF5S: Explicitly initialize timedout_scb lists, use SCB_TAG for all accessgibbs2005-02-163-4/+9
* Remove mutex asserion from g_gate_find(). We don't want g_gate_list_mtxpjd2005-02-161-1/+0
* Remove TDP_GEOM flag from thread after ggate device creation.pjd2005-02-161-0/+7
* Remove a recursion protection, which we inherited from splnet() netgraph times.glebius2005-02-161-9/+0
* On second though, print the OUI, model and revision. This is the sameimp2005-02-161-1/+3
* Add support for Windows/x86-64 binaries to Project Evil.wpaul2005-02-1618-259/+768
* Fix for a SACK (receiver) bug where incorrect SACK blocks areps2005-02-162-8/+10
* Add location and PNP info to the mii busimp2005-02-161-0/+24
* Add an XXX comment about string quoting.imp2005-02-161-0/+1
* Rather than overloading the page->object field like UMA does, use insteadbmilekic2005-02-151-17/+13
* Initialize Netgraph type at a correct time, before device probing.ru2005-02-152-2/+2
* Remove an outdated comment about ifnet not being locked.ru2005-02-151-3/+0
* When dealing with systems with no absolute drivers attached, only calibratenjl2005-02-151-10/+22
* MFi386 rev 1.61: Fix a few bugs in the legacy cpu attachment ivars.njl2005-02-151-3/+2
* Bind to the driver's parent cpu before switching, for both absolute andnjl2005-02-151-18/+28
* Correct a few bugs in the legacy cpu attachment. Get the unit from thenjl2005-02-151-3/+2
* Bump __FreeBSD_version for increased size for default thread stacks.njl2005-02-151-1/+1
* Use ANSI function definitions, in preference to the K&R definitions.imp2005-02-152-34/+15
* Remove more deadwood that never got implemented in NEWCARD, since NEWCARDimp2005-02-152-31/+0
* Move the harvesting of the MAC address out of the generic novell probeimp2005-02-143-21/+49
* Move the #defines from edreg to edvar which don't have anything to doimp2005-02-142-46/+48
* o It turns out that most of the ne-2000 cards that I have got real unhappyimp2005-02-142-13/+45
* - Retransmit just one segment on initiation of SACK recovery.ps2005-02-143-42/+18
* - Remove the unused and unsafe ufs_ihashlookup. This function returned ajeff2005-02-142-24/+0
* Implement priorities. This allows a driver (say, for cooling purposes) tonjl2005-02-141-4/+38
* Make WITNESS happier:glebius2005-02-141-20/+14
* Add new netgraph control message NGM_ETHER_DETACH, which actuallyglebius2005-02-142-0/+11
* Check for non-NULL ac_netgraph field in interface arpcom, instead ofglebius2005-02-141-4/+4
* If no vlan(4) interfaces are configured for the interface, and theru2005-02-141-3/+10
OpenPOWER on IntegriCloud