summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2007-09-02Add support for Alltel UTStarcom PPC6700.Jonathan Gray
Tested by Sam Fourman Jr. <sfourman@gmail.com>
2007-09-02regenJonathan Gray
2007-09-02Alltel UTStarcom PPC6700.Jonathan Gray
2007-09-01malloc(n * m) -> calloc(n, m); from zinovikTheo de Raadt
2007-09-01Correct the backwards ethernet address that some NVidia MACs have.Chris Kuethe
diff from brad. "commit this" jsg
2007-09-01since theHenning Brauer
MGET* macros were changed to function calls, there wasn't any need for the pool declarations and the inclusion of pool.h From: tbert <bret.lambert@gmail.com>
2007-09-01Use an int, not a size_t, to store the return value of snprintf().Matthias Kilian
This gives the later tests against -1 a chance to actually do something. Initially from Igor Zinovik <zinovik@cs.karelia.ru>. ok ray@
2007-09-01- Add bthidev(4), from NetBSD.Xavier Santolaria
- Make btms(4) and btkbd(4) compile. - Removed remaining proplib NetBSD'sim Prodded a while ago by gwk@. Eyeballed by miod@.
2007-09-01s/free/xfreeJoris Vink
2007-09-01fix a use after free case.Thordur I. Bjornsson
From Bret Lambert via deraadt@; ok miod@
2007-09-01replace the machine dependant bytes-to-clicks macro by the MI ptoa()Martin Reindl
version for i386 more architectures and ctob() replacement is being worked on prodded by and ok miod
2007-09-01Fix space and underline handling in rasops24_putchar(), spotted by Leon Zadorin.Miod Vallat
2007-09-01Do not include <machine/rpb.h> unless necessary.Miod Vallat
2007-09-01In pmap_protect(), compute the bitmask to set in the ptes only once, insteadMiod Vallat
of every iteration.
2007-09-01Remove support for ddb-only %r, %z, and the ddb-specific handling of %n fromMiod Vallat
the kernel printf. This will allow support for the real %z in the near future.
2007-09-01Use db_format() instead of ddb-specific format specifiers; no functionalMiod Vallat
change inteded. ok ray@
2007-09-01Add VLAN reception support to vr(4). Diff from Brad.Marcus Glocker
OK claudio@
2007-09-01Remove stale comments; prompted by millert.Marco Peereboom
2007-09-01Include err.h and remove unused variables.Ray Lai
OK millert.
2007-08-31Copy editit() from sendbug, synchronizing editor calling code.Ray Lai
OK otto, millert, beck, mbalmer, deraadt.
2007-08-31new format firmware load failure messagesTheo de Raadt
2007-08-31new format firmware load messageTheo de Raadt
2007-08-31Add vaddr.Marco Peereboom
ok miod
2007-08-31Defer ipmi sensor creation after kernel goes multi user. This removes theMarco Peereboom
annoying waiting period during kernel boots. pushed for by deraadt and beck Lots of testing todd, ckuethe and others ok beck
2007-08-31syncNikolay Sturm
2007-08-31belkin 4-port hubNikolay Sturm
2007-08-31Add qli. Commented out for now.Marco Peereboom
2007-08-31Add qli (qlogic iscsi) HBA driver for further development in tree. HelpMarco Peereboom
from David Collins <dave at davec dot name>. Name pitched by deraadt help and ok dlg
2007-08-31syncMarco Peereboom
2007-08-31Add QLogic iSCSI HBAs and TOEsMarco Peereboom
ok dlg
2007-08-31Craddle -> cradle; ok deraadtJason McIntyre
2007-08-31zap unused "pf_tag" structure.Thordur I. Bjornsson
ok henning@
2007-08-31simplify uvm_vnp_sync() by removing some simplelock goo.Thordur I. Bjornsson
some comment cleanup and a touch of KNF. ok art@
2007-08-31regenJonathan Gray
2007-08-31Add a bunch of devices from submitted dmesgs.Jonathan Gray
2007-08-31all units can now charge, except a dead-battery 7750Theo de Raadt
2007-08-30don't swap X and Y coordinates while in raw mode. ok robert@Matthieu Herrb
2007-08-30Update to expat 2.0.1. ok deraadt@Matthieu Herrb
2007-08-30document address ranges, with help from jmc@Daniel Hartmeier
2007-08-30PHY on D495GCCR boardChris Kuethe
"Right" deraadt
2007-08-30regenChris Kuethe
2007-08-30Intel PHY on D945GCCR boardChris Kuethe
"Right" deraadt
2007-08-30mechanic change:Henning Brauer
there is a 1:1 mapping between direction and the tree the states get attached to. there is no need to have anything outside the state insertion/ deletion/lookup routinbes know about these internals. so just pass the direction to the lookup functions and let them pick the right tree. ok dhartmei markus
2007-08-30Fix lock ordering problems when updating mount points, in someThordur I. Bjornsson
cases we could end up releasing an unlocked lock. fixes pr's 5534 and 5564, confirmed by submitters. thanks!. ok art@
2007-08-30regress test address rangesDaniel Hartmeier
2007-08-30Remove old CVSROOT caching mechanisms.Joris Vink
from Tobias Stoeckmann
2007-08-30properly send our log message to the server using Argumentx, so weJoris Vink
no longer break when the log message has multiple lines. from Tobias Stoeckmann, thanks for doing my work!
2007-08-30handle address ranges in skip step calculationDaniel Hartmeier
2007-08-30add support for address ranges ("from 10.1.2.50 - 10.1.3.75") in from/toDaniel Hartmeier
criteria. ok mcbride@
2007-08-30proper syncTheo de Raadt