Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2007-09-02 | OpenCVS server init-support with OpenCVS and GNU cvs clients. | 2 | -5/+11 | ||
OK joris@ | |||||
2007-09-02 | Stick at GNU cvs behaviour with Root directive handling: it does not need | 4 | -19/+32 | ||
to be sent first, can occure multiple times (although this is ignored) but should be supplied before Directory. OK joris@ | |||||
2007-09-02 | ctob is gone, use ptoa | 1 | -2/+2 | ||
tested by ckuethe | |||||
2007-09-02 | Handle quotation marks in .cvsrc correctly. | 1 | -1/+4 | ||
OK joris@ | |||||
2007-09-02 | Stick at GNU cvs behaviour by writing "Initial revision" in revision 1.1 | 1 | -2/+3 | ||
instead of custom log message (which gets written into 1.1.1.1). OK joris@ | |||||
2007-09-02 | Log all commands sent with cvs_remote_output(), not just | 2 | -31/+11 | ||
cvs_client_send_request(). Simplified logging code while at it. OK joris@ | |||||
2007-09-02 | regen | 2 | -2/+17 | ||
2007-09-02 | Add ENE Memory Stick/SD/SDMMC entries. | 1 | -1/+4 | ||
From Alexey Suslikov <alexey.suslikov@gmail.com> | |||||
2007-09-02 | vic works in vmware fusion too | 1 | -2/+4 | ||
2007-09-02 | Add support for Alltel UTStarcom PPC6700. | 2 | -6/+8 | ||
Tested by Sam Fourman Jr. <sfourman@gmail.com> | |||||
2007-09-02 | regen | 2 | -4/+16 | ||
2007-09-02 | Alltel UTStarcom PPC6700. | 1 | -1/+5 | ||
2007-09-01 | malloc(n * m) -> calloc(n, m); from zinovik | 3 | -9/+9 | ||
2007-09-01 | Correct the backwards ethernet address that some NVidia MACs have. | 2 | -22/+45 | ||
diff from brad. "commit this" jsg | |||||
2007-09-01 | since the | 12 | -12/+24 | ||
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(). | 1 | -4/+3 | ||
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. | 9 | -61/+916 | ||
- 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 | 1 | -2/+2 | ||
2007-09-01 | fix a use after free case. | 1 | -2/+2 | ||
From Bret Lambert via deraadt@; ok miod@ | |||||
2007-09-01 | replace the machine dependant bytes-to-clicks macro by the MI ptoa() | 15 | -47/+46 | ||
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. | 1 | -10/+7 | ||
2007-09-01 | Do not include <machine/rpb.h> unless necessary. | 4 | -8/+4 | ||
2007-09-01 | In pmap_protect(), compute the bitmask to set in the ptes only once, instead | 1 | -19/+20 | ||
of every iteration. | |||||
2007-09-01 | Remove support for ddb-only %r, %z, and the ddb-specific handling of %n from | 1 | -66/+2 | ||
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 | 5 | -27/+55 | ||
change inteded. ok ray@ | |||||
2007-09-01 | Add VLAN reception support to vr(4). Diff from Brad. | 2 | -3/+5 | ||
OK claudio@ | |||||
2007-09-01 | Remove stale comments; prompted by millert. | 2 | -4/+2 | ||
2007-09-01 | Include err.h and remove unused variables. | 1 | -4/+4 | ||
OK millert. | |||||
2007-08-31 | Copy editit() from sendbug, synchronizing editor calling code. | 3 | -116/+189 | ||
OK otto, millert, beck, mbalmer, deraadt. | |||||
2007-08-31 | new format firmware load failure messages | 2 | -6/+6 | ||
2007-08-31 | new format firmware load message | 1 | -3/+3 | ||
2007-08-31 | Add vaddr. | 2 | -2/+17 | ||
ok miod | |||||
2007-08-31 | Defer ipmi sensor creation after kernel goes multi user. This removes the | 1 | -23/+25 | ||
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 | 2 | -4/+9 | ||
2007-08-31 | belkin 4-port hub | 1 | -1/+2 | ||
2007-08-31 | Add qli. Commented out for now. | 1 | -1/+3 | ||
2007-08-31 | Add qli (qlogic iscsi) HBA driver for further development in tree. Help | 3 | -1/+1148 | ||
from David Collins <dave at davec dot name>. Name pitched by deraadt help and ok dlg | |||||
2007-08-31 | sync | 2 | -2/+22 | ||
2007-08-31 | Add QLogic iSCSI HBAs and TOEs | 1 | -1/+5 | ||
ok dlg | |||||
2007-08-31 | Craddle -> cradle; ok deraadt | 1 | -2/+2 | ||
2007-08-31 | zap unused "pf_tag" structure. | 1 | -5/+1 | ||
ok henning@ | |||||
2007-08-31 | simplify uvm_vnp_sync() by removing some simplelock goo. | 1 | -43/+11 | ||
some comment cleanup and a touch of KNF. ok art@ | |||||
2007-08-31 | regen | 2 | -2/+97 | ||
2007-08-31 | Add a bunch of devices from submitted dmesgs. | 1 | -1/+20 | ||
2007-08-31 | all units can now charge, except a dead-battery 7750 | 1 | -2/+7 | ||
2007-08-30 | don't swap X and Y coordinates while in raw mode. ok robert@ | 1 | -3/+4 | ||
2007-08-30 | Update to expat 2.0.1. ok deraadt@ | 15 | -186/+228 | ||
2007-08-30 | document address ranges, with help from jmc@ | 1 | -2/+10 | ||
2007-08-30 | PHY on D495GCCR board | 1 | -1/+3 | ||
"Right" deraadt | |||||
2007-08-30 | regen | 1 | -2/+4 | ||