Commit Graph

10048 Commits

Author SHA1 Message Date
christos
8e4c4c6990 - sprinkle const
- malloc + memset -> calloc
- free + malloc -> realloc
- syslog("%s", strerror(errno)) -> syslog("%m")
2011-12-11 20:44:44 +00:00
joerg
ee8c61bc50 Use __dead. No prototype for main. 2011-12-11 15:25:52 +00:00
roy
4d6bb52603 Add RDNSS and DNSSL support, RFC6106.
Replace custom lists with TAILQ lists.
Clean up plently of signed vs unsigned warnings and set WARNS=4.

Adapted from FreeBSD.
2011-12-10 19:14:29 +00:00
yamt
e21ed02f84 - add a CAVEATS
- fix a warning
2011-12-09 15:26:48 +00:00
christos
539c90b5a5 be more portable, explain what we are doing, simplify. 2011-12-07 22:52:54 +00:00
jmcneill
1d4bba4173 change printed indicator and battery charge strings from ON and OFF to TRUE
and FALSE, because messages like "battery present: ON" are difficult for my
brain to parse.
2011-12-04 19:34:22 +00:00
chs
b364697460 add info on L2 TLBs and 1GB pages. 2011-12-04 17:00:10 +00:00
dholland
4cd06b238c Move path names to pathnames.h per conventions 2011-12-01 00:34:05 +00:00
dholland
5cea11a8b9 Handle return value from system() properly.
PR 45672 from River Tarnell.
2011-12-01 00:26:45 +00:00
dholland
334ade83c1 attribute format printf -> __printflike 2011-12-01 00:15:32 +00:00
riz
8747d13883 Remove quotes from "hash" and "tree" in the table examples so
the example stands a chance of actually working as written.  There appear
to be other problems, too.
2011-11-29 01:12:09 +00:00
wiz
825bd212d9 Improve wording, sort sections, remove ls(1) escapee. 2011-11-26 22:49:37 +00:00
yamt
ffd61475c1 man page 2011-11-26 05:02:44 +00:00
tls
aae64c95c0 Make the rndsave structure public -- the kernel will learn to read it
and sysinst may learn to write it (since, on some systems, most of
the keyboard input they ever get happens to be during install).  Fix a
couple of minor problems with the random_seed rc script addition.
2011-11-26 01:17:17 +00:00
dholland
51d1d7e7c4 Rename struct ufs_quota_entry -> struct quotaval. 2011-11-25 16:55:05 +00:00
joerg
ca8921efd7 Use __dead 2011-11-25 13:18:22 +00:00
joerg
0a04fd0539 static + __dead 2011-11-25 13:13:33 +00:00
joerg
dc9f50680c Use static + __dead 2011-11-25 12:51:27 +00:00
njoly
cbcd12b119 Define RUMP_DISKFS to provide getdiskinfo from rumpdev_disk library. 2011-11-14 11:28:05 +00:00
dholland
78108b8ccc Split up excessively large main().
Fix -d behavior to match documentation.
2011-11-13 15:42:35 +00:00
dholland
26b9d6b1f1 Cleanup for edquota.
Factor out common malloc and linked list code. Distinguish lists of
quota info from single records.
2011-11-13 15:41:34 +00:00
mbalmer
5d1027619d Fix a "lonely name". 2011-11-13 14:39:42 +00:00
mbalmer
a2091c8232 Remove software pulsing in gpio(4), this functionality is now provided
by the gpiopwm(4) driver.
2011-11-13 13:20:02 +00:00
mbalmer
55c6b7f708 Second part of typo fixing cycle... 2011-11-12 16:34:03 +00:00
mbalmer
2f3d365a23 Fix typo. 2011-11-12 15:44:36 +00:00
wiz
918f67027f Use Sq, and remove trailing whitespace. 2011-11-09 14:16:00 +00:00
is
5224338e35 If hosts.lpd contains '+', don't insist on reverse DNS == forward DNS. 2011-11-09 12:45:58 +00:00
jakllsch
7c5be444d3 freeaddrinfo() only on getaddrinfo() success. 2011-11-05 19:19:29 +00:00
zoltan
5a5d868dc5 Add IPv6 support for NPF. 2011-11-04 01:00:27 +00:00
martin
77a3a1ee2a Minor usage tweaks for SMALLPROG 2011-11-03 20:46:41 +00:00
martin
d1852e4e9b Minor nits in the sparc64 example 2011-11-03 20:09:18 +00:00
wiz
31ed07fa18 Spelling. 2011-11-02 20:27:33 +00:00
wiz
3e94948cb5 New sentence, new line. 2011-11-02 20:26:56 +00:00
christos
fb62226b8d mention macos/x needing -N 2011-11-02 18:12:54 +00:00
christos
5b280d5010 Don't document long defunct flags 2011-11-02 18:09:43 +00:00
pgoyette
da505ca133 Update license to reflect actual source of this code which was extracted
from a larger work.
2011-11-01 22:30:32 +00:00
manu
ff9e6ef6d0 Fix the confusion between nodeid and inode numbers 2011-10-30 05:17:41 +00:00
manu
df227937ba openlog with LOG_NDELAY so that pzerfused does not deadlock later
on vnode recycling because it wants to log a message.

Patch from Manuel Bouyer.
2011-10-23 05:03:37 +00:00
mbalmer
6e0f0ba65d Revieve -> Receive in a comment. 2011-10-17 16:50:47 +00:00
mbalmer
c008138e06 This file received some typo-love. 2011-10-17 16:37:50 +00:00
mbalmer
2790b28f0e Fix typo in comment. 2011-10-17 16:31:14 +00:00
plunky
f65a48c2ec max WARNS is 4 2011-10-13 17:23:28 +00:00
christos
4a5d314575 add support for setting the ufs label. (Nathan Whitehorn) 2011-10-09 21:33:43 +00:00
joerg
70f70a6342 Simplify. 2011-10-07 10:50:01 +00:00
joerg
02eb62396f Simplify 2011-10-07 10:46:29 +00:00
joerg
0b2dbbfed6 Use __dead 2011-10-07 10:30:21 +00:00
joerg
32ffffe1af Fix under-allocation-by-one 2011-10-07 10:06:39 +00:00
mrg
bffbba31b4 fix the sendmail, mailerconf and atf checks to use ${DEST_DIR}.
add a note about this to the top of the file.
2011-10-07 02:07:56 +00:00
wiz
5dbc169dd3 Install i2cscan(8). 2011-10-06 12:38:57 +00:00
wiz
ed0c37a1b4 Add man page for review. 2011-10-06 11:13:45 +00:00