Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
o get rid of m88k_foo macros when there is an mi foo macro o remove the ability, for the pmap module, to handle a native mmu page size different from the vm module page size. This allows some optimizations in pmap.c o remove dead stuff from <machine/vmparam.h> | |||
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 | |
by crh@ubiqx.mn.org, fix from NetBSD; okay angelos@ | |||
2001-06-14 | documentation for /etc/primes for wsimpson@greendragon.com, okay deraadt@, | Niels Provos | |
markus@ | |||
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 | |
Need more includes for netinet-stuff to work. | |||
2001-06-14 | drop multicast packet from myself, if the interface is !IFF_SIMPLEX. | Jun-ichiro itojun Hagino | |
sync with netbsd/kame. | |||
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 | |
direction. My bad, doh ! | |||
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 | |
just list the three that don't. | |||
2001-06-13 | page reclaims -> minor page faults | Artur Grabowski | |
page faults -> major page faults. millert@ ok. | |||
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 | |
espie@ ok. | |||
2001-06-13 | Fix PR 1868. MAXSTR has no place there. | Marc Espie | |
MAXSTR is still a hard limit, but only for token length, where 512 characters seems reasonable. Ok millert@ | |||
2001-06-13 | SYSLEAF, not LEAF. shared libc_r builds now on alpha. | Artur Grabowski | |
2001-06-13 | va_start/end for every call to vfprintf, ok brian@ | Markus Friedl | |
2001-06-13 | pretty | Artur Grabowski | |
2001-06-13 | "#endif _THREAD_SAFE" is not legal | Artur Grabowski | |
2001-06-13 | no comment like that, grr | Theo de Raadt | |
2001-06-13 | typo, use pid not s->pid, mstone@cs.loyola.edu | Markus Friedl | |
2001-06-13 | exit(errs) -> exit(errs!=0); sync with scp.c, ok deraadt@ | Markus Friedl | |
2001-06-13 | va_start/end for every call to vfprintf and friends, from scp.c | Markus Friedl | |
2001-06-13 | Simplify. | Artur Grabowski | |
2001-06-13 | Add support for lazy binding. | Artur Grabowski | |
For now we only do it for the main executable, some code cleanup is necessary to support it for libraries. This fixes the problem I had in cc1plus and I'm able to finish a make build with shared libraries enabled. | |||
2001-06-13 | Lazy binding entry point. From NetBSD with some help from FreeBSD. | Artur Grabowski | |
2001-06-13 | Don't do plt relocations here, move that to md code that might choose | Artur Grabowski | |
to do lazy binding. | |||
2001-06-13 | typo spotted by Mike Pechkin <mpech@prosoft.org.lv> | Niklas Hallqvist | |
2001-06-13 | dmesg cleanup | Theo de Raadt | |
2001-06-13 | Recent changes in sys/netinet/ assume you get setsoftnet() via | Miod Vallat | |
<machine/param.h>, which was not the case for these arches. | |||
2001-06-13 | Repair bad printf (-Wall cleanup) | Miod Vallat | |
2001-06-13 | regen | Michael Shalayeff | |
2001-06-13 | cisco/aironet pci352; from Wolfgang Rupprecht <wolfgang@wsrcc.com> | Michael Shalayeff | |
2001-06-13 | need va_start/end pair every time we call vfprintf(). via markus | Jun-ichiro itojun Hagino | |
2001-06-13 | typo in icmp6 stat printing | Jun-ichiro itojun Hagino | |
2001-06-13 | reword phrase; from jcs@rt.fm | lebel | |