Commit Graph

197699 Commits

Author SHA1 Message Date
njoly 0913e1dac9 Do Skip device checks, which ends up parsing fstab, when working on a
filesystem image with -F option set.
2011-02-06 12:02:59 +00:00
tsutsui 920e84bce6 - adjust a comment for frodo (362 doesn't have frodo)
- whitespace nits
2011-02-06 06:47:15 +00:00
tsutsui 16eec029a7 Regen from diodevs rev 1.13:
> Pull description about TurboVRX ("tigershark") display from OpenBSD.
2011-02-06 04:06:58 +00:00
tsutsui dc87ed5261 Pull description about TurboVRX ("tigershark") display from OpenBSD. 2011-02-06 04:06:11 +00:00
tsutsui e61d973507 RENASSIANCE -> RENAISSANCE 2011-02-06 03:53:25 +00:00
tsutsui 351a48811c Regen from diodevs rev 1.12:
> RENASSIANCE -> RENAISSANCE
2011-02-06 03:51:58 +00:00
tsutsui 0aed283d11 RENASSIANCE -> RENAISSANCE 2011-02-06 03:51:22 +00:00
yamt dd0251ed9d add a directory which i forgot to add with sys/modules/Makefile rev.1.60 2011-02-06 02:28:50 +00:00
christos 6f4121938f Add the actual function files. From FreeBSD via Stathis Kamperis 2011-02-06 01:53:38 +00:00
haad 46aad63040 Putter depends on puffs add missing dependience. 2011-02-06 01:28:16 +00:00
joerg 48360965f3 Add LLVM and clang build system. It is enabled by MKLLVM=yes.
Upstream sources can be fetched by running "make checkout" in
src/external/bsd/llvm, they will be properly imported once the
integration and missing features are sorted out.
2011-02-06 01:13:42 +00:00
joerg afe7317d58 Don't use -nostdinc or -nostdinc++ if this is included in a HOSTLIB. 2011-02-06 01:08:37 +00:00
joerg 5c52343643 Allow HOSTLIB to use C++ by not specifying -nostdinc++. 2011-02-06 00:52:49 +00:00
christos e60f59b973 remquo{,f} from FreeBSD via Stathis Kamperis 2011-02-06 00:44:08 +00:00
christos 41fd787a2c not there yet. 2011-02-05 23:22:16 +00:00
christos 46329988a2 fix build! 2011-02-05 22:40:49 +00:00
christos 6b997b11db better dependency handling 2011-02-05 19:13:48 +00:00
christos 4c07b5ae7d fix missing comparison 2011-02-05 19:10:40 +00:00
christos 8e14f999b7 copyright date 2011-02-05 17:29:48 +00:00
pooka d1c32169fe Use correct strtoululululu variant.
from Taylor R Campbell
2011-02-05 17:25:45 +00:00
christos 76706b0082 as promised make the last ops table auto-generated. 2011-02-05 17:14:14 +00:00
pooka 54828d050f uncommit part of previous which wasn't supposed to change 2011-02-05 16:59:24 +00:00
pooka 23134bfed1 Wrap daemon() since it forks. Otherwise we lose the rumpclient kq
descriptor and have multiple processes using the commfd.
2011-02-05 16:57:39 +00:00
nonaka 455c5e48bf use SSUMCI_DEBUG, not SCIMCI_DEBUG. 2011-02-05 16:42:42 +00:00
christos 6dfaa18130 oops forgot to commit the script. 2011-02-05 16:10:17 +00:00
christos 8d527ef179 we have arc4random_buf and uniform now; no need for random.c 2011-02-05 16:01:57 +00:00
nonaka 2431d55e10 Don't switch SD high-speed timing, if host controller isn't supported. 2011-02-05 15:45:21 +00:00
nonaka bb3b6ddc45 do pxamci_intr_done() after pxa2x0_dmac_abort_xfer(). 2011-02-05 15:29:16 +00:00
yamt 5ec575268f update usage 2011-02-05 15:22:17 +00:00
yamt 25c71c5e71 fix format 2011-02-05 14:12:05 +00:00
yamt 23ff4c699e build tprof_amdpmi 2011-02-05 14:08:13 +00:00
yamt 89e330a773 tprof: record pid and userland events. 2011-02-05 14:04:40 +00:00
yamt facea15793 decouple tprof and its backends. 2011-02-05 14:00:34 +00:00
yamt 7597b0c1e6 fix indent. no functional changes. 2011-02-05 13:51:56 +00:00
yamt 33dfb11cc2 assertions 2011-02-05 13:50:08 +00:00
yamt 4af55c717e cpu_lwp_free2: add assertions 2011-02-05 13:47:57 +00:00
yamt 37bfe1821b netbsd32__lwp_create: add a comment and CTASSERT. 2011-02-05 13:46:44 +00:00
yamt eacfcada26 typo in a comment 2011-02-05 13:35:11 +00:00
yamt c6c7ed993c pageobj: remove a wrong assertion. 2011-02-05 13:33:47 +00:00
yamt 6825a3d2a8 whitespace. no functional changes. 2011-02-05 13:32:32 +00:00
yamt bf3102ba36 comment 2011-02-05 13:30:26 +00:00
mlelstv 1d04f1ffaf dosum also needs getnlist 2011-02-05 13:12:07 +00:00
pooka fe247b6f0a Fix some snafus to allow rumphijack to work on -current.
reported by Alexander Nasonov
2011-02-05 12:38:19 +00:00
spz 0284f45be2 revert previous 2011-02-05 06:42:44 +00:00
spz 8b14c14461 fix compile 2011-02-05 06:23:58 +00:00
christos c93e02df25 fix tools build. Why doesn't .PARSEDIR work? 2011-02-05 03:09:46 +00:00
christos 455a963ec1 avoid code duplication. 2011-02-05 01:22:12 +00:00
joerg 403637aa12 Explicitly use template to allow building with the more strict
template lookup in clang. From FreeBSD.
2011-02-05 00:37:40 +00:00
wiz 6ef76bc469 Remove trailing whitespace. 2011-02-05 00:24:08 +00:00
christos 759a394557 generate ops table dynamically. Will move the other table from tree.c there
too.
2011-02-04 23:32:44 +00:00