provos
4fd29e5dcf
human-readable output via -h flag. output matches Linux and other BSDs.
...
partly from kstailey@openbsd.org . approved itojun and perry.
2002-09-26 16:27:43 +00:00
wiz
0d22e30cd0
New sentences begin on new lines.
...
Patch from Richard Elz, slightly improved by yours truly.
2002-09-26 16:12:39 +00:00
darrenr
aa1492743a
Fix a case where M_COPY_PKTHDR() wasn't being used prior to calling bpf_mtap
2002-09-26 16:07:03 +00:00
wiz
079c182094
Kilo abbreviation is a small k (PR 18408).
2002-09-26 15:06:47 +00:00
wiz
15223283f6
Kilo abbreviation is a small k (PR 18408). Unrelated mdoc fix.
2002-09-26 15:06:06 +00:00
mycroft
a217e118cd
*poof*
...
-fomit-frame-pointer works on 68k.
2002-09-26 14:30:47 +00:00
mycroft
b06a300a8a
Fix a bug WRT -vomit-frame-pointer -- use_return_insn() must return false if
...
we saved the GOT pointer register.
Note: This is already fixed in the GCC 3 sources, but GCC 3 uses a different
condition to determine whether to save and restore the register, so the patch
cannot be the same.
2002-09-26 14:21:39 +00:00
mycroft
3e9c6b1044
-vomit-frame-pointer is buggy on 68k. *sigh*
2002-09-26 13:56:01 +00:00
mycroft
273d2b19b4
Hm, the const isn't going to work.
2002-09-26 13:43:52 +00:00
mycroft
00088c228c
Do not attempt to free(_rtld_objself.path) -- it's a pointer into our data
...
segment.
2002-09-26 13:42:05 +00:00
itojun
7ec4f039a8
visit libcrypto_mdc2 if MKCRYPTO_MDC2 is defined
2002-09-26 13:29:44 +00:00
grant
59fce28e02
Fix minor formatting bug. From Joerg Klemenz <joerg@gmx.net> in
...
misc/18428.
2002-09-26 13:21:52 +00:00
itojun
ac42e7868c
MDC2 is patented so get it out of libcrypto
2002-09-26 13:12:23 +00:00
onoe
e3261bdc94
initialize pkthdr for dummy mbuf before calling bpf_mtap().
2002-09-26 13:06:56 +00:00
itojun
633fb3b891
dummy funtion decls
2002-09-26 13:06:25 +00:00
itojun
d24389cf67
MDC2 is a patented algorithm; don't ship it in default libcrypto.
...
MKCRYPTO_MDC2 will build a separate library, libcrypto_mdc2.
2002-09-26 13:05:54 +00:00
mycroft
f4f740de3a
By default, compile without DEBUG, and with -fomit-frame-pointer.
2002-09-26 12:59:29 +00:00
christos
54de5d06a7
Revise wording to say that setting the argument vector is not mandatory.
...
>xs@kittenz.org:
>susv3 agrees with this, since in the rationale, susv3 states the
>requirement of argc >= 1 was removed recently following iso c. it
>is now only a "should."
2002-09-26 12:08:10 +00:00
wennmach
ced9268418
s/_PASSWD_NOCHG/_PASSWORD_NOCHG/
...
s/_PASSWD_NOEXP/_PASSWORD_NOEXP/
2002-09-26 11:47:35 +00:00
wiz
6ab45c70b7
Begin new sentences on new lines. From Robert Elz (kre at munnari oz au).
2002-09-26 11:11:17 +00:00
jdolecek
a120eaa3ea
use ufs_balloc_range() rather than local (mostly identical, but with some
...
bugs) ext2fs variant
2002-09-26 11:06:36 +00:00
dbj
2cbb8bc3bf
add the -x option to extract the filesystem image from the kernel
2002-09-26 10:40:59 +00:00
martin
8b125f54cb
Remove include of <sys/map.h>, since it's gone now (and wasn't used
...
here anyway).
2002-09-26 08:49:34 +00:00
grant
8dca22997c
ep0 at isa? -> ep* (ala GENERIC), so ep instances during install are
...
consistent with GENERIC.
2002-09-26 07:30:17 +00:00
petrov
1b08fb1305
Added debug command to support SCIOCDEBUG.
2002-09-26 06:15:38 +00:00
ad
989a076f27
Update for dzattach() change.
2002-09-26 05:54:07 +00:00
thorpej
06c48f4fa7
Note device parent spec changes.
2002-09-26 04:13:23 +00:00
thorpej
19eeb8d563
Bump version to 1.6I -- device parent spec change.
2002-09-26 04:12:27 +00:00
thorpej
fc0fe0347d
Overhaul the way parent attachments are specified; instead of using
...
a vector of indices into the cfdata table to specify potential parents,
record the interface attributes that devices have and add a new "parent
spec" structure which lists the iattr, as well as optionally listing
specific parent device instances.
See:
http://mail-index.netbsd.org/tech-kern/2002/09/25/0014.html
...for a detailed description.
While here, const poison some things, as suggested by Matt Thomas.
2002-09-26 04:07:35 +00:00
mycroft
15025431b4
Update a comment.
2002-09-26 03:25:29 +00:00
mycroft
fd7e0d92f3
Add a rdbg() in _rtld_bind().
2002-09-26 02:52:05 +00:00
mycroft
723a5f8a50
Remove a meaningless bit from a rdbg().
2002-09-26 02:51:27 +00:00
mycroft
ee398b4d07
Remove vestigal comments about _rtld_bind_start_0() -- it works now.
2002-09-26 02:25:57 +00:00
mycroft
26043b23b0
Make room for the argument save area in _rtld_start(). The PLT stub already
...
made room from _rtld_bind_start(), but add a comment explaining the instruction
it uses.
2002-09-26 02:14:10 +00:00
mycroft
f1c792d648
Make the stack frame 96 bytes, like GCC does.
2002-09-26 02:05:41 +00:00
mycroft
bde7a965da
Tweak the save instruction in the PLT stub rather than adding an instruction
...
to the binder entry stub...
2002-09-26 01:59:16 +00:00
mycroft
d314d82b47
Allocate space for the argument space area in both _rtld_start() and
...
_rtld_bind_start(). Not needed normally, but if we compile ld.elf_so with
-g, it blows up without this.
2002-09-26 01:54:52 +00:00
wiz
5e977f5ead
Ispell. Begin new sentences on a new line.
2002-09-26 01:41:51 +00:00
wiz
e3ff4e979b
Ispell. Begin new sentences on a new line.
2002-09-26 01:28:22 +00:00
wiz
e65d3f8091
Begin new sentences on new lines. Minor mdoc improvements.
2002-09-26 01:26:53 +00:00
wiz
5bfcb907e0
Ispell. Begin new sentences on a new line.
2002-09-26 01:23:00 +00:00
wiz
11b1026044
Ispell. Begin new sentences on a new line. mdoc fixes.
2002-09-26 01:19:38 +00:00
wiz
95882a7a34
Ispell. Begin new sentences on a new line.
2002-09-26 01:13:41 +00:00
matt
b6b04cb00c
In mftb(), make sure we say we are clobbering cr0.
2002-09-26 01:13:32 +00:00
wiz
44f2153f1e
Ispell. Begin new sentences on a new line.
2002-09-26 01:09:46 +00:00
wiz
70b4d4ce4e
Begin sentences on new lines.
2002-09-26 01:05:04 +00:00
wiz
9b1e07f4f6
Add some markup, fix some markup, begin sentences on new lines.
2002-09-26 01:03:02 +00:00
dan
6fd63681ed
Note that tqphy can be found on mini-pci cards as well as cardbus, and
...
comment on buggy rev <= 3 chips.
2002-09-25 23:27:03 +00:00
augustss
7656699497
Remove unused variable so the file compiles again.
2002-09-25 23:24:37 +00:00
thorpej
f27313f9ab
<sys/map.h> is gone.
2002-09-25 23:07:38 +00:00