christos
cb118faff0
a cast to a pointer is an l-value.
2002-10-22 00:25:29 +00:00
christos
718a2bccc8
handle cast in the rhs of a - op.
2002-10-22 00:06:46 +00:00
christos
49f5eb9bb9
Ignore cast size test in initializers; look at example in the comment.
...
Maybe there is a better way...
2002-10-21 22:48:13 +00:00
christos
18a706cc53
fix typo
2002-10-21 22:44:08 +00:00
christos
8638e1a5b8
add -S flag for c99 support.
2002-10-21 21:16:12 +00:00
christos
66cab14e3e
support for c99 style and gnu style structure and union named initializers.
2002-10-21 21:14:51 +00:00
enami
b579228888
Fix whitespace usage.
2002-10-21 10:18:23 +00:00
enami
f594d61275
If utmpx support is enabled, use sockaddr field to get numeric address.
2002-10-21 10:10:26 +00:00
provos
32b88027c7
use readlink with bufsize - 1; approved thorpej.
2002-10-19 20:33:17 +00:00
wiz
e2a4ec505f
Bump date for last.
2002-10-18 22:44:48 +00:00
atatat
9dfabd39b8
Add a -n flag for the hash output forms, so that the output is
...
"normal", ie, "hash filename" (like all the simple checksum output
forms) as opposed to "hashname (filename) = hash". This output form
is, imho, somewhat more useful because you can pass it directly to
sort to find identical files. For example:
md5 * | sort | uniq -c | grep -v ' 1 '
2002-10-18 20:30:12 +00:00
atatat
2bc4364804
Provides better error messages from the symbol lookups (printing
...
merely " == 1" is just *not* helpful).
Note which symbols were missing (better for bug reports, if anyone
files one :).
Make the kernel submap symbols optional (sparc, sparc64, most powerpc,
and the sh3 ports seem not to have a phys_map -- problem noted by
myself yesterday).
Oh, and a little misc lint cleanup while I'm here.
2002-10-17 17:18:34 +00:00
lukem
b81a1d9903
- if SMALLPROG is defined, add -DNO_EDITCOMPLETE -DNO_ABOUT,
...
and don't bother linking with -ledit -ltermcap
- if SMALLPROG is not defined or SMALLPROG_INET6 is defined, add -DINET6
2002-10-17 06:16:48 +00:00
yamt
729dff3dfb
fix coredump when "command" is omitted.
2002-10-16 10:40:17 +00:00
wiz
e1ec03904e
New sentence, new line. Use Aq/An.
2002-10-13 01:06:42 +00:00
wiz
900f387c29
New sentence, new line. Sort options. Bump Dd for .wav-file handling.
...
Some nits.
2002-10-13 01:03:48 +00:00
mrg
eb0d04136f
inline the contents of auconv.c into auconv.h. this makes audiorecord(1)
...
slightly smaller (about 200 bytes on x86) and i would guess slightly faster.
2002-10-13 00:59:45 +00:00
mrg
ba18b19aa5
if the output file is called *.wav, output a WAV file.
2002-10-13 00:56:44 +00:00
wiz
600dcccfab
New sentence, new line; drop trailing whitespace.
2002-10-13 00:55:17 +00:00
wiz
5d8df6cb04
Restore a space.
2002-10-13 00:27:40 +00:00
wiz
c76c6378b5
Comment out a line again.
2002-10-13 00:25:16 +00:00
wiz
9c88b91fab
Another two "new sentence, new line".
2002-10-13 00:18:58 +00:00
wiz
94605ef121
Use single quotes for a single character.
2002-10-12 22:57:49 +00:00
wiz
0551464667
`;' as macro arguments also need quoting.
2002-10-12 22:51:28 +00:00
atatat
9bc250be61
Print the contents of the aref (it's small and MI -- MD code here
...
would be horrific).
Handle the new VM_MAP_DYING flag (and adjust the VM_MAP_TOPDOWN bit).
Check to see if 0, 1, and 2 are properly "open" and try to "adjust" if
they're not. Emit no warnings or errors here.
2002-10-12 03:08:27 +00:00
jdolecek
26eb814987
g/c extern reference to toutpath
2002-10-10 22:41:52 +00:00
nathanw
d9b9596c8d
Pass _rtld_map_object a heap-allocated path, since it will free the
...
path on failure. Prevents calling free() on a stack address if you run
ldd on an unrecognized file format.
2002-10-09 15:43:34 +00:00
hubertf
6991e21be2
Make example clearer, that the -c _after_ the login is passed to the shell.
...
Addresses PR 18538 by reed@reedmedia.net
2002-10-05 14:07:04 +00:00
wiz
e0f83e44f2
Replace some \n with \en for correct display. Closes PR 18539.
2002-10-05 11:17:32 +00:00
wiz
ceff784594
Two typos. From Adrian Mrva. eg -> e.g.
2002-10-02 16:04:58 +00:00
wiz
20fb5b240f
Typo and Americanism. From Adrian Mrva.
2002-10-02 15:56:27 +00:00
wiz
b26b3aa84e
file system, not filesystem.
2002-10-02 15:53:47 +00:00
wiz
7601fe2090
usable instead of useable. From Adrian Mrva.
2002-10-02 15:20:10 +00:00
jdolecek
ee8bfae14a
couple minor changes:
...
* move buffer[] to print_passwd(); it's used only there
* make trim(), usage(), print_passwd() static, and g/c no longer needed
prototypes for them
* replace __progname with getprogname()/setprogname()
* move the prototypes for pwd_getsalt()/to64() outside of print_passwd()
change reviewed by Niels
2002-10-02 13:39:10 +00:00
wiz
f6bcf4feae
DEFINITIONS, not DEFINITONS. By Adrian Mrva.
2002-10-02 11:17:41 +00:00
wiz
601c22ea2d
interpret, not interpet. By Adrian Mrva.
2002-10-02 11:15:06 +00:00
wiz
ee1588020b
omitted, not ommitted.
2002-10-02 10:34:45 +00:00
wiz
4c79a32365
conjuction -> conjunction.
2002-10-02 10:09:51 +00:00
wiz
57947ac563
Fix two typos.
2002-10-02 10:07:05 +00:00
wiz
765c48615e
filesystem -> file system, writeable -> writable.
2002-10-02 10:02:01 +00:00
wiz
a2c3d8fd5d
Add NetBSD RCS Id. Sort options.
2002-10-02 07:35:29 +00:00
provos
7778def8eb
add pwhash
2002-10-01 20:50:25 +00:00
provos
d15e0fa262
password hashing utility that allows des, md5 or bcrypt passwords to be
...
created in scripts; tool originally from downsj@openbsd.org ;
approved by perry.
2002-10-01 20:48:58 +00:00
mrg
88f885d72e
print the file name in verbose mode as well. avoid printing (null) for encoding.
2002-10-01 20:22:10 +00:00
itojun
ef7d24574a
upgrade to openssh 3.5. major changes include:
...
- krb4/5 support for privsep (krb5 diff was already applied)
includes fake implementaation of getpeereid() from openssh-portable, which
does nothing useful - need improvement.
2002-10-01 14:07:26 +00:00
wiz
d6eecef728
Lose a trailing space.
2002-10-01 11:04:12 +00:00
grant
be8ae688ae
New sentence, new line.
2002-09-30 11:08:56 +00:00
grant
6f52a8d075
minor mdoc quoting nit.
2002-09-30 10:41:54 +00:00
grant
c3f8c787a1
New sentence, new line. Some mdoc cleanup.
2002-09-30 10:39:22 +00:00
grant
48b31946b5
New sentence, new line. Some mdoc cleanup.
2002-09-30 10:32:16 +00:00