nonaka
9980c83b70
Delete unused file.
2011-06-19 09:26:29 +00:00
pgoyette
77494f64c2
Correct the example.
2011-06-19 08:53:02 +00:00
matt
638ebb87fe
move compat splN calls to intr.h where they belong.
2011-06-19 08:00:56 +00:00
matt
930ad81286
Use __builtin_clz instead of cntlzw
2011-06-19 07:59:46 +00:00
wiz
1824f8a210
Use Fl Fl for long options.
2011-06-19 07:34:24 +00:00
wiz
e7069a3461
Add dots in abbreviation.
2011-06-19 07:17:18 +00:00
tsutsui
3465cbe0d7
Fix indent.
2011-06-19 06:48:07 +00:00
tsutsui
800a8fccb7
Remove unnecessary gnu/usr.bin path from SRCDIRS.
2011-06-19 06:44:04 +00:00
nonaka
e191e46afa
Pass table_id to sme_find_table().
2011-06-19 05:26:31 +00:00
nonaka
fa7cbdd70b
fix typo.
2011-06-19 05:17:38 +00:00
christos
3cc7694381
simplify and don't deref NULL.
2011-06-19 04:23:18 +00:00
pgoyette
13580ba5b6
Use correct routine to retrieve string value from prop-dictionary
2011-06-19 04:08:48 +00:00
pgoyette
eff7c483c3
Rather than requiring the user to know the internal encoding of sensor
...
types, allow the user to specify the type using the units description.
XXX Numeric specification is still permitted but will be removed soon.
2011-06-19 03:12:31 +00:00
pgoyette
3b3fd97442
Add routine to lookup description tables by description instead of by
...
type.
2011-06-19 03:09:43 +00:00
rmind
7083a919fc
- Fix a silly bug: remove umap from uobj in ubc_release() UBC_UNMAP case.
...
- Use UBC_WANT_UNMAP() consistently.
ARM (PMAP_CACHE_VIVT case) works again.
2011-06-19 02:42:53 +00:00
tsutsui
086321b729
Use sbin/dmesg rather than via kernfs.
2011-06-19 02:40:38 +00:00
tsutsui
91502ada24
Use src/distrib/utils/x_gzip in all install ramdisks/miniroots for now
...
since installation file systems might be flooded by -llzma.
2011-06-19 02:36:59 +00:00
tsutsui
b2c28fada2
Use ${DISTRIBDIR}.
2011-06-19 02:28:35 +00:00
tsutsui
607c670f96
Fix indent.
2011-06-19 02:27:41 +00:00
tsutsui
42f3f96fed
Remove unnecessary gnu/usr.bin path from SRCDIRS.
2011-06-19 02:25:45 +00:00
christos
b3e9080143
cross reference xz.1
2011-06-19 02:22:36 +00:00
christos
9593a36e94
make this work:
...
- forgot to account for prelen in the input length
- deal with EOF properly
2011-06-19 02:19:45 +00:00
tsutsui
2b7e6693d0
Fix indent.
2011-06-19 02:19:34 +00:00
christos
5708f444da
recognize .xz suffix
2011-06-19 02:19:09 +00:00
tsutsui
efc2552edb
Use src/distrib/utils/x_gzip in all install ramdisks/miniroots for now
...
since installation file systems might be flooded by -llzma.
2011-06-19 02:18:28 +00:00
christos
c21dd86c39
add the lzma library now that is used by gzip
2011-06-19 01:53:36 +00:00
christos
255ae88a08
- remove unused call
...
- read headers separately
- print error id.
2011-06-19 01:52:28 +00:00
tsutsui
326d8524e2
Add -DNO_PACK_SUPPORT and -DNO_XZ_SUPPORT to CPPFLAGS to omit
...
extra algorithm not used in installer.
XXX: should we use positive options in usr.bin/gzip/Makefile?
2011-06-19 01:25:35 +00:00
tsutsui
7c8d31ee49
XZ_SUPPORT requires maybe_errx().
2011-06-19 01:20:19 +00:00
christos
9f641b5c29
document --xz
2011-06-19 00:55:09 +00:00
christos
40b41259f0
Add lzma (.xz) support. Somehow this does not decode after the first read yet.
2011-06-19 00:43:54 +00:00
christos
dbf8eeee06
add --xz
2011-06-18 23:07:04 +00:00
joerg
17f4d79daf
Use correct stack register as noticed by christos
2011-06-18 22:19:52 +00:00
joerg
7d48645456
Kill redundant ;
2011-06-18 21:24:51 +00:00
christos
4fc4fe2edf
PR/45069: Henning Petersen: Use prototypes from builtins.h .
2011-06-18 21:18:46 +00:00
rmind
e43016c1ed
pmap_page_remove: perform TLB shootdown, as it is not caller's responsibility
...
to perform pmap_update() according to the interface. Might want to revisit.
Should fix recently reported tmpfs problems. Thanks to enami@ and hannken@!
2011-06-18 21:18:20 +00:00
matt
dcbb41139e
Make a common genassym.cf (powerpc/genassym.cf) and then
...
only put specific stuff in foo/genassym.cf
2011-06-18 21:17:28 +00:00
rmind
7a15ad245d
- Move pre-check from uvm_obj_destroy() to ubc_purge(), keep it abstracted.
...
- Add comments noting the race between ubc_alloc() and ubc_purge().
2011-06-18 21:14:43 +00:00
rmind
10583b12ce
Clean up, sprinkle asserts, consify, use unsigned, use kmem_zalloc instead
...
of memset, reduce the scope of some variables, improve some comments.
No functional change intended.
2011-06-18 21:13:29 +00:00
rmind
1885100a7e
amap_add/amap_unadd: clean up slightly, use unsigned, add asserts.
2011-06-18 20:51:22 +00:00
joerg
658a2a5f07
Switch to SSE code, since our gas supports it now.
2011-06-18 20:49:26 +00:00
matt
b07f072bdb
Unconditionally build fixup.c
2011-06-18 20:35:05 +00:00
matt
36d0c0545b
Call cpu_fixup_stubs at the end of oea_machdep
2011-06-18 20:34:39 +00:00
rmind
223aec6f50
Add amap_adjref_anons() helper and simplify amap_ref()/amap_unref().
2011-06-18 20:29:56 +00:00
matt
e1a00dbd5b
Add things needed for __HAVE_FAST_SOFTINTRS
2011-06-18 20:28:48 +00:00
joerg
208082f32c
Try to initialize retval to something sensible.
2011-06-18 20:05:56 +00:00
joerg
2df16a8d62
input() isn't used
2011-06-18 20:05:28 +00:00
nakayama
eeee005d04
sparc64: Add fast softint(9) support.
2011-06-18 18:54:25 +00:00
nakayama
74bd9793c1
Add fast softint(9) support for sparc64.
...
Reviewed on port-sparc64.
2011-06-18 18:51:17 +00:00
plunky
b41529f23b
remove empty files
2011-06-18 18:43:41 +00:00