summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-08-24Synchronize CR4 and CPUID portions of <machine/specialreg.h> for i386 and amd64Philip 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-24We maintain our own tcpdump, so remove the sentence in the BUGS sectionLawrence 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-24Don't attempt to warn about uninitialized __guard values yet. It'sMatthew 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-23cope with non-executable install-sh in unboundStuart Henderson
2012-08-23resolve conflictsStuart Henderson
2012-08-23update to unbound 1.4.18Stuart Henderson
2012-08-23regenStuart Henderson
2012-08-23copy cflags override code from newer unbound's configure.ac to ldns'sStuart Henderson
2012-08-23resolve conflictsStuart Henderson
2012-08-23update to unbound 1.4.17, testing by okan@ (not yet linked to build;Stuart Henderson
1.4.18 to follow later).
2012-08-23cope with non-executable install-shStuart Henderson
2012-08-23regenStuart Henderson
2012-08-23don't force CFLAGSStuart Henderson
2012-08-23update to ldns 1.6.13, tested by okan@, thanks (not yet linked to build).Stuart Henderson
2012-08-23- rfc 4443 replaces rfc 2463Jason McIntyre
- "ipv6 node information queries" has gone from draft to rfc 4620 - while here, a readability tweak for ping6(8)
2012-08-23missed NOPIE_FLAGS, noticed by Brian CallahanPascal Stumpf
ok deraadt@
2012-08-23enhance -v mode of 'sendmail' binaryTodd T. Fries
ok chl@
2012-08-23cleanup calculations in iocfacts a bit: number of reply frames doesn'tMike 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-23syncTheo de Raadt
2012-08-23Aliases for extended precision were missed on a few functions on hppa.Martynas Venckus
Reported by Brad, thanks!
2012-08-23missing ${NOPIE_FLAGS}; ok pascalTheo de Raadt
2012-08-23another missing piece from the old nnpfs/nnpfs_pioct.h; ok jsg@Christian Weisgerber
2012-08-23after some discussion with sthen, update the rfc reference from 1933 to 4213;Jason McIntyre
2012-08-23sync: remove lingering nnpfs, pointed out by jmc@Todd T. Fries
2012-08-23recognise "beagle";Jason McIntyre
2012-08-23remove unneccessary .Pp;Jason McIntyre
2012-08-23no more /etc/afs/Jason McIntyre
2012-08-23no more NNPFS;Jason McIntyre
2012-08-23fix multiple recipient support, from sunil on ircTodd T. Fries
tested by me, ok gilles@
2012-08-23add -R to sendmail compat flags that do nothing (for now)Todd T. Fries
ok gilles@
2012-08-23add -N for sendmail compat DSN support; unlimited for nowTodd T. Fries
ok gilles@
2012-08-23whitespace cleanup; no functional changeMike Belopuhov
2012-08-23use BUS_DMA_ZEROMike Belopuhov
2012-08-23the chain_offset in mfii requests are in 16 byte units, not 4 likeDavid Gwynne
mpii. this stops the chip from freaking out on me when doing chained sgls. found by alex wilson who wins prizes.
2012-08-23Fix a race in rt2661 Tx interrupt processing which can cause Tx processingStefan 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-23turns 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-23syncTheo de Raadt
2012-08-23create the man8/beagle dirTheo de Raadt
2012-08-23now that man8.beagle/MAKEDEV.8 exists, handle itTodd T. Fries
2012-08-23syncTodd T. Fries
2012-08-23enter etc.beagle so MAKEDEV.8 can be generated properly during buildsTodd T. Fries
prompted by deraadt@
2012-08-23syncTheo de Raadt
2012-08-23A few pieces of junk are needed from the old nnpfs/nnpfs_pioct.hTheo 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-23The afs stubs in here that used to call the nnpfspioctl() now all returnTheo de Raadt
ENOSYS themselves. ok guenther
2012-08-23do not show mount_nnpfs in an example, since it is goneTheo de Raadt
2012-08-23no more _PATH_AFSD requiredTheo de Raadt
2012-08-23do not install the nnpfs directoryTheo de Raadt
2012-08-23get rid of mount_nnpfsTheo de Raadt
2012-08-23no need to know about afs, since it is goneTheo de Raadt
2012-08-23the afs src tree can go awayTheo de Raadt