Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-07-10 | fix some errors in lockdebug code. not enabled by default. | Mike Larkin | |
ok dlg@ | |||
2014-07-10 | boot(): Unify declarations | Masao Uebayashi | |
OK deraadt@ | |||
2014-07-10 | One sure hopes that OPENSSL_cleanse will: | Joel Sing | |
/* Clear password from memory */ | |||
2014-07-10 | Remove #if 0 code which dumps your data to stdout. | Miod Vallat | |
2014-07-10 | Tweak some comments. We do not really need to know that "New!" flags were | Joel Sing | |
added 10+ years ago (they're kinda somewhat stale by now...) | |||
2014-07-10 | Add bus and root hub routines to prevent panic at attach. | Paul Irofti | |
Root hub routines inspired by xhci(4) with help from mpi@. dmesg progress: octhci0 at iobus0 irq 56 core version 2 pass 3.5 usb0 at octhci0: USB revision 2.0 uhub0 at usb0 " octHCI root hub" rev 2.00/1.00 addr 1 uhub0: cannot open interrupt pipe usb0: root device is not a hub | |||
2014-07-10 | Force iobus0 for octhci and maintain spacing style. | Paul Irofti | |
2014-07-10 | Uncompress ssltest. | Joel Sing | |
2014-07-10 | Remove more compression tendrils. | Joel Sing | |
ok tedu@ | |||
2014-07-10 | Clear CPUF_PARK flag to avoid re-parking on resume. | Mike Larkin | |
2014-07-10 | Add support to test handling of repeated headers. | Reyk Floeter | |
From RFC 7230, section 3.2.2: "A sender MUST NOT generate multiple header fields with the same field name in a message unless either the entire field value for that header field is defined as a comma-separated list [i.e., #(values)] or the header field is a well-known exception (as noted below)." | |||
2014-07-10 | time to claim copyright | Henning Brauer | |
2014-07-10 | Always assign the device address found by the USB stack even if it | Martin Pieuchot | |
does not match the hardware address. This change only matters for xHCI buses where the controller assigns device addresses. But it is the simplest way to comply with the stack requirement of assigning the first `logical' address to the root hub device. Device addresses are not much used anyway and a cleanup will follow to avoid possible confusions. This makes usbdevs(8) correctly report devices connected to xhci(4). | |||
2014-07-10 | some say you don't need NULL checks before free(). Not 0 either. | Henning Brauer | |
2014-07-10 | Stop playing with the RSA_FLAG_BLINDING flag. It does nothing. | Joel Sing | |
ok miod@ | |||
2014-07-10 | Show eeprom version of ath devices in dmesg; ok reyk | Stefan Sperling | |
2014-07-10 | delete some casts. ok miod | Ted Unangst | |
2014-07-10 | Missing allocation checks and potential NULL pointer dereference in the | Miod Vallat | |
error path in PEM_X509_INFO_read_bio(); ok guenther@ jsing@ | |||
2014-07-10 | add a note that fields are returned in input order. ok deraadt sthen | Ted Unangst | |
2014-07-10 | more missing rcs ids | Jasper Lievisse Adriaanse | |
"sure" deraadt@ | |||
2014-07-10 | record the size of the rx rings so we can wrap around them correctly. | David Gwynne | |
fixes a panic, reported by paul de weerd. | |||
2014-07-10 | Move games files and subdirs to the game set. | Antoine Jacoutot | |
ok deraadt@ | |||
2014-07-10 | Remove RSA_FLAG_NO_EXP_CONSTTIME, which was deprecated 12+ years ago. | Joel Sing | |
sthen@ confirmed that no ports are referencing it. ok miod@. | |||
2014-07-10 | introduce the revolutionary concept of NULL pointers. ok gcc | Henning Brauer | |
2014-07-10 | /var/games/tetris.scores will move away from the etc set. | Antoine Jacoutot | |
2014-07-10 | pool_debug still needed for non-DIAGNOSTIC kernels | Theo de Raadt | |
2003-05-11 | import 0.9.7b (without idea and rc5) | Markus Friedl | |
2014-07-10 | sync | Theo de Raadt | |
2014-07-10 | prevent users from adding timestamp themselves | Marc Espie | |
2014-07-10 | add a separate timestamp annotation to have this as metadata | Marc Espie | |
2014-07-10 | add rcs ids | Jasper Lievisse Adriaanse | |
ok deraadt@ | |||
2014-07-10 | Implement non-persistent connections in a cleaner way. Every test | Alexander Bluhm | |
that offers multiple requets per HTTP connection is run twice. First all requests are run over a single TCP connection. Then for each requests a separate TCP connection is established. If a requests during a persistent connection fails, a reconnect is done as relayd cancels the whole connection. This allows stricter tests for filters. OK reyk@ | |||
2014-07-10 | Remove more compression related code. | Joel Sing | |
2014-07-10 | Remove DEBUG_KEYGEN and DEBUG_DECRYPT support. | Miod Vallat | |
2014-07-10 | introduce bpf_mcopy_stripvlan, which cuts the 4 extra bytes out of the | Henning Brauer | |
ether_vlan_header to make it a regular ether_header while copying into the bpf buffer. add bpf_mtap_stripvlan, which is a 1-line wrapper around _bpf_mtap passing this copy function in. ok benno | |||
2014-07-10 | replace getservbyname_r with getaddrinfo for portability | bcook | |
ok jsing@ | |||
2014-07-10 | Add internal buffering when dumping a device with non-512 byte | Kenneth R Westerback | |
sectors. This ensures that the requested data, and all the requested data, is actually read from the device. Should have no effect on 512-byte sector devices, but makes dump work on 4096-byte sector devices. Problem noted by and fix tested by David Vasek. | |||
2014-07-10 | Tame the tedu... we still want to know that Compression and Expansion are | Joel Sing | |
NONE, even if this is due to the fact that we do not support compression. | |||
2014-07-10 | Put back some parts of the public SSL API that should not have been | Joel Sing | |
completely decompressed. | |||
2014-07-10 | prepare for upcoming ext4 read support | Martin Pelikan | |
Parts of the on-disk inode changed their meaning in order to support bigger sizes. More flags & prettification. No functional change. ok guenther | |||
2014-07-10 | forgot to decompress here too | Ted Unangst | |
2014-07-10 | Don't document the guts of struct syslog_data. This man page only needs | Theo de Raadt | |
to demonstrate to use it with syslog_r. pointed out by millert | |||
2014-07-10 | check all memory allocations; ok miod@ guenther@ | Otto Moerbeek | |
2014-07-10 | Remove bogus preprocessor statements trying to pick the largest integer | Miod Vallat | |
type for BF_LONG, MD[45]_LONG and SHA_LONG. First, the preprocessor symbols they check for a 64-bit system is __ILP64__ which no sane system provides; second, on the platforms which have assembler code to speed things up, the assembler code assumes a 32-bit type will be used. | |||
2014-07-10 | check return value of write. | bcook | |
ok beck@ jsing@ | |||
2014-07-10 | sync | Theo de Raadt | |
2014-07-10 | Print an understandable error message when we fail to read the report | Martin Pieuchot | |
descriptor. Pointed out by benno@ | |||
2014-07-10 | Add new sendsyslog(const char *, size_t) system call which simply passes | Theo de Raadt | |
a message up into syslogd's /dev/log interface. This will be used to make syslog_r work during file descriptor exhaustion, or inside sandboxes which prohibit socket, connect, sendto, etc. The system call is being added about a week before the library and daemon changes. ok guenther tedu miod matthew | |||
2014-07-10 | crank major for decompression feature | Ted Unangst | |
2014-07-10 | decompress libssl. ok beck jsing | Ted Unangst | |