summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2001-08-23Remove even more old timeout tentacles.Artur Grabowski
2001-08-23switch to the optimised AES reference code fromMarkus Friedl
http://www.esat.kuleuven.ac.be/~rijmen/rijndael/rijndael-fst-3.0.zip
2001-08-23sparc64 really benefits from knowing exactly what mappings to syncArtur Grabowski
on bus_dmamap_sync, so it will have the same call footprint as in NetBSD. Rather than converting the whole world to the new arguments we will slowly convert everything that sparc64 needs with ifdef __HAVE_NEW_BUS_DMAMAP_SYNC Once most relevant drivers are converted we can start implementing the new bus_dmamap_sycn on other archs.
2001-08-23Remove even more leftovers from old timeouts.Artur Grabowski
2001-08-23fix a commentArtur Grabowski
2001-08-23Some reordering in the code caused hw_ok to never be set to 1Artur Grabowski
which causes some CMD Technology controllers to never attach properly.
2001-08-23Uncomment hme, it works.Artur Grabowski
Add commented out IDE entries, doesn't work yet.
2001-08-23Provide temporary compatibility with old machine ID binaries for some time.Miod Vallat
2001-08-23Remove the old timeout legacy code.Miod Vallat
2001-08-23Convert the last old-timeout, tested by beck@Miod Vallat
2001-08-23typo fixes (/var/rnu -> /var/run) by itojun.Kenjiro Cho
2001-08-23enable de. ok miod@Matthieu Herrb
2001-08-23syncTheo de Raadt
2001-08-23shortenTheo de Raadt
2001-08-23o for a port_item, initialize the "next" pointer to NULLTodd C. Miller
o for an address, use calloc() instead of malloc() so the struct is zeroed Fixes a SEGV in pfctl due to uninitialized "next" pointers.
2001-08-23decruftify: remove unnecessary/unused functionsJason Wright
2001-08-23fix a typo; tim@robbins.dropbear.id.auPeter Valchev
2001-08-23need bpfilter.hJason Wright
2001-08-23local0 was there for ipf. daemon has its own logfile.Camiel Dobbelaar
ok fgs@
2001-08-23glue for atapi and ataArtur Grabowski
2001-08-23new testsTheo de Raadt
2001-08-23while im here, remove -Wall warnings.Federico G. Schwindt
2001-08-23Support var="string". Expansion (at lex time) done using $var, for instance:Theo de Raadt
okproto="{ssh, smtp, domain, auth}" pass in on key0 proto tcp from any to any port $okproto keep state Can I ask someone else to document this in pf.conf(5)?
2001-08-23Uncomment SUBDIR in libc_r/Makefile and remove libc_r from SUBDIR.Federico G. Schwindt
Makes easy to test without actually doing the regress in make build.
2001-08-23KNFTheo de Raadt
2001-08-23for -s all, do not error out when the first ioctl failsTheo de Raadt
2001-08-23fix usageTheo de Raadt
2001-08-23do not permit snaplen change on an active log fileTheo de Raadt
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