Commit Graph

14010 Commits

Author SHA1 Message Date
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
njoly
8dfc5e0c6d Small typo. 2012-03-17 14:42:13 +00:00
wiz
a4e645569f Fix table, addresses PR 46214 by Nicolas Joly. 2012-03-17 14:29:18 +00:00
wiz
7e093e0425 njoly remarks that Lk doesn't make sense here, since it won't ever resolve
correctly due to using ${RELEASE} in the URL. Revert previous.
2012-03-17 12:25:11 +00:00
wiz
5fe27af8d6 Use %U. 2012-03-17 11:15:42 +00:00
wiz
5f1d89ea80 Use Lk. 2012-03-17 11:11:35 +00:00
wiz
835afd6ab2 Use Lk/%U. 2012-03-17 11:11:00 +00:00
joerg
f03aabbcc7 Don't error out for non-literal format strings with Clang until the rest
of the __printflike changes are in the tree.
2012-03-15 15:04:23 +00:00
joerg
17cb70e7b4 Decouple HAVE_LLVM from HAVE_GCC. For GCC, add -Wno-format-zero-length
when -Wformat is used.
2012-03-15 02:00:52 +00:00
wiz
0ef1aebbc8 Fix URL. 2012-03-14 12:01:53 +00:00
wiz
948a1519b1 Bump date for previous.
Spell "file system" like in other man pages.
Fix typos.
2012-03-14 11:51:54 +00:00
wiz
a9bca96bca Remove trailing whitespace. Fix typo. Sort. 2012-03-14 11:44:42 +00:00
njoly
b6085c95bd Use Lk macro instead of Pa when dealing with URLs, to produce links
with HTML output. And while here update or removed some dead URL
links. Another part of PR/29238.
2012-03-13 19:25:39 +00:00
elad
0c9d8d15c9 Replace the remaining KAUTH_GENERIC_ISSUSER authorization calls with
something meaningful. All relevant documentation has been updated or
written.

Most of these changes were brought up in the following messages:

    http://mail-index.netbsd.org/tech-kern/2012/01/18/msg012490.html
    http://mail-index.netbsd.org/tech-kern/2012/01/19/msg012502.html
    http://mail-index.netbsd.org/tech-kern/2012/02/17/msg012728.html

Thanks to christos, manu, njoly, and jmmv for input.

Huge thanks to pgoyette for spinning these changes through some build
cycles and ATF.
2012-03-13 18:40:26 +00:00
ryoon
2c74446a32 * Sync with FreeBSD: src/share/misc/bsd-family-tree,v rev. 1.151
Add DragonFly 3.0.1.
2012-03-13 10:32:58 +00:00
njoly
bed7cf5a54 Use Lk macro instead of Pa when dealing with URLs, to produce links
with HTML output. And while here update some dead URL links.
First part of PR/29238.
2012-03-11 23:42:06 +00:00
wiz
65ba3f7900 Use %U for URLs. 2012-03-08 22:52:22 +00:00
pgoyette
6199976b03 Add another missing zipcode - this is where I live! 2012-03-06 17:20:38 +00:00
mbalmer
e1bc6531d4 Add a few. 2012-03-06 17:11:15 +00:00
mbalmer
ac893d96b3 Add a missing zipcode. 2012-03-06 17:08:10 +00:00
mbalmer
a249dde5ae Oxford serial comma, FFS. 2012-03-06 17:04:54 +00:00
wiz
2985f26716 Remove trailing whitespace. 2012-03-06 10:26:18 +00:00
plunky
498fdc5a56 document rebuild_mandb 2012-03-06 10:23:10 +00:00
plunky
002ad20e5a mention run_makemandb 2012-03-06 10:12:59 +00:00