tsutsui
b85690a33f
Rename FRAME* macro to TRFS_FRAME* for readability and
...
workaround for powerpc builds. Pointed out by phx@.
XXX: <powerpc/frame.h> shouldn't pollute userland namespace anyway.
2011-12-18 14:45:23 +00:00
tsutsui
00e88a96fa
Fix Bl/El unmatch. Pointed out by kano@.
2011-12-17 14:25:32 +00:00
wiz
38248e584c
Remove trailing whitespace.
2011-12-17 14:12:44 +00:00
tsutsui
a7f5216f76
Add an rc.d(8) script for isibootd(8). Taken from ndbootd(8).
2011-12-17 13:37:49 +00:00
tsutsui
17d9647811
Build and install isibootd(8).
2011-12-17 13:27:49 +00:00
tsutsui
87d308c17e
Add isibootd(8) command, which is a dumb network boot server program
...
for the OMRON LUNA clients, like ndbootd(8) for Sun2 machines.
No particular comment on tech-userlevel@:
http://mail-index.NetBSD.org/tech-userlevel/2011/12/15/msg005872.html
2011-12-17 13:24:18 +00:00
wiz
4486afd401
Sort sections. Remove trailing whitespace.
2011-12-16 12:51:43 +00:00
manu
a3a1865132
Document a bug when processes hang on uvn_fp2. FWIW, hung process exhibit
...
this stack backtrace:
sleepq_block
mtsleep
uvn_findpage
uvn_findpages
genfs_getpages
puffs_vnop_getpages
puffs_vnop_checkop
VOP_GETPAGES
uvn_get
uvm_fault_internal
trap
copyin
uiomove
ubc_uiomove
puffs_vnop_write
puffs_vnop_checkop
VOP_WRITE
vn_write
dofilewrite
sys_write
syscall
2011-12-16 10:57:43 +00:00
tsutsui
e653c834ec
Remove nonexistent (probably HP-UX specific) Xref rmp(4).
2011-12-15 16:45:21 +00:00
macallan
087dcab971
build eeprom on shark
...
this has been working for ages, why did I never commit it?
2011-12-15 07:51:29 +00:00
roy
32e4280f5f
Use RT_ADVANCE when available.
...
Fixes PR/44838
2011-12-12 01:11:33 +00:00
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