peter
1a267f24ca
Make this a little easier to build standalone. (same change as libpanel)
2002-05-21 07:08:30 +00:00
peter
d8d8936d7d
Initial update of bmake glue for ncurses-5.2-20020518
2002-05-21 05:41:07 +00:00
peter
6c92d517b8
Initial update of bmake glue for ncurses-5.2-20020518. More to come.
2002-05-21 05:40:28 +00:00
benno
e55ebd8f96
Spread the word of PowerPC.
2002-05-21 04:00:47 +00:00
benno
db41f480f0
Let this code know about PowerPC.
2002-05-21 03:40:42 +00:00
jake
db4b2fc42b
Catch up to tte.h changes.
2002-05-21 02:22:49 +00:00
iedowse
434d378ed7
Use an explicitly-sized type instead of daddr_t for on-disk block
...
numbers.
2002-05-19 10:50:38 +00:00
ru
1c035eeb5c
mdoc(7) police: fixed the whatis entry.
2002-05-18 15:20:28 +00:00
phk
768f23ab17
Don't try to build libc_r on sparc64, the _atomic_lock.S file isn't implemented.
2002-05-18 09:14:36 +00:00
phk
317736446e
UFS indirect blocks are size u_int32_t, not daddr_t
2002-05-18 09:07:12 +00:00
roam
feae66ee95
Update the EINVAL description again - it turns out that EINVAL
...
may be returned by Q_SETQUOTA as well as the originally listed
Q_GETQUOTA.
Noticed by: dd
Approved by: silence from dd
MFC after: 3 days
2002-05-17 16:39:21 +00:00
benno
952f608b76
_C_LABEL -> CNAME
...
Forgotten by: benno
2002-05-17 05:11:13 +00:00
benno
224e5ccc85
Flesh this out, based on the NetBSD version.
...
Reviewed by: obrien
2002-05-17 01:58:55 +00:00
obrien
c053d9aa39
Grow RSYSCALL.
2002-05-15 21:25:47 +00:00
obrien
1b12a0abfe
Our default syscall.S is identical to what was explicitly being done for
...
Alpha and IA-64. So there is no need for special handling.
2002-05-15 21:17:59 +00:00
obrien
dde959e18d
Blah, fix stupid syntax error.
...
(where's the hat?)
2002-05-15 20:58:03 +00:00
obrien
4f13c4faf6
host-network order conversion routines.
...
Luckily we are network order, so there is little to be done. :-)
2002-05-15 20:40:35 +00:00
obrien
1250c0d8e3
Do not build pam_ssh if NOSECURE is set (NO_OPENSSL is on a subset of NOSECURE)
2002-05-15 20:25:32 +00:00
obrien
5bb9f5bc9f
Do not build libmp if NOSECURE is set (NO_OPENSSL is on a subset of NOSECURE)
2002-05-15 20:22:50 +00:00
obrien
b966bca4d3
PowerPC does not have profile support yet.
2002-05-15 20:07:31 +00:00
obrien
1e1772d636
Beginnings of syscall bits for PowerPC. These are no doubtedly wrong,
...
but it gets the build father and is in the right direction.
Partially obtained from: NetBSD
2002-05-15 20:02:52 +00:00
fanf
578642c931
Clarify that the value of getc() etc. is an unsigned char converted
...
to an int (as per the C standard) i.e. it can be passed straight to
isalpha() etc.
Approved by: dwmalone (mentor)
MFC after: 3 days
2002-05-15 16:55:58 +00:00
ru
569719713e
`all-man' now creates manpages in the -DNOMANCOMPRESS case too.
2002-05-15 12:59:54 +00:00
obrien
11c66c495e
Stub out _kvm_mdopen, we don't the same constants as NetBSD
2002-05-15 09:56:40 +00:00
obrien
95ae68e994
Add a PowerPC machdep for kvm.
...
Obtained from: NetBSD (rev 1.4, pre-UVM)
2002-05-15 09:55:41 +00:00
alfred
71694f1a9c
Undo namespace pollution by prefixing the globals pthread_guard_default and
...
pthread_page_size.
Fix a bunch line wrapping.
Pointed out by: deischen
2002-05-15 05:37:48 +00:00
obrien
c6615f0631
Use .rodata section for $FreeBSD$.
2002-05-15 04:19:49 +00:00
ru
98db9953e8
I somehow managed to forgot to commit this in my INCS sweep.
...
We don't need the `beforeinstall' here, INCS handles this.
2002-05-14 11:41:23 +00:00
ru
d82aa97dc8
New cpp(1) doesn't like -I${DESTDIR}/usr/include.
2002-05-14 11:37:10 +00:00
roam
ada74c3817
Document Q_GETQUOTA returning EINVAL when quotas are not enabled
...
on the filesystem.
PR: doc/37839
Submitted by: "Michael R. Wayne" <wayne@staff.msen.com>
Approved by: silence on -doc
MFC after: 3 days
2002-05-14 07:27:20 +00:00
ken
ca6188876e
string cleanup:
...
- fix a potential overrun made worse by rev 1.5 of camlib.h
- change strncpy() and strcpy() calls to strlcpy()
- use sizeof(string[]) instead of STRING_LEN to avoid future problems
- get rid of an unused variable
Thanks to BDE for pointing out some of the problems.
MFC after: 2 weeks
2002-05-14 04:32:02 +00:00
jake
a10a1944b6
Use the right byte order for unaligned stores. <blush>.
2002-05-13 22:48:01 +00:00
ru
661f00368b
Fixed CLEANFILES after bsd.lib.mk sweep.
2002-05-13 15:28:00 +00:00
phk
a38b002c0b
Add __divdi3() and __moddi3() to libstand. We will need them for UFS2.
...
Sponsored by: DARPA & NAI Labs.
2002-05-13 13:31:20 +00:00
ru
c47610e655
MAN[1-9] -> MAN.
2002-05-13 12:11:54 +00:00
ru
9f2bc31e30
NOSHARED is meaningless in the bsd.lib.mk context.
2002-05-13 12:00:45 +00:00
ru
690ae48517
SOBJS are not used here for a long time, and were just
...
pessimising the `install'.
2002-05-13 11:51:11 +00:00
ru
bc2e1305d8
Removed now unused INTERNALSTATICLIB.
...
INTERNALLIB now implies NOPIC and NOPROFILE.
Removed gratuitous NOMAN.
2002-05-13 11:09:07 +00:00
ru
dc9ee40833
Major cleanup of bsd.lib.mk.
...
Get rid of the INTERNALSTATICLIB knob and just use plain INTERNALLIB.
INTERNALLIB now means to build static library only and don't install
anything. Added a NOINSTALLLIB knob for libpam/modules. To not
build any library at all, just do not set LIB.
2002-05-13 10:53:24 +00:00
ru
bac8d0a671
Removed the a.out compatibility cruft.
...
libgnumalloc.so.2 and libresolv.so.2 should be put under
lib/compat/compat2?/ but I don't have the 2.x releases.
2002-05-13 09:01:18 +00:00
alfred
135bb8bda2
Don't use PAGE_SIZE in userland, instead use getpagesize(), this is to
...
allow running on other arches when the instructions are supported but
the page size granularity is not.
Glanced at by: peter
2002-05-13 07:58:15 +00:00
jake
7f78957a1b
Handle alignment fault fixups in libc rather than in the kernel.
2002-05-13 04:35:08 +00:00
phk
5063ea1a89
#include <sys/disklabel.h> to get BBSIZE.
2002-05-12 20:58:18 +00:00
phk
02fe70f68e
Retire the bogus uses of the disklabel field d_sbsize and begin to
...
initialize it to zero so we don't have to have everbody and their
aunt including FFS specific header files.
Sponsored by: DARPA & NAI Labs.
2002-05-12 20:49:41 +00:00
ru
77ac6c7e64
Revert the last change. The corresponding bsd.lib.mk changes were
...
already backed out.
2002-05-12 16:21:23 +00:00
ru
59049318b6
Added new bsd.incs.mk which handles installing of header files
...
via INCS. Implemented INCSLINKS (equivalent to SYMLINKS) to
handle symlinking include files. Allow for multiple groups of
include files to be installed, with the powerful INCSGROUPS knob.
Documentation to follow.
Added standard `includes' and `incsinstall' targets, use them
in Makefile.inc1. Headers from the following makefiles were
not installed before (during `includes' in Makefile.inc1):
kerberos5/lib/libtelnet/Makefile
lib/libbz2/Makefile
lib/libdevinfo/Makefile
lib/libform/Makefile
lib/libisc/Makefile
lib/libmenu/Makefile
lib/libmilter/Makefile
lib/libpanel/Makefile
Replaced all `beforeinstall' targets for installing includes
with the INCS stuff.
Renamed INCDIR to INCSDIR, for consistency with FILES and SCRIPTS,
and for compatibility with NetBSD. Similarly for INCOWN, INCGRP,
and INCMODE.
Consistently use INCLUDEDIR instead of /usr/include.
gnu/lib/libstdc++/Makefile and gnu/lib/libsupc++/Makefile changes
were only lightly tested due to the missing contrib/libstdc++-v3.
I fully tested the pre-WIP_GCC31 version of this patch with the
contrib/libstdc++.295 stuff.
These changes have been tested on i386 with the -DNO_WERROR "make
world" and "make release".
2002-05-12 16:01:00 +00:00
brian
467f4266f2
Add a prototype for rad_get_vendor_attr().
...
Forgotten by: brian
2002-05-12 10:53:00 +00:00
des
35b06c061e
Don't declare krb5_mcc_ops, it's already declared in <krb5.h>
2002-05-12 07:06:27 +00:00
dd
9cc64ca23c
s/demon/daemon/
2002-05-12 00:22:38 +00:00
mike
759ec3782f
Document that <netinet/in.h> can also provide prototypes. Change
...
wording related to standards conformance.
2002-05-11 23:22:54 +00:00