Age | Commit message (Expand) | Author |
2012-10-20 | Fix previous. | Mark Kettenis |
2012-10-20 | Implement transmit DMA segments. The descriptor usage is from FreeBSD, | Chris Cappuccio |
2012-10-20 | regen | Mark Kettenis |
2012-10-20 | Add /dev/hvctl and /dev/spds. | Mark Kettenis |
2012-10-20 | Add code to dump the current hypervisor configuration. | Mark Kettenis |
2012-10-20 | off-by-one in device number check; found the hard way and reported by J Sisson. | Miod Vallat |
2012-10-20 | Init values for the AR9485 were for version 1.0 of this chip, which according | Stefan Sperling |
2012-10-20 | Fix hardware kill switch detection for the ar9300 chip family. The driver was | Stefan Sperling |
2012-10-20 | - fix a potential double free | Jasper Lievisse Adriaanse |
2012-10-20 | pf.conf "prio" syntax was changed (2012/07/09); adapt pfctl regress tests. | Stuart Henderson |
2012-10-19 | add an #ifdef HIBERNATE for diffability with amd64 | Mike Larkin |
2012-10-19 | Support additional scheduling algorithms in the load balancer: | Reyk Floeter |
2012-10-19 | amd64 hibernate "unpack-time" mmu/pmap code and asm goo. Work in | Mike Larkin |
2012-10-19 | scrub(set-tos XX) is deprecated, the preferred form (and thus display | Stuart Henderson |
2012-10-19 | rtableid must be BREAK instead of MERGE, otherwise the optimizer might | Henning Brauer |
2012-10-19 | andre.s@list.ru has a laptop which does not bring the azalia out of | Theo de Raadt |
2012-10-19 | small cleanups and output prettying | Theo de Raadt |
2012-10-19 | Be sure to compile boot block objects with -D_NO_ABICALLS, to prevent .S files | Miod Vallat |
2012-10-19 | Link boot64 twice, first as a self-contained binary, to enforce there are no | Miod Vallat |
2012-10-19 | include a serial number when generating certs | Damien Miller |
2012-10-19 | Simplify xl_iff_90x() a bit and only check ac->ac_multicnt since ac_multicnt | Brad Smith |
2012-10-19 | Document the current situation with who is PIE, and who is not. | Theo de Raadt |
2012-10-18 | Convert a number of old private copies of code which predates | Theo de Raadt |
2012-10-18 | Use pci_set_powerstate() unconditionally for all chip variants, rather | Theo de Raadt |
2012-10-18 | numerous error message fixes: | Marc Espie |
2012-10-18 | Switch luna88k to timecounters; tested by aoyama@ | Miod Vallat |
2012-10-18 | put fewer things in usr/mdec on the ramdisk filesystem, and use them | Theo de Raadt |
2012-10-18 | Put back the kl_n_shift variable, removed by mistake in 1.18, causing the | Miod Vallat |
2012-10-18 | Disallow tables and interface address pools for rdr-to, nat-to and | Reyk Floeter |
2012-10-18 | simplify checkreplaywindow() API; make call/return code handling consistent | Markus Friedl |
2012-10-18 | make oce_arm_{eq,cq} functions look like the other queue | Mike Belopuhov |
2012-10-18 | Wiring map entries with VM_PROT_NONE only waists RAM and bears no | Gerhard Roth |
2012-10-18 | Add support for stac/clac instructions to manipulate the flag | Jonathan Gray |
2012-10-18 | Move revarp code into #ifdef NFSCLIENT; saving space on some media. | Theo de Raadt |
2012-10-17 | use wakeup here, not wakeup_one - avoids problem of not waking up writers | Bob Beck |
2012-10-17 | sync | Theo de Raadt |
2012-10-17 | Document the 'boothowto hack' used to flag to (a few) DVACT_POWERDOWN | Theo de Raadt |
2012-10-17 | adjust wdog_register() signature | Theo de Raadt |
2012-10-17 | Swap arguments to wdog_register() since it is nicer, and prepare | Theo de Raadt |
2012-10-17 | Narrow the spltty/splx pair in com_activate to only enclose the minimum | Theo de Raadt |
2012-10-17 | cleanup more of the driver soft-state when suspending; in certain | Theo de Raadt |
2012-10-17 | adjust comment explaining what the files are for | Theo de Raadt |
2012-10-17 | rename field msg -> evp. | Eric Faurot |
2012-10-17 | Document the -P option. While there, remove reference to -T, it's incomplete, | Eric Faurot |
2012-10-17 | add vldc; | Jason McIntyre |
2012-10-17 | Enable vldc(4) and vldcp(4). | Mark Kettenis |
2012-10-17 | Disable debug code. | Mark Kettenis |
2012-10-17 | vldc(4) | Mark Kettenis |
2012-10-17 | Rename hvctl(4) into vldcp(4) since this driver now handles other services | Mark Kettenis |
2012-10-17 | consistency fix: we use "envelope-id" everywhere. | Eric Faurot |