Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-01-22 | Pass the receiving interface pointer to carp_input() instead of re- | Martin Pieuchot | |
reading it from the packet header. While here makes carp_input() take the same arguments as ether_input(). ok bluhm@, mikeb@ | |||
2014-01-22 | Same clean up for hppa64. | Joel Sing | |
2014-01-22 | implement DPD similar to isakmpd, but only send DPD-messages 'on-demand' | Markus Friedl | |
(less aggressive, only if the ESP-SAs are actually used); feedback & ok mikeb@ | |||
2014-01-22 | Clean up code - sort headers, remove __OpenBSD__ #ifdefs and ansify | Joel Sing | |
function declarations. ok kettenis@ | |||
2014-01-22 | Make rebuild a discipline specific function pointer. For now, this defaults | Joel Sing | |
to the existing rebuild code. ok krw@ | |||
2014-01-22 | Don't remove the SHA256 file twice. | Antoine Jacoutot | |
2014-01-22 | Cleanup and simplify: | Antoine Jacoutot | |
- rename restore_bak to restore_sum since this is what it does - better clean up after ourselves so only user relevant files are left in the work directory after a run - better handling of symlinks and make sure they match - tweak output: no need to warn the user when we are finished, it is pretty obvious; output that we are veryfing sigs - simplify signature handling: drop get_sig and get signatures at the same time we get the sets -- this allows to get a specific SHA256.sig file for each set check signature in check_sig() right after getting the corresponding set ok rpe@ | |||
2014-01-22 | - add wakep_{n,one} to NAME and more fully into DESCRIPTION | Jason McIntyre | |
- zap eol whitespace | |||
2014-01-22 | Remove genmask support from the kernel. rtmsgs with RTA_GENMASK set will | Claudio Jeker | |
now cause a EINVAL. The RTA_GENMASK and RTAX_GENMASK defines are kept for compatibility reasons. OK benno@ and agreed by dlg@ | |||
2014-01-22 | Adjust man pages since RTA_GENMASK is going away (even though we keep the | Claudio Jeker | |
defines for now they should not be documented). OK benno@ and agreed dlg@ | |||
2014-01-22 | RTA_GENMASK is going to die soon so no need to handle it anymore. | Claudio Jeker | |
OK benno@ and agreed by dlg@ | |||
2014-01-22 | Remove genmask support from route(8). It still will show them in monitor | Claudio Jeker | |
or get but you can no longer set it. genmask will die soon since nobody needs it. OK benno@ and agreed by dlg@ | |||
2014-01-22 | dont piggyback on C_PRIVATEXFER because it must not touch splx. | David Gwynne | |
because im using it while the system is up and running i need the xfer free path to take the right locks, which PRIVATEXFER doesnt. invent a new C_SCSIXFER flag that provides the safety needed. this fixes issues people have had installing from atapiscsi(4) cdrom devices. bug spelunking and tailq corruption identified by jsing@ ok jsing@ | |||
2014-01-22 | - Unconditionally set IFCAP_VLAN_MTU | Brad Smith | |
- Bring the receive filter handling in line with other drivers - Simplify the RX checksum code a bit and only set the flags when the RX checksum is Ok ok uebayasi@ | |||
2014-01-22 | simplify ubcmtp_match | joshua stein | |
suggested by mpi@ | |||
2014-01-22 | The sr_rebuild function does not actually do the rebuild, it only starts | Joel Sing | |
the rebuild thread. Rename it to sr_rebuild_start to make this clearer. ok krw@ | |||
2014-01-22 | tweak ubcmtp comment | joshua stein | |
2014-01-22 | Provide inline dummy implementations of drm_sysfs_connector_add() and | Mark Kettenis | |
drm_sysfs_connector_remove() and call those instead of #ifdef'ing them out. Reduces the noise when diffing against Linux. | |||
2014-01-22 | Move sr_dump from the RAID5 code into shared code. Rename it to | Joel Sing | |
sr_dump_block and place it under the debug define in the process. | |||
2014-01-22 | bring inteldrm back up after resume using DVACT_WAKEUP (non-cold, able | Theo de Raadt | |
to tsleep, etc) rather than DVACT_RESUME (cold, interrupts disabled, super restrictive) tested by jcs and myself, investigated with kettenis | |||
2014-01-22 | Handle the case where a chunk is in a rebuild state during writes. | Joel Sing | |
ok krw@ | |||
2014-01-22 | one more absolutely obvious bcopy -> memcpy | Henning Brauer | |
2014-01-22 | 7x bcopy -> memcpy, impossibility of overlaps verified. ok benno dlg | Henning Brauer | |
2014-01-22 | There can be resolution-worth of slop in two places, so accept that | Philip Guenther | |
2014-01-22 | Switch metadata saves from the system workq to the system taskq. | Joel Sing | |
ok dlg@ | |||
2014-01-22 | udav(4): add CoreChip RD9700 support | sasano | |
RD9700 has no MII-PHY, no serial EEPROM. ok by deraadt@, brad@ | |||
2014-01-22 | Fix a bug where stale routes were not properly flushed on sessions announcing | Claudio Jeker | |
the graceful restart capability. The bug is triggered when a router does not reconnect before the graceful restart timeout fires. This removes the checks for the CAPA_GR_FORWARD flag in the timeout and IMSG_SESSION_RESTARTED handler. CAPA_GR_RESTARTING is indicating that bgpd is currently doing a graceful restart for this neighbor and therefore the SE must issue a flush of stale routes in some way. CAPA_GR_FORWARD on the other hand is only indicating that the neighbor actually preserved the forwarding state which is too strict for the timeout handler. Tested by sthen@, florian@ and benno@ | |||
2014-01-22 | Use DIV_ROUND_UP instead of howmany to reduce the diffs with Linux. | Mark Kettenis | |
2014-01-22 | do the tx and pfsync handlers only once on the way out of netisr | David Gwynne | |
instead of in every loop. tested for a long time on many machines at work. ok henning@ | |||
2014-01-22 | CDIAGFLAGS= not needed | Theo de Raadt | |
2014-01-22 | Write disklabel in correct spot on devices with non-512-byte sectors. | Kenneth R Westerback | |
For now and until 5.5 is cut, also read from current/incorrect spot so people don't immediately lose their existing disklabels on such devices. Problem spotted by David Vasek. | |||
2014-01-22 | Emit a warning if no entropy was supplied by the boot loader. | Joel Sing | |
ok deraadt@ | |||
2014-01-22 | add a missing argument to a printf | Jonathan Gray | |
2014-01-22 | add a missing argument to a debug printf | Jonathan Gray | |
ok jcs@ | |||
2014-01-22 | Use ljmp instead of ljmpq since binutils 2.17 doesn't like the latter. | Mark Kettenis | |
ok mlarkin@ | |||
2014-01-22 | improve randomization. remove some junk debugging features that are | Theo de Raadt | |
fundamentally broken. ok jsing mikeb | |||
2014-01-22 | add a missing argument to a debug printf | Jonathan Gray | |
2014-01-22 | fixup a few debug printfs; pointed out by jsg@ | Mike Belopuhov | |
2014-01-22 | add a missing argument to a debug printf | Jonathan Gray | |
2014-01-22 | allow -s<abrev> in addition to -s <word> in ntpctl commandline, like | Sebastian Benoit | |
all the other tools do. changes option 'sensors' to 'Sensors'. ok henning@, and grudgingly phessler@ | |||
2014-01-22 | re-generated from usbdevs | sasano | |
2014-01-22 | missing printf arg, spotted by jsg@ | Jonathan Matthew | |
2014-01-22 | Delete casts in assignments to void* and passed void* arguments. | Philip Guenther | |
bcopy() can be memcpy() because target is freshly malloced. &array[n] is simpler than (char*)array + n*sizeof(array[0]) ok tedu@ | |||
2014-01-22 | Remove a pesky free that was supposed to be removed in an earlier commit. | Joel Sing | |
2014-01-22 | Fix the ambigous text in afterboot. For a newbie, the text really | juanfra | |
said: "download the packages from a mirror and install these with pkg_add". Also add a mention to pkg.conf in pkg_add.1. Help and suggestions from jmc@ and sthen@. OK from both. | |||
2014-01-22 | add CoreChip RD9700 (idVendor:idProduct=0x0fe6:0x9700) definition | sasano | |
ok by Brad Smith | |||
2014-01-22 | iscsid can handle multiple outstanding commands per lun. with the latency | David Gwynne | |
on iscsi the way it is, you need to get concurrent io up in the air. | |||
2014-01-22 | timeval, timespec, and itimerval have padding on many archs. If we're | Philip Guenther | |
going to copyout one, memset the structure and then set it member by member. sys_adjtime() does that on copyin instead, as it already has to munge the members as it goes. ok deraadt@ | |||
2014-01-22 | Missing #include | Philip Guenther | |
2014-01-22 | relax the cfg file secrecy check slightly to allow group readability | Henning Brauer | |
default permissions and mtree NOT changed. prodded by benno, ok phessler benno jmatthew theo pelikan florian |