Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-08-08 | Be more careful when using constant_lookup() in messages. Pointed out by | Hakan Olsson | |
Jean-Francois Dive, although I opted for a slightly different patch. | |||
2003-08-08 | Fine grained selectors for Linux native IPsec. From Jean-Francois Dive. | Hakan Olsson | |
2003-08-08 | - add descriptions of the different sections | Jason McIntyre | |
- add .Xr's to the intro pages - little cleanup ok millert@ | |||
2003-08-08 | Avoid scanning the input file twice. | Otto Moerbeek | |
ok millert@ tedu@ | |||
2003-08-08 | remove .Xr to self in SEE ALSO; | Jason McIntyre | |
2003-08-08 | these functions need -lalpha; | Jason McIntyre | |
2003-08-08 | functions should link with -lcurses, not -ltermcap; | Jason McIntyre | |
pointed out by millert@ | |||
2003-08-08 | let us call COMPAT_UFS dead | Theo de Raadt | |
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 | |
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-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 ↵ | Jason Wright | |
numbers from the RNG. | |||
2003-08-08 | use sizeof with strlcpy() when possible; it is less error prone. | Todd C. Miller | |
From Patrick Latifi; ok avsm@ and krw@ | |||
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 | |
ok millert@ | |||
2003-08-07 | Bits and pieces towards mvme88k installation media, mostly cloned from the | Miod Vallat | |
mvme68k code. | |||
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 | |
has competition. | |||
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 ↵ | Michael Shalayeff | |
for a whacky user pc (as impossible due to the recent trap.c change) | |||
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 ↵ | Theo de Raadt | |
needed) | |||
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 | |
flags (purely cosmetic, as they have the same value). Also some minor indentation/KNF repairs. | |||
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 | |
tested with kern.cryptodevallowsoft=1; ok deraadt@ | |||
2003-08-07 | use setusercontext(3) instead of initgroups/setuid/et al., making possible | Federico 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-07 | Allow nested interrupts in the openpic interrupt controller, tested by | Dale Rahn | |
brad@ and miod@ | |||
2003-08-07 | make pf_match take u_int32_t instead of u_int16_t | Henning 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-07 | Disable the so-called optimized memcpy functions for small (less than a few | Miod 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-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 | |
`sounds reasonable' millert@ | |||
2003-08-07 | Simplify install logic by using a shell fragment, and a new-fangled .for | Marc Espie | |
loop. `sounds reasonable' millert@ |