dsl
1473d232c3
Don't do __stopwin() if it is already stopped.
...
Allows error messages from programs like sysinst() to be seen.
(There is an explicit stopwin() before the error message is output,
and a second in the atexit() called cleanup() routine)
2003-05-18 10:02:07 +00:00
thorpej
5a467fa72d
Add isinfl() and isnanl().
2003-05-17 20:43:13 +00:00
thorpej
8969ba6ff5
Build _isinfl() and _isnanl().
2003-05-17 15:05:52 +00:00
thorpej
f9345ff71e
Add _isinfl() and _isnanl() routines, currently for internal use only.
2003-05-17 14:51:24 +00:00
itojun
6a95da7f05
bound copies
2003-05-17 01:36:03 +00:00
scw
5bd6b99940
Both pthread__lock_ras_start and pthread__lock_ras_end need to be
...
explicitly declared global in the asm() statements for the benefit of
SH5 binutils. Otherwise, the assembler/linker (I haven't figured out
which) botches the SHmedia bit when generating GOT references for
these symbols in the shared version of the library.
Ok'd by Nathan.
2003-05-16 23:37:47 +00:00
scw
644aebe258
Duh. s/PIC_PROLOGUE/PIC_EPILOGUE/
2003-05-16 22:40:56 +00:00
nathanw
baa073280b
Separately report unlocking an unlocked mutex and unlocking a mutex
...
owned by another thread.
2003-05-16 21:28:26 +00:00
wiz
b976c55907
Consistently spell "crash dump" as two separate words. From jmc@openbsd.
2003-05-16 10:24:55 +00:00
lha
f66ab28ab4
bump minors appropriately
2003-05-15 20:58:43 +00:00
lha
98326d86aa
add files for heimdal 0.6
2003-05-15 20:51:01 +00:00
wiz
76907a433e
Fix typo in comment.
2003-05-15 19:16:37 +00:00
nathanw
a06836c083
Remove an unnecessary test in pthread_getspecific().
2003-05-15 19:13:24 +00:00
jmc
84b2ae9f5b
Typo police
2003-05-15 16:46:55 +00:00
itojun
da3884cbf4
latest copyright notice (more loose). noted by wiz
2003-05-15 15:02:52 +00:00
kleink
affdf0b300
Change conformance reference to 1003.1-2001; the reference to 1003.1g is
...
retained in HISTORY. Spotted by Thomas Klausner.
2003-05-15 10:16:36 +00:00
wiz
ccc85581a5
Point to IPC tutorials in /usr/share/doc/psd, update names, and add authors.
...
Bump date.
Suggested by kleink.
2003-05-15 10:13:53 +00:00
wiz
14cddbf770
Point to IPC tutorials in /usr/share/doc/psd, update names, and add authors.
...
Bump date.
Suggested by kleink.
2003-05-15 09:52:08 +00:00
wiz
d43e332f1e
setup -> set up.
2003-05-14 12:11:03 +00:00
wiz
f30ce359ce
setup -> set up, from jmc@openbsd.
2003-05-14 07:24:21 +00:00
yamt
8f781c36ef
fix a simple bug that prevents svc_tli_create to bind to the address
...
specified by caller.
2003-05-13 11:57:21 +00:00
wiz
98a71c5969
Bump date for last; remove end-of-line spaces.
2003-05-13 10:03:43 +00:00
nathanw
59520b66cd
Fix a comment delimeter
2003-05-12 20:10:22 +00:00
kleink
db907cb577
Rename ieee754_function.c to function_ieee754.c, following the convention
...
used in exec_format.c, loadfile_format.c, subsys_machdep.c etc.
Per discussion with Christos.
2003-05-12 15:15:11 +00:00
kleink
36d937f5d8
Bump to libc.so.12.98, due to addition of {h,n}to{n,h}{l,s}() on PowerPC.
2003-05-12 12:38:31 +00:00
kleink
426643832d
Build {h,n}to{n,h}{l,s}() into object code; addresses PR port-macppc/21541
...
from Tsuyoshi MOMOSE.
2003-05-12 09:32:10 +00:00
christos
2f0d746849
make this compile again.
2003-05-11 20:56:51 +00:00
kleink
a6eebba1f8
Rather than printing the definition of struct sigaction literally,
...
change the description to name its members. This has the effect
of discouraging (non-portable) structure assignments of struct
sigaction, as well as making life easier when sa_sigaction is added.
2003-05-11 19:22:18 +00:00
kleink
88841ddec8
As prompted by Thomas Klausner, add a sentence on sigset_t and sigsetops()
...
to the introduction.
2003-05-11 18:04:42 +00:00
wiz
a363cdabc4
Drop trailing space.
2003-05-11 16:21:18 +00:00
kleink
861db62607
Oops, typo in previous.
2003-05-11 16:16:41 +00:00
kleink
8d06f60601
As prompted by Thomas Klausner, add a RETURN VALUES section.
2003-05-11 16:15:07 +00:00
ragge
2bb5ce73f8
Update after recent changes.
2003-05-11 15:40:03 +00:00
ragge
f08d6eb0c9
Make the kvm routines use /dev/ksyms to get the kernel namelist.
...
If it fails, use /netbsd instead.
2003-05-11 13:37:34 +00:00
ragge
f28d8c841a
Teach nlist to retrieve symbols from /dev/ksyms (using the quick-search
...
ioctl's).
2003-05-11 12:47:42 +00:00
wiz
59b599e287
Grammar improvement from jmc@openbsd.
2003-05-10 12:30:23 +00:00
wiz
7a7ee80bcc
Misc fixes from jmc@openbsd.
2003-05-10 12:24:54 +00:00
wiz
8e516dc8e7
Misc. fixes from jmc@openbsd.
2003-05-10 12:14:26 +00:00
uebayasi
385286938f
Typo; from Onno van der Linden <o dot vd dot linden at quicknet dot nl>.
2003-05-10 08:51:54 +00:00
lukem
4fc1a075d0
O_NOFOLLOW is another non-standard extension
2003-05-08 23:20:38 +00:00
petrov
cc36666171
No need in default label if default case is not processed.
2003-05-08 20:42:39 +00:00
yamt
c6f761afb7
NFSv3 definitions from FreeBSD.
2003-05-08 13:32:00 +00:00
christos
a99e10df08
Use ${HOST_SH}
2003-05-08 13:23:14 +00:00
christos
8ad6909bf9
Add a missing dependency (John Gordon)
2003-05-08 13:22:48 +00:00
christos
23e52df103
add a missing dependency (John Gordon)
2003-05-08 13:22:05 +00:00
christos
3a7857f16d
Use ${HOST_SH}
2003-05-08 13:20:44 +00:00
christos
9e0fed3d86
USE ${HOST_SH}
2003-05-08 13:19:44 +00:00
uebayasi
80e148b7e3
Make libmagic known as a system library, and install manual page links
...
of the libmagic functions.
Submitted by Hiroshi Ura <ura at hiru dot aoba dot yokohama dot jp> in
PR21496.
Reviewed By: wiz
2003-05-08 07:14:11 +00:00
itojun
ece2a37389
fill ai_canonname field for numeric hostname, by the given hostname.
...
folows new recommendation in RFC3493
2003-05-08 05:30:53 +00:00
yamt
4ae20ba3f3
mount v3 protocol definition. from FreeBSD.
2003-05-07 13:48:47 +00:00