obrien
90300f8536
+ Sync with NetBSD, bringing in feature enhancements.
...
+ Convert to ANSI-C function definitions
+ style(9)
Submitted by: kris
2001-10-01 08:41:27 +00:00
dillon
198df63868
Add huff __FBSDID()s puff to whew! libz
2001-09-30 22:39:00 +00:00
dillon
ae3a4e3b01
Add __FBSDID()s to liby
2001-09-30 22:36:18 +00:00
dillon
3f4eabe659
Add __FBSDID()s to libutil
2001-09-30 22:35:07 +00:00
dillon
35945dc1b7
Add __FBSDID()s to libusb
2001-09-30 22:30:55 +00:00
dillon
615806b0ec
Add __FBSDID()s to libtelnet
2001-09-30 22:30:15 +00:00
dillon
1788c68652
Add __FBSDID()s to libtacplus
2001-09-30 22:29:19 +00:00
dillon
f6666a61a9
Add __FBSDID()s to libstand
2001-09-30 22:28:01 +00:00
dillon
2dd900a9ef
Add __FBSDID()s to librpcsvc
2001-09-30 22:15:15 +00:00
dillon
42cae7582d
Add __FBSDID()s to libradius
2001-09-30 22:12:36 +00:00
dillon
fcad02973f
Add __FBSDID()s to libpam
2001-09-30 22:11:06 +00:00
dillon
a437a2e49d
Add __FBSDID()s to libopie
2001-09-30 22:04:49 +00:00
dillon
d73daa7317
Add __FBSDID()s to libnetgraph
2001-09-30 22:03:54 +00:00
dillon
4bd4e36960
Add __FBSDID()s to libncurses
2001-09-30 22:02:43 +00:00
dillon
8411ee0def
Add __FBSDID()s to libncp
2001-09-30 22:01:19 +00:00
dillon
147ed5d738
Add __FBSDID()s to libmp
2001-09-30 21:58:17 +00:00
dillon
ed504fcccb
add __FBSDID()s to libmd
2001-09-30 21:56:22 +00:00
dillon
f844085713
Add __FBSDID()s to libm
2001-09-30 21:53:45 +00:00
dillon
863b71fe4c
Add __FBSDID()s to libipx
2001-09-30 21:45:06 +00:00
dillon
06293dece1
Add __FBSDID()s to libipsec
2001-09-30 21:43:45 +00:00
dillon
b05076f6b7
Add __FBSDID()s to libio
2001-09-30 21:41:46 +00:00
dillon
3122839604
Add missing '*/' (? why wasn't this caught earlier?)
2001-09-30 21:39:44 +00:00
dillon
1798b679e2
Add __FBSDID()s to internal libgnumalloc()
2001-09-30 21:38:17 +00:00
dillon
9a8dd80b42
Add __FBSDID()s to libftpio
2001-09-30 21:36:38 +00:00
dillon
9e8adf09a9
Add __FBSDID()s to libfetch
2001-09-30 21:36:09 +00:00
dillon
a42c99f236
Add __FBSDID()s to libedit
2001-09-30 21:21:36 +00:00
dillon
4015450ecd
Add __FBSDID()s to libdisk
2001-09-30 21:16:57 +00:00
dillon
29ab59ceb1
Add __FBSDID()s to libcam
2001-09-30 21:13:43 +00:00
dillon
e041f12187
Add __FBSDID's to libcalendar
2001-09-30 21:09:57 +00:00
dillon
2cea915f9c
__FBSDID() Cleanup
2001-09-30 21:06:00 +00:00
dillon
384d1b2861
Add __FBSDID's to libalias
2001-09-30 21:03:33 +00:00
peter
218bb1b355
Update COMPAT3X libc from RELENG_3. This solves the problem of running
...
3.x binaries with a mixture of 3.x and 5.x libraries (eg: Metro-X server).
2001-09-28 22:30:07 +00:00
asmodai
1036376e73
Add ERRORS section.
...
Mention thread safety and async-cancel safety status [not].
Add standards compliancy references.
Note strtol() is preferred over atoi().
MFC after: 2 weeks
2001-09-26 20:22:44 +00:00
asmodai
176ff42ed5
Be explicit about the POSIX version it conforms to [in this case 1990].
...
Put the error comment under the more appropriate ERRORS section.
2001-09-26 20:10:10 +00:00
asmodai
518e58c70b
Change standards compliancy order so that C and POSIX are grouped.
2001-09-26 19:42:39 +00:00
ache
c8a3d8ce02
1) Back out ~/.login_conf disable
...
2) Pick only "me" class from ~/.login_conf as documented
2001-09-25 11:07:26 +00:00
murray
876f3cf6ac
- Correct capitalization of a function name.
...
- Add a missing word to form a complete sentence.
PR: docs/30626
Submitted by: Dan Lukes <dan@obluda.cz>, and
swear@blarg.net (Gary W. Swearingen)
2001-09-24 02:51:43 +00:00
ken
51f12c2733
Turn on WARNS?= 2 for libdevstat.
...
Submitted by: "Sergey A. Osokin" <osa@freebsd.org.ru>
2001-09-23 23:03:23 +00:00
mike
393333febc
Note that strdup(3) will set errno if memory allocation fails. This
...
is also required by the forthcoming POSIX.1-200x standard.
Obtained from: malloc.3
2001-09-23 00:37:42 +00:00
dfr
69d68ac34b
Fix a whole bunch of dependancy bugs and make it actually work when the
...
size is not a multiple of eight.
2001-09-22 18:27:01 +00:00
dfr
8a0f924b15
Fix byte swapping - it was totally broken.
2001-09-22 18:22:53 +00:00
ru
15e67804a7
Reset ``schg'' flag before removing stale libs.
2001-09-22 08:11:24 +00:00
rwatson
e75c1c3376
o Modify access(2) man page to describe eaccess(2), and add a symlink
...
so man eaccess will return the access(2) man page.
Obtained from: TrustedBSD Project
2001-09-21 21:35:22 +00:00
ru
7de7d2144f
Fixed the bug that prevented communication with FTP servers behind
...
NAT in extended passive mode if the server's public IP address was
different from the main NAT address. This caused a wrong aliasing
link to be created that did not route the incoming packets back to
the original IP address of the server.
natd -v -n pub0 -redirect_address localFTP publicFTP
Note that even if localFTP == publicFTP, one still needs to supply
the -redirect_address directive. It is needed as a helper because
extended passive mode's 229 reply does not contain the IP address.
MFC after: 1 week
2001-09-21 14:38:36 +00:00
ru
fbccfc730c
Replace our stale-lib cleanup with a better one. (less bloated)
2001-09-21 11:32:51 +00:00
peter
a1be98c184
Replace my stale-lib cleanup with a better one. (less noisy)
...
Submitted by: ru
2001-09-21 09:22:34 +00:00
peter
c305ea1ee5
Put on my peril-sensitive sunglasses. Remove any old libraries that
...
we have just installed a replacement for. This should solve the problem
of having a stale /usr/lib/libc.so.4 after we put a fresh
/usr/lib/compat/libc.so.4 in its place.
2001-09-21 09:10:09 +00:00
ru
88406011aa
Document the FTS_ROOTPARENTLEVEL and FTS_ROOTLEVEL constants.
2001-09-20 12:32:45 +00:00
obrien
32232bb304
Shared libraries from 4.4-FreeBSD needed for proper binary compatibility.
2001-09-20 06:22:09 +00:00
sobomax
f261311bf8
Add support for loading bzip2-compressed filesystems. Among other things
...
this would allow to load bzip2-compressed kernels/modules from the loader(8)
(support for that will be committer separately).
MFC after: 1 month
2001-09-18 13:01:12 +00:00