Commit Graph

221785 Commits

Author SHA1 Message Date
christos 04908d82dd use correct function and symbolic constants 2013-10-19 15:56:05 +00:00
christos 730b60ec52 use symbolic flags 2013-10-19 15:50:26 +00:00
christos 1f484a2734 use new constants 2013-10-19 15:47:02 +00:00
christos c7c7d1300b define constants for scopeid function flags. 2013-10-19 15:44:29 +00:00
christos c60f6fad95 fix userland build, by moving all the unused stuff inside ifdef _KERNEL 2013-10-19 15:20:52 +00:00
martin 9197dcbb29 Mark a potentialy unused variable 2013-10-19 14:33:07 +00:00
skrll bd44ed7096 #if 0 some unsed code which should probably be finished. 2013-10-19 14:03:04 +00:00
skrll e89d113c63 Use __unused on a variable used in a KASSERT 2013-10-19 14:02:29 +00:00
skrll 94f8286b66 Remove unused variable. 2013-10-19 14:00:59 +00:00
skrll 1e2bd251c8 Appease gcc 4.8.
XXX should really use bus_space(9)
2013-10-19 13:49:11 +00:00
tsutsui 0148f33f56 Wrap long lines overflowed after EXT2_ prefix addtion to fs macro. 2013-10-19 13:42:10 +00:00
skrll e2826bcdf9 __unused 2013-10-19 13:29:10 +00:00
skrll be4a844aec Remove unused variable. 2013-10-19 13:28:36 +00:00
skrll 3e1d409f65 Remember to unmap pagezero once we've finished with it. Found by gcc 4.8. 2013-10-19 13:21:43 +00:00
skrll c9c30fe47f Actually return any error. 2013-10-19 13:18:03 +00:00
skrll 873caf8c2b Use __unused for a variable and use the correct #ifdef for a block of
code.
2013-10-19 13:16:30 +00:00
skrll fc56834311 Add __unused to a variable 2013-10-19 13:15:53 +00:00
skrll 33c86229f6 Sprinkle __unused. 2013-10-19 13:13:09 +00:00
skrll 3ea7549453 Add debug code. 2013-10-19 10:14:06 +00:00
jnemeth 63dfdcda5b Convert FreeBSD numeric FS_<type>s to labels by request. 2013-10-19 09:31:24 +00:00
jnemeth 000bb24ef9 - convert FreeBSD FS_<type> to numbers where they don't match NetBSD
- add support for migrating NetBSD disklabel'ed disks (only 7 years late)
- use labels for partition types
2013-10-19 08:13:21 +00:00
jnemeth 793910b681 add FreeBSD ZFS partition type 2013-10-19 08:03:52 +00:00
jnemeth f2e89ca7fd recognize FreeBSD ZFS partition 2013-10-19 02:07:08 +00:00
jnemeth e3d872f434 Add code for detecting FreeBSD ZFS partitions.
XXX  Need to add code for migrating NetBSD disklabel'ed disks.
2013-10-19 01:58:33 +00:00
jnemeth a79ba98d4b type fix: accommodate. -> accomodate. 2013-10-19 01:19:03 +00:00
christos 8ea3fa7a68 bump libc 2013-10-19 01:12:46 +00:00
christos 3e4993b396 fix unused variable warnings. 2013-10-19 01:09:58 +00:00
christos dc30329cc3 avoit type punning 2013-10-19 01:09:16 +00:00
christos 86785464fe avoid bogus uninitialized gcc warning 2013-10-19 01:08:25 +00:00
christos 52ebde656f gcc warns about array bounds limits, but unfortunately the API here requires
flex arrays in a union which is not allowed. So do a trivial pointer assignment
to baffle gcc again.
2013-10-19 00:57:41 +00:00
christos f304780793 use scopeid functions 2013-10-19 00:39:39 +00:00
christos 0dd81edd01 use the new scopeid functions 2013-10-19 00:35:30 +00:00
christos 35be7e66a7 use new scopeid functions 2013-10-19 00:28:38 +00:00
christos 14a31944e9 add scopeid functions 2013-10-19 00:09:03 +00:00
christos c2541c7c76 add inet6_scopeid 2013-10-19 00:08:34 +00:00
christos 9912eb3f0e bump for scopeid functions 2013-10-19 00:06:50 +00:00
jmmv 095038806e Note updates of lutok to 0.3 and kyua-cli to 0.7. 2013-10-18 23:43:35 +00:00
jmmv bfcefd56cf Update reachover build files for kyua-cli-0.7. 2013-10-18 23:41:40 +00:00
jmmv f39f9c9b2b Update kyua-cli to 0.7:
The major reason for this update is to support the just-imported lutok-0.3
and, in turn, support the eventual update of the in-tree lua to 5.2.

Changes:

Experimental version released on October 18th, 2013.

* Made failures from testers more resilent.  If a tester fails, the
  corresponding test case will be marked as broken instead of causing
  kyua to exit.

* Added the '--results-filter' option to the 'report-html' command and
  set its default value to skip passed results from HTML reports.  This
  is to keep these reports more succint and to avoid generating tons of
  detail files that will be, in general, useless.

* Switched to use Lutok 0.3 to gain compatibility with Lua 5.2.

* Issue 69: Cope with the lack of AM_PROG_AR in configure.ac, which
  first appeared in Automake 1.11.2.  Fixes a problem in Ubuntu 10.04
  LTS, which appears stuck in 1.11.1.
2013-10-18 23:40:04 +00:00
jmmv 1b8cab4730 Add liblutok.so.2.
Also mark liblutok.so.1 as obsolete.  While this should not be done in the
general case, I think it's fine here because MKKYUA still defaults to NO
and therefore lutok is not built by default.
2013-10-18 23:37:37 +00:00
jmmv a5687f3c3b Update reachover build files for lutok-0.3. 2013-10-18 23:36:10 +00:00
jmmv 9b0eec67b2 Import lutok-0.3.
The main reason for this update is the addition of support for Lua 5.2,
which we will want to import sometime.

Released on 2013/06/14.

* Issue 1: Added support for Lua 5.2 while maintaining support for Lua
  5.1.  Applications using Lutok can be modified to use the new
  interface in this new version and thus support both Lua releases.
  However, because of incompatible changes to the Lua API, this release
  of Lutok is incompatible with previous releases as well.

* Issue 3: Tweaked configure to look for Lua using the pkg-config names
  lua-5.2 and lua-5.1.  These are the names used by FreeBSD.

Interface changes:

* New global constants: registry_index.

* New methods added to the state class: get_global_table.

* Removed global constants: globals_index.
2013-10-18 23:35:23 +00:00
bad 3173b2d1c6 netstat -f takes multiple address families.
systat now allows fnmatch(3) patterns to select drives.
2013-10-18 22:49:40 +00:00
bad 8fd869ab61 Make :drives, :display, :ignore accept fnmatch(3) patterns to specify drives.
Bump man page date.
2013-10-18 22:42:31 +00:00
bad 87c60cd65e Make the -f option accept multiple address families.
Bump man page date.
2013-10-18 22:18:14 +00:00
christos 77f96119f9 avoid pointer gymnastics 2013-10-18 21:01:00 +00:00
christos 6e28978d84 fix unused variable warnings 2013-10-18 20:47:06 +00:00
christos 8dda6b583e fix sequence point violations 2013-10-18 20:46:09 +00:00
christos bdeefc61e5 more clobbering fixes. 2013-10-18 20:43:45 +00:00
christos c3e578cfbe fix clobbered variable 2013-10-18 20:41:58 +00:00