Age | Commit message (Collapse) | Author | |
---|---|---|---|
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@ | |||
2004-01-14 | machine/stdarg.h -> sys/stdarg.h | Brad Smith | |
ok drahn@ | |||
2004-01-14 | add pegasos as a powerpc system for cross-compile target | Brad Smith | |
ok drahn@ | |||
2004-01-14 | mvme* do not support buses with indirect configuration, so don't check and | Miod Vallat | |
mourn for this. | |||
2004-01-14 | Do not fill more than the first three fields of cfdriver structures unless | Miod Vallat | |
necessary. No functional change. | |||
2004-01-14 | Some MC8820x operation cleaning: | Miod Vallat | |
- define more constants and macros for readability. Especially cache initialization suddently becomes more readable. - after every flush operation, wait for the operation to complete by accessing the status register, before returning. | |||
2004-01-14 | Fix printf format string. ok markus@ | Otto Moerbeek | |
2004-01-14 | Fix printf format string. ok deraadt@ | Otto Moerbeek | |
2004-01-14 | Sync with mvme88k struct trapframe changes. | Miod Vallat | |
Not pushed upstream, ELF toolchain is in the pipeline and coming soon... | |||
2004-01-14 | Get rid of M_LOCKF and use pool for allocating lockf structures. | Alexander Yurchenko | |
From NetBSD. Tested by many people, ok art@. | |||
2004-01-14 | Fix printf format string. ok deraadt@ | Otto Moerbeek | |
2004-01-14 | Slightly better messages, fix a typo, and a few strlcpy() botches. | Miod Vallat | |
ok drahn@ | |||
2004-01-14 | syncache+ipv6 support for TCP_SIGNATURE; with itojun; ok deraadt | Markus Friedl | |
2004-01-14 | add soon-needed kif_remove() | Henning Brauer | |
ok claudio@ | |||
2004-01-14 | Remove as many unnecessary includes from the include mess in this file, in | Miod Vallat | |
the vain hope to save some compilation time. | |||
2004-01-14 | add a section about bugs | Michael Shalayeff | |
2004-01-14 | uncomment a piece about dino/cujo | Michael Shalayeff | |
2004-01-14 | .Xr closefrom | Ted Unangst | |
2004-01-14 | catching a stray sheep destroying a pmap shall result in a proper haggis; ↵ | Michael Shalayeff | |
this fixes a panic resulted from a diagnostic check und clean whose dirty little causes should really get fixed (eventually); w/ grumpy testing | |||
2004-01-14 | regen; qid change. | Kenjiro Cho | |
2004-01-14 | eliminate the predefined special qids so that qids become simple | Kenjiro Cho | |
identifiers without embedded meanings. this also allows us to make the semantics of the qid assignment in line with the tag assignment in the next step. ok, henning@ | |||
2004-01-14 | A more classical and more readable getopt() loop, no functional change. | Miod Vallat | |
ok espie@ millert@ | |||
2004-01-14 | Do not expose kernel prototypes to userland. | Miod Vallat | |
2004-01-14 | Fix after recent struct reg and struct frame changes. | Miod Vallat | |
2004-01-14 | update struct, noted by deraadt@ | Ted Unangst | |
2004-01-14 | sync | Ted Unangst | |
2004-01-14 | sync | Ted Unangst | |
2004-01-14 | change sigaltstack.ss_size type to size_t. handle syscall fallout. | Ted Unangst | |
add stack_t and ucontext_t typedefs. ok deraadt@ | |||
2004-01-14 | ok, it took quite a bit of prodding but itojun finally explained why the | Theo de Raadt | |
extra sleep 1 is in here, and we came to the conclusion it is safe to delete it. whee. |