| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
inside libc. Add collate_range_cmp as alias to __collate_range_cmp
for temp. backward compatibility.
collate_range_cmp will be replaced with direct code for each
external program for compatibility with the rest of world
|
|
|
|
|
|
|
| |
No changes other than "instructions" for what other tools that use this
.. "interesting" .. system should name their shared libraries. This was
broken for some tools (eg: expect-5.21) even for the native tcl build (ie,
it would end up using libexpect521.so, not libexpect521.so.1.0)
|
|
|
|
|
|
|
| |
with a NULL pointer (archie)
Explain that minsize is also the smallest alignment.
Submitted by: Archie Cobbs <archie@whistle.com>
|
|
|
|
| |
one of them.
|
|
|
|
|
|
| |
it may break `make reinstall'. Use cp(1).
simplify makefile
|
|
|
|
| |
Detected by: phkmalloc :)
|
|
|
|
| |
Change standards section to reflect POSIX 1003.1-1990 conformance.
|
|
|
|
|
|
| |
Improve chances of troublefree 64bit operation. [imp]
Noticed by: Warner Losh <imp@village.org>
|
|
|
|
| |
Obtained from: OpenBSD, Thorsten Lockert <tholo@OpenBSD.ORG>
|
|
|
|
|
|
| |
<stdio.h> doesn't (bogusly) include <sys/types.h>.
Cleaned up #includes.
|
|
|
|
|
|
|
| |
1) Rename FNM_ICASE to FNM_CASEFOLD
2) Add FNM_LEADING_DIR
Add proper (unsigned char) casts to tolower().
Use 'char' function argument for proper sign extension
|
|
|
|
| |
Simplify collate_range_cmp for ASCII-compatible collate we have now
|
| |
|
|
|
|
|
|
| |
if something fails to compile now, you need to add #include <sys/types.h>
Partially Submitted by: Jason Thorpe <thorpej@nas.nasa.gov>
|
|
|
|
| |
Reviewed by: bde
|
|
|
|
| |
Reviewed by: ache
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Add progname to warning/error message layout. (joerg)
Remove inline assembler, no speed impact, not need for the obfuscation (bde)
Remove on the fly calculation of parameters, no longer critical.
Make D & U flags valid even if we don't support them.
Don't call imalloc until we're done initializing.
Zap contents on free() if we have "Junk" set. [*]
Various nitpicking.
[*] As a sideeffect of this change, if you are worried about
sensitive data lingering in memory, you can use the 'Junk' option
now to make sure phkmalloc zaps memory when it is returned. add
char * malloc_options = "J";
to your source. Obviously there is a performance impact.
|
|
|
|
|
|
| |
the buffer dynamic.
Closes PR # misc/1838: getttyent() arbitrary 100...
|
|
|
|
|
|
| |
changes from the vendor branch as well, backing the db-1.82 changes.
This file should now be the same as it was in rev 1.1.1.2.
|
|
|
|
|
|
| |
Somehow, I also managed to get quite some other changes in this file at
the same time. All I did was checkout the file and made a single change.
If someone has an explanation how these PURIFFY defines got in...
|
|
|
|
|
|
| |
to confirm password, don't tell that s/key required, but
ask for password in anycase. It looks like non-s/key system
from outside.
|
|
|
|
| |
/dev/console, but from syscons vty's too
|
|
|
|
|
|
| |
This should solve the bug where a coredumping ftpd reveals
encrypted passwords.
Obtained from: OpenBSD
|
|
|
|
| |
Previous variant not work well, if you have a user with name nope
|
|
|
|
|
|
|
| |
API and non-API functions and giving _sk_ prefix for all non-API
functions. Old names will be available by _SKEY_INTERNAL define
it allows not change anything in keyinit & key, only -D_SKEY_INTERNAL required.
Staticise some things.
|
|
|
|
|
| |
for this user not activated, there no correct password exist,
so don't bother ask for it and return "" immediately
|
|
|
|
| |
in national form with months names table
|
|
|
|
|
|
|
| |
malloc() does is not defined to return a zeroed buffer leading to
"strange" problems.
Submitted by: Karl Denninger <karl@mcs.com>, PR#1826
|
| |
|
|
|
|
|
|
| |
This change is not compatible with previous variant, however proper
error code returned in both cases.
Colldef changes will follows.
|
|
|
|
|
| |
Submitted by: Craig Leres <leres@ee.lbl.gov>
Submitted by: Theo Deraadt <deraadt@theos.com>
|
|
|
|
| |
Submitted-By: Archie Cobbs <archie@whistle.com>
|
|
|
|
|
|
| |
Translate from Danglish into English.
Refer to the alogrithms as ``RSA Data Security MDX message digest'' as
required by the license.
|
|
|
|
|
| |
file (and not a directory or a device which might also be readable).
Closes PR#1740.
|
| |
|
|
|
|
| |
with the seed. Old variant will be available via libcompat soon.
|
|
|
|
| |
declarations to make them agree with the actual prototypes in <netdb.h>.
|
|
|
|
| |
was misnamed foo.*.
|
| |
|
|
|
|
|
|
| |
it and link.h prototypes it
Error of my ways pointed out by Peter
|
|
|
|
|
|
|
|
|
|
|
|
| |
dead kernel debugging. The previous code was a "do nothing".
The most obvious side effect of this is that you can now do things like
this and reasonably expect them to work:
dmesg -M /var/crash/vmcore.3 -N /var/crash/kernel.3
ps -axl -M /var/crash/vmcore.3 -N /var/crash/kernel.3
A good deal of this was lifted from the gdb code to do this, as well as
from NetBSD's libkvm (which has completely different VM macros)
|
|
|
|
| |
will compile without error.
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
and forwards compatable with version 3. This is needed to enable storing
a run-time library path in the dynamic linking headers. The crt startup
tries version 4 first, and falls back to version 3, so an executable that
is linked on -current will work with the ld.so on 2.1.x and less.
Reviewed by: nate, jdp
Obtained from: NetBSD
|
|
|
|
|
|
|
| |
Submitted by: Kent Vander Velden <graphix@iastate.edu>
Reviewed by:
Submitted by:
Obtained from:
|
|
|
|
|
|
| |
- removed references to nonexistent pathconf-related variables.
- document everything in CTL_MACHDEP(more than in sysctl.8) and
80% of the things in CTL_KERN (same as in sysctl.8).
|