summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2004-05-03Add _Exit(3) as per C99. Discussed with espie@ some time ago.Todd C. Miller
2004-05-03typo spotted by grangeTed Unangst
2004-05-03strtonum, a nicer version of strtoll, by millert and myself.Ted Unangst
2004-05-03If wi@pcmcia fails in wiattach(), disestablish the interrupt andDale Rahn
2004-05-03Sync with NetBSD, Fixes a problem identified with regress/.../ieeefp/round.Dale Rahn
2004-05-03Remove OpenBSD/pegaos, this has been announced before but delayed untilDale Rahn
2004-05-03Make socket that reads reload requests from crontab be non-blocking.Todd C. Miller
2004-05-03Do a better job of documenting strerror_r() and add an ERRORS section.Todd C. Miller
2004-05-03Final luna88k sets touches, checked with aoyama@Miod Vallat
2004-05-03This file is long dead now.Miod Vallat
2004-05-03more altq bandwidth tweaks for "make pfaltq".Kenjiro Cho
2004-05-03fix a stupid mistake in my previous commit.Kenjiro Cho
2004-05-03protecing with NONE means we must drop the wired count.Ted Unangst
2004-05-03build the error message in strerror_r.c directly, avoiding one copy there.Marc Espie
2004-05-03little KNF issueHenning Brauer
2004-05-03Rev 1.4 was bogus (committed from the wrong tree), this repairs it.Todd C. Miller
2004-05-03some minor KNFTodd C. Miller
2004-05-02some minor KNFTodd C. Miller
2004-05-02ConnectionTimeout -> ConnectTimeout for scp.1 too.Darren Tucker
2004-05-02ConnectionTimeout -> ConnectTimeout here too, pointed out by jmc@Darren Tucker
2004-05-02more tests, okay millert@ (we probably don't pass them all yet, and willMarc Espie
2004-05-02Do not define NOTE_EOF in CFLAGS. ok millert@Miod Vallat
2004-05-02SyncMiod Vallat
2004-05-02Mtree needs the old crc routines; remove some extraneous includes whileTodd C. Miller
2004-05-02cksum has been superceded by the md5 driverTodd C. Miller
2004-05-02cksum movedTodd C. Miller
2004-05-02Add support for cksum (3 varieties), md4, sha256, sha384, and sha512.Todd C. Miller
2004-05-02Use MD5_DIGEST_STRING_LENGTHTodd C. Miller
2004-05-02ConnectionTimeout -> ConnectTimeout, from m.a.ellis at ncl.ac.uk via Debian.Darren Tucker
2004-05-02Man page grammar fix (bz #858), from damerell at chiark.greenend.org.ukDarren Tucker
2004-05-02bump minor for new functions. Reminder from brad@Marco S Hyman
2004-05-01Fix a disk_unbusy() that was missing the 3rd argument; Georg SchwarzTodd C. Miller
2004-05-01Update description of disk_unbusy(); from NetBSDTodd C. Miller
2004-05-01pthead_supsend_all_np and pthread_resume_all_np from freebsd viaMarco S Hyman
2004-05-01Install /etc/wsconsctl.conf on luna88k.Miod Vallat
2004-05-01becuase lint says so; henning okTheo de Raadt
2004-05-01let __strerror fill precisely the part of the buffer it can.Marc Espie
2004-05-01priv revoking; tested by millertTheo de Raadt
2004-05-01Fix nasty bug where driver would not correctly catch and handle an rnrBob Beck
2004-04-30rbootd privsep uid/gidTheo de Raadt
2004-04-30Unbreak building pfsync without carp. Found by marc@Ryan Thomas McBride
2004-04-30Mention siginterrupt; OK deraadt@Todd C. Miller
2004-04-30Correctly cope with unaligned memory pointers in d16_b*()Miod Vallat
2004-04-30allow for ccd on ramdisk; per weissmanndude's request and testingMichael Shalayeff
2004-04-30Fix logic botch resulting in a too optimistic openings value.Miod Vallat
2004-04-30remove MAX_PREFIX_PER_AS debug gunk, claudio djm okHenning Brauer
2004-04-30Sync synopsis section with reality.Miod Vallat
2004-04-30plug memory leaks; henning okTheo de Raadt
2004-04-30Add tests for strerror.Marc Espie
2004-04-30Let __strerror work by fixing a number of problems. Work by tholo and I,Marc Espie