summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2007-01-13grammar;Jason McIntyre
2007-01-13Correctly count outbound packets.Mark Kettenis
From brad@
2007-01-13Print Schizo/Tomatillo version number.Mark Kettenis
2007-01-13Do not match on Expert3D and Expert3D-Lite cards, these will require aMiod Vallat
different driver.
2007-01-13nuke the the very evil rcs_getrev() stuffJoris Vink
discussed with niallo@
2007-01-13make import and init work again after the small breakageJoris Vink
we had with the rcs changes;
2007-01-13add Sierra Wireless Aircard 875 as suspected to be compatibleFelix Kronlage
2007-01-13attach to Sierra Wireless Aircard 875; ok fkr@Kevin Steves
2007-01-13switch commit code to the new RCS api.Joris Vink
kay niallo@
2007-01-13prettify some panic strings,Thordur I. Bjornsson
s/panic("%s: foo", "func")/panic("func: foo") ok toby@
2007-01-13This clarifies the chipsets used to match the names used at the topTodd T. Fries
of the sk(4) man page, since XMAC means nothing in this context. from brad@
2007-01-13Touch of clean up:Thordur I. Bjornsson
s/DEBUG/VNDDEBUG/ and introduce DNPRINTF, fold all the #ifdef DEBUG <stuff> #endif into DNPRINTFs. Use DTYPE_VND for the disklabel d_type member, dont calcluate d_secpercyl from d_ntrack * d_nsectors, just set it too 100 directly since we set d_ntrack and d_nsectors to 1 and 100 respectivly. testing and OK krw@
2007-01-13make a copy of cf->file_ent->ce_rev in cf->file_rcsrev when neededJoris Vink
otherwise we might get a NULL dereference when free'ing the cf struct with cvs_file_free()
2007-01-13plug 3 memleaksJoris Vink
2007-01-13remove BUF * argument from cvs_checkout_file() it willJoris Vink
no longer be used, ever.
2007-01-13- remote update now works again, with new rcs apiJoris Vink
- we no longer hold the entire file in memory when sending or receiving it
2007-01-13Dmitri Alenitchev pointed out that he originally submitted these,Michael Knudsen
thanks! (He also submitted an acpibtn page but I rewrote that recently so I think it's fair that I get to keep it.)
2007-01-13Ignore country code on happy hacking keyboard, it reports itself as japanse.Miod Vallat
Spotted by naddy@
2007-01-13RegenMiod Vallat
2007-01-13Topre Corporation Happy Hacking Keyboard.Miod Vallat
2007-01-13the memleak i thought i had fixed was in fact NOT a leak at allJoris Vink
and caused opencvs to crash so revert, oops?
2007-01-13- better error messagesJoris Vink
- correclty use cvs_tagname, so that the tag from $CVSROOT/config will actually be expanded as a keyword.
2007-01-13add missing prototypes for some new rcs api functions;Joris Vink
2007-01-12simplify after recent rcs API changes.Joris Vink
kay niallo@
2007-01-12major re-work of the RCS api. this results in 100x performance improvements ↵Niall O'Higgins
in some places and much reduced memory usage. note that only checkout has been fully converted to use the new high-performance functions. other codepaths (e.g. update) still use the old method which is provided for backwards compatibility. we can convert the remaining slow bits over to the new api piece-by-piece. "commit this, now" joris@ brad@ tested, too.
2007-01-12Mini-PCI Express -> PCI Express Mini Card as per PCI-SIG name.Jonathan Gray
2007-01-12Get rid of some dead code.Mark Kettenis
ok miod@
2007-01-12Keep the wsscreen_descr in the softc, to allow sti of different textMiod Vallat
resolutions to attach without disturbing each other.
2007-01-12Change the secondary CMMU's data cache turn on so that do not hog theKenji Aoyama
bus while they spin, as same as 3.8. This have been missed since CMMU initialize cleanup. Also m88k_cpus[] should have 4 elements on luna88k, even in non-MULTIPROCESSOR kernel. ok miod@
2007-01-12the MC8755 is not MiniPCI, it is a PCI Express Mini CardFelix Kronlage
2007-01-12According to the OpenSolaris sources, the DTO bits are really MMU bit.Mark Kettenis
Add the real DTO bits for Tomatillo.
2007-01-12proper define for MAX_KMAPENT; miod@ okMichael Shalayeff
2007-01-12more secsh -> rfc 4716 updates;Jason McIntyre
spotted by wiz@netbsd ok markus
2007-01-12Do not force the section header to SHT_NOBITS for non-symbol sections;Miod Vallat
crank bootloader version.
2007-01-12make the description match synopsis for -chs;Jason McIntyre
discussed with nick
2007-01-12mark up the sysctls;Jason McIntyre
2007-01-12lower case .Nd;Jason McIntyre
2007-01-12lower case .Nd;Jason McIntyre
2007-01-12sort SEE ALSO;Jason McIntyre
2007-01-12do not leak memory from rcs_head_get()Joris Vink
ok niallo@
2007-01-12Move kernel virtual address space to make sure it doesn't overlap withMark Kettenis
physical memory to avoid problems on UltraSPARC-III and III+.
2007-01-12if we have no files to be commited, stop commiting.Joris Vink
2007-01-12and thou shalt not leak memory when removing entriesJoris Vink
2007-01-12complete binary support for opencvs,Joris Vink
adding/importing binary files now works too partially taken from openrcs
2007-01-12spacingPierre-Yves Ritschard
2007-01-12use an u_int16_t for flags, the u_int8_t was getting too small.Pierre-Yves Ritschard
ok reyk@
2007-01-12eliminate duplicate tcp read/write code.Pierre-Yves Ritschard
ok claudio@, reyk@
2007-01-12fix altq for mc(4); make mbuf functions return NULL instead of 0 whileMartin Reindl
there from Brad, tested by me on all three adapters
2007-01-12Also check for 'num < 1' in ffs2_balloc(), no functional changePedro Martelletto
2007-01-12support a few more video cards, untested:Martin Reindl
Formac Baers/ProNitron 80.IVb Apple Mac II Monochrome Video Card VillageTronic Mac Picasso 340 Relax 19" Model 200 prodded by miod@ from NetBSD