Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-10-30 | Actually remove the Makefiles. | Joel Sing | |
2012-10-30 | Use time_uptime for expiration values as time_second can be skewed at | Florian Obser | |
runtime while time_uptime is monotonic. Prevent underflows in pfsync(4) and pflow(4) by using signed variables. pfsync(4) problem pointed out by camield. Diff originally by dlg, frag and pflow bits by me. feedback dlg man page tweak jmc Various versions of the pflow bits tested by Hrvoje Popovski (hrvoje AT srce DOT hr), thanks! ok benno, henning, dlg | |||
2012-10-30 | Remove the now unused i386 libsa/libz Makefiles. | Joel Sing | |
ok deraadt@ | |||
2012-10-30 | Bump the default number of descriptors. | Brad Smith | |
ok mikeb@ | |||
2012-10-30 | sync | Theo de Raadt | |
2012-10-29 | Set the type of a processed MSI data record to 0, and check that the type | Mark Kettenis | |
is non-zero before handling them, like we do in pyro(4). Seems to fix issues with MSIs on sun4v, so enable them again. | |||
2012-10-29 | prefer to return oce_cmd and save on the error variable | Mike Belopuhov | |
2012-10-29 | shorten fwcmd to cmd | Mike Belopuhov | |
2012-10-29 | On UltraSPARC T1/T2, block the current strand while spinning in the hope | Mark Kettenis | |
other strands can do some useful work. Idea stolen from Linux. Results in a small, but measurable speedup doing a kernel build and reduces the system time by almost 10%. | |||
2012-10-29 | merge oce.c into if_oce.c and rename oce{reg,var}.h to if_oce{reg,var}.h | Mike Belopuhov | |
2012-10-29 | don't split mq sge paddr into low and high parts | Mike Belopuhov | |
2012-10-29 | rename oce_fw to oce_cmd and shorten MBX_SUBSYSTEM_* defines to SUBSYS_ | Mike Belopuhov | |
2012-10-29 | rearrange the function layout a bit | Mike Belopuhov | |
2012-10-29 | oce_get_fw_config is useless; ditch it | Mike Belopuhov | |
2012-10-29 | add (consistent) STANDARDS; | Jason McIntyre | |
2012-10-29 | backout possible infinit-loop (from rev 1.5) when parsing nat_d; | Markus Friedl | |
report from Thomas Proell/Siemens ProductCERT; fix from hshoexer; ok mikeb | |||
2012-10-29 | Build i386 cdboot(8) and pxeboot(8) using the same method as the amd64 | Joel Sing | |
versions. Compile all required sources directly, rather than linking against uninstalled libraries. Discussed with deraadt@ | |||
2012-10-29 | Bump version. | Joel Sing | |
2012-10-29 | Enable softraid boot support in pxeboot(8). | Joel Sing | |
2012-10-29 | Make pxeboot(8) work correctly when it is larger than 64KB in size. When | Joel Sing | |
relocating use blocks that are a maximum of 32KB in size and increment the segment registers after relocating each block. This keeps us within the confines of the %cx register and the real mode segmented addressing. | |||
2012-10-29 | Bump version. | Joel Sing | |
2012-10-29 | Enable softraid boot support in cdboot(8). | Joel Sing | |
2012-10-29 | Make cdboot(8) work correctly when it is larger than 64KB in size. When | Joel Sing | |
relocating use blocks that are a maximum of 32KB in size and increment the segment registers after relocating each block. This keeps us within the confines of the %cx register and the real mode segmented addressing. | |||
2012-10-29 | Teach wsconsctl(8) about the elantech mouse type. Diff from shadchin@. | Stefan Sperling | |
2012-10-29 | Add support for Elantech touchpads to pms(4). This allows the X synaptics(4) | Stefan Sperling | |
input driver to configure these touchpads properly, e.g. toggle tap-to-click, two-finger scrolling, edge-scrolling, etc. So far these pads were working only in PS/2 mouse compatibility mode. Support for up to hardware version 3 has been implemented. But only version 3 has been tested so versions 1 and 2 remain disabled via #ifdef notyet until someone tests (bugs in this code could seriously mess up the mouse and I don't want to end up shipping such bugs in 5.3). help and ok mpi@ shadchin@ | |||
2012-10-28 | OK, enough is enough. So many people persist in the practice of editing | Theo de Raadt | |
this file, even years after the rc.conf / rc.conf.local split happened. One way to improve upon this is to put a big fat comment at the top of the file. (Other ways to improve this is by renaming files, but that will just create more confusion). ok aja robert | |||
2012-10-28 | We need to allocate memory for crp_buf in the DMA accessible | Mike Belopuhov | |
region since it's passed to the hardware directly. Tested by Yoshihisa Matsushita <y at m8a ! org>, thanks! ok kettenis miod | |||
2012-10-28 | use the default SYSLOG_FACILITY definition which is LOCAL5 | Robert Nagy | |
noted by ajacoutot@ | |||
2012-10-28 | rework the default config a bit to work with php-fpm out of the box | Robert Nagy | |
2012-10-28 | Use the same (shorter) error message as the i386 version. | Joel Sing | |
2012-10-28 | strip the chroot path from auth_basic_user_file if necessary | Robert Nagy | |
2012-10-28 | Save and restore %ebx across the call to read. Otherwise we load the first | Joel Sing | |
64KB segment at 0x7c00 and any additional 64KB segments over top of each other at 0x10000. | |||
2012-10-28 | Change email address in copyright to one that is valid. | Claudio Jeker | |
2012-10-28 | Add braces to some code in ixgbe_setup_vlan_hw_support(). | Brad Smith | |
ok mikeb@ | |||
2012-10-28 | unbreak build on vax by initializing a variable | Robert Nagy | |
2012-10-28 | Limit the number of messages that can be enqueued on a single SMTP | Eric Faurot | |
connection, and the number of recipients in each of them. ok gilles@ chl@ | |||
2012-10-27 | Change dhclient.conf directive 'ignore' to take a list of option names | Kenneth R Westerback | |
rather than list of option declarations. e.g. 'ignore routers;' instead of 'ignore routers 1.2.3.4;' The value in the declaration was being ignored anyway. While there clean up the related code a bit. | |||
2012-10-27 | Also attach to channels name "ldom-<guestname>" (but not "ldom-primary"). | Mark Kettenis | |
2012-10-27 | Close hvctl channel after initial setup and reopen it whenever we need to | Mark Kettenis | |
reconfigure. Makes it possible to use ldomctl(8) when ldomd(8) is running. | |||
2012-10-27 | Fix var-config response messages. Makes OpenBoot stop complaining about | Mark Kettenis | |
not being able to update LDOM variables. | |||
2012-10-27 | Turn this into a proper deamon, and add a man page. | Mark Kettenis | |
2012-10-27 | Only print debug output if explicitly requested. | Mark Kettenis | |
2012-10-27 | Give ldomd(8) its own copy of the domain services support code and modify it | Mark Kettenis | |
to handle multiple channels. Use it to provide the var-config domain service to all the currently configured guest domains. | |||
2012-10-27 | Don't accidentally free memory that we plan to use later! | Mark Kettenis | |
2012-10-27 | Doesn't need <assert.h> anymore. | Mark Kettenis | |
2012-10-27 | Make polling work. | Mark Kettenis | |
2012-10-27 | Implememnt AP side power saving for acx(4). Tested on acx11. | Claudio Jeker | |
With some input and OK from kettenis@ and OK sthen@ | |||
2012-10-27 | Move the code for softraid boot into separate files, leaving only minimal | Joel Sing | |
hooks that are called from the normal code path. This allows softraid boot support to be completely enabled or disabled at compile time. For boot(8) all softraid boot support is now enabled by default, including support for booting from crypto volumes. Disable softraid boot support for fdboot, which further shrinks the binary. | |||
2012-10-27 | make midi code use non-blocking i/o as does audio code, in order | Alexandre Ratchov | |
to make both look similar | |||
2012-10-27 | crank SIO_MAXNFDS | Alexandre Ratchov | |