Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-09-02 | Add support for Alltel UTStarcom PPC6700. | Jonathan Gray | |
Tested by Sam Fourman Jr. <sfourman@gmail.com> | |||
2007-09-02 | regen | Jonathan Gray | |
2007-09-02 | Alltel UTStarcom PPC6700. | Jonathan Gray | |
2007-09-01 | malloc(n * m) -> calloc(n, m); from zinovik | Theo de Raadt | |
2007-09-01 | Correct the backwards ethernet address that some NVidia MACs have. | Chris Kuethe | |
diff from brad. "commit this" jsg | |||
2007-09-01 | since the | Henning 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-01 | Use 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-01 | s/free/xfree | Joris Vink | |
2007-09-01 | fix a use after free case. | Thordur I. Bjornsson | |
From Bret Lambert via deraadt@; ok miod@ | |||
2007-09-01 | replace 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-01 | Fix space and underline handling in rasops24_putchar(), spotted by Leon Zadorin. | Miod Vallat | |
2007-09-01 | Do not include <machine/rpb.h> unless necessary. | Miod Vallat | |
2007-09-01 | In pmap_protect(), compute the bitmask to set in the ptes only once, instead | Miod Vallat | |
of every iteration. | |||
2007-09-01 | Remove support for ddb-only %r, %z, and the ddb-specific handling of %n from | Miod Vallat | |
the kernel printf. This will allow support for the real %z in the near future. | |||
2007-09-01 | Use db_format() instead of ddb-specific format specifiers; no functional | Miod Vallat | |
change inteded. ok ray@ | |||
2007-09-01 | Add VLAN reception support to vr(4). Diff from Brad. | Marcus Glocker | |
OK claudio@ | |||
2007-09-01 | Remove stale comments; prompted by millert. | Marco Peereboom | |
2007-09-01 | Include err.h and remove unused variables. | Ray Lai | |
OK millert. | |||
2007-08-31 | Copy editit() from sendbug, synchronizing editor calling code. | Ray Lai | |
OK otto, millert, beck, mbalmer, deraadt. | |||
2007-08-31 | new format firmware load failure messages | Theo de Raadt | |
2007-08-31 | new format firmware load message | Theo de Raadt | |
2007-08-31 | Add vaddr. | Marco Peereboom | |
ok miod | |||
2007-08-31 | Defer ipmi sensor creation after kernel goes multi user. This removes the | Marco Peereboom | |
annoying waiting period during kernel boots. pushed for by deraadt and beck Lots of testing todd, ckuethe and others ok beck | |||
2007-08-31 | sync | Nikolay Sturm | |
2007-08-31 | belkin 4-port hub | Nikolay Sturm | |
2007-08-31 | Add qli. Commented out for now. | Marco Peereboom | |
2007-08-31 | Add qli (qlogic iscsi) HBA driver for further development in tree. Help | Marco Peereboom | |
from David Collins <dave at davec dot name>. Name pitched by deraadt help and ok dlg | |||
2007-08-31 | sync | Marco Peereboom | |
2007-08-31 | Add QLogic iSCSI HBAs and TOEs | Marco Peereboom | |
ok dlg | |||
2007-08-31 | Craddle -> cradle; ok deraadt | Jason McIntyre | |
2007-08-31 | zap unused "pf_tag" structure. | Thordur I. Bjornsson | |
ok henning@ | |||
2007-08-31 | simplify uvm_vnp_sync() by removing some simplelock goo. | Thordur I. Bjornsson | |
some comment cleanup and a touch of KNF. ok art@ | |||
2007-08-31 | regen | Jonathan Gray | |
2007-08-31 | Add a bunch of devices from submitted dmesgs. | Jonathan Gray | |
2007-08-31 | all units can now charge, except a dead-battery 7750 | Theo de Raadt | |
2007-08-30 | don't swap X and Y coordinates while in raw mode. ok robert@ | Matthieu Herrb | |
2007-08-30 | Update to expat 2.0.1. ok deraadt@ | Matthieu Herrb | |
2007-08-30 | document address ranges, with help from jmc@ | Daniel Hartmeier | |
2007-08-30 | PHY on D495GCCR board | Chris Kuethe | |
"Right" deraadt | |||
2007-08-30 | regen | Chris Kuethe | |
2007-08-30 | Intel PHY on D945GCCR board | Chris Kuethe | |
"Right" deraadt | |||
2007-08-30 | mechanic 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-30 | Fix lock ordering problems when updating mount points, in some | Thordur 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-30 | regress test address ranges | Daniel Hartmeier | |
2007-08-30 | Remove old CVSROOT caching mechanisms. | Joris Vink | |
from Tobias Stoeckmann | |||
2007-08-30 | properly send our log message to the server using Argumentx, so we | Joris Vink | |
no longer break when the log message has multiple lines. from Tobias Stoeckmann, thanks for doing my work! | |||
2007-08-30 | handle address ranges in skip step calculation | Daniel Hartmeier | |
2007-08-30 | add support for address ranges ("from 10.1.2.50 - 10.1.3.75") in from/to | Daniel Hartmeier | |
criteria. ok mcbride@ | |||
2007-08-30 | proper sync | Theo de Raadt | |