summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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.
2002-06-15remove redundant arg to syslog() netbsd-current via kameJun-ichiro itojun Hagino
2002-06-15Document transparent IPsec.Angelos D. Keromytis
2002-06-15Transparent IPsec processing on the bridge; for now works only withAngelos D. Keromytis
static keys.
2002-06-15Understand MS-MPPE-Encryption-Policy, MS-MPPE-Encryption-Types,brian
MS-MPPE-Recv-Key and MS-MPPE-Send-Key RADIUS attributes, making MPPE work properly with RADIUS & MSCHAPv2. Do something with the Filter-Id RADIUS attribute. Handle MS-CHAP-Error and MS-CHAP2-Success correctly rather than bogusly including the Ident field in the text passed back to the client. Bump the max FSM option length to 52 (was 20) Add some missing includes.
2002-06-15add my name here as suggested by jason@Federico G. Schwindt
2002-06-15remove the CONSTRAIN_IDENTITY messages and introduce a newMarkus Friedl
ADD_ID message with contraints instead. contraints can be only added together with the private key.
2002-06-15gc some leftovers from sparc.Artur Grabowski
2002-06-15fix stupid typoMarkus Friedl
2002-06-15break agent key lifetime protocol and allow other contraints for key usage.Markus Friedl
2002-06-14spelling; from Brian Poole <raj@cerias.purdue.edu>Todd T. Fries
2002-06-14make the output of pfctl -k look nice againHenning Brauer
noticed by pb@ ok dhartmei@
2002-06-14Typo.Aaron Campbell
2002-06-14Recognize the ECN_TUNNEL attribute.Hakan Olsson
2002-06-14manpage for eui64Jun-ichiro itojun Hagino
2002-06-14add "eui64" option. from ww@styx.org. sync usage with reality.Jun-ichiro itojun Hagino
2002-06-14992 bytes. Also works if random function returns 0 first time.Marcus Watts
2002-06-14Get cpu type through sysctl. no more need for kvm.Artur Grabowski
miod says it still needs to be setgid kmem and I don't have time to check the archives for the reason.
2002-06-14this group operator stuff is completely wrongTheo de Raadt
2002-06-14support for getting the cpu type through sysctl, same as on sparc.Artur Grabowski
2002-06-14ifdef SUN4 ? yeah, right.Artur Grabowski
2002-06-14sysctl for getting the cputype.Artur Grabowski
2002-06-14don't allow users to set the IBSS/HostAP SSID to the empty stringTodd C. Miller
2002-06-14metric and mtu are u_long, not int.Jun-ichiro itojun Hagino
2002-06-14from freebsd:Michael Shalayeff
Throw away the first N words of output, as suggested in the paper "Weaknesses in the Key Scheduling Algorithm of RC4" by Fluher, Mantin, and Shamir. (N = 256 in our case.)
2002-06-13synch comments with actual code.Marc Espie
Okay miod@.
2002-06-13Mention that the "old" cipher just means DES; suggested by Michael LucasTodd C. Miller
2002-06-13start/size might have ben used uninitialized in caseMichael Shalayeff
pcibios was not compiled in and cardbus needed an mem allocation. we were away w/ this before because in most configurations cadbus require pcibios configured into the kernel. dale found it.
2002-06-13pechkn said to start new sentense on a new lineMichael Shalayeff
2002-06-13keep a FD per EVP_init, use a global FD for all asym operations;Markus Friedl
ok beck@
2002-06-13Not much point supplying /boot by itself.Hugh Graham
2002-06-13Remove whitespace from the end of the file.Angelos D. Keromytis
2002-06-13si_len should be u_int8_t, not socklen_t; form@form.openbsd.ruTodd C. Miller
2002-06-13Fixed some lpd bugs while on the plane from Calgary:Todd C. Miller
o mark fatal() as __dead o add SIGINT to the signal mask when installing abort() as a handler. We can end up in abortpr() due to several different signals and since abortpr() kill()s itself with SIGINT we need to explicately protect against the current process receiving SIGINT while in abortpr() o Don't leak the lock fd to children spawned by lpd o Close the lock file (and thus unlocke immediately in abortpr(). Otherwise, if there is an output filter the lock file only gets closed after we finish waiting for the output filter to die. This causes a race condition in lprm such that the per-printer daemon does not get restarted when lprm kills the active job (noticed during c2k2 with the mp3 printer spool ;-) o Open the printcap file with privs raised just in case it is not world-readable.
2002-06-13i heard in the bar that this breaks thingsTheo de Raadt
2002-06-13Scrub rules are now numbered properly. my bad. ok frantzen@Kjell Wooding
2002-06-13Fix the numbering of scrub rules. pointed out and oked by frantzen@Kjell Wooding
2002-06-13syncJason Wright
2002-06-13add bpf0 to ramdisk targetJason Wright
2002-06-13explain filter operandsNiels Provos