simonb
ba77c9abaf
Don't chown installed files or directories if UNPRIVILEGED is defined.
...
"make build" should now work as a non-root user (tested on Alpha).
mtree spits out lots of warnings during "make distrib-dirs", but
these are non-fatal.
1999-08-21 06:30:11 +00:00
simonb
b729f2c755
Use ${INSTPRIV} with ${INSTALL}.
1999-08-21 06:27:29 +00:00
simonb
c31f7f0416
Document the UNPRIVILEGED make variable.
1999-08-21 06:19:33 +00:00
simonb
7987e3b34d
Add ${INSTPRIV} to ${INSTALL} commands.
1999-08-21 06:17:45 +00:00
simonb
f9bc9307df
If UNPRIVILEGED is defined, set ${INSTPRIV} to -U. Passed to install(1)
...
so that it doesn't try to set the user or group of the destination
file(s).
1999-08-21 06:16:21 +00:00
simonb
3c185af5fd
Include <sys/endian.h> after defining whether where are little- or
...
big-endian. i386, pc532 and vax still include <machine/byte_swap.h>
and define macros for the {n,h}to{h,n}*() functions. mips also
defines some endian-independent assembly-code aliases for unaligned
memory accesses.
1999-08-21 05:53:50 +00:00
simonb
06a92524c2
Include <sys/bswap.h> for function prototypes. i386, pc532 and vax
...
still include <machine/byte_swap.h> and define macros for some of
the bswap*() functions.
1999-08-21 05:39:51 +00:00
simonb
3596245a00
Add bswap.h and endian.h to ${INCS}.
1999-08-21 05:31:12 +00:00
simonb
f95b8b533d
Add ./usr/include/sys/bswap.h and ./usr/include/sys/endian.h.
1999-08-21 05:29:24 +00:00
simonb
d747020b0d
MI prototypes and macros for the {h,n}to{n,h}() functions, and macros
...
for the hto{le,be}{16,32,64}() set that convert a given size argument
to a specific endianness.
1999-08-21 05:27:26 +00:00
simonb
4a7617ac2b
MI prototypes for the bswap*() functions.
1999-08-21 05:20:50 +00:00
matt
f421eec6fe
Add needs-flag to if_fddisubr.c for previous commit
1999-08-21 03:47:50 +00:00
matt
d3448593e5
Cleanup a little kludge in mtu handling in route.c. Bring down FDDI
...
mtu to legal IP max but don't affect other protocols.
1999-08-21 03:46:35 +00:00
sommerfeld
520b575ce0
Fix build with DESTDIR set in mk.conf..
1999-08-21 03:28:54 +00:00
hubertf
3fb135484d
Call deinstall-script after files are removed:
...
deinstall <pkg-name> POST-DEINSTALL
(PKGTOOLS_REQD not bumped, as nothing in pkgsrc uses this so far)
1999-08-21 02:21:13 +00:00
thorpej
23e83a7ac7
When handling the MADV_FREE case, if the amap or aobj has more than
...
one reference, go through the deactivate path; the page may actually
be in use by another process.
Fixes kern/8239.
1999-08-21 02:19:05 +00:00
sommerfeld
e09aca5470
Use (if defined) instead of obj.foo or obj
...
when building object directories
1999-08-21 00:41:41 +00:00
matt
a5b92e89e1
Add knowledge of the VAX ELF magic number
1999-08-21 00:28:09 +00:00
matt
4751ed4b55
Add the newly blessed magic number for VAX.
1999-08-21 00:26:28 +00:00
wrstuden
ba891a728d
Deal with device vnodes which aren't on the spechash tables, rather than
...
panicing. So now we make sure vp->v_hashchain != NULL before removing
the node from the chain.
1999-08-20 22:21:25 +00:00
christos
46cd6f2aad
reflect reality
1999-08-20 21:12:47 +00:00
christos
2f37f42366
fix typo
1999-08-20 21:10:27 +00:00
ross
cf4d2683a8
Classical Unix guaranteed that nice +19 would not compete with base priority
...
process execution. As this is true once again: say so.
1999-08-20 20:03:21 +00:00
ross
2dfc8c4533
Note that nice +19 and nice +20 guarantee exclusion w.r.t. priority <= 0.
1999-08-20 19:58:20 +00:00
thorpej
a21be175c5
Clean up some whitespace issues in the generated syscallargs.h file.
1999-08-20 19:07:31 +00:00
ross
be6dde2c3c
Note that nice +20 only guarantees exclusion w.r.t. the base priority,
...
and not w.r.t. intermediate nice-levels. Correct english and formatting.
1999-08-20 18:09:48 +00:00
augustss
a293a6cc73
Make sure not to call tsleep() from suspend/resume routine.
1999-08-20 16:42:38 +00:00
agc
eed4a2840a
Fix braino, pointed out by enami - OS is not defined on NetBSD.
1999-08-20 14:34:34 +00:00
is
a8c8efadb1
Fix cross-reference (see PR 7603)
1999-08-20 11:46:13 +00:00
itojun
00cf8638cb
do not capture packets by gif, when gif interface is down.
1999-08-20 10:07:40 +00:00
agc
cf95737b8e
The copy_hierarchy function is never called. Remove its definition and
...
prototype.
1999-08-20 09:20:20 +00:00
agc
b41eccc5cd
Make this work on Solaris "out of the box"
1999-08-20 09:12:10 +00:00
mouse
1705bbe96b
Get rid of ugly vertical bars which occurred when
...
character-cell boundaries != byte boundaries.
("width" (despite the poor name) should be computed based on the
*old* value of bg, not the *new* one.)
Fixes PR 8221.
1999-08-20 06:46:44 +00:00
simonb
5ed3048893
How lame is this - a decompression library SHOULD NOT use a SIGSEGV
...
or SIGBUS to indicate corruption in the compressed file!
Do some error checking on the array indices in the MTF macro to
return "data error" if we get outrageous values. Some of these
values are by observation, and have been tested on all bz2 files
in the distfiles directory and a range of bz2 files up to 44MB
in size.
Should fix problem reported in PR bin/8237 by NAKAJIMA Yoshihiro.
1999-08-20 06:13:00 +00:00
chs
cb6a6fecce
copy some definitions from the sparc port. fixes PR 7880.
1999-08-20 03:53:50 +00:00
chs
dd6caaf3f9
fix typo in previous commit. fixes PR 7879.
1999-08-20 03:52:38 +00:00
sommerfeld
be5fe633b8
clean up attach messages slightly.
1999-08-20 03:36:59 +00:00
christos
253f5bbf85
mention elf, clarify a.out
1999-08-20 03:06:44 +00:00
simonb
d90538535d
Back out previous change now that "decompress" is not exported by libbz2.
1999-08-20 02:36:28 +00:00
simonb
5907998e39
Prefix all private functions and variables with "__BZ" so as not to
...
pollute namespace.
1999-08-20 02:21:48 +00:00
simonb
0678c8d4e5
In test mode, don't print the contents to stdout.
...
Patch from NAKAJIMA Yoshihiro in PR bin/8238.
1999-08-20 00:08:57 +00:00
christos
fb292d7f02
enable /etc/ld.so.conf processing
...
[reviewed by thorpej]
1999-08-19 23:42:15 +00:00
is
beb22e60b3
Pull in Motorola 68060 floating point library support package based
...
libm code, .ifdef M68060.
1999-08-19 21:53:03 +00:00
is
8c65b3f672
Motorola floating point library support package based architecture dependent
...
code for libm - generated files. Currently, easy functions only.
1999-08-19 21:43:52 +00:00
is
00c9560d0c
Motorola 68060 floating point library support package based architecture
...
dependent code for libm. Currently, easy functions only.
1999-08-19 21:41:35 +00:00
mjacob
9ed023d94e
remove LIMITMEM code because it does not work anyway anymore
1999-08-19 21:31:43 +00:00
mjacob
f28eb7f5cc
make alpha compiler happy
1999-08-19 21:29:04 +00:00
kleink
b9f86eb3a1
Namespace cleanup: move runtime linker interface into implementation namespace
...
and provide weak aliases.
1999-08-19 20:52:36 +00:00
ragge
8a0eac0ab5
Detect NVAX also.
1999-08-19 20:50:18 +00:00
kleink
399fa5e6c8
Import tzdata1999e.
1999-08-19 20:21:25 +00:00