summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2001-06-16regenMichael Shalayeff
2001-06-16a couple of better names (min size changes)Michael Shalayeff
2001-06-16regenMichael Shalayeff
2001-06-16ids for dpt/adaptec i20 raidMichael Shalayeff
2001-06-16range check the enc & mac key lengthsTheo de Raadt
2001-06-16copy pw_expire and pw_change, too.Markus Friedl
2001-06-16no stdio or exit() in signal handlers.Markus Friedl
2001-06-16bad //-style comment; thx to stevev@darkwing.uoregon.eduMarkus Friedl
2001-06-16typo; dunlap@apl.washington.eduMarkus Friedl
2001-06-15Compile kernel with -Wall, and fix a few issues for this to work.Miod Vallat
2001-06-15strncpy vs strlcpy and strchr fix; fromBrian Poole <raj@pandemonium.cerias.pu...Michael Shalayeff
2001-06-15Kill MAXSTR, it's no longer used at all.Marc Espie
2001-06-15Correct the arg count after parsing a line with an unescaped # that isn'tbrian
2001-06-15Avoid a dangerous race.Artur Grabowski
2001-06-15save txform->blocksize so we know what the IV size isTheo de Raadt
2001-06-15change the meaning of ifnet.if_lastchange to meet RFC1573 ifLastChange.Jun-ichiro itojun Hagino
2001-06-15copyright clarification. sync with tcpdump.org.Jun-ichiro itojun Hagino
2001-06-15constrain to less than 64K until a hifn driver bug is fixedTheo de Raadt
2001-06-14OOPSTheo de Raadt
2001-06-14hackish auto-IV mode for IOV operationsTheo de Raadt
2001-06-14dst ring corruption fix; jasonTheo de Raadt
2001-06-14KNFTheo de Raadt
2001-06-14a typo i madeMichael Shalayeff
2001-06-14Big cleanup of VM issues:Miod Vallat
2001-06-14Fix a buf oflow in EXAMPLES code; millert@ okAaron Campbell
2001-06-14Need a .NdTheo de Raadt
2001-06-14limited broadcast 255.255.255.255 was not recognized correctly, reportedNiels Provos
2001-06-14documentation for /etc/primes for wsimpson@greendragon.com, okay deraadt@,Niels Provos
2001-06-14Fix for pmap_extract on amiga. int -> paddr_t fix.Janne Johansson
2001-06-14syncTheo de Raadt
2001-06-14Same fix as miod did for sun3/vax, but for amiga too.Janne Johansson
2001-06-14drop multicast packet from myself, if the interface is !IFF_SIMPLEX.Jun-ichiro itojun Hagino
2001-06-13From NetBSD, 82562 requires a nop before a resume (tested by mickey)Jason Wright
2001-06-13Convert IIJ copyrights to BSD copyrights; ok tohno@sirius.ocn.ne.jpbrian
2001-06-13Actually, because of multi-interrupts devices, use the opposite loopMiod Vallat
2001-06-13portuguese mapMichael Shalayeff
2001-06-13Link login(1) static for now until a dynamic linking bug is fixed.Todd C. Miller
2001-06-13add portuguese kbd map; from pmsac <pmsac@netcabo.pt>Michael Shalayeff
2001-06-13more va_start/end fixes, ok deraadt@Markus Friedl
2001-06-13print the nameTheo de Raadt
2001-06-13Reverse the logic of setting UVM. Instead of listing all archs that have it,Artur Grabowski
2001-06-13page reclaims -> minor page faultsArtur Grabowski
2001-06-13Correctly get 'hz' with sysctl. Don't assume it's 100 (it's not on alpha).Artur Grabowski
2001-06-13ivmask has been deprecated.Angelos D. Keromytis
2001-06-13Use blocksize, not ivmaskAngelos D. Keromytis
2001-06-13alpha is no longer NOPIC.Artur Grabowski
2001-06-13Build ld.so on alpha.Artur Grabowski
2001-06-13alpha now defaults to shared libs.Artur Grabowski
2001-06-13Fix PR 1868. MAXSTR has no place there.Marc Espie
2001-06-13SYSLEAF, not LEAF. shared libc_r builds now on alpha.Artur Grabowski