summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2004-04-11move via-specific chunks to own fileTheo de Raadt
2004-04-11Regen for for pty changes (62 per letter instead of just 16)Todd C. Miller
2004-04-11Update for pty changes (62 per letter instead of just 16)Todd C. Miller
2004-04-11Crank max ptys to 992. We now have 62 pty/tty pairs for each letterTodd C. Miller
instead of 16. E.g. it is now /dev/{p,t}typ[0-9a-zA-z] instead of just /dev/{p,t}typ[0-9a-f]. This requires that you update MAKEDEV and run: # cd /dev && ./MAKEDEV pty0 && rm -f [pt]ty[rq]*
2004-04-11Fix calculation of the index into TTY_LETTERS. This only workedTodd C. Miller
because sizeof(TTY_LETTERS) == sizeof(TTY_SUFFIX).
2004-04-11Use INQUIRY instead of TUR for PPR. By doing this the target device ↵Marco Peereboom
actually transfers data at the requested speed; in essence this is a poor-mans domain validation. Also some SCSI device are horribly out of spec and they won't respond correctly to TUR. ok krw@
2004-04-10Apply change from vsnprintf.c rev. 1.5. Use a single characterTodd C. Miller
buffer for the size==0 case. Stdio internals do not deal correctly with zero size buffer and NULL pointer. From torek@bsdi.com; Ok henning@
2004-04-10move the API_* and SAFI_* defines to where they belongHenning Brauer
2004-04-10syncTheo de Raadt
2004-04-10improve BUGS:Jason McIntyre
- current implementations do not support transfers >65535 blocks - 32767 block limit does not apply to this tftp implementation other stuff: - kill unnecessary Ns macros - uppercase tftp where applicable discussed w/ tom, and wording improvements from him;
2004-04-10specify an indent for displays, plus some grammar;Jason McIntyre
ok deraadt@
2004-04-10typos from Jon Mosco, plus further tweak;Jason McIntyre
ok deraadt@
2004-04-10Make it more obvious that you don't have to modify the counts on clonableRyan Thomas McBride
devices anymore. ok deraadt@ henning@ krw@ millert@
2004-04-10bge fitsTheo de Raadt
2004-04-10syncTheo de Raadt
2004-04-10minolta dimage A1 quirk; 3734, michael@paddon.orgTheo de Raadt
2004-04-10Support for Sony Clie PEG-TJ25; from ilya voronin <ivoronin@ivoronin.pp.ru>Alexander Yurchenko
ok deraadt
2004-04-10Sony Clie PEG-TJ25; from ilya voronin <ivoronin@ivoronin.pp.ru>Alexander Yurchenko
ok deraadt
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