Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-04-11 | move via-specific chunks to own file | Theo de Raadt | |
2004-04-11 | Regen for for pty changes (62 per letter instead of just 16) | Todd C. Miller | |
2004-04-11 | Update for pty changes (62 per letter instead of just 16) | Todd C. Miller | |
2004-04-11 | Crank max ptys to 992. We now have 62 pty/tty pairs for each letter | Todd 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-11 | Fix calculation of the index into TTY_LETTERS. This only worked | Todd C. Miller | |
because sizeof(TTY_LETTERS) == sizeof(TTY_SUFFIX). | |||
2004-04-11 | Use 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-10 | Apply change from vsnprintf.c rev. 1.5. Use a single character | Todd 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-10 | move the API_* and SAFI_* defines to where they belong | Henning Brauer | |
2004-04-10 | sync | Theo de Raadt | |
2004-04-10 | improve 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-10 | specify an indent for displays, plus some grammar; | Jason McIntyre | |
ok deraadt@ | |||
2004-04-10 | typos from Jon Mosco, plus further tweak; | Jason McIntyre | |
ok deraadt@ | |||
2004-04-10 | Make it more obvious that you don't have to modify the counts on clonable | Ryan Thomas McBride | |
devices anymore. ok deraadt@ henning@ krw@ millert@ | |||
2004-04-10 | bge fits | Theo de Raadt | |
2004-04-10 | sync | Theo de Raadt | |
2004-04-10 | minolta dimage A1 quirk; 3734, michael@paddon.org | Theo de Raadt | |
2004-04-10 | Support for Sony Clie PEG-TJ25; from ilya voronin <ivoronin@ivoronin.pp.ru> | Alexander Yurchenko | |
ok deraadt | |||
2004-04-10 | Sony Clie PEG-TJ25; from ilya voronin <ivoronin@ivoronin.pp.ru> | Alexander Yurchenko | |
ok deraadt | |||
2004-04-10 | ansi | Brad Smith | |
2004-04-10 | style | Brad Smith | |
2004-04-09 | When poll(2)'ing for readability or writability of a file descriptor | Brad 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-09 | remove old libc_r related chunk of the Makefile | Brad Smith | |
ok marc@ | |||
2004-04-09 | Sync with FreeBSD; adds base64 support and other options. | Todd C. Miller | |
OK deraadt@, some man page tweaks from jmc@ | |||
2004-04-09 | do not whine if we cannot get mbufs. the countless printfd makes the machine | Henning 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-09 | s:removeable:removable: | Jason McIntyre | |
from Jon Mosco; | |||
2004-04-09 | spacing; | Jason McIntyre | |
2004-04-09 | Also pass SIGINT and SIGQUIT to child, noticed by mpech@ | Can Erkin Acar | |
ok avsm@ | |||
2004-04-09 | move some of the non-interrupt pools from the small kmem_map to the much | Mike Frantzen | |
larger kernel map | |||
2004-04-09 | If 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-09 | remove some excess from AUTHORS, and slight update; | Jason McIntyre | |
requested by henning, and discussed w/ him and deraadt; ok henning@ | |||
2004-04-09 | sync | Alexander Yurchenko | |
2004-04-09 | Two amd8131 pci-x devices found in dmesg from henning | Alexander Yurchenko | |
ok deraadt | |||
2004-04-09 | cvs does not need a private version of getopt(3), our in-tree getopt(3) | Todd C. Miller | |
has compatible semantics. | |||
2004-04-09 | sync | Theo de Raadt | |
2004-04-09 | support Crystalfontz CF-63[1234] USB LCDs; wpd@xs4all.nl | Theo de Raadt | |
2004-04-09 | Do not try to load directories. found+ok mpech@ | Cedric Berger | |
2004-04-09 | ex is not a screen editor; | Jason McIntyre | |
2004-04-09 | - add .txt targets for Title and 00.contents | Jason McIntyre | |
- add margin when formatting w/ -Tascii - sync usd contents w/ reality - kill whitespace at eol - punctuation fixes | |||
2004-04-09 | add a margin when formatting w/ -Tascii; | Jason McIntyre | |
2004-04-09 | add a margin when formatting w/ -Tascii; | Jason McIntyre | |
2004-04-09 | typos; ok jmc@. | Xavier Santolaria | |
2004-04-09 | Warn the user if we don't attach the ac97 codec. | Miod Vallat | |
2004-04-09 | Remove PERC 3/QC from list since this is an ami based controller. ok ↵ | Marco Peereboom | |
mickey@ niklas@ | |||
2004-04-08 | if you want to boot machines based on Apple's IOP technology | Xavier 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-08 | sort options and sync usage(); | Jason McIntyre | |
2004-04-08 | spacing; | Jason McIntyre | |
2004-04-08 | In GO_IF_LREGITIMATE_ADDRESS(), use RTX_OK_FOR_BASE_P() to check for a | Miod 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-08 | sync | Theo de Raadt | |
2004-04-08 | kill misplaced comment | Michael Shalayeff | |
2004-04-08 | repair pcxs/t confoosion | Michael Shalayeff | |