summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2002-06-17Remove bogus make expression that only confused readers of the file.Marco S Hyman
'make' will do the regression tests using libc_r 'make USELIBPTHREAD=yes' will do the regression tests using libpthread
2002-06-17Compensate for dodgy Win98/WinME MSCHAPv2 responses later in the codebrian
path... after we've talked to any RADIUS servers involved, so that we haven't touched the data before it gets to the server.
2002-06-17nat.conf(5) no longer exist, reference to pf.conf(5) insteadPeter Valchev
2002-06-17no nat.conf(5) softlinkPeter Valchev
2002-06-17No more nat.conf; blessed by deraadtPeter Valchev
2002-06-17this goes awayTheo de Raadt
2002-06-17we no longer do this. why was it edited incorrectly?Theo de Raadt
2002-06-16Rules must in order -> Rules must be in orderAaron Campbell
2002-06-16write newline before successful test completionMarco S Hyman
2002-06-16write output to stdout instead of fprintf to stderr. This brings itMarco S Hyman
in line with all of the other pthread regression tests.
2002-06-16Oops, uncomment wsdisplay at vga, commented out by mistake last time.Miod Vallat
2002-06-16use TAILQ_xx macro. from lukem@netbsd. markus okJun-ichiro itojun Hagino
2002-06-16Increase XL_TIMEOUT from 1000 -> 2000. No longer get those pesky "commandAaron Campbell
never completed!" messages with my 3c905b. (This is also the value that the Linux driver uses.)
2002-06-16keep nat.conf(5) softlink, from ckuethe@ualberta.caPeter Valchev
2002-06-16Remove nat.conf(5) reference.Miod Vallat
2002-06-16Some nat.conf(5) -> pf.conf(5) changes.Miod Vallat
Some nat.conf(5) references remain in the text, since it looks better than .Pa /etc/nat.conf and there is still a softlink.
2002-06-16someone didn't do a make buildPeter Valchev
2002-06-16More nat.conf(5) -> pf.conf(5) updatesMiod Vallat
2002-06-16bye byeHenning Brauer
2002-06-16merge nat.conf.5Henning Brauer
most work by Chris Kuethe, some changes by me. ok dhartmei@, pb@
2002-06-16Missing braces around else case, fixes a kernel crash introduced in r1.5 ifAaron Campbell
a non-existent interface is passed to "pfctl -l". Reported by grange@disorder.ru.
2002-06-16When processing the KERN_VNODE sysctl, the kernel builds a packed structure,Miod Vallat
while pstat(8) expects a C structure abiding the regular structure packing rules. This caused pstat -v to break on powerpc. Unbreak the confusion by defining the structure in a common header file, and having the kernel use it. ok millert@ deraadt@
2002-06-16install headers from libevent; ok miod@Christian Weisgerber
2002-06-16match man page to source; from Jean-Francois Brousseau <krapht@secureops.com>Todd T. Fries
ok deraadt@
2002-06-16defining cdev_*_init over other unrelated device's cdev_*_init is very very badMichael Shalayeff
2002-06-16implement kqueue for audio; tested on wiggy and niels@ okMichael Shalayeff
2002-06-16forgot copyright, pointed out by christos@netbsdNiels Provos
2002-06-15disable auto-update of version.texi version-stnd.texi.Marc Espie
Noticed by pval@
2002-06-15change ref gm(4)->gem(4); ok miodPeter Valchev
2002-06-15Check the correct variable when freeing the RX/TX lists.Aaron Campbell
2002-06-15ecn_* policy attributes --- ok ho@Angelos D. Keromytis
2002-06-15Reset rulestate in parse_rules(), so consecutive calls (like from authpf)Daniel Hartmeier
will not fail. Reported by Chris Kuethe.
2002-06-15wrong copyright yearJason Wright
2002-06-15crypto in titleJason Wright
2002-06-15Don't advertise hostap as an allowed media type for firmware < 0.80Todd C. Miller
Hopefully this will confuse people with crufty firmware a little less than the old behavior. Supposedly it is possible to get hostap working on prism firmware 0.7.6 but I'm not going to attempt that at this time.
2002-06-15enlarge ID column to fix output alignment.Matthieu Herrb
ok deraadt@, millert@.
2002-06-15enable libeventNiels Provos
2002-06-15build static and profiled.Niels Provos
2002-06-15very basic manpage for gpr.Federico G. Schwindt
2002-06-15There is no qfe entry, point at hme instead.Jason Wright
2002-06-15import libevent an event notification abstraction on top of select or kqueueNiels Provos
supporting timeout and signal callsbacks, too. okay deraadt@ millert@
2002-06-15Decruftification.Artur Grabowski
We will never have a.out kernels. We will never have 32-bit kernels. We will never have sun4c, sun4 and sun4m support in the sparc64 kernels. We don't need support old netbsd libc. The cpu will never be identified as some of the sun4c and sun4m types. We don't need the gazillion of fields in cpuinfo that the sparc port uses. Just generally remove dead code. This is just a first step in making this meess readable.
2002-06-15rename install_from_mounted_fs to install_mounted_fs here as well; krw@ ok.Federico G. Schwindt
2002-06-15Move ATA SMART defines to atactl.Grigoriy Orlov
No kernel parts use this constants. From Alexander Yurchenko <grange@rt.mipt.ru>
2002-06-15Cast a format parambrian
2002-06-15Tidy up end of line whitespacebrian
2002-06-15unmap/free memory as well on detach.Federico G. Schwindt
2002-06-15GPR400 smartcard reader driver, some stuff still missing.Federico G. Schwindt
jason@ commented on it.
2002-06-15unnecessary () on castJason Wright
2002-06-15bus_dma'ify. Tested on 3c900(pci), 3c905b(pci), and 3c575c(cardbus). ThanksAaron Campbell
to todd@ and camiel@ for trying it, too.