| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
|
|
|
| |
<sys/proc.h>
PR: 24311
Submitted by: Robert Drehmel <robert@gizmo.quizbot.org>
|
|
|
|
|
|
|
|
| |
punctuation, and explanations that are just plain wrong)
o Add missing entries
o Remove entries for directories that do not exist
Submitted by: Rich Morin <rdm@cfcl.com> (for the most part)
|
|
|
|
| |
Submitted by: Alexey Dokuchaev <danfe@inet.ssc.nsu.ru>
|
|
|
|
|
|
|
| |
fixes the world for people without src-release.
PR: 24122
Submitted by: Steven G. Kargl <kargl@apl.washington.edu>
|
| |
|
| |
|
|
|
|
| |
Reviewed by: ru
|
|
|
|
|
|
|
|
| |
bindkey "^W" backward-delete-word
bindkey -k up history-search-backward
bindkey -k down history-search-forward
Reviewed by: -current
|
| |
|
|
|
|
|
|
| |
This is mostly cosmetic changes, (though I caught a bug or two while
makeing them)
Reviewed by: archie@freebsd.org
|
|
|
|
|
|
|
|
| |
This version is functional and is aproaching solid..
notice I said APROACHING. There are many node types I cannot test
I have tested: echo hole ppp socket vjc iface tee bpf async tty
The rest compile and "Look" right. More changes to follow.
DEBUGGING is enabled in this code to help if people have problems.
|
| |
|
|
|
|
|
| |
PR: 19818
Submitted by: Brian Candler <B.Candler@pobox.com>
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
Retire them before anybody starts to use them again.
Use TAILQ instead, it provides the same functionality.
|
| |
|
|
|
|
|
| |
PR: 23934
Submitted by: Alex Kapranoff <alex@kapran.bitmcnit.bryansk.su>
|
|
|
|
| |
real make.conf.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
current format. The new database also has subvendor/subdevice ID
information, which we aren't using for now. This adds 272 new vendors
and 376 new device identifiers, as well as cleaning out some of the
bad entries in the previous revision.
We now combine data from:
http://www.yourvote.com/pci
http://members.hyperlink.com.au/~chart/pci.htm
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
<bde>
o Add comments in some places to clarify some points.
o Don't typedef sc_p. This isn't usually done in the drivers and may
cause problems in teh future if C goes the C++ route of requiring
one and only one definition for each and every type. Instead use
the current convetion of expanding struct ${1}_softc * inline needed.
o change some comments to be more style(9)-like.
o Define and use DEV2SOFTC to encapsulate storing/getting softc from a
dev_t. This also takes care of the missing cast from the examples.
o Define and use DEVICE2SOFTC, similar to DEV2SOFTC for getting the
softc from a device_t.
</bde>
We still should have this generate foo_{isa,pci,pccard,cardbus,eisa}.c
and foovar.h from templates of some sort, but I was too lazy to do
that in this commit. I did document it in the comments, however.
Note: bde-like corrections made with the help of my my portable
plastic bde icon. Results with the real bde may vary with use.
|
|
|
|
|
|
|
|
|
| |
format version number. (userland programs should not need to be
recompiled when the netgraph kernel internal ABI is changed.
Also fix modules that don;t handle the fact that a caller may not supply
a return message pointer. (benign at the moment because the calling code
checks, but that will change)
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
Added BSD/OS releases up to 4.1
Submitted by: seebs@plethora.net (Peter Seebach), Jeff Polk <polk@BSDI.COM>
BSDI -> BSD/OS
Reorder 4.4BSD Lite2
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
the MTX_QUIET flag.
|
|
|
|
| |
Reviewed by: ru
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This clears out my outstanding netgraph changes.
There is a netgraph change of design in the offing and this is to some
extent a superset of soem of the new functionality and some of the old
functionality that may be removed.
This code works as before, but allows some new features that I want to
work with and evaluate. It is the basis for a version of netgraph
with integral locking for SMP use.
This is running on my test machine with no new problems :-)
|
| |
|
|
|
|
| |
Noticed by: ru
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Use _PATH_* where where possible.
|
|
|
|
|
|
| |
operations.
Submitted by: jake, jasone
|
|
|
|
| |
Submitted by: Ben Smithurst <csxbcs@comp.leeds.ac.uk>
|