Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-06-15 | sync | Theo de Raadt | |
2008-06-15 | <sys/amdmsr.h> -> <machine/amdmsr.h> | Matthieu Herrb | |
2008-06-15 | Move noisy frame queueing debug messages up to debug level 2. | Marcus Glocker | |
2008-06-15 | Allow bgpd to delete more then one community per filter rule. Fixes PR5807 | Claudio Jeker | |
tested by Raphael Ho long time ago. | |||
2008-06-15 | Paranoia check. Make sure that the 2 len bytes are actually available. | Claudio Jeker | |
Another easy M hiding in my bgp source forest. | |||
2008-06-15 | Fix minor mem leak in case parse_addr() fails. | Claudio Jeker | |
2008-06-15 | tweak the code that finds packages to find distant stems | Marc Espie | |
(todo: match pkg_add code better) | |||
2008-06-15 | make sure installed_stem is defined when needed, prevents some weird | Marc Espie | |
errors. | |||
2008-06-15 | Typos, forgotten word | Kjell Wooding | |
2008-06-15 | with powerbooks and ibooks, default to adb keyboard for console (and ddb>) | Todd T. Fries | |
ok drahn@ | |||
2008-06-15 | How about we actually document the 230-odd functions that make up | Kjell Wooding | |
mg now? Keymaps, too. I've guaranteed to have mucked up somewhere in here, but really - this man page can't really get less useful. Modes to come. | |||
2008-06-15 | Add 802.3ad LACP support for trunk(4). | Marco Pfatschbacher | |
Implementation from NetBSD. Ported via FreeBSD's version in trunk^Wlagg(4). This is still work in progress. Tested with a HP ProCurve 3500. OK reyk@ | |||
2008-06-15 | On AMD64 running on Intel processors with EST add support for retreiving | Gordon Willem Klok | |
operating points from ACPI. In support of this add evaluation of the _PDC object and give it the capability flags asserting OSPM management of CPU power states. ok marco@, canacar@ | |||
2008-06-15 | start rpc.statd together with rpc.lockd | Nikolay Sturm | |
"just get it in" deraadt | |||
2008-06-15 | add glue for rpc.lockd to talk to rpc.statd | Nikolay Sturm | |
"just get it in" deraadt | |||
2008-06-15 | enter rpc.statd | Nikolay Sturm | |
2008-06-15 | if we are using RCS_PARSE_FULLY we can close the RCS file descriptor | Joris Vink | |
as soon as we are done parsing, since we no longer need it for anything. | |||
2008-06-15 | initial import of rpc.statd, basically from NetBSD | Nikolay Sturm | |
"just get it in" deraadt | |||
2008-06-15 | accept empty password, since that's exactly what rfc1738 tells us | Martynas Venckus | |
to do; theo agrees, millert oks | |||
2008-06-15 | add a procedure NLM_SM_NOTIFY (in version 0), used by statd to send | Nikolay Sturm | |
notifications to lockd. from NetBSD bump minor "just get it in" deraadt | |||
2008-06-15 | Support the addition of new files in branches. | Tobias Stoeckmann | |
ok joris | |||
2008-06-15 | open the RCS file descriptor with O_RDONLY, like all other code does. | Joris Vink | |
ok tobias@ | |||
2008-06-15 | unroll the NFSMADV() macro and nuke it | Thordur I. Bjornsson | |
ok blambert@ | |||
2008-06-15 | fix filehandle comparison between NFSv2 and NFSv3 filehandles | Nikolay Sturm | |
permits locking in heterogenous environments ok thib | |||
2008-06-15 | if we are trying to attach to ehci(4) notify the user to disable it | Robert Nagy | |
because it does not support isochronous transfers yet. we hope that we can remove this as soon as possible. discussed with deraadt@ | |||
2008-06-15 | in debug mode (-d), hide password in the same way as command() does; | Martynas Venckus | |
ok millert@ | |||
2008-06-15 | make further prompts work after eof, don't spam with prompts in | Martynas Venckus | |
m*() cases; ok millert@ | |||
2008-06-15 | Swap the code for a calling function and what it calls, so that the called | Theo de Raadt | |
function is in scope and a pointer is not returned via an int ok dtucker | |||
2008-06-15 | minor touch | Theo de Raadt | |
2008-06-15 | clean | Todd T. Fries | |
2008-06-15 | be smarter, only write a new MAKEDEV if more than just the rcsid changed | Todd T. Fries | |
2008-06-15 | sync | Theo de Raadt | |
2008-06-15 | turd polishing (useless chatter removed), ok djm | Henning Brauer | |
2008-06-15 | this should be a MD include file; discussed with matthieu | Theo de Raadt | |
2008-06-15 | Treat SENSE_NOT_READY_INIT_REQUIRED sense errors the same as | Kenneth R Westerback | |
SENSE_NOT_READY_BECOMING_READY sense errors. Some devices such as USB Zip250 drives return the former when they mean the latter. Give the first TEST UNIT READY command three times the usual retries so more devices have time to get ready. This allows more removable devices to detect media details and avoid issuing 'drive offline' messages. ok marco@ | |||
2008-06-15 | When generating a new volume, ask the user to re-type the passphrase for | Hans-Joerg Hoexer | |
verification. ok djm | |||
2008-06-15 | Don't bypass partition bounds check for RAW_PART. We now guarantee that | Kenneth R Westerback | |
RAW_PART will always be 0 -> disksize, so the bounds check will always pass for i/o's to valid addresses. Now the i/o will be properly truncated if it goes past the end of the device. This prevents various adverse impacts of issuing i/o's for data past the end of the device. Repeatedly requested by todd@. ok weingart@ deraadt@ | |||
2008-06-15 | Ensure that when using the ACPI tables the RVO field is initialized from the ↵ | Gordon Willem Klok | |
ctrl value. commit it marco@ | |||
2008-06-14 | make easier to read, found during a bug hunt earlier | Todd T. Fries | |
ok bluhm@ | |||
2008-06-14 | shorten SUBDIR list | Theo de Raadt | |
2008-06-14 | redo the way MAKEDEV files are generated | Todd T. Fries | |
get it in, deraadt@ | |||
2008-06-14 | Replace nfsm_build/bcopy with nfsm_{buf,str}tombuf functions in | Bret Lambert | |
filehandle -> mbuf write macros. Removes `magic' variable cp which was used only in these macros, and should lead to marginally better mbuf packing as well. `slap it in' thib@ | |||
2008-06-14 | sync (missed last time round) | Todd T. Fries | |
2008-06-14 | Include "faith.h" in order to get NFAITH. Also clean up NFAITH conditionals | Joel Sing | |
whilst we're here. ok henning@ deraadt@ | |||
2008-06-14 | sync. | Marc Balmer | |
2008-06-14 | add amdmsr. | Marc Balmer | |
help (a lot...) and ok todd. | |||
2008-06-14 | add carppeer; an option to specify a different multicast address or | Reyk Floeter | |
even the unicast address of the remote carp peer. this especially helps when the multicast carp advertisements are causing problems in the network (some crappy switches don't do well with multicast), there are conflicts with VRRP, or the policy of the network does not allow multicast (most Internet eXchange points didn't allow carped OpenBGP routers because of the multicast advertisements). discussed with many ok mpf@ | |||
2008-06-14 | Fixed evil recursion depth for ASUS EEEPC, uses less memory too | Jordan Hargrave | |
ok @marco | |||
2008-06-14 | Add amdmsr(4), a driver to access model specific registers on AMD CPUs. | Marc Balmer | |
Needed for the upcoming AMD Geode LX graphics processor X11 driver. discussed with, feedback, and ok matthieu and deraadt. | |||
2008-06-14 | - remove ports category after discussion w/ many | Peter Valchev | |
- sync architectures list with reality and fix a few names ok theo |