summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-05-14Remove the duplicate Billionton product id named SnapPort which isBrad Smith
the same as the USB2AR product id and was placed separately further down.
2008-05-14regenBrad Smith
2008-05-14Add the CONWISE Technology vendor id and the CW6622 product id.Brad Smith
From Jason George
2008-05-13Fix chrtoblktbl[] entries.Miod Vallat
2008-05-13Memory is contiguous and non-expandable, so lower VM_PHYSSEG_MAX down to 1.Miod Vallat
ok kettenis@
2008-05-13Meaningful panic messages; ok kettenisMiod Vallat
2008-05-13SyncMiod Vallat
2008-05-13Disable more wscons bits on socppc.Miod Vallat
2008-05-13socppc is powerpcMiod Vallat
2008-05-13Recurse in socppc for make objMiod Vallat
2008-05-13Make socppc on par with macppc for now.Miod Vallat
2008-05-13Build on socppc too.Miod Vallat
2008-05-13Add catman directories for socppc manual pagesMiod Vallat
2008-05-13Initial stab at installation notes.Mark Kettenis
2008-05-13Plumb socppc in MAKEDEV machinery.Miod Vallat
2008-05-13attempt at documenting the python moduleSteven Mestdagh
2008-05-13Rename to README.IPv6, to be clear this is not version 6 of the README file.Marc Balmer
Suggested by henning.
2008-05-13knf. no binary changes.Marc Balmer
2008-05-13syncMark Kettenis
2008-05-13Add missing files.Mark Kettenis
2008-05-13Don't forget to va_end() the va_list we get from va_copy(). From FreeBSD.Todd C. Miller
2008-05-13don't grab the receive lock in nfs_rcvlock if the reply hasThordur I. Bjornsson
already been received while we slept. prevents processes from monopolising the lock. From FreeBSD; ok blambert@ tested by johan@ and a few others
2008-05-13A first chunk of readability/knf changes. Since there is nothing moreMarc Balmer
to merge from upstream, we can safely sanitize the code and hopefully the build system. Discussed with and feedback from sthen, todd, dlg and henning. no binary changes.
2008-05-13fix an error in the example partition table; from Adam PattersonJason McIntyre
ok nick
2008-05-13The driver is called lii, not atl2. Change function and variable names toJoel Sing
match. go go go dlg@
2008-05-13Unmangle previous commit. spotted by markus@ (wow !)Pierre-Yves Ritschard
2008-05-13Add Emobile rebadged E220 devices.Jonathan Gray
From Yojiro UO <yuo@iijlab.net>
2008-05-13regenBrad Smith
2008-05-13Add the Altima AC1003 PCI id.Brad Smith
2008-05-13Adding changes for new parserJordan Hargrave
ok marco@
2008-05-13regenBrad Smith
2008-05-13Remove some duplicate entries for Intel 10Gb and ICH10 E1000 adaptersBrad Smith
that were not in numerial order.
2008-05-13Remove commented out NetBSD __KERNEL_RCSID macro usage.Brad Smith
ok dlg@
2008-05-13Change a mktemp(3) to mkstemp(3), preventing a race condition.Ray Lai
Improve error checking. OK okan@
2008-05-13Remove #if 0 code that has been unused for nearly a decade (andRay Lai
probably doesn't compile, since the types for some variables have changed from long to char *). OK millert@
2008-05-13Since Ethernet links can only be full duplex or half duplex the linkBrad Smith
state reporting code in the MII layer / em(4) and vge(4) will never fall back to the point of only reporting the link as being UP without the duplex setting being reported, so simplify the code a bit here. ok dlg@
2008-05-13Use the LINK_STATE_IS_UP macro when checking for the link being UP.Brad Smith
ok dlg@
2008-05-13Also report the duplex state of the connection when callingBrad Smith
if_link_state_change() which is always full duplex for tht(4). ok dlg@
2008-05-12Fix cut and pasto; Steven RobertsTodd C. Miller
2008-05-12Fix device reference counting. Now that we try to support detachableKenneth R Westerback
tape drives it is nice not to crash if one is detached. Basically use a consistant mechanism modelled on sd to lookup devices and do the device reference increments and decrements. Problem reported (PR#5811) and fix tested by Jozef Hatala. Still some corner cases Jozef is looking for but we'll fix those as discovered.
2008-05-12List socppc as a MACHINE_ARCH=powerpc platform.Miod Vallat
2008-05-12Ensure nh_result lies on a 64-bit boundary (fixes warnings observedPeter Valchev
on Itanium on Linux); from Dale Talcott (bug #1462); ok djm@
2008-05-12Error out with usage line if additional arguments are given after thePierre-Yves Ritschard
option parsing. Found out the hard way by jdixon on ifstated. ok sobrado@, jdixon@, millert@
2008-05-12Remove clauses 3 and 4 from the license to match the license onTodd C. Miller
tree.h. OK'd by Niels.
2008-05-12Provide a real getsecs() implementation.Mark Kettenis
2008-05-12typosSteven Mestdagh
2008-05-12tweak previous;Jason McIntyre
2008-05-12list huawei E172 and E220 as supportedFelix Kronlage
2008-05-12If we find an E220 device in umass mode send the magic commandJonathan Gray
to enable the serial portions of the device. From Yojiro UO <yuo@iijlab.net>, tested by bernd@
2008-05-12document some modulesMarc Espie