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