| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
MFC after: 1 week
|
| |
|
|
|
|
|
|
|
|
| |
remove the sysctl ack requirement
Pointed out by: Joerg Sonnenberger
Reviewed by: thompsa
Approved by: core
|
|
|
|
| |
MFC after: 1 week
|
|
|
|
|
|
|
|
|
| |
as I'm not really sure what the rest do.
The list of adaptors was found at
http://downloadcenter.intel.com/Detail_Desc.aspx?agr=Y&Inst=Yes&DwnldID=15815
MFC after: 1 week
|
|
|
|
|
|
|
|
|
|
| |
- Add Intel PRO/1000 PF and Intel PRO/1000 PT adaptors to list of
supported adaptors.
The list of adaptors was found at
http://downloadcenter.intel.com/Detail_Desc.aspx?agr=Y&Inst=Yes&DwnldID=10957
MFC after: 1 week
|
|
|
|
|
|
| |
NIC's.
MFC after: 3 days
|
|
|
|
|
|
|
| |
already in the DESCRIPTION section, but this allows for the manual
page to be used in the automatic hardware notes generation.
MFC after: 3 days
|
|
|
|
| |
Approved by: gnn (mentor)
|
|
|
|
| |
MFC after: 3 days
|
| |
|
| |
|
|
|
|
| |
- Make HARDWARE section a bit more friendly for the Hardware Notes.
|
|
|
|
|
|
|
| |
tags processing.
Approved by: kib (mentor)
MFC after: 1 week
|
|
|
|
|
| |
Approved by: kib (mentor)
MFC after: 1 week
|
|
|
|
|
|
|
|
|
| |
with witness.
- Remove references to non-existing witness(9) and replace with
witness(4) where appropriate.
- Bump document date.
MFC after: 3 days
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This changes from a line discipline to the tty_hooks mechanism. Data will come
in directly via rint_bypass and sent to the peer node in a single mbuf.
As line disciplines are no longer used a new netgraph command called
NGM_TTY_SET_TTY is used to attach the tty. This takes a pointer to to the open
file descriptor of the tty and registers the tty hooks. When the tty disappears
the node will shutdown.
Thanks to: ed
Sponsored by: Hobnob, Inc
|
| |
|
|
|
|
| |
Touch Dd.
|
|
|
|
| |
Reviewed by: benjsc
|
|
|
|
|
|
| |
Update referenced example to include unistd.h per manpage.
Update example to be more style(9)-ish, silence warnings and add
FreeBSD id to the source file.
|
|
|
|
|
| |
devtoname(3) is a nonexistent function. We do have devtoname(9), but
that's entirely different. The correct function is devname(3).
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Document the minor(3), major(3) and makedev(3) macro's. They also
apply to umajor() and uminor() in the kernel, but hopefully we'll sort
that out one day.
- Briefly dev2unit() inside the make_dev(9) manual page, since this is
now the preferred macro to obtain character device unit numbers inside
the kernel.
- Remove the device_ids(9) manual page. It contains highly inaccurate
information, such as a description of the nonexistent major().
|
|
|
|
|
| |
man page entirely, but it is still mildly useful in understanding the
few splxxx usages we still have in the tree.
|
|
|
|
|
| |
Because I'm planning on MFC'ing my last change to this file, make sure
we use dev2unit() here as well.
|
|
|
|
|
|
|
|
|
| |
To prevent any further confusion about device minor and unit numbers,
we'd better just refer to device unit numbers. Many people still think
the numbers we show inside devfs have any relation to the numbers passed
to make_dev(9), which is not the case.
Discussed with: kib
|
|
|
|
| |
MFC after: 3 days
|
|
|
|
| |
MFC after: 3 days
|
| |
|
|
|
|
| |
Approved by: jhb(mentor)
|
|
|
|
|
|
|
|
|
|
|
| |
It seems this script was broken because of the SYSINIT changes and a
rather awkward variable initialisation. For some reason the
make_device_driver.sh script is also broken, related to BUS_SETUP_INTR.
I have no experience with FreeBSD's interrupt handling, so I hope
someone else is willing to take a look at that shell script.
PR: misc/126435
MFC after: 1 month
|
| |
|
|
|
|
|
|
|
|
| |
control over the result of buildworld and installworld; this especially
helps packaging systems such as nanobsd
Reviewed by: various (posted to arch)
MFC after: 1 month
|
|
|
|
|
|
| |
clarity.
Suggested by: dougb
|
|
|
|
| |
Approved by: silby (mentor)
|
| |
|
|
|
|
| |
Reported by: < nikola.lecic <at> anthesphoria dot net >
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
years by the priv_check(9) interface and just very few places are left.
Note that compatibility stub with older FreeBSD version
(all above the 8 limit though) are left in order to reduce diffs against
old versions. It is responsibility of the maintainers for any module, if
they think it is the case, to axe out such cases.
This patch breaks KPI so __FreeBSD_version will be bumped into a later
commit.
This patch needs to be credited 50-50 with rwatson@ as he found time to
explain me how the priv_check() works in detail and to review patches.
Tested by: Giovanni Trematerra <giovanni dot trematerra at gmail dot com>
Reviewed by: rwatson
|
|
|
|
|
| |
Reviewed by: secteam (simon)
Reviewed by: brooks, bz
|
|
|
|
|
|
|
|
|
| |
Show the b_dep value for the buffer in the show buffer command.
Add a comand to dump the dirty/clean buffer list for vnode.
Reviewed by: tegge
Tested and used by: pho
MFC after: 1 month
|
|
|
|
|
|
| |
Changes for Mauritius, Morocco, Pakistan, Palestine, Argentina and Brazil.
Approved by: bde@ (implicit)
|
|
|
|
|
| |
Submitted by: Guillaume Ballet <gballet@gmail.com>
MFC after: 1 month
|
| |
|
| |
|