martin
4a7710e8d9
Fix a long standing confusion between n_mgm_command and mph_command_req
...
by removing the former completely.
This makes isdntrace work again.
2002-03-19 20:10:45 +00:00
eeh
c34c58d78e
Using PSR_PIL in conjunction with the IPL results in a comparison that is
...
always true.
2002-03-19 19:47:57 +00:00
briggs
14bcbc0e29
Ignore cpu_sleep() if called with anything other than ARM_SLEEP_MODE_IDLE.
2002-03-19 19:41:57 +00:00
christos
94d01e0c5d
PR/15502: Wolfgang Rupprecht: savecore fails for > 2GB files.
2002-03-19 18:55:03 +00:00
eeh
db0c1e532e
Default to the medium any memory model.
2002-03-19 18:12:27 +00:00
eeh
7a49cca31a
Fix up compiler options:
...
1) Get things right for 32-bit kernels
2) Always use medium any memory model for 64-bit kernels for the moment.
2002-03-19 18:10:33 +00:00
drochner
b40bbc753e
work around a pc-relative jump optimization in early startup
2002-03-19 17:59:04 +00:00
augustss
1a42566bd8
Add uvscom.
2002-03-19 15:19:43 +00:00
augustss
d00ad9335b
Add uvscom(4).
2002-03-19 15:17:48 +00:00
augustss
2448d257af
Add uvscom driver. Untested.
2002-03-19 15:10:21 +00:00
augustss
ea41085783
Add driver for SUNTAC Slipper U VS-10U serial devices.
...
Written by Shunsuke Akiyama <akiyama@jp.FreeBSD.org>. From FreeBSD.
2002-03-19 15:08:42 +00:00
augustss
b9300aa49f
Regen.
2002-03-19 15:07:23 +00:00
augustss
d79c559262
Add some devices. From FreeBSD.
2002-03-19 15:07:05 +00:00
lukem
21c9e4ea28
<bsd.lib.mk> needs a new install(1)
2002-03-19 14:42:41 +00:00
lukem
1995e199a3
Change library installation.
...
Instead of:
install -m 600 [...]
ranlib -t [...]
chmod 444 [...]
use the newly added "-a" flag to install(1) to invoke ranlib ifndef UPDATE.
Should prevent unnecessary ranlib-ing of installed libraries with UPDATE
defined.
Per discussion with simonb.
2002-03-19 14:39:22 +00:00
christos
9c8babbd46
Drop connections to the broadcast address. From BUGTRAQ. This is a security
...
issue because it can by-pass ipf rules unintentionally.
2002-03-19 14:35:20 +00:00
lukem
3d000fd59c
- Add "-a afterinstallcommand", which runs "sh -c afterinstallcmd target"
...
after target has been installed and possibly stripped with -s, but
before ownership, permissions or timestamps are set, and before
renaming (with -r) occurs. Per discussion with simonb.
- When metalogging hardlinks, log the mode of the existing target
(rather than the default 0755), and ignore owner/group/fflags.
- Improve man page description of various options to include argument name.
- Clean up usage() to use getprogname(), etc.
2002-03-19 14:17:04 +00:00
bjh21
376c14488f
Only abort() if the user specifies a rounding mode other than FP_RN.
2002-03-19 13:42:23 +00:00
bjh21
a03fedb6a5
ANSIfy.
2002-03-19 13:36:30 +00:00
reinoud
366e81869c
When building the installation kernel make the resulting name of the
...
installation kernel more friendlier to RISC OS.
2002-03-19 11:50:45 +00:00
lukem
1e73b16611
- ensure that check_DESTDIR and check_RELEASEDIR are always available,
...
even if USETOOLS==no.
- wrap setting of DESTDIR?= with own USETOOLS==yes check.
should fix a problem noted on current-users with USETOOLS=no
2002-03-19 11:03:05 +00:00
wiz
728eccc7b2
Markup fix.
2002-03-19 10:34:50 +00:00
wiz
02383c1b5c
Typo and grammar fixes, one each.
2002-03-19 10:30:20 +00:00
bouyer
9f3b0a4dcc
Respect byte order of the ELF executable. This allows elf2ecoff to be used
...
for mipseb platforms (especially to produce bootable ecoff kernel for sgimips).
2002-03-19 09:29:04 +00:00
gmcgarry
f7968ef883
Document keymaps.
2002-03-19 05:35:18 +00:00
gmcgarry
d5111c7802
Document -c flag.
2002-03-19 05:22:33 +00:00
briggs
d099df10f4
Use obio_bs_rr_1.
...
In obio_bs_map(): Create a mapping for regions that are not in the
standard on-board I/O space.
2002-03-19 01:36:13 +00:00
itojun
7d3dd9d958
strict sa_len/family checking on raw ip6 socket
2002-03-19 01:23:32 +00:00
itojun
d31217b639
check sa_len and sa_family strictly. (NOTE: rtsol/rtsold older than Nov2001
...
will stop working, upgrade them first)
2002-03-19 01:21:19 +00:00
atatat
8fb7f2015a
Remove a comment that is wrong
2002-03-19 00:58:17 +00:00
atatat
808a91f311
Put the extra kernel names in EXTRA_KERNELS
2002-03-19 00:57:53 +00:00
simonb
267b8c65f5
Define all CPU types if _LKM is defined; fixes problems building LKM's
...
as noted by FUKAUMI Naoki on port-mips.
2002-03-19 00:53:46 +00:00
lukem
247856f4d7
Fixes from Bill Fenner <fenner@research.att.com> for problems he found
...
in FreeBSD's port of this nsswitch code:
- Don't ignore unknown characters. The old lexer would treat
hosts:!!!!!!!!@@@@@$%^&*()()*$(files{}{}|||++!)(dns
exactly the same as
hosts: files dns
- Recover from errors by looking for the end of a line. This means
that having a syntax error near the top of the file doesn't prevent
a service at the bottom of the file with no syntax error from being
looked up.
Thanks Bill!
2002-03-19 00:04:09 +00:00
mjl
7385725727
ANSIfy.
...
Lose \n from syslog messages.
strncpy() -> strlcpy().
Correct last arg to execl (NULL, not 0).
(From OpenBSD)
2002-03-18 23:59:57 +00:00
mjl
f60ca83e0c
strncpy() -> strlcpy()
2002-03-18 23:34:21 +00:00
martin
af693ebcf6
Wakeup sleeping processes when the ISDN connection gets established
...
or disestablished. Hint from Matthias Drochner.
2002-03-18 23:28:03 +00:00
tshiozak
f4b38752de
Move mbstate_t materials from locale/runetype.h to locale/multibyte.h.
...
Before this fix, building nbmklocale was failed on non-NetBSD-current platforms.
multibyte.h seems more appropriate one to contain them.
2002-03-18 22:58:44 +00:00
thorpej
09a6f546a3
PS_STRINGS -> p->p_psstr
2002-03-18 22:57:53 +00:00
martin
e8921b2f97
Fix typo in the local sockets permission mask.
...
Noted by Matthias Drochner.
2002-03-18 22:49:57 +00:00
briggs
47c8167bc7
Fix typo: ISDNCTL -> NISDNCTL.
2002-03-18 22:46:57 +00:00
yamt
69fa98c2af
explicitly align _RuneStatePriv::__private
...
and remove XXX comment.
2002-03-18 22:25:43 +00:00
bjh21
e637cd6c16
PS_STRINGS -> p->p_psstr
2002-03-18 22:21:25 +00:00
martin
b07c2da1c9
Fix an uninitialized use of a variable by removing it completely.
2002-03-18 22:15:28 +00:00
bjh21
6a7bb64ae1
We don't seem to need abort() any more -- presumably GCC is no longer
...
generating calls to it.
2002-03-18 21:14:34 +00:00
bjh21
f9a48a09ad
Turn on DEFAULT_SHORT_ENUMS, since this will be required by the ARM EABI-2001,
...
which we'd like to comply with.
2002-03-18 20:36:51 +00:00
manu
af187fe983
Added swapctl SC_ADD, SC_REMOVE and SC_SGIADD commands.
2002-03-18 20:34:54 +00:00
bjh21
913037a61e
When checking that a potentially-unsigned enum is >= 0, assign it to an int
...
first. This is necessary to avoid warnings with -fshort-enums. Casting
to an int really should be enough, but turns out not to be.
This change will be documented in doc/HACKS.
2002-03-18 20:26:50 +00:00
bjh21
ad4b72abb9
Check isc_result_t values with != ISC_R_SUCCESS, rather than < 0.
...
Suggested by Ted Lemon, but not yet in an ISC DHCP release.
This is necessary to avoid warning with -fshort-enums.
2002-03-18 20:25:58 +00:00
bjh21
76b77c2c35
When checking that a potentially-unsigned enum is >= 0, assign it to an int
...
first. This is necessary to avoid warnings with -fshort-enums. Casting
to an int really should be enough, but turns out not to be.
This change will be documented in doc/HACKS.
2002-03-18 20:16:49 +00:00
thorpej
f98e5b2d99
Deal with const'ification if el_parse().
2002-03-18 20:14:03 +00:00