Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-08-24 | Synchronize CR4 and CPUID portions of <machine/specialreg.h> for i386 and amd64 | Philip Guenthe | |
Add display of more feature bits: DTES64 PCID DEADLINE F16C RDRAND Add display of "Structured Extended Feature Flags Parameters": FSGSBASE SMEP EREP INVPCID ok mikeb@ | |||
2012-08-24 | We maintain our own tcpdump, so remove the sentence in the BUGS section | Lawrence Teo | |
that asks users to send bug reports to mainline tcpdump. While here, fix two mandoc -Tlint warnings by removing unnecessary .Pp instances. ok deraadt jmc naddy | |||
2012-08-24 | Don't attempt to warn about uninitialized __guard values yet. It's | Matthew Dempsky | |
too early to assume that everyone has updated their compiler toolchains, and it seems to cause problems at least on armish when an out-of-date binutils is used. | |||
2012-08-23 | cope with non-executable install-sh in unbound | Stuart Henderson | |
2012-08-23 | resolve conflicts | Stuart Henderson | |
2012-08-23 | update to unbound 1.4.18 | Stuart Henderson | |
2012-08-23 | regen | Stuart Henderson | |
2012-08-23 | copy cflags override code from newer unbound's configure.ac to ldns's | Stuart Henderson | |
2012-08-23 | resolve conflicts | Stuart Henderson | |
2012-08-23 | update to unbound 1.4.17, testing by okan@ (not yet linked to build; | Stuart Henderson | |
1.4.18 to follow later). | |||
2012-08-23 | cope with non-executable install-sh | Stuart Henderson | |
2012-08-23 | regen | Stuart Henderson | |
2012-08-23 | don't force CFLAGS | Stuart Henderson | |
2012-08-23 | update to ldns 1.6.13, tested by okan@, thanks (not yet linked to build). | Stuart Henderson | |
2012-08-23 | - rfc 4443 replaces rfc 2463 | Jason McIntyre | |
- "ipv6 node information queries" has gone from draft to rfc 4620 - while here, a readability tweak for ping6(8) | |||
2012-08-23 | missed NOPIE_FLAGS, noticed by Brian Callahan | Pascal Stumpf | |
ok deraadt@ | |||
2012-08-23 | enhance -v mode of 'sendmail' binary | Todd T. Fries | |
ok chl@ | |||
2012-08-23 | cleanup calculations in iocfacts a bit: number of reply frames doesn't | Mike Belopuhov | |
have to be not multiple of 16, recalculate request credit and number of replies if their sum exceeds MaxReplyDescriptorPostQueueDepth. tested on SAS2004 with bonnie++. | |||
2012-08-23 | sync | Theo de Raadt | |
2012-08-23 | Aliases for extended precision were missed on a few functions on hppa. | Martynas Venckus | |
Reported by Brad, thanks! | |||
2012-08-23 | missing ${NOPIE_FLAGS}; ok pascal | Theo de Raadt | |
2012-08-23 | another missing piece from the old nnpfs/nnpfs_pioct.h; ok jsg@ | Christian Weisgerber | |
2012-08-23 | after some discussion with sthen, update the rfc reference from 1933 to 4213; | Jason McIntyre | |
2012-08-23 | sync: remove lingering nnpfs, pointed out by jmc@ | Todd T. Fries | |
2012-08-23 | recognise "beagle"; | Jason McIntyre | |
2012-08-23 | remove unneccessary .Pp; | Jason McIntyre | |
2012-08-23 | no more /etc/afs/ | Jason McIntyre | |
2012-08-23 | no more NNPFS; | Jason McIntyre | |
2012-08-23 | fix multiple recipient support, from sunil on irc | Todd T. Fries | |
tested by me, ok gilles@ | |||
2012-08-23 | add -R to sendmail compat flags that do nothing (for now) | Todd T. Fries | |
ok gilles@ | |||
2012-08-23 | add -N for sendmail compat DSN support; unlimited for now | Todd T. Fries | |
ok gilles@ | |||
2012-08-23 | whitespace cleanup; no functional change | Mike Belopuhov | |
2012-08-23 | use BUS_DMA_ZERO | Mike Belopuhov | |
2012-08-23 | the chain_offset in mfii requests are in 16 byte units, not 4 like | David Gwynne | |
mpii. this stops the chip from freaking out on me when doing chained sgls. found by alex wilson who wins prizes. | |||
2012-08-23 | Fix a race in rt2661 Tx interrupt processing which can cause Tx processing | Stefan Sperling | |
to get stuck with OACTIVE set, requiring 'ifconfig ral0 down up' to unwedge. Make space in the Tx queue from the rt2661_tx_dma_intr() handler, rather than waiting until rt2661_tx_intr() is run. The latter function now collects AMRR statistics only. AMRR node allocation is now separated from ieee80211_node allocation to make this possible. This commit also brings back the separation of OACTIVE flags for management and data Tx queues which I reverted in the previous commit. Inspired by ral commits by sephe@dragonflybsd and patch submission to misc@ by Roland Dreier http://marc.info/?l=openbsd-misc&m=125895269930106&w=2 Tested by myself, edd, jsg, Tobias Ulmer, Pieter Verberne, Tim van der Molen. | |||
2012-08-23 | turns out - is not commutative. | David Gwynne | |
correctly determine the number of segments in the next chain, and also figure out the correct offset for the chain element at the end of the request frame. | |||
2012-08-23 | sync | Theo de Raadt | |
2012-08-23 | create the man8/beagle dir | Theo de Raadt | |
2012-08-23 | now that man8.beagle/MAKEDEV.8 exists, handle it | Todd T. Fries | |
2012-08-23 | sync | Todd T. Fries | |
2012-08-23 | enter etc.beagle so MAKEDEV.8 can be generated properly during builds | Todd T. Fries | |
prompted by deraadt@ | |||
2012-08-23 | sync | Theo de Raadt | |
2012-08-23 | A few pieces of junk are needed from the old nnpfs/nnpfs_pioct.h | Theo de Raadt | |
include file which was used previously. Because it is seems extremely difficult to extricate... include those pieces of junk in this, to be quite honest, junk file. | |||
2012-08-23 | The afs stubs in here that used to call the nnpfspioctl() now all return | Theo de Raadt | |
ENOSYS themselves. ok guenther | |||
2012-08-23 | do not show mount_nnpfs in an example, since it is gone | Theo de Raadt | |
2012-08-23 | no more _PATH_AFSD required | Theo de Raadt | |
2012-08-23 | do not install the nnpfs directory | Theo de Raadt | |
2012-08-23 | get rid of mount_nnpfs | Theo de Raadt | |
2012-08-23 | no need to know about afs, since it is gone | Theo de Raadt | |
2012-08-23 | the afs src tree can go away | Theo de Raadt | |