| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
files to look an (in the same way that /etc/security does).
Don't single-quote $start, reducing it to an empty string.
MFC after: 3 days
|
|
|
|
|
|
| |
utility will work, and document it in the manpage.
MFC after: 3 days
|
|
|
|
| |
MFC after: 6 days
|
|
|
|
| |
characters.
|
| |
|
|
|
|
| |
Reviewed by: ru
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
blown over by the Hurricane and had a house dropped on you by the Tornado.
Now it's time to have your parade rained on by... the Typhoon!
This commit adds driver support for 3Com 3cR990 10/100 ethernet
adapters based on the Typhoon I and Typhoon II chipsets. This is actually
a port of the OpenBSD driver with many hacks by me.
No Virginia, there isn't any support for the hardware crypto yet. However
there is support for TCP/IP checksum offload and VLANs.
Special thanks go to Jason Wright, Aaron Campbell and Theo de Raadt for
squeezing enough info out of 3Com to get this written, and for doing
most of the hard work.
Manual page is included. Compiled as a module and included in GENERIC.
|
|
|
|
|
| |
PR: 26818
Submitted by: Clement Ballabriga <clement@asso.ups-tlse.fr>
|
|
|
|
| |
.Va, and use .Pp instead of blank lines all over the place.
|
|
|
|
| |
variable descriptions.
|
| |
|
|
|
|
|
|
|
|
|
|
| |
building a .cf file from a .mc file.
Include -D_FFR_TLS_O_T to enable tls policy control since the sendmail binary
build enables that FFR as well.
PR: conf/28361
MFC after: 1 week
|
|
|
|
|
|
|
| |
functions shouldn't have the first word capitalized, and shouldn't
have a period at the end. This is how most of our programs, and most
(all?) of the 4.4BSD programs, are. In the past, we've even done
sweeps to change things to comply to this.
|
|
|
|
|
|
| |
end of the line.''
Reviewed by: alfred, bde
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
ppp in 4.x apparently does a close(2) after opening the tun device;
i4brunppp starts up with only file descriptors 0 and 1 open (to the rbch
device) -> tun gets opened as 2 -> tun gets closed -> later use results
in EBADF. A quick fix to i4brunppp.c makes the thing work (I know, this
is ugly, but I needed it up quick...):
Submitted by: Juha-Matti Liukkonen <jml@cubical.fi>
|
|
|
|
| |
of taking incoming calls with i4b in conjunction with userland ppp(8).
|
| |
|
|
|
|
|
|
|
|
| |
be malloc()ed, but they are now allocated using mmap(), just as the
default-size stacks are. A separate cache of stacks is kept for
non-default-size stacks.
Collaboration with: deischen
|
|
|
|
|
|
|
|
| |
the SYNOPSIS hasn't had an example number of devices since rev 1.2 which
was over 5 and a half years ago, so remove a sentence claiming that the
example in the SYNOPSIS limited bpf to 16 devices.
MFC after: 3 days
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
to have the $FreeBSD$ keyword, as this is now enforced
by the CVSROOT/commit_prep.pl script.
Fold multi-word macro arguments into a single argument
by putting the surrounding double quotes - this speeds
up the -mdoc processing drastically (of course if used
systematically).
Use the new features of -mdoc: exact -width specifiers,
.In macro as an ``.Fd #include'' replacement.
|
| |
|
|
|
|
|
|
|
| |
pbuf.9 vm_page_alloc.9 vm_page_copy.9 vm_page_flag.9 vm_page_hold.9
vm_page_insert.9 vm_page_io.9 vm_page_lookup.9 vm_page_protect.9
vm_page_sleep_busy.9 vm_page_wakeup.9 vm_page_wire.9
vm_page_zero_fill.9 vm_set_page_size.9
|
|
|
|
| |
Submitted by: Chad David <davidc@acns.ab.ca>
|
|
|
|
|
|
|
|
|
|
| |
for separating the startup scripts' list into individual filenames.
Run the shutdown scripts in reverse alphabetical order, so dependent
services are stopped before the services they depend upon.
Reviewed by: -arch, -audit
MFC after: 3 weeks
|
|
|
|
| |
Requested by: ru
|
| |
|
| |
|
|
|
|
| |
Submitted by: Evan Sarmiento <kaworu@sektor7.ath.cx>
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
cd src/share; find man[1-9] -type f|xargs perl -pi -e 's/[ \t]+$//'
BTW, what editors are the culprits? I'm using vim and it shows
me whitespace at EOL in troff files with a thick blue block...
Reviewed by: Silence from cvs diff -b
MFC after: 7 days
|
|
|
|
| |
MFC after: 7 days
|
|
|
|
| |
Fold major.9, minor.9, umajor.9, and uminor.9 into a single device_ids.9.
|
|
|
|
|
|
|
| |
- Use NULL instead of 0 for pointers (style(9)!)
Submitted by: Joel Wilsson <siigron@sii.linuxsweden.nu>
MFC after: 37 days
|
| |
|
|
|
|
|
| |
feature of -column lists width specifiers) plus minor markup
fixes.
|
| |
|
| |
|
|
|
|
|
| |
PR: 28926
Submitted by: Michael Lucas <mwlucas@blackhelicopters.org>
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
anf EG1064, and the Surecom EP-320G-TX.
Also fix typo in nge.4 man page: Addrton -> Addtron.
|