wiz
ee2d01f9ba
Sort sections. Uppercase CPU.
2012-01-14 00:59:56 +00:00
cegger
a3f6c06746
Support CPU microcode loading via cpuctl(8).
...
Implemented and enabled via CPU_UCODE kernel config option
for x86 and Xen Dom0.
Tested on different AMD machines with different
CPU families.
ok wiz@ for the manpages
ok releng@
ok core@ via releng@
2012-01-13 16:05:14 +00:00
christos
a079a21d6c
handle variables that contain variables
2012-01-12 20:41:33 +00:00
joerg
4c70cdf100
Use __dead
2012-01-10 23:39:11 +00:00
skrll
71f408f0ea
Update for hp700. Bump date.
2012-01-09 19:40:09 +00:00
skrll
4d8cde761c
s/ISO9660/ISO 9660/ for consistency with rest of man page.
2012-01-09 19:39:18 +00:00
dholland
1d7acc6b80
"quotaclass" -> "idtype". After lengthy wrangling on the mailing lists
...
the best conclusion for naming was to give up on "classes" and "types"
and use "idtype" for users vs. groups and "objtype" for blocks vs. files.
2012-01-09 15:44:42 +00:00
dholland
e5303f01df
Use quota_put() and quota_delete() to update quotas instead of making
...
quota proplib RPCs.
2012-01-09 15:44:05 +00:00
dholland
914924d7f5
Remove the explicit fallback direct file access code from repquota and
...
rely on libquota.
2012-01-09 15:42:37 +00:00
dholland
ded45e2c70
Make repquota use the libquota cursor interface.
2012-01-09 15:40:47 +00:00
dholland
b5dd1f89ec
More work on repquota.
...
- open quotahandles, pass them around, use them for metadata
- split up some of the proplib code
2012-01-09 15:38:59 +00:00
dholland
62c8373cdf
Begin cleaning up repquota.
2012-01-09 15:38:20 +00:00
skrll
008d551992
Make it an error for the partition to exceed the PDC limit.
...
Inspired by PR/45742
2012-01-09 11:44:53 +00:00
rmind
ee48c623f2
npfctl_ncgen_putptr: use correct format for size_t.
2012-01-09 01:47:09 +00:00
christos
058e423965
update.
2012-01-08 22:14:55 +00:00
rmind
d3c56566f0
Full rewrite of npfctl(8) parser and rework of n-code generation part.
...
Fixes most of the known bugs and issues with the utility. Note: rule
procedures are not yet (as we want to make them fully modular).
Huge thanks to Martin Husemann who wrote the parser and Christos Zoulas
who wrote intermediate structures and helped to complete the work.
2012-01-08 21:34:21 +00:00
yamt
9753d46d1c
install tprof related commands and man pages.
2012-01-04 16:25:13 +00:00
drochner
8fd6dadaf8
include <netipsec/ipsec.h> rather than <netinet6/ipsec.h> from userland
...
where possible, for consistency and compatibility to FreeBSD
(exception: KAME specific statistics gathering in netstat(1) and systat(1))
2012-01-04 16:09:40 +00:00
drochner
3712f81ced
-consistently use "char *" for the compiled policy buffer in the
...
ipsec_*_policy() functions, as it was documented and used by clients
-remove "ipsec_policy_t" which was undocumented and only present
in the KAME version of the ipsec.h header
-misc cleanup of historical artefacts, and to remove unnecessary
differences between KAME ans FAST_IPSEC
2012-01-04 15:55:35 +00:00
wiz
067d9a870e
Use more markup. New sentence, new line. Sort sections.
...
Bump date for previous.
2012-01-02 18:04:34 +00:00
rkujawa
a7bcbbf244
Note the fact that wsmoused will work only with some wsdisplay drivers.
2012-01-01 19:12:17 +00:00
wiz
8da3566432
Improve markup, remove tailing whitespace.
2011-12-28 18:56:38 +00:00
manu
4fba06add5
Add a FUSE trace facility, with statistics collection. This should help
...
tracking bugs and performance issues
2011-12-28 17:33:52 +00:00
christos
cc595d81e1
avoid reusing inet_addr twice.
2011-12-24 23:54:26 +00:00
christos
ff4773faf5
PR/45662: Henning Petersen: Overlapping buffer in lpd_command.c
2011-12-24 23:51:27 +00:00
christos
c232e0a0bd
make len unsigned; -1 will turn into a large number, failing the test.
2011-12-24 23:46:11 +00:00
christos
0e0461c781
check also for overflow
2011-12-24 23:42:30 +00:00
christos
21f928d30f
Don't repeat what we just printed.
2011-12-24 23:38:43 +00:00
christos
588171e07d
PR/45660: Henning Petersen: Overlapping buffer in catman.c.
2011-12-24 23:29:32 +00:00
christos
55c6b3796e
don't include pcap/bpf.h
2011-12-21 22:18:43 +00:00
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