Darren Reed
a4f66d8f4c
fix duplicate rcsid's
2000-05-24 19:38:17 +00:00
Steve Price
8e47c536c2
Don't allow people to create new PRs with a 'wish' class.
...
Requested by: Sheldon Hearn <sheldonh@uunet.co.za>
2000-05-24 14:40:25 +00:00
Peter Wemm
9f85bc03de
pmap_enter() masked off the page offset bits, pmap_kenter() did not.
...
This (I believe) is the cause of the XFree86 startup and/or mptable(8)
panics when programs were reading from /dev/mem at non-page-aligned
offsets. The offsets were being converted into random page flags in the
page tables. :-( (including PG_PS = 4MB page size)
2000-05-24 14:22:22 +00:00
Brian Somers
632cd66778
Mention what ``enable proxy'' actually does
2000-05-24 13:49:39 +00:00
Mike Pritchard
fe6c63c617
Remove the lpr/runqueue directory and associated files.
...
These are not used anymore and are outdated and only cause
confusion (I just committed a fix to one of these files within
the last hour, thinking it was still valid).
2000-05-24 13:05:50 +00:00
Bruce Evans
582a77606f
Fixed some style bugs (mainly convoluted logic for blackhole processing).
2000-05-24 12:57:52 +00:00
Mike Pritchard
50545e9e59
Re-implement my fix from rev 1.6 (same rev for both files being committed)
...
that was lost during the lite-2 merge. From the original commit message:
Initialize the group list so that any filter programs that are
run by lpd are not run with root's groups.
2000-05-24 11:38:50 +00:00
Hajimu UMEMOTO
4efe647d8b
We should see the ai_canonname menber of the first addrinfo
...
structure in the linked list. RFC2553 mentions only first.
Reviewed by: shin
2000-05-24 11:24:49 +00:00
Peter Wemm
e49b03b90b
This commit was generated by cvs2svn to compensate for changes in r60867,
...
which included commits to RCS files with non-trunk default branches.
2000-05-24 10:44:45 +00:00
Peter Wemm
6b9085fd58
Bring in the fix for the trace/_nc_trace issue, without breaking the
...
vendor branching. The author has fixed this also so we can do this
safely.
2000-05-24 10:44:45 +00:00
Peter Wemm
ebb6049b1f
It would have been nice if this actually compiled. Close the header
...
comment */.
2000-05-24 09:08:55 +00:00
Brian Somers
d9626e9459
Honour `set speed sync'' and
`set device !program'' when
...
used together by creating a SOCK_DGRAM socketpair() between
the processes.
Be polite when closing !program links and send a HUP to the
process. This makes ssh tunnels over unreliable media (such
as via httptunnel) reconnect properly.
2000-05-24 09:05:58 +00:00
Brian Somers
4518b0757f
Mention it in the log file when we HUP a process that
...
controls a link.
2000-05-24 09:05:45 +00:00
Jun Kuriyama
569e965893
Add OPTi 82C700 chipset.
...
Submitted by: sanpei@sanpei.org
PR: kern/18155 (part of)
2000-05-24 09:03:30 +00:00
Thomas Gellekum
80026b8af0
Add missing source files. Sort SRCS.
...
PR: 18631
2000-05-24 09:01:23 +00:00
Dag-Erling Smørgrav
ce4e34c875
Make exe a symlink.
2000-05-24 07:37:02 +00:00
David E. O'Brien
015a53cfff
Fix ``dd if=/dev/zero of=/dev/daN'' on the Alpha by allowing the label
...
to be overwritten.
Submitted by: green
2000-05-24 06:47:10 +00:00
Darren Reed
6e067727a7
fix up conflicts
2000-05-24 04:40:17 +00:00
John-Mark Gurney
af7b56f450
fix up the kqueue documentation... comment some things that were left
...
out that really needed to be here...
Reviewed-by: jlemon
2000-05-24 04:29:57 +00:00
Darren Reed
255c925eef
fix conflicts
2000-05-24 04:21:35 +00:00
Darren Reed
6dda709260
fix conflicts
2000-05-24 04:09:13 +00:00
Darren Reed
8982edd714
fix conflicts
2000-05-24 04:01:49 +00:00
Darren Reed
d2138b8dd4
fix conflicts
2000-05-24 04:01:30 +00:00
Darren Reed
329247db38
fix conflicts
2000-05-24 03:43:24 +00:00
Darren Reed
fe646be69a
fix conflicts
2000-05-24 03:17:16 +00:00
Jun Kuriyama
3cc13eb5b1
Add 440MX chipset.
...
Submitted by: YOSHIMURA Hideaki <hideakiy@cs-tokyo01.chuosystem.co.jp>
References: [bsd-nomads:13764]
2000-05-24 02:24:38 +00:00
John Baldwin
e1efa49a84
Convert the short stub of real-mode code into 16-bit assembly.
2000-05-24 02:20:34 +00:00
Darren Reed
8312b3f4f7
fix conflicts
2000-05-24 02:19:15 +00:00
David E. O'Brien
a62f273fbe
Use the new machine-independent versions of crtbegin and crtend
...
from the "common" directory.
2000-05-24 02:17:12 +00:00
Darren Reed
5bca461d6f
This commit was generated by cvs2svn to compensate for changes in r60841,
...
which included commits to RCS files with non-trunk default branches.
2000-05-24 02:14:22 +00:00
Darren Reed
933f6f74ee
Import IP Filter 3.4.4 into FreeBSD-current
2000-05-24 02:14:22 +00:00
Brian Somers
7fe0b59209
Don't attempt to fputs(NULL, fp) when ``enable dns'' is given and
...
there's no resolv.conf.
Use a umask of 022 when creating resolv.conf, not 0644 !
2000-05-24 01:00:24 +00:00
Archie Cobbs
d61b89e4b3
Avoid double-call to bpf_mtap(). This is now handled in ether_input().
2000-05-24 00:05:44 +00:00
Brian Somers
7ecff35b0d
Propogate the ``call mktime'' flag from adjwday() down to adjday().
...
Submitted by: Christian Weisgerber <naddy@mips.inka.de>
2000-05-23 23:58:18 +00:00
Warner Losh
4a97e2b82b
Add D-Link DE-650.
...
Submitted by: Thiemo Nordenholz <nordenholz@rz.tu-clausthal.de>
2000-05-23 22:15:03 +00:00
Jake Burkholder
740a1973a6
Change the way that the queue(3) structures are declared; don't assume that
...
the type argument to *_HEAD and *_ENTRY is a struct.
Suggested by: phk
Reviewed by: phk
Approved by: mdodd
2000-05-23 20:41:01 +00:00
Guy Helmer
b4183771fd
Describe errx/warnx in comparison to errc/warnc/err/warn.
...
Use .Fa instead of .Va for function arguments.
Reviewed by: sheldonh
2000-05-23 19:52:35 +00:00
Jonathan Lemon
cbd280c6e0
Add code which actually checks for the NCR PCI id so it can be used.
2000-05-23 19:27:43 +00:00
Søren Schmidt
5996ceaaa9
Fix a nasty bug in ata_intr, parens are a good thing if used right.
...
Make the error recovery code a little more obvious.
Inform the user if UDMA66 mode couldn't be selected due to a
non ATA66 compliant 80pin cable.
Minor cosmetics.
2000-05-23 19:05:56 +00:00
Duncan Barclay
1a733adb0e
Moved a bit of resource allocation from probe to attach based on feedback
...
in -hackers on the correct driver structure.
Started to tidy up _detach and _stop.
Added the comq array stuff into mcast.
2000-05-23 16:38:12 +00:00
Brian Somers
eb598e08ff
Always pass packets through libalias when NAT is enabled.
...
Submitted by: luoqi
Forgotten by: me
2000-05-23 14:55:08 +00:00
Guy Helmer
64ae78cb9d
Catch and report fdopen failures.
2000-05-23 13:46:04 +00:00
Guy Helmer
5c7cba96bc
Catch and report memory allocation failures.
2000-05-23 13:44:00 +00:00
John Baldwin
a1a611ed6b
Grrr, fix a silly 'movl' -> 'movw' typo in both pxeldr and cdldr. Also,
...
remove unnecessary cruft from the Makefiles for both.
2000-05-23 12:31:32 +00:00
John Baldwin
af54a4fe47
Clean up some more 16-bit code and get rid of more m4 macros.
2000-05-23 12:28:31 +00:00
John Baldwin
638bac9fc0
Clean up all of the 16-bit assembly code in the x86 bootstrap to work
...
with the new binutils. Now that we have a decent assembler, all the old
m4 macros are no longer needed. Instead, straight assembly can be used
since as(1) now understands 16-bit addressing, branches, etc. Also,
several bugs have been fixed in as(1), allowing boot0.s to be further
cleaned up.
2000-05-23 12:18:49 +00:00
Daniel C. Sobral
716f301734
Document abial's .#.
2000-05-23 11:47:23 +00:00
Yoshihiro Takahashi
1ce8fd46c6
Fixed return value of adv_attach function.
...
Submitted by: Oleg Sharoiko <os@rsu.ru>
2000-05-23 10:12:42 +00:00
Paul Saab
2f20458059
Install a manpage for more.
2000-05-23 08:26:15 +00:00
Paul Saab
ea1e4cec25
Forgot one small more(1) compat patch.
...
Obtained from: NetBSD
2000-05-23 08:18:52 +00:00