Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-12-30 | sync protos with <netdb.h>; | Jason McIntyre | |
from Andrey Matveev; | |||
2003-12-30 | Regen. | Miod Vallat | |
2003-12-30 | dart(4) provides only two serial ports. | Miod Vallat | |
2003-12-30 | XF86Setup uses Tcl/Tk 8.4 now. Ok jose@ millert@ jmc@. | Matthieu Herrb | |
2003-12-30 | In pmap_copy_page() and pmap_zero_page(), it is not enough to flush the | Miod Vallat | |
cache for the affected pages; force the ptes in write through instead. This gets rid of the corrupted svnd issues encountered randomly (but frequently) on mvme88k. | |||
2003-12-30 | a few more for tomorrow | Michael Shalayeff | |
2003-12-29 | disable ie1@gsc as not really supported and a commented out bha@pci | Michael Shalayeff | |
2003-12-29 | Move vi.recover invocation until after after ldconf is run. Fixes | Todd C. Miller | |
a problem when postfix w/ sasl & tls is used instead of sendmail and perl is dynamically linked anyway. Closes PR 3605. OK deraadt@ and drahn@ | |||
2003-12-29 | no vtophys(), don't need uvm_extern.h anymore. | Brad Smith | |
tested on alpha, i386, macppc and sparc64. ok millert@ mickey@ | |||
2003-12-29 | delint | Theo de Raadt | |
2003-12-29 | spacing | Theo de Raadt | |
2003-12-29 | convert from select() to poll() for main event loop; tested millert@, deraadt@ | Damien Miller | |
ok deraadt@ | |||
2003-12-29 | fix zgrep failure when the uncompressed file begins with a newline | Can Erkin Acar | |
also, search from the beginning if a stream or compressed file is identified as 'binary'. ok millert@, reported by tedu@, tested by jose@ | |||
2003-12-29 | Add support for % and & units to indicate percent of total space and | Todd C. Miller | |
percent of available space respectively. From Sebastian Horzela. | |||
2003-12-29 | update for a few more boxens; from weissmanndude | Michael Shalayeff | |
2003-12-29 | KeepAlive has been obsoleted, use TCPKeepAlive instead; markus@ OK | Todd C. Miller | |
2003-12-29 | updates for openssl gen{d,r}sa: | Jason McIntyre | |
- sort options - document "-out filename" for gendsa - typos and grammar | |||
2003-12-29 | Since pmap_activate() does a complete user tlb flush, it is not necessary | Miod Vallat | |
to do another one in process.S... | |||
2003-12-29 | Cleanup: KNF, -Wall, do not use pointers if the actual var is | Otto Moerbeek | |
available, plus some other minor cleanup. New features: Allow explicit precision 0. For infinite sequences, do not print trailing newline if the counter wraps. Testing by henning@ and jmc@ ok deraadt@ | |||
2003-12-29 | Properly recognize SiS CPU family; | Alexander Yurchenko | |
tested by Ian Zagorskih <ianzag@megasignal.com>. ok mickey@ | |||
2003-12-29 | typo from form@ (evil qwerty) | Michael Shalayeff | |
2003-12-29 | yet another so called edison's invention patentation | Michael Shalayeff | |
2003-12-29 | typo | Michael Shalayeff | |
2003-12-29 | a few more for today/tomorrow | Michael Shalayeff | |
2003-12-29 | correct probe console printf; miod ok | Theo de Raadt | |
2003-12-29 | re-entrancy hack that is currently needed for cvs to work correctly. | Theo de Raadt | |
well, almost. someone should track that down please. | |||
2003-12-29 | similar to pr 3614, but simplified diff. reduce 500-byte limit on identifiers; | Theo de Raadt | |
originally from Alexander.Farber@t-online.de | |||
2003-12-29 | sync | Theo de Raadt | |
2003-12-29 | Avoid using gcc libstdc++ internals that we have no business grotting | Todd C. Miller | |
around with. Fixes compilation under gcc 3.2. OK espie@ | |||
2003-12-28 | do not use MALLOC on variable sized allocations | Michael Shalayeff | |
2003-12-28 | Add missing C++ include paths: arch-dependent headers, and | Marc Espie | |
backward-compatibility headers. | |||
2003-12-28 | Crank default data and stack limits, align with m68k values. | Miod Vallat | |
2003-12-28 | Introduce -4 and -6: options to force usage of IPv4 or IPv6 only. | Otto Moerbeek | |
From PR 1974. ok henning@ jose@ | |||
2003-12-28 | Give i/o's requeued as a result of aborts, timeouts, etc. a status of | Kenneth R Westerback | |
XS_RESET rather than XS_NOERROR. This prevents unfinished i/o's from being treated as successfully completed ones. Don't bother setting SCB_REQUEUE in scb->flags since the scb is immediately thrown away. Make setting TAG_ENB a little more correct by doing it somewhere both the initial scb setup and subsequent tag resets have access to. Fix a typo. ok miod "I'm not an authoritative person on SCSI issues... though I'm learning!" @. | |||
2003-12-28 | Mention session ID; OK deraadt@ | Todd C. Miller | |
2003-12-28 | Unbreak tree by using correct PFSYNC_ACT_UREQ #define. | Ryan Thomas McBride | |
Also remove unused hlen variable. | |||
2003-12-28 | elf(5) is relevant here too; | Jason McIntyre | |
from Mathias K. Straede (PR 3619); ok miod@ deraadt@ | |||
2003-12-28 | resurrect pexecute.c for now, since vax and m68k barf on pex-unix.c | Marc Espie | |
2003-12-28 | Follow Posix when writing non-matching lines. Historically, join(1) | Otto Moerbeek | |
did not change the order of fields of non-matching lines if no -o option was used, but -a or -v was specified. This update writes the join field first, followed by the remaining fields of a non-matching line. This change breaks the old security(8), so don't forget to update /etc/security. From PR 2208. Testing and man page help and ok by jmc@ ok millert@ deraadt@ | |||
2003-12-28 | Update based on PR 2208: | Otto Moerbeek | |
o Prepare for the update to join(1). o Handle non-ascii chars in pathnames for setuid and device checks. ok millert@ deraadt@ | |||
2003-12-28 | Having vmel and vmes keep another pointer to their parent in their softc is | Miod Vallat | |
just plain silly! | |||
2003-12-28 | dma_cachectl() takes a va and computes the pa from it, no need to invoke it | Miod Vallat | |
a second time with the pa... | |||
2003-12-28 | UFS_DIRHASH | Ted Unangst | |
2003-12-28 | Document kprintf %: removal here too; anil | Miod Vallat | |
2003-12-28 | add ian dowse's dirhash code from freebsd. | Ted Unangst | |
by building a hash table for large directories, lookups and deletions become about constant time. this is an excellent improvement for dirs with 10k or more files. some more cleanup to come, but the code works. enabled with option UFS_DIRHASH testing brad millert otto | |||
2003-12-28 | Add a new PFSYNC_ACT_UREQ message type. | Ryan Thomas McBride | |
A pfsync system which recieves a partial update for a state it cannot find can now request a full version of the update, and insert it. pfsync'd firewalls now converge more gracefully if one is missing some states (due to reset, lost insert packets, etc). | |||
2003-12-28 | new type for dirhash | Ted Unangst | |
2003-12-28 | add dirhash, and wire in rwlocks used by dirhash | Ted Unangst | |
2003-12-28 | multiple include protection | Ted Unangst | |
2003-12-28 | make check for too large allocations earlier, instead of fiddling with it. | Ted Unangst | |
less error prone (no wraparound). no real functional change though. ok markus tdeval |