summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2001-08-23typo fix from NetBSD (groo@netbsd.org)Paul Janzen
2001-08-23only include <machine/autoconf.h> on sparc64Jason Wright
2001-08-23don't try to enable IPv6 on IFT_PFLOG.Jun-ichiro itojun Hagino
2001-08-23Expand regular expressions used in sed invocations in SPECIAL lines toKenneth R Westerback
find and delete more comments from scripts put on floppy images. Now, leading whitespace and no trailing characters are both detected and either cause the comment line to be deleted. Fix list2sh.awk so that the tabs in the sed statements are not lost during script creation. Previously the remainder of the SPECIAL line, i.e. the shell statement to write, was recreated from the fields, but awk treated the <blank><tab> in the sed expression as a field separator and discarded the blank and tab. The blank was then added back in the recreation process, but the tab was lost. These changes cause the scripts to shrink by a total of 6596 characters. This handles the i386 cases, other architectures can probably be fixed the same way.
2001-08-23syncTheo de Raadt
2001-08-23Move the limited memory mapping code later in configuration, afterDale Rahn
physmem size is known. Now this runs on systems > 256M again. This is still a BAD idea. New pmap module is coming soon.
2001-08-22I forgot to list the pid fileTheo de Raadt
2001-08-22expression is optionalTheo de Raadt
2001-08-22More manpage mania. Crontab entries are comprised of a certain numberHugh Graham
of fixed fields (the time spec, etc) and a command which may itself be one or more fields long. Make this clear.
2001-08-22Since we're in pedant mode again, we might as well be thorough. It'sHugh Graham
bad form to assume that the absence of an expression will default to "-print", as one may still encounter versions of find where this is not the case. The examples given are all careful to use an explicit "-print", so follow their lead and mark the expression as a required field even though find will run without one.
2001-08-22add hme at pci (commented out)Jason Wright
add qsphy/nsphy/ukphy (necessary for hme@sbus attachment anyway)
2001-08-22add hme at pci attachment (yes, this doesn't really belong here).Jason Wright
2001-08-22pci bus frontend for hme from netbsdJason Wright
2001-08-22Revert last change.Hakan Olsson
2001-08-22Some "raw" wrappers around "stream" methods.Artur Grabowski
Also, define __HAVE_NEW_BUS_DMAMAP_SYNC, we will have to start converting code to using the five-argument variant on bus_dmamap_sync.
2001-08-22Fix interrupt establishing.Artur Grabowski
2001-08-22 o System crontab has seven (7) fieldsHeikki Korpela
o User crontab has six (6) fields o Closes PR 2021; thanks jamesez@cerberus.jimz.net o Okay millert@
2001-08-22Summer distribution notes cleanup: provide the correct number of setsMiod Vallat
to the DistributionDescription macro. On vme platforms, fix the x sets description. On mac68k, clarify the kernel stuff. The whole ok fries@
2001-08-22Summer distribution notes cleanup: change the DistributionDescriptionMiod Vallat
macro to take the number of sets as argument; this will help us correct the i386, mvme68k, sun3 and vax installation notes...
2001-08-22Summer distribution notes cleanup: get rid of donations files, nicerMiod Vallat
Makefile. ok fries@
2001-08-22Summer distribution notes round of fixes: remove these.Miod Vallat
2001-08-22Compile on older systems.Hakan Olsson
2001-08-22Recurse in arch/m68k for make obj magic.Miod Vallat
2001-08-22Modify fpsp and 060sp makefiles, so that they honor obj/ directoriesMiod Vallat
and get cleaned as part of the kernel clean rule. Agreed by millert@ and jj@
2001-08-22document cipher des for protocol 1; ok deraadt@Kevin Steves
2001-08-22ftp-proxyBob Beck
2001-08-22add mention of ftp-proxy, both in see also, and add an example ofBob Beck
capturing ftp sessions for it to the long example.
2001-08-22add RC4 and SHA1 supportTheo de Raadt
2001-08-22use ipsec_id_string() when generating rawkey file names.Hakan Olsson
2001-08-22ftp-proxyBob Beck
2001-08-22syncTheo de Raadt
2001-08-22ftp-proxyBob Beck
2001-08-22missing spaceBob Beck
2001-08-22If we fail to get a key from DNSSEC, RAWKEY can still succeed.Hakan Olsson
2001-08-22oopsBob Beck
2001-08-22o Expression is an optional argument to find(1);Heikki Korpela
noticed by Brian Poole <raj@cerias.purdue.edu> o File is not an optional argument o The section name referenced in beginning of the manual page is "operators" so don't confuse people by speaking about "operands" Ok aaron@
2001-08-22Support more dc(4) CardBus devices, including the AN985-based Linksys PCMPC200Aaron Campbell
10/100 CardBus Ethernet adapter (thanks to beck@ for the donation).
2001-08-22rename hs_flags -> hs_state and use #defines for the state names.Jason Wright
2001-08-22syncAaron Campbell
2001-08-22Add some Abocom devices; from NetBSD.Aaron Campbell
2001-08-22Initialize auto variable (win[{0,1}].win_flags). Also, if PCCBB_MEM_CACHABLEAaron Campbell
isn't set, clear the prefetchable bits in the bridge control register. These fixes from NetBSD. Now OpenBSD won't hang when it tries to read the CIS from an ADMtek-based card through a Ricoh-based PCI-CardBus bridge.
2001-08-22no rexd; ok markus@Kevin Steves
2001-08-22Modify as per deraadt@'s wishes. aaron@ ok.Hakan Olsson
2001-08-22must quote set device line; mcbride@countersiege.com (pr2020... I can patch ↵Jason Wright
clearly now the rej is gone...)
2001-08-22hostname not optional; ok markus@Kevin Steves
2001-08-22clarify tcpdump use; frantzenTheo de Raadt
2001-08-22pflogd_flags; mbing@nfr.netTheo de Raadt
2001-08-22better error handling (a merge of ben's stuff and mine)Jason Wright
2001-08-22See also ftp-proxyBob Beck
2001-08-22Add an example.Hakan Olsson