thorpej
825e4687c7
Add /usr/share/dhcpd/pxe.defs
2002-02-09 21:16:34 +00:00
thorpej
fbe7fa7c47
Add some definitions for the Intel PXE boot protocol that can
...
be included in a DHCP server configuration file.
2002-02-09 21:13:31 +00:00
thorpej
0c1012f0a0
Add /usr/share/dhcpd
2002-02-09 21:09:27 +00:00
thorpej
8edba68a05
Fix problems associated with the SiS 635/735 on-board Ethernet,
...
from Stephen Degler <sdegler@degler.net>, port-i386/15261.
2002-02-09 21:04:02 +00:00
chs
63e29ad187
in LKM context, skip a bunch of unnecessary stuff that doesn't compile there.
2002-02-09 20:01:34 +00:00
chs
679d8cbfdc
define the sun3-only bits all the time, helps when building LKMs.
2002-02-09 19:42:31 +00:00
chs
dcee4d2ab2
bring forward a change from the old gdb:
...
Define IN_SIGTRAMP() as nbsd_in_sigtramp(), a new function which knows
how to find the address of the signal trampoline at runtime, thus allowing
one gdb binary to work on all NetBSD/m68k machines.
2002-02-09 19:37:38 +00:00
pooka
bbd559bc7a
Exit the file_init "recursion" only if we are actually already trying for
...
a second time. Checking for the plain temp filename was not enough,
as it may be set even though we are calling the function for the
first time.
fixes bin/15474 by Chuck Cranor
2002-02-09 19:33:53 +00:00
sato
fad7e32235
add vr4181 giu unit register definitions.
2002-02-09 18:08:44 +00:00
kleink
11402be7a5
Header for the 601's I/O Controller Interface Address Translation
...
segment register format.
2002-02-09 17:44:40 +00:00
bouyer
77744dc5e1
Add a test for the bug fixed in subr_extent rev 1.45, as suggested by
...
thorpej@netbsd.org .
2002-02-09 15:58:35 +00:00
sato
b2666184d8
delete '#if 0' codes.
2002-02-09 15:20:49 +00:00
tsutsui
0f5d20e20b
- rename struct iha_scsi_req_q -> struct iha_scb
...
- reorder some functions
- some more cosmetics
2002-02-09 15:13:00 +00:00
sato
86f2021f79
access GIUIOSEL_REG and GIUINTEN_REG
...
only if these registers are not GIU_NO_REG_W.
2002-02-09 15:00:40 +00:00
sato
a96c83ebbb
change NO_REG_W to ICU_NO_REG_W.
2002-02-09 14:54:05 +00:00
sato
f13492fb26
RTC_NO_REG_W unsigned
2002-02-09 14:47:57 +00:00
lukem
811d644d8f
don't set the owner or group when installing into $RELEASEDIR
2002-02-09 13:56:48 +00:00
lukem
8f25f0f1e6
use ${INSTALL_FILE} as appropriate
2002-02-09 13:49:28 +00:00
chris
0a162278aa
Move the arm32/pci files into the cats dir. AFAIK these files are only used by cats.
2002-02-09 12:14:01 +00:00
chris
2ba81d8c9c
Update elf2aout to cope with infile and outfile being the same.
...
Make the cats a.out kernel be called netbsd. This means that make install installs the correct kernel
2002-02-09 11:53:58 +00:00
chris
551471e419
Restore the other files needed for cats build, should really move these elsewhere.
2002-02-09 11:43:27 +00:00
fair
0a2cd6790f
A more complete (and hopefully accurate) system/CPU listing, to
...
answer the submitter of PR 3977 who is never satisfied.
Additional review from a DECcie (or anyone else with first-hand
information) would be appreciated.
2002-02-09 11:14:21 +00:00
lukem
7b1ed2d086
- add check_destdir and check_releasedir targets, and use appropriately
...
(easier to read that large nested .if's
- use INSTALL_FILE, INSTALL_LINK and INSTALL_SYMLINK instead of INSTALL
- when creating release directories, don't bother setting owner and group
2002-02-09 11:09:29 +00:00
skrll
3f587bd84e
Bring this file back as it is needed by CATS, atm.
2002-02-09 11:03:55 +00:00
lukem
971861de37
use ${INSTALL_FILE} as appropriate
2002-02-09 09:35:59 +00:00
lukem
448dcd6d93
do not bother setting owner or group when ${INSTALL}ing releases
2002-02-09 09:27:20 +00:00
lukem
e2311f6fa0
use ${INSTALL_FILE} as appropriate
2002-02-09 09:21:47 +00:00
rh
c57778753f
regen
2002-02-09 09:21:24 +00:00
rh
7236711b7c
Add HP Scanjet 5400C
2002-02-09 09:20:44 +00:00
lukem
670a900e30
use ${INSTALL_FILE} as appropriate
2002-02-09 09:14:32 +00:00
atatat
9dd8465963
(1) Make if_index "wrap" at USHRT_MAX instead of going above it so
...
that other parts of the kernel won't lose gratuitously. There are
places where it's assumed that it won't grow that large.
(2) Avoid accidental reuse of occupied slots in the ifindex2ifnet[]
table.
2002-02-09 05:56:34 +00:00
eeh
48198ba7ca
Fix microsecond calculation in microtime.
2002-02-09 05:01:39 +00:00
eeh
c068b28bac
Increase NMBCLUSTERS.
2002-02-09 04:58:53 +00:00
eeh
c42bdc6b14
Correctly take into account the satck bias in CLKF_INTR().
2002-02-09 04:50:13 +00:00
thorpej
e01bd95698
* The Npwr only has 5 interrupt sources, all in XINT3, so don't bother
...
reading XINT0 (which isn't even implemented by the CPLD on Npwr).
* Adjust the mask of valid IRQ bits for the Npwr.
2002-02-09 03:52:31 +00:00
bouyer
149c671b66
extent_alloc_subregion1(): when a candidate region doesn't fit after being
...
rounded up to respect boundary limits, adjust newstart and last before
skiping to the next region. Otherwise we may check the same candidate
region against the start of the next region, no the one immediatly following
the hole, leading to corrupted map.
This fixes the panic seen on sparc64 with scsi drivers, and probably fixes
PR 15489.
2002-02-09 01:00:09 +00:00
thorpej
727b4699ce
The Npwr has a 19-bit timer. Make sure values programmed into
...
the counter fit.
2002-02-08 23:50:53 +00:00
eeh
424177d21b
Provide more info in psycho_ue.
2002-02-08 20:04:14 +00:00
eeh
bfba946595
Handle the case where a DMA operation wraps from the end of a page to the
...
beginning of the same page properly by double-mapping that page.
2002-02-08 20:03:45 +00:00
christos
980af1007c
Andrew Brown found that we overflowed all cases in the TTLINEDNAMELEN.
...
ouch.
2002-02-08 18:36:53 +00:00
joda
8dd8e58e76
import heimdal rev 1.42: we have to create our own param struct before
...
marshaling (fixes bin/15520)
2002-02-08 18:35:30 +00:00
tv
3fdf5a9991
Funtion appropriately in the absence of a lchmod call on the host.
2002-02-08 18:15:12 +00:00
pk
b3ddad6b4b
Make sure to not go off installing in a directory before it's fully made.
2002-02-08 17:48:38 +00:00
pk
6c012e68f5
JobRestartJobs() should cease scheduling stopped jobs if the maximum
...
number of running jobs limit has been reached, otherwise an infinite
loop is the result.
Give JobStart() a return value to report this condition.
2002-02-08 17:44:23 +00:00
pk
c36b1263ac
JobStart(): if there no commands to execute for a node, set its status
...
to MADE before calling Make_Update(). This is necessary to complete
all rules associated with sources on an .ORDER dependency.
2002-02-08 17:31:38 +00:00
lukem
a63be975b0
remove METALOG in clean
2002-02-08 16:11:18 +00:00
uch
5e1dc96b6e
| Module Name: syssrc
...
| Committed By: uwe
| Date: Thu Jan 31 11:18:08 UTC 2002
|
| Modified Files:
| syssrc/sys/dev/rasops: rasops8.c
|
| Log Message:
| Honor RI_BSWAP.
Endian fix.
2002-02-08 14:55:23 +00:00
hubertf
85cc2d10d5
the modifiers (-inet6, ...) do not only affect the behaviour of "flush",
...
but at least also of "get", so make the wording a bit more general.
2002-02-08 13:32:32 +00:00
uwe
7948c19410
Cosmetic changes: clean up debugging ifdefs and use consistent wording
...
in panic messages.
2002-02-08 13:10:42 +00:00
kleink
d248468105
Untangle the description of {MONOTONIC_CLOCK} somewhat.
2002-02-08 12:12:55 +00:00