Commit Graph

14033 Commits

Author SHA1 Message Date
wiz
d4a2bd08b2 Remove trailing whitespace. 2012-05-02 22:38:31 +00:00
gendalia
7591311640 Add the ability for staticroute to evaluate lines from /etc/route.conf
as shell script fragments, add example to the route.conf man page of
evaluating variables.

Remove route.conf man page statement that staticroute is enabled in
rc.conf since that's incorrect.

Wrap the staticroute while in parens, per <apb> & <christos>, and
quote all the arguments for the evals.
2012-05-02 15:57:15 +00:00
njoly
c865ac5294 Adjust xref for capability database file format. 2012-04-30 11:07:28 +00:00
tsutsui
f51be08dcd Add x68k's com(4) attachments to SYNOPSIS.
XXX: needs more MD ones
2012-04-29 07:27:19 +00:00
nakayama
d514e44714 Now we have cardbus fornt-end driver for bwi(4). 2012-04-25 04:14:03 +00:00
nakayama
95dc33f5f9 Note missing driver descriptions and xrefs. 2012-04-25 03:48:55 +00:00
jym
e1a27e5df5 Note that si_addr may be inaccurate on certain architectures.
Example: i386/amd64 alignement fault can drive to SIGBUS (when configured
so by process), however the faulty address returned by the CPU is not
reliable.

Bump date.
2012-04-23 17:44:39 +00:00
dholland
91ee0b0011 Update NAME (to include msk, mskc) and clarify checksum offload statements
based on PR 36580.
2012-04-22 19:42:23 +00:00
rkujawa
ac50450e2c Fix typo 2012-04-22 12:23:22 +00:00
wiz
c090f09873 Sort SEE ALSO; new sentence, new line. 2012-04-22 10:19:15 +00:00
wiz
c5308616ec Sort sections, sort SEE ALSO. 2012-04-22 10:19:00 +00:00
wiz
1cc71411f8 Sort SEE ALSO. 2012-04-22 10:13:52 +00:00
roy
258cf0abec Add capfile(5) to describe the termcap format.
Adjust various man pages and other documentation to point to capfile(5)
instead of termcap(5).
Remove getcap(3) as curses hasn't been building it for a long time.
Punt wrterm.c as tset no longer uses it.
2012-04-21 12:27:24 +00:00
wiz
d136758f88 Correct option name for hdaudio debugging.
Reported by Dave Tyson in PR 46357.
2012-04-19 20:20:34 +00:00
wiz
9317462bbf Remove trailing whitespace. 2012-04-19 20:13:48 +00:00
bouyer
24a7abc690 Add mpii(4), a driver for LSI Logic Fusion-MPT Message Passing Interface II
SAS controllers. Ported from OpenBSD.
2012-04-19 17:50:49 +00:00
wiz
71d8b73682 Bump date for previous. 2012-04-17 11:00:43 +00:00
rkujawa
e1a7307087 Note that com(4) is now also supported on top of clockport(4). 2012-04-17 10:55:41 +00:00
wiz
6c0c790279 Remove trailing whitespace and empty line. Fix table. 2012-04-17 10:16:57 +00:00
wiz
eda83bf290 Remove trailing whitespace. New sentence, new line. 2012-04-17 10:16:37 +00:00
rkujawa
9671b3d53a Add man pages for the new clockport(4) and a1k2cp(4). 2012-04-17 10:12:35 +00:00
wiz
4c92057db4 New sentence, new line.
Sort type descriptions.
Bump date for previous.
2012-04-17 08:28:20 +00:00
tls
8e1a1c9f45 Address multiple problems with rnd(4)/cprng(9):
1) Add a per-cpu CPRNG to handle short reads from /dev/urandom so that
   programs like perl don't drain the entropy pool dry by repeatedly
   opening, reading 4 bytes, closing.

2) Really fix the locking around reseeds and destroys.

