Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-05-14 | Remove the duplicate Billionton product id named SnapPort which is | Brad Smith | |
the same as the USB2AR product id and was placed separately further down. | |||
2008-05-14 | regen | Brad Smith | |
2008-05-14 | Add the CONWISE Technology vendor id and the CW6622 product id. | Brad Smith | |
From Jason George | |||
2008-05-13 | Fix chrtoblktbl[] entries. | Miod Vallat | |
2008-05-13 | Memory is contiguous and non-expandable, so lower VM_PHYSSEG_MAX down to 1. | Miod Vallat | |
ok kettenis@ | |||
2008-05-13 | Meaningful panic messages; ok kettenis | Miod Vallat | |
2008-05-13 | Sync | Miod Vallat | |
2008-05-13 | Disable more wscons bits on socppc. | Miod Vallat | |
2008-05-13 | socppc is powerpc | Miod Vallat | |
2008-05-13 | Recurse in socppc for make obj | Miod Vallat | |
2008-05-13 | Make socppc on par with macppc for now. | Miod Vallat | |
2008-05-13 | Build on socppc too. | Miod Vallat | |
2008-05-13 | Add catman directories for socppc manual pages | Miod Vallat | |
2008-05-13 | Initial stab at installation notes. | Mark Kettenis | |
2008-05-13 | Plumb socppc in MAKEDEV machinery. | Miod Vallat | |
2008-05-13 | attempt at documenting the python module | Steven Mestdagh | |
2008-05-13 | Rename to README.IPv6, to be clear this is not version 6 of the README file. | Marc Balmer | |
Suggested by henning. | |||
2008-05-13 | knf. no binary changes. | Marc Balmer | |
2008-05-13 | sync | Mark Kettenis | |
2008-05-13 | Add missing files. | Mark Kettenis | |
2008-05-13 | Don't forget to va_end() the va_list we get from va_copy(). From FreeBSD. | Todd C. Miller | |
2008-05-13 | don't grab the receive lock in nfs_rcvlock if the reply has | Thordur 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-13 | A first chunk of readability/knf changes. Since there is nothing more | Marc 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-13 | fix an error in the example partition table; from Adam Patterson | Jason McIntyre | |
ok nick | |||
2008-05-13 | The driver is called lii, not atl2. Change function and variable names to | Joel Sing | |
match. go go go dlg@ | |||
2008-05-13 | Unmangle previous commit. spotted by markus@ (wow !) | Pierre-Yves Ritschard | |
2008-05-13 | Add Emobile rebadged E220 devices. | Jonathan Gray | |
From Yojiro UO <yuo@iijlab.net> | |||
2008-05-13 | regen | Brad Smith | |
2008-05-13 | Add the Altima AC1003 PCI id. | Brad Smith | |
2008-05-13 | Adding changes for new parser | Jordan Hargrave | |
ok marco@ | |||
2008-05-13 | regen | Brad Smith | |
2008-05-13 | Remove some duplicate entries for Intel 10Gb and ICH10 E1000 adapters | Brad Smith | |
that were not in numerial order. | |||
2008-05-13 | Remove commented out NetBSD __KERNEL_RCSID macro usage. | Brad Smith | |
ok dlg@ | |||
2008-05-13 | Change a mktemp(3) to mkstemp(3), preventing a race condition. | Ray Lai | |
Improve error checking. OK okan@ | |||
2008-05-13 | Remove #if 0 code that has been unused for nearly a decade (and | Ray Lai | |
probably doesn't compile, since the types for some variables have changed from long to char *). OK millert@ | |||
2008-05-13 | Since Ethernet links can only be full duplex or half duplex the link | Brad 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-13 | Use the LINK_STATE_IS_UP macro when checking for the link being UP. | Brad Smith | |
ok dlg@ | |||
2008-05-13 | Also report the duplex state of the connection when calling | Brad Smith | |
if_link_state_change() which is always full duplex for tht(4). ok dlg@ | |||
2008-05-12 | Fix cut and pasto; Steven Roberts | Todd C. Miller | |
2008-05-12 | Fix device reference counting. Now that we try to support detachable | Kenneth 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-12 | List socppc as a MACHINE_ARCH=powerpc platform. | Miod Vallat | |
2008-05-12 | Ensure nh_result lies on a 64-bit boundary (fixes warnings observed | Peter Valchev | |
on Itanium on Linux); from Dale Talcott (bug #1462); ok djm@ | |||
2008-05-12 | Error out with usage line if additional arguments are given after the | Pierre-Yves Ritschard | |
option parsing. Found out the hard way by jdixon on ifstated. ok sobrado@, jdixon@, millert@ | |||
2008-05-12 | Remove clauses 3 and 4 from the license to match the license on | Todd C. Miller | |
tree.h. OK'd by Niels. | |||
2008-05-12 | Provide a real getsecs() implementation. | Mark Kettenis | |
2008-05-12 | typos | Steven Mestdagh | |
2008-05-12 | tweak previous; | Jason McIntyre | |
2008-05-12 | list huawei E172 and E220 as supported | Felix Kronlage | |
2008-05-12 | If we find an E220 device in umass mode send the magic command | Jonathan Gray | |
to enable the serial portions of the device. From Yojiro UO <yuo@iijlab.net>, tested by bernd@ | |||
2008-05-12 | document some modules | Marc Espie | |