ragge
a08c4b9e22
Header files for pdp10.
2003-08-19 10:53:04 +00:00
ragge
7a599d2c3e
Simple ebus, Massbus adapter and Massbus disk drivers.
...
The Massbus disk drivers should be merged with the vax Massbus disk drivers
when the 4.4BSD Massbus code gets free.
2003-08-19 10:51:57 +00:00
ragge
ab103e8af7
Configuration files for pdp10.
2003-08-19 10:49:57 +00:00
martti
9261ba7994
Remove # from the example.
2003-08-19 10:00:29 +00:00
jdolecek
2ed4245f5e
fixup the part what happens when specified filename
...
doesn't exist in description of cinclude
2003-08-19 09:33:16 +00:00
jdolecek
3faeefaf20
document 'include', 'cinclude', 'prefix' and 'package'
...
bump date
2003-08-19 09:29:22 +00:00
dsl
79b2073eea
Significantly reduce the non-monotonicity of this function.
...
The way time is apportioned to interrupt/system/user makes it impossible
to guarantee monotonicity except by saving the previous value!
2003-08-19 08:31:18 +00:00
itojun
b83dd2f98b
remove unneeded #ifdef __NetBSD__
2003-08-19 08:00:54 +00:00
itojun
ade8129bdc
make ip_fragment public (it is for coming PF integration)
2003-08-19 01:20:03 +00:00
uwe
acd641f87d
Add -I${BACKENDOBJ} to HOST_CPPFLAGS so that `fini' host program can
...
find auto-build.h.
Fixes PR/22497.
Ok by mrg@.
2003-08-19 01:13:25 +00:00
christos
ae572737ba
make ip_fragment static and add prototype.
2003-08-19 00:54:41 +00:00
itojun
4f8ba921cd
correct ip_multicast_if fix to always set ifp (tnx Shiva)
2003-08-19 00:17:38 +00:00
eeh
677644de4b
Increase the size for the symbol table so we don't overflow anymore.
2003-08-18 23:20:06 +00:00
christos
eb60ee7b60
Do not install the libraries (from Stephen Degler)
2003-08-18 22:49:16 +00:00
itojun
449b5c43d4
since we cope with packets with addess on !IFF_UP interface in ip_input()
...
properly, IFF_UP check in INADDR_TO_IA is obsolete (or too much).
2003-08-18 22:28:51 +00:00
itojun
122edbc337
fix problem we can't drop membership on !IFF_UP interface.
...
reported by Shiva Shenoy
while we're here, fix another problem when the same interface address is
assigned to !IFF_MULTICAST and IFF_MULTICAST interface. if ip_multicast_if()
returns the first one, join/leave will fail, which is not an desired effect.
2003-08-18 22:23:22 +00:00
matt
121c8942a6
Not all PPC ports (e.g. macppc) equate IPL_NONE with 0.
2003-08-18 22:10:33 +00:00
eeh
26ed6e652b
Do not rely on an address from one particular firmware version.
2003-08-18 21:34:11 +00:00
eeh
e898bed96b
Use the only documented method to get the board data from the firmware.
2003-08-18 21:30:51 +00:00
he
6d211e7dbf
Re-balance parens.
2003-08-18 20:34:18 +00:00
agc
71aa7cb367
An autoconf'ed version of NetBSD sed has been added to bootstrap-pkgsrc -
...
remove the entry from the TODO list.
2003-08-18 16:52:21 +00:00
christos
dfb81d79ab
undo previous accidental commit.
2003-08-18 16:46:55 +00:00
yyamano
9d1bacfdb9
fix typo.
2003-08-18 16:12:58 +00:00
dsl
fc94061686
Further fallout from making 'path' arg to 'ufs_open' 'constchar *'.
...
There may be fallout in other builds....
2003-08-18 15:47:41 +00:00
dsl
8453fb0040
make 'path' argument to ufs_open 'const char *' and fix the fallout.
2003-08-18 15:45:27 +00:00
tshiozak
ad49f181fd
To ensure the mapping identical, change the unicode codepoint for the reverse
...
solidus on JIS X 0208.
2003-08-18 15:28:25 +00:00
pooka
63242450c2
back out revision 1.8 per discussion with Hubert
...
vgrind already worked properly in filter mode for source correctly
enclosed inside .vS and .vE. The change more or less broke troff
processing, since e.g. \fI became \\fI when it went through vgrind.
2003-08-18 15:28:17 +00:00
pooka
7db1443cd2
make the macrofile point to the new name
2003-08-18 15:02:16 +00:00
pooka
b7fe06f1ae
Use the new name for the macro file (vgrind.tmac) instead of the old
...
one (tmac.vgrind), the advantage being that the former exists.
2003-08-18 14:10:22 +00:00
tron
f48b602669
Don't use depricated "-f" option to mixerctl(1). Patch supplied by
...
Bruce J.A. Nourish in PR misc/22524.
2003-08-18 13:04:10 +00:00
taca
88b2ae484d
make ahc(4) to recognize Adaptec 2915LP Ultra160 SCSI adapter.
2003-08-18 09:16:22 +00:00
oki
f3dd49b44c
Add exec_setup_stack in execsw for lkm. Hi christos!
2003-08-18 09:04:45 +00:00
dsl
d678060c05
KNF, fix a comment or two
2003-08-18 08:00:52 +00:00
lha
be9358159d
libkrb depend on libdes
2003-08-18 07:23:45 +00:00
matt
93b63570a0
Properly walk the OF tree to map a PCI node's interrupt property into the
...
proper settings for the interrupt-controller.
2003-08-18 07:08:11 +00:00
itojun
757e458559
SIOCGIFCONF -> getifaddrs conversion
2003-08-18 05:39:52 +00:00
itojun
dc4bf37abf
support new quirk bits on debug output
2003-08-18 05:39:07 +00:00
elric
73d81f8b40
Ensure that the IV is aligned for strict alignment machines.
2003-08-18 02:36:17 +00:00
martin
17e3c1d4f1
Add sparc64 support.
...
XXX - lint does not yet work - it undefines __GNUC__ and this breaks bfd.h.
2003-08-18 00:28:11 +00:00
martin
0fffc3d101
Move bfd.h to arch dependend directory - the generated bfd.h differs
...
slightly between 64bit and 32bit archs.
2003-08-18 00:25:23 +00:00
mrg
ef0f504703
allow DEBUG to be set to "-gstabs" or "-gstabs+", to enable building
...
netbsd.gdb. (you need "-gstabs" for gcc3.3 and old gdb.)
2003-08-18 00:15:41 +00:00
martin
8f6cdf024b
Remove accidently commited (generated) files that "make distclean" fails
...
to remove.
2003-08-17 23:51:12 +00:00
christos
f399648bb7
forgot to add this one too.
2003-08-17 23:00:20 +00:00
christos
a550ab6960
forgot to commit this.
2003-08-17 22:54:56 +00:00
itojun
916585ff14
SIOCGIFCONF->getifaddrs conversion
2003-08-17 22:34:17 +00:00
martin
f4d6f4dfb8
Rumors say there are archs where int != long.
2003-08-17 22:17:03 +00:00
itojun
cdf8146ccf
SIOCGIFCONF->getifaddrs conversion
2003-08-17 22:12:43 +00:00
itojun
f4c0491af5
one more SIOCGIFCONF->getifaddrs conversion
2003-08-17 21:43:29 +00:00
itojun
0f6ff2de74
rewrite SIOCGIFCONF into getifaddrs(3)
2003-08-17 21:36:56 +00:00
hannken
d56baf4735
Add a placeholder for lpt, char 20.
...
Requested by: Matt Thomas
2003-08-17 19:15:50 +00:00