3) Fix the opportunistic-reseed strategy so it actually works, reseeding
   existing RNGs once each (as they are used, so idle RNGs don't get
   reseeded) until the pool is half empty or newly full again.
2012-04-17 02:50:38 +00:00
wiz
78f50b6e04 Bump date for previous. 2012-04-13 06:38:55 +00:00
rkujawa
a0e4064467 Mention that FastATA 1200 Mk-IV CF/SATA edition is also supported. 2012-04-13 01:12:32 +00:00
yamt
4571decefa comment 2012-04-11 14:28:46 +00:00
yamt
86c517f33d don't bother to call lo_close.
as we ever open a few LOs at most in a transaction, just let them be closed
automatically at the end of the transaction.
2012-04-11 14:28:18 +00:00
yamt
d72c60c595 setlabel: save SQL statements by caching the last label 2012-04-11 14:27:43 +00:00
yamt
5a2606adf5 remove FK references as it creates more problems than it solves.
particularly, it involves shared lock on the referenced table
and causes frequent deadlock.
2012-04-11 14:27:15 +00:00
yamt
cb9c120507 abuse application_name to show the last puffs activity for the connection. 2012-04-11 14:26:44 +00:00
yamt
e5acf2f836 reduce number of SQL statements for inactivate 2012-04-11 14:26:19 +00:00
yamt
c47d2fd43a - enable writeback cache and namecache.
- use setback hack to reduce number of puffs OPs.
2012-04-11 14:25:54 +00:00
jruoho
0addcacfb8 Now that 6.0 is branched, remove the ACPI-related sysctl nodes in machdep. 2012-04-10 13:48:24 +00:00
jruoho
3d037fc373 Fix wrong acronym. 2012-04-10 12:51:31 +00:00
christos
fbae18c4fe document NAME=label 2012-04-07 03:14:06 +00:00
wiz
2b389a012a Bump date for previous. 2012-04-05 09:15:56 +00:00
spz
aca1a7df56 add a description for the new check_passwd_permit_dups variable 2012-04-05 09:10:21 +00:00
joerg
b757af438b Disable new -Wstring-plus-int warning where needed for now.
Adjust various places that add GCC-only options to check for the active
compiler first.
2012-04-04 10:59:44 +00:00
joerg
3c1c42ed5f Make it easier to specify the list of checkers to enable for the static
analyzer.
2012-04-04 10:37:18 +00:00
plunky
d1525add95 language improvement 2012-04-02 09:56:58 +00:00
wiz
e255887aeb Replace references to resolver(5) with ones to resolv.conf(5).
From patch by Bug Hunting.
2012-03-29 18:37:21 +00:00
wiz
fd09849b4f Fix Dd argument, add serial comma, capitalize NetBSD. 2012-03-25 08:45:02 +00:00
wiz
a426452f1d Bump date for previous. 2012-03-25 08:42:21 +00:00
nonaka
db4c04c984 Added urtwn(4), a driver for Realtek RTL8188CU/RTL8192CU USB IEEE 802.11b/g/n wireless network devices. 2012-03-25 00:11:16 +00:00
drochner
364a06bb29 remove KAME IPSEC, replaced by FAST_IPSEC 2012-03-22 20:34:37 +00:00
sborrill
33b7078a83 Add IBM ServeRAID M1015 and M5014 2012-03-22 15:43:37 +00:00
wiz
3957bea1ef Fix whitespace nits. Suggested by Bug Hunting. 2012-03-22 07:58:16 +00:00
jakllsch
2bd475c24d Remove remaining references to pccons options for i386 and shark.
pccons has not existed on either port since late 2007.
2012-03-21 15:38:32 +00:00
matt
a969b57018 Add WARNS=5 to enable -Wold-style-definitions 2012-03-20 21:48:20 +00:00
christos
4254cd9bee allow file-specific lint flag additions 2012-03-17 18:02:41 +00:00