summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2004-04-10ansiBrad Smith
2004-04-10styleBrad Smith
2004-04-09When poll(2)'ing for readability or writability of a file descriptorBrad Smith
on behalf of a thread, we should check the POLLERR, POLLHUP, and POLLNVAL flags as well to wake up the thread in these cases. From: FreeBSD's libc_r ok marc@
2004-04-09remove old libc_r related chunk of the MakefileBrad Smith
ok marc@
2004-04-09Sync with FreeBSD; adds base64 support and other options.Todd C. Miller
OK deraadt@, some man page tweaks from jmc@
2004-04-09do not whine if we cannot get mbufs. the countless printfd makes the machineHenning Brauer
crawl under mbuf starvation, making the situationmuch worse, and don't make sense in the first place. ok tdeval@ millert@ beck@ deraadt@
2004-04-09s:removeable:removable:Jason McIntyre
from Jon Mosco;
2004-04-09spacing;Jason McIntyre
2004-04-09Also pass SIGINT and SIGQUIT to child, noticed by mpech@Can Erkin Acar
ok avsm@
2004-04-09move some of the non-interrupt pools from the small kmem_map to the muchMike Frantzen
larger kernel map
2004-04-09If no user/group is specified for the log file in newsyslog.conf,Todd C. Miller
use the uid/gid of the existing log file. OK deraadt@
2004-04-09remove some excess from AUTHORS, and slight update;Jason McIntyre
requested by henning, and discussed w/ him and deraadt; ok henning@
2004-04-09syncAlexander Yurchenko
2004-04-09Two amd8131 pci-x devices found in dmesg from henningAlexander Yurchenko
ok deraadt
2004-04-09cvs does not need a private version of getopt(3), our in-tree getopt(3)Todd C. Miller
has compatible semantics.
2004-04-09syncTheo de Raadt
2004-04-09support Crystalfontz CF-63[1234] USB LCDs; wpd@xs4all.nlTheo de Raadt
2004-04-09Do not try to load directories. found+ok mpech@Cedric Berger
2004-04-09ex is not a screen editor;Jason McIntyre
2004-04-09- add .txt targets for Title and 00.contentsJason McIntyre
- add margin when formatting w/ -Tascii - sync usd contents w/ reality - kill whitespace at eol - punctuation fixes
2004-04-09add a margin when formatting w/ -Tascii;Jason McIntyre
2004-04-09add a margin when formatting w/ -Tascii;Jason McIntyre
2004-04-09typos; ok jmc@.Xavier Santolaria
2004-04-09Warn the user if we don't attach the ac97 codec.Miod Vallat
2004-04-09Remove PERC 3/QC from list since this is an ami based controller. ok ↵Marco Peereboom
mickey@ niklas@
2004-04-08if you want to boot machines based on Apple's IOP technologyXavier Santolaria
(i.e. Quadra 900, 950), make sure that the serial switch option is set to "off" in the Control Panel. This allows OpenBSD to use the serial lines. initial diff from Martin Reindl <mreindl at catai.org> ok jmc@ nick@.
2004-04-08sort options and sync usage();Jason McIntyre
2004-04-08spacing;Jason McIntyre
2004-04-08In GO_IF_LREGITIMATE_ADDRESS(), use RTX_OK_FOR_BASE_P() to check for aMiod Vallat
valid base register for indexed addressing, rather than providing an incomplete inline version. This allows constructs such as (plus:SI (reg:SI (subreg:SI (reg:DI 1)))) to properly pass through the reload phase if optimization is enabled. Such a construct can be generated with buf[index + index2] = value; if either index or index2 are long long. Fixes the ICE in zsh Src/Zle/computil.c.
2004-04-08syncTheo de Raadt
2004-04-08kill misplaced commentMichael Shalayeff
2004-04-08repair pcxs/t confoosionMichael Shalayeff
2004-04-08tYpo; from xavier@santolaria.net; jmc@ okMichael Shalayeff
2004-04-08swap the last two parameters to TAILQ_FOREACH_REVERSE. matches what FreeBSDHenning Brauer
and NetBSD do. ok millert@ mcbride@ markus@ ho@, checked to not affect ports by naddy@
2004-04-08sync with reality, mostly from jmcHenning Brauer
2004-04-08fix usage(), jmcHenning Brauer
2004-04-08When reallocating the line buffer, double the existing bufferTodd C. Miller
size instead of just incrementing it by LINEBUF_SIZE and use realloc() + memset() instead of calloc() + memcpy(). Prevents excessive resource usage when displaying very long lines. OK deraadt@, krw@ and otto@
2004-04-08sigh, really fix the error message this time, thanks Moritz JodeitAnil Madhavapeddy
2004-04-08only close fd if its valid, from Moritz Jodeit <moritz at jodeit.org>Anil Madhavapeddy
canacar@ ok
2004-04-08reorder error message and send_fd in order to display the correctAnil Madhavapeddy
errno in error message; pointed out by Moritz Jodeit <moritz at jodeit.org>
2004-04-08In error message, use saved errno, not current errno.Anil Madhavapeddy
From Moritz Jodeit <moritz at jodeit.org>
2004-04-08document s_time (from s_time.pod);Jason McIntyre
consistency fixes;
2004-04-08Set timezone before privsep, child uses now correct timezone.Hans-Joerg Hoexer
Noticed by david@ ok ho@ david@
2004-04-08add RCS idKevin Lo
2004-04-08backout for nowMarkus Friedl
2004-04-08merge 0.9.7dMarkus Friedl
2004-04-08-l can overwrite the path to the leases file, noticed by millertHenning Brauer
2004-04-08on RAMDISK kernels, do not compare / time against the system timeTheo de Raadt
2004-04-07-Wsign-compare nits. hshoexer@ ok.Hakan Olsson
2004-04-07Reset *data in case of unknown key typesHakan Olsson