summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2007-01-12Compare against the username, so listing groups when given a numericOtto Moerbeek
user id to userinfo works. From Alf Schlichting; ok millert@
2007-01-12link to build the edit, editors, unedit, watch, and watchers commands.Xavier Santolaria
more work needs to be done for them though.
2007-01-12Switch some lockmgr locks to rwlocks.Artur Grabowski
In this commit: - gdt lock on amd64 - sysctl lock - malloc sysctl lock - disk sysctl lock - swap syscall lock miod@, pedro@ ok (and "looks good" others@)
2007-01-12Note that only rev A of the DUB-E100 works for now.Jonathan Gray
As mentioned by Marco S Hyman on misc@
2007-01-12fix incorrect output which was driving me more then crazyJoris Vink
2007-01-11Add acpicpu(4) here too so it gets built and installed.Michael Knudsen
2007-01-11Add acpicpu(4) to the list and tweak the acpiprt(4) entry a bit.Michael Knudsen
2007-01-11Add man page for the acpicpu(4) driver. I think all our acpi(4) bitsMichael Knudsen
(aside from the kernel API) are documented now. ok marco
2007-01-11Add a platform specific sti_pci_is_console() to decide if a given pci stiMiod Vallat
device is the system console; the interface currently passes the pci attachment args and the sti region information, and will hopefully turn to be flexible enough. This allows sti@pci to be used as a console device on hppa, finally. ok mickey@
2007-01-11Add callbacks to enable and disable the sti rom, so that it is only mappedMiod Vallat
when we need to access it; and change the rom parser to walk all the rom images and pick the first one sporting code for the processor we run on, instead of picking the first. This allows dual-sti@pci setups to work. ok mickey@, dual-head test martin@