Age | Commit message (Collapse) | Author | |
---|---|---|---|
1997-06-20 | oops, pointed out by Theo | grr | |
1997-06-20 | need fewer of these | Theo de Raadt | |
1997-06-20 | add ELOOP support; shigio@wafu.netgate.net | Theo de Raadt | |
1997-06-20 | boost TEST_BLOCK_LEN and TEST_BLOCK_COUNT a bit. this makes '-t' more | flipk | |
useful on fast boxes. also fflush(stdout) after printing the first test message so the user knows its actually doing something | |||
1997-06-20 | count properly (; | Michael Shalayeff | |
1997-06-20 | typo | Michael Shalayeff | |
1997-06-20 | make SHA1Final(NULL, &ctx) behave as MD5Final, only update context | Niels Provos | |
1997-06-20 | 3des ede | Niels Provos | |
1997-06-20 | comply with draft 3des mode is ede not eee + performance. | Niels Provos | |
1997-06-20 | take out Cw disclosure.com, it precludes DS disclosure.com | kstailey | |
1997-06-20 | add newline to message | kstailey | |
1997-06-20 | I wasted a lot of paper because of the way that printcap mx is handled. | kstailey | |
I don't even have an mx in my printcap, the default is too small, a 45 page PostScript file with some images should not barf because of the default mx. I will deal with this in a better way later. | |||
1997-06-20 | ++minor since added a new function | Todd C. Miller | |
1997-06-20 | Now that mount(2) sets errno to EFTYPE, not EINVAL for "invalid file system" | kstailey | |
we can use NLS for the text, not a hardcode English message. | |||
1997-06-20 | Now that mount(2) sets errno to EFTYPE, not EINVAL for "invalid file system" | kstailey | |
we can use NLS for the text, not a hardcode English message. | |||
1997-06-20 | Now that mount(2) sets errno to EFTYPE, not EINVAL for "invalid file system" | kstailey | |
we can use NLS for the text, not a hardcode English message. | |||
1997-06-20 | Change errno cause by mounting invalid filesystems from EINVAL to EFTYPE. | kstailey | |
1997-06-20 | add my builds | kstailey | |
1997-06-20 | add my builds, alpha sort | kstailey | |
1997-06-20 | PORTAL goes back in with improved comment | kstailey | |
1997-06-20 | sendmail 8.9.1 | kstailey | |
1997-06-20 | add my system, mostly to get masquerading | kstailey | |
1997-06-20 | off_t error | Theo de Raadt | |
1997-06-20 | if screenblank exists, start it | Theo de Raadt | |
1997-06-20 | Copyright (29 lines of copyright for 21 lines of code) and tag | kstailey | |
1997-06-20 | typecastorama | Theo de Raadt | |
1997-06-20 | Fixes OpenBSD PR kernel/230: system kernel sparc, submitted by | grr | |
russ@madhaus.utcs.utoronto.ca (Russell P. Sutherland). Kernel compile errors when AUDIO_C_HANDLER is defined, due to a syntax error: *(foo->bar)++ is an odd bit of coding. | |||
1997-06-20 | Wall | Theo de Raadt | |
1997-06-20 | Wall | Theo de Raadt | |
1997-06-20 | Wall | Theo de Raadt | |
1997-06-20 | Wall | Theo de Raadt | |
1997-06-20 | Wall | Theo de Raadt | |
1997-06-20 | Wall | Theo de Raadt | |
1997-06-20 | strip%d not st%d | Theo de Raadt | |
1997-06-20 | sigh, who wrote this | Theo de Raadt | |
1997-06-20 | Comment out some superfluous const declarations that cause cast warnings | grr | |
with gcc/alpha. We have bcopy(const void *...) so casting a const foo *bar as in bcopy((caddr_t) bar,...) for bcopy seems to be fairly pointless in the first place, but there are too many of these to hack out at the moment. | |||
1997-06-20 | ah-sha1 + esp-3des | Niels Provos | |
1997-06-20 | ip_ahsha1.c + ip_esp3des.c | Niels Provos | |
1997-06-20 | ah-sha1 + esp-3des + indentation | Niels Provos | |
1997-06-20 | do not screw up setenv() | Theo de Raadt | |
1997-06-20 | Use mkdtemp(3) | Todd C. Miller | |
1997-06-20 | Add mkdtemp(3) | Todd C. Miller | |
1997-06-20 | do not conflict with realloc() in setenv(); traister@gate.net | Theo de Raadt | |
1997-06-19 | Fix a repeatbility problem associated with doing make cleandir of sys/lib/* - | grr | |
mkdir fails if the destination already exists. It could be argued that having make cleandir rm the directory would be appropriate, but there really shouldn't be any dynamic fooling around with the directory structure. Fixes PR sparc/231 by Marshal Midden, though probably MI. | |||
1997-06-19 | back out | kstailey | |
1997-06-19 | ensure urgent is within window; TCP/IP Illustrated Vol 2, checked by ↵ | Theo de Raadt | |
Andreas.Gunnarsson@emw.ericsson.se | |||
1997-06-19 | Xr nice | Theo de Raadt | |
1997-06-19 | mention getsockopt w/ SO_ERROR for non-blocking sockets | Theo de Raadt | |
1997-06-19 | Someone forgot to declare the "sb" variable... | Angelos D. Keromytis | |
1997-06-18 | crank version number, we have made a few changes... | Theo de Raadt | |