ttoth
0751a667c7
added chfs support for makefs
2012-04-19 15:36:06 +00:00
cegger
3f7c493abc
print cpu family for AMD CPU families 0x12 - 0x15
2012-04-17 13:00:09 +00:00
wiz
f41e473d4b
Handle pages with slashes in their names better.
...
From Abhinav Upadhyay in private mail.
2012-04-15 15:56:52 +00:00
rmind
9ffbe6bd3d
Add initial NPF regression tests integrated with RUMP framework (running the
...
kernel part of NPF in userland). Other tests will be added once converted to
RUMP framework. All tests are in the public domain.
Some Makefile fixes from christos@.
2012-04-14 21:57:29 +00:00
joerg
53baf6b85e
Don't assign non-integral constants to integral variables.
2012-04-12 11:46:14 +00:00
wiz
1ac719d147
Remove unnecessary Bk/Ek pairs from SYNOPSIS.
...
No effective change except where I used the opportunity to sort options
and/or option descriptions.
2012-04-08 22:00:37 +00:00
apb
d0663c218f
Add the result from sqlite3_errmsg() to some error messages.
...
Now we can get "apropos: Unable to query schema version: database is locked"
instead of just "apropos: Unable to query schema version".
2012-04-07 10:44:58 +00:00
christos
5727fadda2
use getfsspecname()
2012-04-07 04:52:20 +00:00
gson
4caffa5d5e
When printing the list of valid console names, don't treat the consoles[]
...
array as NULL terminated, because it's not.
2012-04-06 10:10:11 +00:00
cegger
135e6a1977
report l3 cache information on AMD Family 10h and newer processors
2012-04-05 11:05:53 +00:00
christos
bac18f3659
Pull FreeBSD fix from Andreas Tobbler:
...
- Write the ISO9660 descriptor after the apm partition entries.
- Fill the needed pmPartStatus flags. At least the OpenBIOS
implementation relies on these flags.
This commit fixes the panic seen on OS-X when inserting a FreeBSD/ppc disc.
Additionally OpenBIOS recognizes the partition where the boot code is located.
This lets us load a FreeBSD/ppc PowerMac kernel inside qemu.
2012-04-02 19:01:21 +00:00
nisimura
dfe17599fe
Change Ethertype 0x80df symbolic name. According to the real
...
if_ether.h, dated back to 1991, Integrated Solution, Inc. used the
following definitions.
#define ETHERTYPE_WIPC 0x80DE /* ISI: WIPC protocol */
#define ETHERTYPE_ISIBOOT 0x80DF /* ISI: bootd enet protocol */
#define ETHERTYPE_ISIBOOT_OLD 0x0807 /* ISI: old bootd (NOT OFFICIAL!) */
#define ETHERTYPE_RFS 0x0813 /* ISI: RFS protocol (NOT OFFICIAL!) */
No functionality change is expected.
2012-04-02 09:01:30 +00:00
dholland
343b89fd86
The movers came, a long time ago. Closes PR 44860.
2012-04-01 00:29:20 +00:00
wiz
1bfb052ed2
- improve wording;
...
- replace references to resolver(5) with ones to resolv.conf(5);
- remove references to FreeBSD (which were copied 1:1 from their
man page).
From patch by Bug Hunting.
2012-03-29 18:37:45 +00:00
christos
537334cc90
add aliases for the protocol format
2012-03-28 17:39:33 +00:00
christos
cd4f9f6dc5
PR/41061: Steven Drake: mtree -d complains about extra symlinks
2012-03-25 16:07:04 +00:00
christos
22bbe71d05
Disengage ipf
2012-03-23 21:30:57 +00:00
wiz
3957bea1ef
Fix whitespace nits. Suggested by Bug Hunting.
2012-03-22 07:58:16 +00:00
matt
d6a05e11ac
Use a little const for quotes strings.
2012-03-21 10:11:34 +00:00
wiz
5f1d89ea80
Use Lk.
2012-03-17 11:11:35 +00:00
njoly
d0e00679ff
Use Lk macro when dealing with URLs. While here update or remove some
...
dead URL links. Another part of PR/29238.
2012-03-15 22:35:02 +00:00
joerg
66dd2755f5
Add __printflike attribution to use vprintf and friends with an argument
...
as format string.
2012-03-15 02:02:20 +00:00
christos
da8fd09e2d
don't leak the branch target array.
2012-03-12 15:32:02 +00:00
christos
65aaee04ca
- better printing of type/code flags/mask
...
- pass the instruction start pointer, instead of subtracting 1 to account for it
2012-03-10 22:55:28 +00:00
christos
a2855f0d2c
Add a small disassembler.
2012-03-10 22:21:50 +00:00
wiz
d59179dffb
Add missing word.
2012-03-10 19:38:16 +00:00
dsl
095ac4e735
Some FAT16 filesystems don't have 'hidden sectors' correctly set to
...
the offset of the filesystem on the disk.
Let '-b s1blk' be used to fix the value.
2012-03-10 18:42:18 +00:00
njoly
4d5ade5119
Remove dead xrefs to obsolete kvm_mkdb(8).
2012-03-05 10:57:18 +00:00
sborrill
079328a547
Print CPU stepping level
2012-03-02 16:29:31 +00:00
joerg
51bb6fdd57
Fix inverted condition when handling stale entries.
...
From Abhinav Upadhyay.
2012-03-02 15:09:58 +00:00
joerg
0be065ab9f
More time_t fallout.
2012-03-02 02:58:46 +00:00
joerg
d7b8dc5f76
Fix format string. Make sure it doesn't reappear by using __printf_like
...
as appropiate.
2012-03-01 22:38:31 +00:00
joerg
4c7714ac9f
Fix format strings to deal with 64bit time_t.
2012-03-01 22:31:48 +00:00
joerg
dfa4e075c4
Use uintmax_t for freqency computations to avoid differences between
...
platforms.
2012-02-29 23:34:01 +00:00
jmmv
cfa157d760
Properly find atf configuration files in the source tree. My previous
...
change dealt properly with etc.tgz only. Addresses PR bin/45870.
2012-02-29 02:40:28 +00:00
jmmv
7e5c66f341
Populate /etc/atf with any missing files. Fixes PR bin/45870.
2012-02-27 17:56:14 +00:00
joerg
e9d4b22f91
Expand workaround for .so usage to do the chdir call just before
...
starting parsing, not during the tree iteration. This gives it a chance
to work.
2012-02-27 16:51:06 +00:00
christos
46641ee3e7
remove extra rule that got merged...
2012-02-26 22:04:42 +00:00
christos
394473e707
- make each element of a variable hold a type
...
- change get_type to take an index, so we can get the individual types of
each element (since primitive elements can be in lists)
- make port_range primitive
- add a routine to convert a variable of primitives to a variable containing
- only port ranges.
2012-02-26 21:50:05 +00:00
rmind
2d942d9d58
Simplify slightly: merge iface into addr_or_iface, use it in filt_addr.
2012-02-26 21:14:50 +00:00
apb
90e1171c17
quote SRC_DIR and DEST_DIR everywhere. Also wrap some long lines.
2012-02-22 16:42:07 +00:00
apb
0196d40adb
Fix a call to pwd_mkdb in the case that DEST_DIR is the empty string.
2012-02-22 16:27:38 +00:00
nakayama
9e8270494c
Pass -d option to pwd_mkdb(8) in order to make databases at proper location.
2012-02-21 12:31:18 +00:00
joerg
50a2d17c77
SQLite doesn't use the FTS index for equal ops, so force it to do a FTS
...
search first. Drops run time by a factor of 6 for "whatis man".
Found by Abhinav Upadhyay.
2012-02-20 18:27:30 +00:00
joerg
fdbd00e5b0
Add reference to whatis(1). From Abhinav Upadhyay.
2012-02-20 18:25:51 +00:00
rmind
15d58f91b8
- Add NPF_DECISION_BLOCK and NPF_DECISION_PASS. Be more defensive in the
...
packet handler. Change the default policy to block when the config is
loaded and set it to pass when flush operation is performed.
- Use kmem_zalloc(9) instead of kmem_alloc(9) in few places.
- npf_rproc_{create,release}: use kmem_intr_{alloc,free} as the destruction
of rule procedure might happen in the interrupt handler (under a very rare
condition, if config reload races with the handler).
- npf_session_establish: check whether layer 3 and 4 are cached.
- npfctl_build_group: do not make groups as passing rules.
- Remove some unecessary header inclusion.
2012-02-20 00:18:19 +00:00
christos
d89c1403e3
m68k does not have or need db_machdep.c
2012-02-18 17:56:49 +00:00
njoly
91f381dd41
Use msg for indentation.
2012-02-18 17:49:28 +00:00
christos
0dbbdb2346
revert sparc64 hack
2012-02-18 15:57:06 +00:00
martin
da57bcbaec
Fix build for sparc64
2012-02-17 12:24:13 +00:00