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