summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2003-08-08Be more careful when using constant_lookup() in messages. Pointed out byHakan Olsson
Jean-Francois Dive, although I opted for a slightly different patch.
2003-08-08Fine grained selectors for Linux native IPsec. From Jean-Francois Dive.Hakan Olsson
2003-08-08- add descriptions of the different sectionsJason McIntyre
- add .Xr's to the intro pages - little cleanup ok millert@
2003-08-08Avoid scanning the input file twice.Otto Moerbeek
ok millert@ tedu@
2003-08-08remove .Xr to self in SEE ALSO;Jason McIntyre
2003-08-08these functions need -lalpha;Jason McIntyre
2003-08-08functions should link with -lcurses, not -ltermcap;Jason McIntyre
pointed out by millert@
2003-08-08let us call COMPAT_UFS deadTheo de Raadt
2003-08-08ansiTheo de Raadt
2003-08-08put COPTS in CFLAGS; idea from miodTheo de Raadt
2003-08-08On some architectures, being too optimistic in preserve_subexpressions_p(),Miod Vallat
for example when -fexpensive-optimizations is used, sometimes causes incorrect code sequences to be generated. As -fexpensive-optimizations is implied by -O2, this means we are potentially affected by this in numerous places... so add a specific workaround to nullify expensizve-optimizations in preserve_subexpressions_p() on a known-to-be-affected basis. So far, only alpha, powerpc, m88k, sparc and sparc64 are affected. Problem tracked down by henning@ - analysis by etoh@ and I - ugly workaround by me - ok deraadt@
2003-08-08ifdef some debugging crapJason Wright
2003-08-08first ansiTheo de Raadt
2003-08-08no pcmcia pccom on this floppy, sorryTheo de Raadt
2003-08-08rsh goes away, sorryTheo de Raadt
2003-08-08syncTheo de Raadt
2003-08-08x is probably just as random as letoh32(x), don't bother byte swapping the ↵Jason Wright
numbers from the RNG.
2003-08-08use sizeof with strlcpy() when possible; it is less error prone.Todd C. Miller
From Patrick Latifi; ok avsm@ and krw@
2003-08-07plug some obvious memory leaks; Patrick LatifiTodd C. Miller
2003-08-07syncTheo de Raadt
2003-08-07Reflect reality...Miod Vallat
2003-08-07Clone from mvme68k too.Miod Vallat
2003-08-07Two new regressions concerning detection of already applied patches.Otto Moerbeek
ok millert@
2003-08-07Bits and pieces towards mvme88k installation media, mostly cloned from theMiod Vallat
mvme68k code.
2003-08-07These files are not used anymore.Miod Vallat
2003-08-07missed one wrt intr_establishMichael Shalayeff
2003-08-07unknwown->unknown, spotted by miod@. now that we have an otto@, theo.cJolan Luff
has competition.
2003-08-07dead protoMichael Shalayeff
2003-08-07make all intr_establish take the same last arg for nameMichael Shalayeff
2003-08-07first allocate space on stack then copyout signal shits. add a DEBUG check ↵Michael Shalayeff
for a whacky user pc (as impossible due to the recent trap.c change)
2003-08-07be more careful when loading trap_tmp_save and a bit better sigcodeMichael Shalayeff
2003-08-07A few mvme88k manual pages in section 4, courtesy of Paul Weissmann.Miod Vallat
2003-08-07spacesTheo de Raadt
2003-08-07syncTheo de Raadt
2003-08-07remove junk vendors (might have deleted a few by accident, will re-add as ↵Theo de Raadt
needed)
2003-08-07syncTheo de Raadt
2003-08-07remove a bunch of junkTheo de Raadt
2003-08-07In sendsig() and sigreturn(), use the SS_xxx flags rather than the SA_xxxMiod Vallat
flags (purely cosmetic, as they have the same value). Also some minor indentation/KNF repairs.
2003-08-07better dmesg output and do some spaces; markus@ okMichael Shalayeff
2003-08-07add missing tags and make this compile with debug.Federico G. Schwindt
2003-08-07support AES with 192 and 256 bit keys, too.Markus Friedl
tested with kern.cryptodevallowsoft=1; ok deraadt@
2003-08-07use setusercontext(3) instead of initgroups/setuid/et al., making possibleFederico G. Schwindt
to limit resources based on the user class the binary is run under. while i'm here, use %u for gid_t and uid_t. input and ok from millert and henning.
2003-08-07Allow nested interrupts in the openpic interrupt controller, tested byDale Rahn
brad@ and miod@
2003-08-07make pf_match take u_int32_t instead of u_int16_tHenning Brauer
it's not only used to ,atch on ports any more but uid/gid as well, and uid_t/gid_t are u_int32_t. found by aaron@ ok cedric@
2003-08-07Disable the so-called optimized memcpy functions for small (less than a fewMiod Vallat
hundred bytes) block copies. While the functions themselves are probably optimal or not far from it, the code responsible for their invocation is not, and has a bad tendency of miscomputing the destination buffer address, especially when optimization is used. This is a temporary measure, these functions will be reenabled once a good fix is ready. ok deraadt@ espie@
2003-08-07trivial clean-up: indent tests and mark phony targets.Marc Espie
2003-08-07krb4 bye bye.Hans Insulander
2003-08-07Kerberos 4 has been removed, so don't mention it.Hans Insulander
2003-08-07add possible call to a MANLINT script (defined to be # by default)Marc Espie
`sounds reasonable' millert@
2003-08-07Simplify install logic by using a shell fragment, and a new-fangled .forMarc Espie
loop. `sounds reasonable' millert@