Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-01-16 | Do not switch to the fpsp exception vectors if we are not running on an | Miod Vallat | |
MC68040 CPU. And suddenly MC68060 feels so happier... MVME177 now passes all libm and libc/ieeefp regress (and probably the Perl testsuite, too...) | |||
2004-01-16 | Use __packed instead of __attribute__((packed)). | Alexander Yurchenko | |
ok millert@ | |||
2004-01-16 | spacing | Theo de Raadt | |
2004-01-16 | Fix IPv6 stateful tcp scrubbing by not dereferencing a null pointer. | Ryan Thomas McBride | |
ok dhartmei@ frantzen@ | |||
2004-01-16 | Remove this farce. | Miod Vallat | |
2004-01-16 | Do not print CHS info for LBA drives, it's useless for drives with | Alexander Yurchenko | |
capacity > 8GB. Total number of cylinders is enough. ok deraadt@ | |||
2004-01-16 | Include correct includes to unbreak compilation on macppc. ok miod@ | Otto Moerbeek | |
2004-01-16 | Test more ways of producing a positive infinity, and then test negative | Miod Vallat | |
infinity as well to prevent entropy leak; the usual suspects still fail all tests. | |||
2004-01-16 | enable french calendar and add some rcs tags there; from Pedro Martelletto ↵ | Michael Shalayeff | |
<pbastos@rdc.puc-rio.br> | |||
2004-01-16 | - point people to vi.ref now that it's installed (and get its name right); | Jason McIntyre | |
- correct a path and Nm; | |||
2004-01-16 | fix printf formats, unsigned wants %u | Marc Espie | |
okay millert@ | |||
2004-01-16 | missing #include | Henning Brauer | |
2004-01-16 | Added -v option. Enables logging of successful exchange completion. | Hans-Joerg Hoexer | |
ok ho@ | |||
2004-01-16 | - standard option order | Jason McIntyre | |
- sync usage() - new sentence, new line - Dv (not Va) for signals - other nits ok canacar@ | |||
2004-01-16 | cia* is not needed on floppyB, all these machines use tsc*. but at least | Theo de Raadt | |
some of these machines use a ahc* scsi controller. and it still fits! | |||
2004-01-16 | fix .Xr and SEE ALSO; | Jason McIntyre | |
use parentheses; | |||
2004-01-16 | add some commas; | Jason McIntyre | |
2004-01-16 | sync with raw socket API change. reported by Esben Norby, tested by tedu | Jun-ichiro itojun Hagino | |
2004-01-16 | log -> logit ISO C fix. | Marc Espie | |
2004-01-16 | update comment to match reality better. | Marc Espie | |
2004-01-16 | People who immediately clobber registers containing the result of subfunctions | Miod Vallat | |
as soon as they return deserve to be shot or something. Make sure the result of imprecise exceptions is safely returned to userland. Fixes lib/libc/ieeefp/infinity regression test, as well as Perls. | |||
2004-01-16 | ISO C police: log and expl are reserved for the C library. | Marc Espie | |
expl -> expl_string log -> logit | |||
2004-01-15 | zap old 2.95.3 file | Marc Espie | |
2004-01-15 | gotta hate those hidden files... | Marc Espie | |
2004-01-15 | OpenBSD specific infrastructure | Marc Espie | |
2004-01-15 | adjust actual dependencies on locations in the src tree | Marc Espie | |
2004-01-15 | put directory names into variable so they're overridable. | Marc Espie | |
2004-01-15 | Disable write-back mappings for userland entirely; pmap_copy_page() still | Miod Vallat | |
misbehaves in some circumstances if they are enabled, despite the code doing (apparenty) The Right Thing. Reasonable performance hit, to be offset by further diffs in the pipeline; discussed with deraadt@ | |||
2004-01-15 | bump to gcc 3.3.2 | Marc Espie | |
2004-01-15 | move libobjc around to its own directory (from src/gnu/egcs/libobjc) | Marc Espie | |
2004-01-15 | man pages for thread_yield and pthread_stackseg_np | Marco S Hyman | |
jmc asked for them, now he can make them look pretty | |||
2004-01-15 | sync | Alexander Yurchenko | |
2004-01-15 | Two Silicon Image SATA chips. | Alexander Yurchenko | |
ok deraadt@ | |||
2004-01-15 | Input should be atleast an isakmp_header long. otto@, markus@ ok. | Hakan Olsson | |
2004-01-15 | regression for pthread version of closefrom | Marco S Hyman | |
2004-01-15 | threaded version of closefrom | Marco S Hyman | |
pthread_stackseg_np added. Minor bump for these changes occurred a day or so ago and will not be bumped again | |||
2004-01-15 | escape full stops properly to avoid double spaces; | Jason McIntyre | |
2004-01-15 | ansi and some spaces; no f/c | Alexander Yurchenko | |
2004-01-15 | sudo on OpenBSD no longer runs configure. You will have to manually | Todd C. Miller | |
run "rm -f /usr/obj/usr.bin/sudo/*" or "make obj" will fail during your first build. | |||
2004-01-15 | fix an early free that made compile-goto-error work only from time to time | Vincent Labrecque | |
2004-01-15 | Fix printf format string. ok tedu@ | Otto Moerbeek | |
2004-01-15 | Try to preserve the integrity of the log file in case of errors/unexpected | Can Erkin Acar | |
shutdowns etc. Also check logfile integrity on startup and suspend logging if an inconsistency is detected. ok dhartmei@ | |||
2004-01-15 | Synchronize with syslogd privsep: When reading a new command fails, | Can Erkin Acar | |
terminate the loop instead of exiting directly, suggested by avsm@ Also get rid of trailing comma in enum, makes lint(1) happier, from Andrey Matveev andrushock at korovino dot net | |||
2004-01-15 | this header file parser is pathetic, and parsing the new yacc output it | Theo de Raadt | |
barfed. spotted by pbastos@rdc.puc-rio.br but my fix, ok millert otto | |||
2004-01-15 | If lint is defined, act like _ANSI_LIBRARY was defined. That way | Todd C. Miller | |
lint gets the prototypes it expects and doesn't get confused by the inline functions. OK deraadt@ | |||
2004-01-15 | add some spacing and punctuation; | Jason McIntyre | |
ok mickey@ | |||
2004-01-15 | Fix printf format strings. ok millert@ | Otto Moerbeek | |
2004-01-15 | Add a new regression test, which checks that we handle fp overflow correctly, | Miod Vallat | |
and produce a correct infinity. Currently, this tests fails on 68060 (060sp is to blame) and 88100 processors, and maybe more. | |||
2004-01-15 | update w/ more models; form weissmanndude | Michael Shalayeff | |
2004-01-15 | extra target to make sure tconfig.h is rebuilt, to use with libobjc. | Marc Espie | |