summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2000-05-02Makefile for installation of sample filesNiklas Hallqvist
2000-05-02use c-style commentsMarkus Friedl
2000-05-02A place to put isakmpd sample filesNiklas Hallqvist
2000-05-02update proctitle for proto 1, tooMarkus Friedl
2000-05-02update proctitle on pty alloc/dealloc, e.g. w/ windows clientMarkus Friedl
2000-05-02typoMarkus Friedl
2000-05-02Hi/fn not hifn on the reference boardJason Wright
2000-05-02remove endian hack code, do it the right way.Dale S. Rahn
2000-05-02Fix bug caused by <= comparison on unsigned value.Dale S. Rahn
2000-05-02Remove gmac_enable_hack, not needed here, doesn't work.Dale S. Rahn
2000-05-02syncTheo de Raadt
2000-05-02always attach port in numeric, for HTTP Host: header.Jun-ichiro itojun Hagino
from: chris and mickey XXX Host: header is specified in HTTP/1.1, not HTTP/1.0.
2000-05-02Oxify; aaronTheo de Raadt
2000-05-01Make it compile even if exec-permissions are missing on cfg_defs.shHans Insulander
and cfg_edit.sh. Work by maja@, ok deraadt@
2000-05-01Add missing #ifdefs; ok - markusDamien Miller
2000-05-01bye bye semconfig(2)Theo de Raadt
2000-05-01sys_semconfig goes foomTheo de Raadt
2000-05-01sys_semconfig goes awayTheo de Raadt
2000-05-01changed dc to dz to avoid conflict with if_dc. -mojMats O Jansson
2000-05-01do not use semconfig()Theo de Raadt
2000-05-01skel now lives in .etc; aaron@openbsd.orgTodd C. Miller
2000-05-01skel now lives in /etcTodd C. Miller
2000-05-01add id-tagJakob Schlyter
2000-05-01add id-tag. sync PATH.Jakob Schlyter
2000-05-01unlink pid file, ok niels@Markus Friedl
2000-05-01unbreak, ok niels@Markus Friedl
2000-05-01Remove trailing '/' in exports pathnames so mount requests will matchTodd C. Miller
properly.
2000-05-01accept valid intervals for -wNiels Provos
2000-05-01- finish removing last pieces of in-place extraction.Marc Espie
- fix long time bug: call extract_plist even if not doing installation for real, since extract_plist knows how to handle that.
2000-05-01another RCC host bridge with a pci behind itTheo de Raadt
2000-05-01syncTheo de Raadt
2000-05-01another RCC host bridgeTheo de Raadt
2000-05-01s/netbsd_mount_type/freebsd_mount_type/gTodd C. Miller
Cosmetic only; theo@ ok'd
2000-05-01EINTRMarkus Friedl
2000-05-01PidFile, pr 1210Markus Friedl
2000-05-01check whether file exists before asking for passphraseMarkus Friedl
2000-05-01init all fds, close all fds.Markus Friedl
2000-05-01MAXPATHLEN, not MAXPATHLEN+1; millert agreesTheo de Raadt
2000-05-01When cache is mandatory, don't pmap_enter uncached in vmapbuf.Artur Grabowski
This unbreaks physio on SM71 and SM81. Thanks to mho@ for borrowing me a cpu I could test on.
2000-05-01Refer to dmesg.boot a la netbsd.Hugh Graham
2000-05-01Put -d into usage and reorder. markus ok.Hugh Graham
2000-05-01Minor tweaks and typo fixes.Hugh Graham
2000-05-01disable kerb,s/key in ssh2Markus Friedl
2000-05-01less debug, rm unusedMarkus Friedl
2000-05-01skeleton files -- to be filled in soonBrandon Creighton
2000-05-01fix very rare EAGAIN/EINTR issues; based on work by djmTheo de Raadt
2000-05-01Update to ipfilter 3.3.13. This should be the last of the 3.3.x releases.Kjell Wooding
This patch fixes mostly ICMP timeout problems, as the ftp proxy changes were imported previously.
2000-05-01Document device lookup semantics.Hugh Graham
2000-05-01vax distrib stuffBrandon Creighton
2000-05-01Clean up/updateMiod Vallat