Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2004-01-15 | Split lib spec into pre-pthread/post-pthread. | Marc Espie | |
Cosmetic change for us, will make merging with FSF easier. | |||
2004-01-15 | Provide explicit function argument declarations. | Miod Vallat | |
2004-01-15 | target for tconfig.h, to use with libobjc. | Marc Espie | |
2004-01-15 | install compiler/arch-dependent headers. | Marc Espie | |
ok millert@ | |||
2004-01-15 | instuction -> instruction | Miod Vallat | |
2004-01-15 | add simple systrace regresssion test | Nikolay Sturm | |
from provos@/NetBSD ok henning@ | |||
2004-01-15 | es tanzt das KNF | Markus Friedl | |
2004-01-15 | missing #ifdef INET6, ok henning@ | Daniel Hartmeier | |
2004-01-15 | some fixes; w/ jmc help | Michael Shalayeff | |
2004-01-15 | convert to columns and redo a bit. some refreshments w/ more needed | Michael Shalayeff | |
2004-01-15 | ABI breakage happened with the sigaltstack replacement. It is too late, | Theo de Raadt | |
now we just have to cope. Since setjmp uses it, the alpha and sparc64 are unhappy with the structure change. In a few days, we will make the second hop here, for now, use the old system call until all binaries have the new struct in them. | |||
2004-01-15 | redo w/ columns and refresh | Michael Shalayeff | |
2004-01-15 | print tcpmd5 signature options; with/ok itojun | Markus Friedl | |
2004-01-15 | document tcpmd5; with jmc, hshoexer | Markus Friedl | |
2004-01-15 | Fix printf format string. ok henning@ | Otto Moerbeek | |
2004-01-15 | group and list thread functions; | Jason McIntyre | |
also add missing pages to SEE ALSO; prodded by tedu@, based on freebsd's page, and helped by marc@; ok marc@ tedu@ | |||
2004-01-15 | return documented lines option to original (default) value; | Jason McIntyre | |
as pointed out by millert@, it's terminal dependent; | |||
2004-01-15 | update vi.ref to reflect reality; | Jason McIntyre | |
help and ok millert@ | |||
2004-01-15 | print RTM_IFANNOUNCE message; netbsd; ok itojun@, henning@ | Markus Friedl | |
2004-01-15 | add a RTM_IFANNOUNCE message; from netbsd; ok itojun, henning | Markus Friedl | |
2004-01-15 | print stats for tcp md5 checksums (aka 'signature'); ok millert@, deraadt@ | Markus Friedl | |
2004-01-15 | support for rfc 2385 tcp md5 'signature' keys | Markus Friedl | |
(e.g. ipsecadm tcpmd5 -src ::1 -dst ::1 -key deadbeef) | |||
2004-01-15 | move call to tcp_mss_update() from syn_cache_add() to syn_cache_get(), | Markus Friedl | |
when the 3-way handshake completes (and not on the listen pcb). ok itojun, dhartmei | |||
2004-01-15 | Undo backout of this piece of 'SR restores', this feature is used by | Dale Rahn | |
on pegasos. | |||
2004-01-15 | No reason to exclude xl from ramdisk. GENERIC and RAMDISK need a severe sync. | Dale Rahn | |
2004-01-15 | Add 'sysctl hw.cpuspeed' support. copied from macppc. | Dale Rahn | |
2004-01-15 | Apply the same change as macppc for the 'SR revert', unbreak pegasos. | Dale Rahn | |
2004-01-14 | calendar relies on cpp -traditional behavior so explicitly specify -traditional | Todd C. Miller | |
when running cpp. mickey@ OK | |||
2004-01-14 | Comment out reference to index.so when we are building index.so itself. | Todd C. Miller | |
With changes by jmc@ |