Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-05-04 | Correctly plug the memory leak and fix a error message. | Claudio Jeker | |
2004-05-04 | sync | Alexander Yurchenko | |
2004-05-04 | A couple of Intel 6300ESB devices found in dmesg posted to misc@ | Alexander Yurchenko | |
by Markus Foerster <openbsd@1ster.de>. ok deraadt@ | |||
2004-05-04 | sync | Theo de Raadt | |
2004-05-04 | Sort out the various Intel Pro/1000 IDs. | Henric Jungheim | |
From Marco Peereboom. | |||
2004-05-04 | Sync. | Henric Jungheim | |
2004-05-04 | Sort out the various Intel Pro/1000 device IDs. | Henric Jungheim | |
From Marco Peereboom | |||
2004-05-04 | Create /var/empty on miniroot install media. Privsep dhclient requires | Kenneth R Westerback | |
this to successfully chroot. ok henning@ beck@ | |||
2004-05-03 | KNF. ok ho@ | Hans-Joerg Hoexer | |
2004-05-03 | Use libc strtonum, not private copy. Based on a diff from tedu@. | Todd C. Miller | |
OK otto@ | |||
2004-05-03 | Be smarter about signed vs. unsigned (produces better error messages). | Todd C. Miller | |
OK otto@ | |||
2004-05-03 | Missed this in the __strerror() removal. | Todd C. Miller | |
2004-05-03 | strtonum prototype | Ted Unangst | |
2004-05-03 | Sync some prototypes with the headers | Todd C. Miller | |
2004-05-03 | Some u_char -> u_int8_t conversion I missed earlier. | Todd C. Miller | |
2004-05-03 | Use KNF indentation style and do some u_char -> u_int8_t conversion | Todd C. Miller | |
I missed earlier. | |||
2004-05-03 | libc/libpthread major number crank | Todd C. Miller | |
2004-05-03 | libc major number crank | Todd C. Miller | |
2004-05-03 | Add COMPAT_35 | Todd C. Miller | |
2004-05-03 | regen | Todd C. Miller | |
2004-05-03 | POSIX says the length parameter for semop(2) and shmget(2) should be size_t. | Todd C. Miller | |
Create new syscalls with the correct parameters and add compat versions for the old ones under COMPAT_35. | |||
2004-05-03 | Use size_t as the type of the length parameter per POSIX | Todd C. Miller | |
2004-05-03 | No longer need __strerror(3) now that we use strerror_r() inside libc. | Todd C. Miller | |
2004-05-03 | Add Pad and FileChunk functions for each family of hash functions. | Todd C. Miller | |
The Pad function does padding like in Final but does not finish processing. The FileChunk function creates a digest from a portion of a file. Also made the length parameters consistent (and size_t). | |||
2004-05-03 | Make ndbm match POSIX. A datum consists of a void *dptr and a size_t dsize. | Todd C. Miller | |
Also make the open functions take a mode_t, not int. OK deraadt@ | |||
2004-05-03 | XPG specifies bsd_signal(3) so make it an alias for signal(3); OK deraadt@ | Todd C. Miller | |
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 | |
ok deraadt@ millert@ | |||
2004-05-03 | If wi@pcmcia fails in wiattach(), disestablish the interrupt and | Dale Rahn | |
let the rest of the cleanup code run. ok millert@ | |||
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 | |
the tree was stable. No point in code supporting a company which screws its employees being in the OpenBSD tree. | |||
2004-05-03 | Make socket that reads reload requests from crontab be non-blocking. | Todd C. Miller | |
Problem found by Jarno Huuskonen. | |||
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 | |
"if (error == 0)" should be "if (error != 0)". | |||
2004-05-03 | protecing with NONE means we must drop the wired count. | Ted Unangst | |
solves problems encountered by david@ and dtucker@ (pr3758) | |||
2004-05-03 | build the error message in strerror_r.c directly, avoiding one copy there. | Marc Espie | |
handle a few subtle details caught by the regression tests: correct termination, non copying if buffer length == 0, errno setting. let all former users of __strerror go through strerror_r. Work by Todd Miller and I. Okay millert@. | |||
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 | |
after the strerror_r code is committed). | |||
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 | |
I am at it. |