ragge
1d79c50d61
Oops, forgot a debug return.
2000-07-26 15:16:55 +00:00
simonb
9c7e8fa55d
Remove white space after \ line continuation char.
2000-07-26 15:16:28 +00:00
hubertf
66df19f794
PACKAGE_DEPENDS_WITH_PATTERNS will soon be gone, and it was never
...
intended to be changed by users.
2000-07-26 15:02:14 +00:00
itojun
dbc196be0d
fatal typo. From: Izumi Tsutsui <tsutsui@ceres.dti.ne.jp>
2000-07-26 14:59:06 +00:00
mycroft
98a44cdc45
Do the PTRSIZE_64BIT thing in the port-specific .h file instead.
2000-07-26 14:41:23 +00:00
lukem
8a5b724529
add support for -W; don't log to wtmp (orthogonal of -U which logs to utmp).
...
inspired by similar option in wuftpd.
2000-07-26 13:53:33 +00:00
lukem
0b392afc69
document /var/run/[uw]tmp, /var/run/ftpd.pids-CLASS
2000-07-26 13:45:52 +00:00
pk
e668bc0310
Use the mk48txx driver for time-of-day clock access.
2000-07-26 13:39:36 +00:00
ragge
acb96154d0
More intelligent BI vector assignment.
2000-07-26 12:41:40 +00:00
pk
785d8d91b9
Remove unused <sys/dev/ic/intersil7170.h>
...
Remove unused `extern struct idprom idprom'
Pull in <dev/clock_subr.h>
2000-07-26 12:39:20 +00:00
ragge
97c8ae87cd
nmi files.
2000-07-26 12:37:14 +00:00
augustss
72afbf03cf
Run power hooks in reverse installation order when powering down and
...
installation order when powering up. This allows drivers in a hierarchy
to DTRT.
2000-07-26 12:24:52 +00:00
augustss
54fb7baa71
Fix CIRCLEQ_FOREACH so that it actually works. I guess noone has used this
...
macro either.
2000-07-26 12:19:40 +00:00
ad
b92480d646
Actually, don't bother marking wscons drivers as such - it gets messy.
2000-07-26 12:04:44 +00:00
ad
9091cf3b66
Clean up, fix.
2000-07-26 12:02:28 +00:00
ad
d6ff273d1e
- Xr pcdisplay(4)
...
- Capitalisation.
2000-07-26 11:56:15 +00:00
ragge
f9374fe05f
Add bi interrupt allocator. Should be somewhere else.
2000-07-26 11:55:55 +00:00
ragge
e50ddafc0b
Add badaddr() field.
2000-07-26 11:55:01 +00:00
ragge
550bb5fbb2
Make yeartonum/numtoyear visible.
2000-07-26 11:54:32 +00:00
ragge
c034e1d483
VAX-specific bi support changes.
2000-07-26 11:53:30 +00:00
ragge
9c3b3ed9c6
Discover the KA88 cpu.
2000-07-26 11:50:51 +00:00
ragge
3a73106b1b
KA88 console support.
2000-07-26 11:50:16 +00:00
ragge
0aeb2853f9
Support for a machine-specific badaddr handler.
2000-07-26 11:48:50 +00:00
ragge
b38b1995fa
Support for the KA88 CPU and the NMI backplane.
2000-07-26 11:47:15 +00:00
ragge
851da6dda0
Remove the use of global "mastercpu", the world is different now.
2000-07-26 11:44:25 +00:00
pk
9c601e5c64
lstat: since namei() returns an error (EISDIR) if there is no parent to lock,
...
retry the lookup without LOCKPARENT if that happens. This is safe, since
need to have LOCKPARENT only if the vnode is of type VLNK.
2000-07-26 11:43:07 +00:00
ad
001420d7ea
Remove unneeded include.
2000-07-26 11:42:41 +00:00
pk
4a3cba7a65
Pull in <dev/clock_subr.h>.
2000-07-26 11:28:36 +00:00
pk
34604a9f79
No point in forcing SECDAY to be a long int.
2000-07-26 11:07:45 +00:00
augustss
c65b9bc807
Make parens match in CIRCLEQ_FOREACH_REVERSE; I guess this macro has never
...
been used before.
2000-07-26 11:01:01 +00:00
ad
93508ea1b3
Print a space after printing 802.1Q header information.
2000-07-26 10:48:15 +00:00
kleink
9c477a4e4e
XCU5 -> XSH5.
2000-07-26 08:57:34 +00:00
kleink
7d93b767c2
Oops, forgot to define weak aliases for public names.
...
Fixes PR {pkg,lib}/10655.
2000-07-26 08:52:57 +00:00
itojun
9e0a696a8a
remove #ifdef notdef part. sync with kame.
2000-07-26 07:40:52 +00:00
onoe
188122248a
I've confirmed that Samsung MagicLAN SWL-2000N (PRISM-II) works
...
with WEP enabled.
2000-07-26 07:28:56 +00:00
onoe
cc8e6675e2
add Samsung MagicLAN SWL-2000N
2000-07-26 07:24:15 +00:00
lukem
5ab1f61ba2
* update to match etc/rc.conf
...
* clean up formatting
2000-07-26 06:34:47 +00:00
lukem
dbf1552526
describe rc.d/NETWORK. xref rcorder -k for keywork explanation
2000-07-26 05:29:15 +00:00
lukem
7139ec4211
add rc.d/NETWORK, obsolete rc.d/systemfs
2000-07-26 05:24:59 +00:00
briggs
5d162e9bcf
Add Sigma Designs L-View and AsanteFAST product codes.
2000-07-26 04:36:16 +00:00
briggs
98cdbc4cc9
Remove advertising clause with my name.
2000-07-26 04:35:46 +00:00
mycroft
320dc0b012
Build shared libraries on sparc64.
2000-07-26 02:21:21 +00:00
mycroft
209e309de1
Always dereference argc as an int.
2000-07-26 02:11:44 +00:00
mycroft
43cfeb27a9
Catch up with type changes. Also:
...
* Apply DT_PLTRELSZ to (one of) pltrel or pltrela *after* we've finished
parsing the headers, so we know which one.
* Fix sparc64 bogons. (It works now!)
2000-07-26 02:07:34 +00:00
mycroft
9af78695ed
Introduce Elf64_Xword and Elf64_Sxword, and use them in various places instead
...
of Elf64_Word.
Make Elf64_Word be 32 bits on sparc64. (XXXX Need to determine what it's
supposed to be on other, but it's current used to size entries in DT_HASH,
which is 32 bits on sparc64 and 64 bits on alpha.)
2000-07-26 02:04:53 +00:00
eeh
9c2bf87977
Need to reserve a full 64-bit stackframe, not a 32-bit one.
2000-07-26 00:53:50 +00:00
tv
cb6fba8c4d
A README file describing the `toolchain' directory import procedure, and
...
future home for `How to build a cross-compiler'.
2000-07-26 00:40:02 +00:00
tv
3129068ae5
Import of gdb 5.0 into new gnu/dist/toolchain layout.
2000-07-26 00:32:27 +00:00
tv
1de46e6cd7
Import of binutils 2.10 into new gnu/dist/toolchain layout.
2000-07-26 00:22:40 +00:00
tv
dc36174cbd
Import of gcc 2.95.2 into new gnu/dist/toolchain layout.
2000-07-26 00:17:09 +00:00