mbr
fee2f9062f
Kill prototype for __msgwrite too. It is not needed anymore.
2003-06-15 10:55:39 +00:00
mbr
43c169a64d
Fix the master yppasswd routines, so they really work
...
for root on ypmaster. yppasswd_local() did use YPPASSWDPROG
instead of MASTER_YPPASSWDPROG, and the domain was not set,
resulting in a coredump during xdr-encode.
Reviewed by: des
2003-06-15 10:37:22 +00:00
mbr
ab23b5e216
Fix the master yppasswd routines, so they really work
...
for root on ypmaster. Fix ypclnt_havepasswdd() to work
for AF_LOCAL connections.
Reviewed by: des
2003-06-15 10:36:53 +00:00
mbr
88d25e9b2f
Replace the old SCM_CREDS cred procedures. They can now be
...
replaced just fine with getpeereid() and the whole code
gets a lot simpler. We don't break the ABI, since all server
programms use __rpc_get_local_uid(), and we just change library
internals.
Reviewed by: des
2003-06-15 10:32:01 +00:00
davidxu
b493aad303
P_THREADED was renamed to P_SA, follow up.
2003-06-15 03:42:04 +00:00
obrien
7ea86c6d90
Remove MAINTAINER lines.
2003-06-14 19:32:52 +00:00
markm
924232818d
Tidy up. Sort headers.
2003-06-14 18:42:37 +00:00
obrien
a80cfe4923
Only use this with a non-GCC compiler.
2003-06-14 06:04:23 +00:00
ken
a69cc262ba
Remove MAINTAINER= lines in the makefiles for camcontrol, iostat, libcam
...
and libdevstat, since the new way of doing things is to just list
maintainership in src/MAINTAINERS.
Also, remove duplicate entries in src/MAINTAINERS for those utilities. I
already had entries for them.
2003-06-14 05:28:01 +00:00
trhodes
4ec977d5e5
Document ENOSPC.
...
PR: 52612
Submitted by: Marc Olzheim <marcolz@ilse.nl>
2003-06-13 22:41:12 +00:00
peter
08313d1b20
This is unusable on amd64. Remove it before it causes more confusion.
...
It is only possible to do this on an ABI that has a compulsory frame
pointer, which the amd64 ABI does not. Thus, it is only possible to
implement this as a compiler builtin.
2003-06-13 21:56:30 +00:00
ru
95a96dcf76
In the PKT_ALIAS_PROXY_ONLY mode, make sure to preserve the
...
original source IP address, as promised in the manual page.
Spotted by: Vaclav Petricek
2003-06-13 21:54:01 +00:00
ru
0d2c955d09
Removed a couple of .Xo/.Xc that are leftovers of the "ninth-argument
...
limit" mdoc(7) atavism.
2003-06-13 21:39:22 +00:00
ru
4284748791
Clarify that original address and port when doing transparent proxying
...
are _destination_ address and port.
2003-06-13 21:36:24 +00:00
ru
8108d6604b
Added myself to the AUTHORS section.
2003-06-13 21:32:01 +00:00
tjr
b2e29064ae
Mark libxpg4 as OBSOLETE_IN_6: it has been empty since its contents
...
were merged into libc in 4.5-RELEASE.
2003-06-13 07:21:37 +00:00
tjr
0d7349736c
Mark the following interfaces as OBSOLETE_IN_6:
...
fgetrune(), fputrune(), fungetrune(), mbrune(), mbrrune(), mbmb(),
setinvalidrune(), UTF2 encoding method.
These have been marked as being deprecated in their manual pages since 5.0,
and their use causes a linker warning.
2003-06-13 07:13:54 +00:00
jkh
56787fa7b1
Fixes to locale code to properly use indirect pointers in order to prevent
...
memory leaks (fixes bugs earlier purported to be fixed).
Submitted by: Ed Moy <emoy@apple.com>
Obtained from: Apple Computer, Inc.
MFC after: 2 weeks
2003-06-13 00:14:07 +00:00
obrien
690b759d6f
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
trhodes
3514f4bda7
Add an EXAMPLES section.
...
PR: 43899
Reviewed by: des, ru
2003-06-10 20:41:18 +00:00
jmallett
25cc522581
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
jmallett
e5d76875b9
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
ache
4b34a4e4b4
Remove transition period hack
2003-06-10 01:26:04 +00:00
mtm
5480309374
_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
netchild
4521ab44c2
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
jhb
1a01f6bc0c
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
jmallett
6cf3ba1323
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
jmallett
088f7e9d08
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
jmallett
0e96b35689
Reduce diffs with code in Perforce:
...
Parenthesise return values.
2003-06-09 09:32:29 +00:00
ceri
a11f366f6b
Correct a typo.
...
MFC After: 2 days
2003-06-08 19:41:58 +00:00
deischen
7a2a53be28
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
deischen
08f5ae2179
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
deischen
49fd6082dc
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
charnier
732ab8fe2e
The .Fn function
2003-06-08 10:40:44 +00:00
charnier
1fa69e8989
The .Fn function
2003-06-08 10:34:00 +00:00
charnier
bc7ec1835e
The .Fn function
2003-06-08 10:20:32 +00:00
charnier
f93c2fe2a4
Add section number with .Xr. .Xr -> .Vt changes.
2003-06-08 10:17:24 +00:00
charnier
9efd223c5d
The .Fn function
2003-06-08 10:13:50 +00:00
charnier
948b0d8311
.Xr p1003_1b moved to .St -p1003.1b-93
2003-06-08 10:11:13 +00:00
charnier
019b3e7b40
.Xr -> .Lb for librairy. There is no manual page corresponding to .Xr.
2003-06-08 10:07:14 +00:00
charnier
9f754871d1
Add or correct section number in .Xr. Use .Vt or .Fn
...
instead of .Xr when needed
2003-06-08 10:01:52 +00:00
charnier
0d5348f9ea
The .Fn function
2003-06-08 09:53:08 +00:00
imp
0dde8b2eeb
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
scottl
6d40d0ca55
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
kuriyama
f0a040c72b
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
phk
433d1e778c
Recognize the magic NODEV value.
...
Format other unknown devices consistently in hex.
2003-06-05 21:55:57 +00:00
markm
f4bde254d7
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
25569ea731
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
ca51ecc2f1
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
markm
326c39f288
Drop stale MAINTAINER bit.
2003-06-04 16:01:37 +00:00