Age | Commit message (Expand) | Author |
2003-08-08 | ansi | Theo de Raadt |
2003-08-08 | put COPTS in CFLAGS; idea from miod | Theo de Raadt |
2003-08-08 | On some architectures, being too optimistic in preserve_subexpressions_p(), | Miod Vallat |
2003-08-08 | ifdef some debugging crap | Jason Wright |
2003-08-08 | first ansi | Theo de Raadt |
2003-08-08 | no pcmcia pccom on this floppy, sorry | Theo de Raadt |
2003-08-08 | rsh goes away, sorry | Theo de Raadt |
2003-08-08 | sync | Theo de Raadt |
2003-08-08 | x is probably just as random as letoh32(x), don't bother byte swapping the nu... | Jason Wright |
2003-08-08 | use sizeof with strlcpy() when possible; it is less error prone. | Todd C. Miller |
2003-08-07 | plug some obvious memory leaks; Patrick Latifi | Todd C. Miller |
2003-08-07 | sync | Theo de Raadt |
2003-08-07 | Reflect reality... | Miod Vallat |
2003-08-07 | Clone from mvme68k too. | Miod Vallat |
2003-08-07 | Two new regressions concerning detection of already applied patches. | Otto Moerbeek |
2003-08-07 | Bits and pieces towards mvme88k installation media, mostly cloned from the | Miod Vallat |
2003-08-07 | These files are not used anymore. | Miod Vallat |
2003-08-07 | missed one wrt intr_establish | Michael Shalayeff |
2003-08-07 | unknwown->unknown, spotted by miod@. now that we have an otto@, theo.c | Jolan Luff |
2003-08-07 | dead proto | Michael Shalayeff |
2003-08-07 | make all intr_establish take the same last arg for name | Michael Shalayeff |
2003-08-07 | first allocate space on stack then copyout signal shits. add a DEBUG check fo... | Michael Shalayeff |
2003-08-07 | be more careful when loading trap_tmp_save and a bit better sigcode | Michael Shalayeff |
2003-08-07 | A few mvme88k manual pages in section 4, courtesy of Paul Weissmann. | Miod Vallat |
2003-08-07 | spaces | Theo de Raadt |
2003-08-07 | sync | Theo de Raadt |
2003-08-07 | remove junk vendors (might have deleted a few by accident, will re-add as nee... | Theo de Raadt |
2003-08-07 | sync | Theo de Raadt |
2003-08-07 | remove a bunch of junk | Theo de Raadt |
2003-08-07 | In sendsig() and sigreturn(), use the SS_xxx flags rather than the SA_xxx | Miod Vallat |
2003-08-07 | better dmesg output and do some spaces; markus@ ok | Michael Shalayeff |
2003-08-07 | add missing tags and make this compile with debug. | Federico G. Schwindt |
2003-08-07 | support AES with 192 and 256 bit keys, too. | Markus Friedl |
2003-08-07 | use setusercontext(3) instead of initgroups/setuid/et al., making possible | Federico G. Schwindt |
2003-08-07 | Allow nested interrupts in the openpic interrupt controller, tested by | Dale Rahn |
2003-08-07 | make pf_match take u_int32_t instead of u_int16_t | Henning Brauer |
2003-08-07 | Disable the so-called optimized memcpy functions for small (less than a few | Miod Vallat |
2003-08-07 | trivial clean-up: indent tests and mark phony targets. | Marc Espie |
2003-08-07 | krb4 bye bye. | Hans Insulander |
2003-08-07 | Kerberos 4 has been removed, so don't mention it. | Hans Insulander |
2003-08-07 | add possible call to a MANLINT script (defined to be # by default) | Marc Espie |
2003-08-07 | Simplify install logic by using a shell fragment, and a new-fangled .for | Marc Espie |
2003-08-07 | tweak; | Jason McIntyre |
2003-08-07 | regen | Michael Shalayeff |
2003-08-07 | wrong major for xfs | Michael Shalayeff |
2003-08-07 | make net.inet6.ip6.redirect actually work. from kame | Jun-ichiro itojun Hagino |
2003-08-07 | m_cat might free mbuf passed as 2nd arg. compute pkthdr.len before m_cat. | Jun-ichiro itojun Hagino |
2003-08-07 | watchdog driver for Geode SC1100 (e.g. in soekris net4801); ok mickey@ | Markus Friedl |
2003-08-07 | sync | Theo de Raadt |
2003-08-07 | do not treat traps from the syscall gate page as user code | Michael Shalayeff |