David E. O'Brien
11f0fab4fa
Use C99 compatible ASM statements.
...
(untested, but existing state breaks
http://triangle.rtp.freebsd.org/~des/tinderbox-CURRENT-amd64-amd64.brief )
2003-06-10 21:17:55 +00:00
Tom Rhodes
0315901c7c
Add an EXAMPLES section.
...
PR: 43899
Reviewed by: des, ru
2003-06-10 20:41:18 +00:00
Juli Mallett
dfa13bbf27
Various cleanups of careless mistakes/omissions.
...
PR: 53149
Submitted by: Lukas Ertl <l.ertl@univie.ac.at>
2003-06-10 18:36:16 +00:00
Juli Mallett
27fd747882
Left out the critical part of my "public domain" template, a notice saying
...
that this file is (these files are) in the public domain.
PR: 53149
2003-06-10 18:24:40 +00:00
Andrey A. Chernov
0c7fbc6c40
Remove transition period hack
2003-06-10 01:26:04 +00:00
Mike Makonnen
05e948d996
_thread_printf() is only used for debugging or in cases where something's
...
screwed beyond all help, so it can just skip the pthreads wrapper
for write(2) and call directly into it.
2003-06-09 17:58:15 +00:00
Alexander Leidinger
f970961773
Sanity check fd before using it as an array index.
...
Noticed by: ted@NLnetLabs.nl (Ted Lindgreen)
Approved by: ru
2003-06-09 16:45:37 +00:00
John Baldwin
dff6f51034
Remove stale reference to the deprecated USER_LDT option. The associated
...
code is always compiled into the kernel now.
Submitted by: Hubert Tournier <hubert@frbsd.org>
PR: docs/53068
2003-06-09 11:46:22 +00:00
Juli Mallett
e78ea9f724
Commit rudimentary libufs manual pages, except for that for
...
getino(3)/putino(3), inode.c has been reworked in Perforce to the point
where a manual page may not be accurate. Certainly putino(3) has not
even been merged back yet.
These will need a lot of improvement for most applications, but they
document the API enough to get someone on their feet, most likely. The
best documentation still exists in the form of libufs(3) consumers in the
base system.
2003-06-09 09:59:11 +00:00
Juli Mallett
b52f85e743
Remove ufs_disk_ctor and ufs_disk_dtor, they never came to fruition. I do
...
not know of any software using them, and there is no "published API" for
libufs, as it were.
2003-06-09 09:47:38 +00:00
Juli Mallett
1081253fa0
Reduce diffs with code in Perforce:
...
Parenthesise return values.
2003-06-09 09:32:29 +00:00
Ceri Davies
6efa541f23
Correct a typo.
...
MFC After: 2 days
2003-06-08 19:41:58 +00:00
Daniel Eischen
690f13f3c3
After selecting a thread to handle a signal and taking
...
its scheduling lock, make sure that the thread still has
the signal unmasked.
Make a debug statement conditional on debugging being
enabled.
2003-06-08 17:37:21 +00:00
Daniel Eischen
f91de797ce
Insert threads at the end of the free thread list so that
...
the chance of getting the same thread id when allocating a
new thread is reduced. This won't work if the application
creates a new thread for every time a thread exits, but
we're still within the allowances of POSIX.
2003-06-08 17:35:11 +00:00
Daniel Eischen
4d6f145a3b
Provide a reference to __sys_write. The implementation uses this when
...
debugging is enabled so the symbol needs to be resolved before rtld
locking is enabled. I may not really know what I'm talking about,
but it works.
Submitted by: kan
2003-06-08 17:29:32 +00:00
Philippe Charnier
19677e1070
The .Fn function
2003-06-08 10:40:44 +00:00
Philippe Charnier
3c024cc85c
The .Fn function
2003-06-08 10:34:00 +00:00
Philippe Charnier
e4f2c10b4c
The .Fn function
2003-06-08 10:20:32 +00:00
Philippe Charnier
82f7b9cd41
Add section number with .Xr. .Xr -> .Vt changes.
2003-06-08 10:17:24 +00:00
Philippe Charnier
ab165955de
The .Fn function
2003-06-08 10:13:50 +00:00
Philippe Charnier
7712c6658b
.Xr p1003_1b moved to .St -p1003.1b-93
2003-06-08 10:11:13 +00:00
Philippe Charnier
fe71ab1cf4
.Xr -> .Lb for librairy. There is no manual page corresponding to .Xr.
2003-06-08 10:07:14 +00:00
Philippe Charnier
0d511e328f
Add or correct section number in .Xr. Use .Vt or .Fn
...
instead of .Xr when needed
2003-06-08 10:01:52 +00:00
Philippe Charnier
9703a107f2
The .Fn function
2003-06-08 09:53:08 +00:00
Warner Losh
cedfd4f63f
Don't force -L/usr/lib. This is incorrect because we should not be
...
looking at the host environment for anything. This breaks building
-CURRENT on 4.x as well.
Submitted by: kan@
2003-06-08 03:58:20 +00:00
Scott Long
4e89f2d88f
Sanity check the list obtained from the kern.disks sysctl so that Disk_Names()
...
doesn't get fooled into returning a bogus list. This should fix sysinstall
from segfaulting when no disk devices are present.
2003-06-07 20:02:56 +00:00
Jun Kuriyama
3a624f5e23
Use
...
cat ${.ALLSRC} > ${.TARGET}
rather than
ln -sf ${.ALLSRC} ${.TARGET}
not to depends on absolute-path of symbolic links.
Commented by: marcel, obrien, bde
2003-06-06 13:46:55 +00:00
Poul-Henning Kamp
c6dd496cd9
Recognize the magic NODEV value.
...
Format other unknown devices consistently in hex.
2003-06-05 21:55:57 +00:00
Mark Murray
f2017a1921
Rename local variables to not mask global names of same name. This
...
fixes lots of lint(1) warnings.
2003-06-05 13:17:32 +00:00
Marcel Moolenaar
fee5c3f1f8
Make this compile without warnings on 64-bit architectures:
...
Don't cast thread_self() to int. Cast to uintptr_t. Pull in the
predefined printf format from <inttypes.h>
2003-06-04 20:38:54 +00:00
Marcel Moolenaar
f10382ac87
Make this compile without warnings on 64-bit architectures:
...
In recurse(), cast the pointer difference to int to match the format.
The difference is expected to fit in an int.
2003-06-04 20:36:08 +00:00
Mark Murray
2f8e800c38
Drop stale MAINTAINER bit.
2003-06-04 16:01:37 +00:00
David Xu
a05fa0abea
Only init _thread_sigact once, needn't init it again after a fork().
...
Obtained from: deischen
2003-06-04 12:40:21 +00:00
David Xu
cd0a0c267b
Despite whether threaded mode is turned on, always save thread's
...
signal mask.
2003-06-04 12:38:21 +00:00
Bruce Evans
c749b4f6dd
Removed garbage:
...
- -elf in CFLAGS had no effect except to reduce portability.
- -elf in LDFLAGS had even less effect, since LDFLAGS is not used.
- -Wall in CFLAGS had no effect except to reduce portability and break
overriding of WARNS, since the setting of WARNS implies -Wall.
2003-06-04 11:21:18 +00:00
Mike Makonnen
4dee39fea0
Make C applications statically compiled with libthr work. Previously,
...
an application compiled -static with libthr would dump core in
malloc(3) because the stub thread initialization routine in libc would
be used instead of the libthr supplied one.
2003-06-04 08:23:05 +00:00
Mike Makonnen
f833c84a8f
If the library is not able to create a thread because resources
...
don't allow it at the moment, the correct thing to do is try again.
Otherwise, libthr would fail this test because it doesn't allow
an unlimited number of concurrent threads per application.
2003-06-04 08:16:32 +00:00
Robert Watson
44f5ca2f16
Document the new explicit listing API for extended attributes; note
...
that the old API (passing "" as the attribute name to the _get_
interface) is now deprecated (and was probably a bad idea).
Pointed out by: Dominic Giampaolo <dbg@apple.com>
Obtained from: TrustedBSD Project
Sponsored by: DARPA, Network Associates Laboratories
2003-06-04 04:00:26 +00:00
David Xu
e84a8d0d65
KMF_DONE is now in /sys/sys/kse.h, no longer need to define it here.
2003-06-04 03:22:59 +00:00
Hiten Pandya
8e9a665fde
Document that kldload(2) can also return EEXIST.
...
Approved by: des (mentor)
2003-06-03 12:29:34 +00:00
Mike Makonnen
b9662ddd18
Teach recent changes in the umtx structure in the kernel to the libthr
...
initialiazer.
Found by: tinderbox
2003-06-03 09:31:33 +00:00
David Xu
a4c69f224b
Free memory of internal low level lock when mutex and condition variable
...
are destroyed.
Submitted by: tegge
2003-06-03 02:21:01 +00:00
Peter Wemm
3191d840e0
Cosmetic; record offsets used within jmpbuf
2003-06-02 22:37:53 +00:00
Peter Wemm
19816dec92
Update for amd64 after repocopy from i386/
2003-06-02 22:30:59 +00:00
Peter Wemm
3aefe09423
Port libc_r to amd64, and turn it back on for amd64. It passes all of
...
the same src/lib/libc_r/test/* tests that the other platforms pass.
2003-06-02 22:22:52 +00:00
Peter Wemm
b8f8813c6e
Fix sigsetjmp(). It helps if we do not try to save the old signal mask
...
to a random memory location. Perl works a lot better with this.
2003-06-02 21:59:13 +00:00
Mark Murray
d8e82636a4
Tidy the code up a fraction. Re-release with a 2-clause BSD license
...
with the kind permission of the author/copyright holder.
Thanks to: phk
2003-06-02 21:43:14 +00:00
Mark Murray
bf513f6958
Add a new hash type. This "NT-hash" is compatible with the password
...
hashing scheme used in Microsoft's NT machines. IT IS NOT SECURE!
DON'T USE IT! This is for the use of competent sysadmins only!
Submitted by: Michael Bretterklieber
2003-06-02 19:29:27 +00:00
Mike Makonnen
cff6c3cab1
Unwind the _giant_mutex from pthread_detach(). When detaching a joiner thread
...
it's important the correct lock order is observed: lock first the joined and
then the joiner.
2003-06-02 11:01:00 +00:00
Mike Makonnen
4384412030
Consolidate static_init() and static_init_private into one function.
...
The behaviour of this function is controlled by the argument: private.
2003-06-02 10:04:18 +00:00