Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-08-23 | typo fix from NetBSD (groo@netbsd.org) | Paul Janzen | |
2001-08-23 | only include <machine/autoconf.h> on sparc64 | Jason Wright | |
2001-08-23 | don't try to enable IPv6 on IFT_PFLOG. | Jun-ichiro itojun Hagino | |
2001-08-23 | Expand regular expressions used in sed invocations in SPECIAL lines to | Kenneth 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-23 | sync | Theo de Raadt | |
2001-08-23 | Move the limited memory mapping code later in configuration, after | Dale 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-22 | I forgot to list the pid file | Theo de Raadt | |
2001-08-22 | expression is optional | Theo de Raadt | |
2001-08-22 | More manpage mania. Crontab entries are comprised of a certain number | Hugh 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-22 | Since we're in pedant mode again, we might as well be thorough. It's | Hugh 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-22 | add hme at pci (commented out) | Jason Wright | |
add qsphy/nsphy/ukphy (necessary for hme@sbus attachment anyway) | |||
2001-08-22 | add hme at pci attachment (yes, this doesn't really belong here). | Jason Wright | |
2001-08-22 | pci bus frontend for hme from netbsd | Jason Wright | |
2001-08-22 | Revert last change. | Hakan Olsson | |
2001-08-22 | Some "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-22 | Fix interrupt establishing. | Artur Grabowski | |
2001-08-22 | o System crontab has seven (7) fields | Heikki Korpela | |
o User crontab has six (6) fields o Closes PR 2021; thanks jamesez@cerberus.jimz.net o Okay millert@ | |||
2001-08-22 | Summer distribution notes cleanup: provide the correct number of sets | Miod 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-22 | Summer distribution notes cleanup: change the DistributionDescription | Miod 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-22 | Summer distribution notes cleanup: get rid of donations files, nicer | Miod Vallat | |
Makefile. ok fries@ | |||
2001-08-22 | Summer distribution notes round of fixes: remove these. | Miod Vallat | |
2001-08-22 | Compile on older systems. | Hakan Olsson | |
2001-08-22 | Recurse in arch/m68k for make obj magic. | Miod Vallat | |
2001-08-22 | Modify fpsp and 060sp makefiles, so that they honor obj/ directories | Miod Vallat | |
and get cleaned as part of the kernel clean rule. Agreed by millert@ and jj@ | |||
2001-08-22 | document cipher des for protocol 1; ok deraadt@ | Kevin Steves | |
2001-08-22 | ftp-proxy | Bob Beck | |
2001-08-22 | add mention of ftp-proxy, both in see also, and add an example of | Bob Beck | |
capturing ftp sessions for it to the long example. | |||
2001-08-22 | add RC4 and SHA1 support | Theo de Raadt | |
2001-08-22 | use ipsec_id_string() when generating rawkey file names. | Hakan Olsson | |
2001-08-22 | ftp-proxy | Bob Beck | |
2001-08-22 | sync | Theo de Raadt | |
2001-08-22 | ftp-proxy | Bob Beck | |
2001-08-22 | missing space | Bob Beck | |
2001-08-22 | If we fail to get a key from DNSSEC, RAWKEY can still succeed. | Hakan Olsson | |
2001-08-22 | oops | Bob Beck | |
2001-08-22 | o 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-22 | Support more dc(4) CardBus devices, including the AN985-based Linksys PCMPC200 | Aaron Campbell | |
10/100 CardBus Ethernet adapter (thanks to beck@ for the donation). | |||
2001-08-22 | rename hs_flags -> hs_state and use #defines for the state names. | Jason Wright | |
2001-08-22 | sync | Aaron Campbell | |
2001-08-22 | Add some Abocom devices; from NetBSD. | Aaron Campbell | |
2001-08-22 | Initialize auto variable (win[{0,1}].win_flags). Also, if PCCBB_MEM_CACHABLE | Aaron 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-22 | no rexd; ok markus@ | Kevin Steves | |
2001-08-22 | Modify as per deraadt@'s wishes. aaron@ ok. | Hakan Olsson | |
2001-08-22 | must quote set device line; mcbride@countersiege.com (pr2020... I can patch ↵ | Jason Wright | |
clearly now the rej is gone...) | |||
2001-08-22 | hostname not optional; ok markus@ | Kevin Steves | |
2001-08-22 | clarify tcpdump use; frantzen | Theo de Raadt | |
2001-08-22 | pflogd_flags; mbing@nfr.net | Theo de Raadt | |
2001-08-22 | better error handling (a merge of ben's stuff and mine) | Jason Wright | |
2001-08-22 | See also ftp-proxy | Bob Beck | |
2001-08-22 | Add an example. | Hakan Olsson | |