Commit Graph

200876 Commits

Author SHA1 Message Date
msaitoh 56f5ce9baa Add support for 6050(6250 and 6150) and 6005(6205).
TODO: update iwn.4 manpage.
2011-05-20 01:59:14 +00:00
msaitoh 40d6eb691f Add PCH2 support. 2011-05-20 01:51:36 +00:00
christos 52e90f00f1 add missing include 2011-05-20 01:29:30 +00:00
christos b51fed0037 typo 2011-05-20 01:28:40 +00:00
msaitoh f3a272623e - Add PCH2 support.
- Add 82579 support.
  - Change PBA size for PCH from 10K to 26K as FreeBSD's em-7.1.7
- Add yet another 82567V support.
- Add ICH10+HANKSVILL support.
- Add 82580 quad-1000BaseX support.
2011-05-20 00:57:42 +00:00
msaitoh 4ea65b9c4a regen. 2011-05-20 00:50:47 +00:00
msaitoh 2ecc0b2cf4 Add Intel 82567V, 82580 Quad-1000BaseX and Hanksvill with ICH10. 2011-05-20 00:50:19 +00:00
msaitoh 6687e6b65a regen 2011-05-20 00:47:11 +00:00
msaitoh 8552d6843d Add Intel 82579 2011-05-20 00:46:53 +00:00
christos ec9611ac0f - use getopt
- use err
- add -p <filelevel> to chop levels like patch
- document all the options
2011-05-19 22:55:53 +00:00
tsutsui aabb34a38b - WARNSfy
- KNF, ANSIfy, remove __P(), misc cosmetics
2011-05-19 22:23:12 +00:00
tsutsui a628ef7c5c - WARNSfy
- KNF, ANSIfy, misc cosmetics
2011-05-19 22:14:15 +00:00
tsutsui 84af88e97a - WARNSfy
- KNF, ANSIfy, misc cosmetics

note: this is small shell, not secure shell.
2011-05-19 22:12:35 +00:00
tsutsui f893ffa835 Set WARNS in common Makefile.inc. 2011-05-19 21:40:11 +00:00
riastradh 1cef303517 Add a cmsg.3 man page symlink, since I can never remember its name.
ok wiz
2011-05-19 21:39:02 +00:00
tsutsui a0e931c0ee WARNSfy.
XXX: rtcalarm/rtcalarm.c refers obsolete /dev/pow0
2011-05-19 21:26:38 +00:00
joerg 188ae306aa Spell --fatal-warnings with two hyphens 2011-05-19 21:24:55 +00:00
riastradh 8b58813d92 Fix some typos and incorrect idioms with the cmsg botch^WAPI.
Add a couple cross-references too.

ok wiz
2011-05-19 21:16:45 +00:00
joerg 7845a1c161 Update LLVM/clang snapshot for support of -Wa,--fatal-warnings in the
integrated assembler
2011-05-19 21:06:01 +00:00
riastradh ee53e39c19 Expand tests for unaligned writes to cgd. No more xfail.
PR kern/44515
PR kern/44964
2011-05-19 20:37:50 +00:00
riastradh 1e0dbea92c Reject unaligned writes to cgd.
Fixes the following PRs:

PR kern/44515 (cgd dies on non-aligned writes to the raw device)
PR kern/44964 (cgd seems to panic on unaligned writes instead of giving EINVAL)

ok christos
2011-05-19 20:34:13 +00:00
hauke f6d6cbb748 Fix a tyop.
The intentions were good...
2011-05-19 15:18:29 +00:00
riastradh f4368f5168 Initialize psshfs root node's readdir waiters queue.
Every other node's readder waiters queue is initialized in makenode,
but the root node is created specially.

ok pooka
2011-05-19 15:07:16 +00:00
joerg 1fe45e28aa Add fine-grained compiler selection, including clang support. 2011-05-19 14:29:27 +00:00
yamt d93894081a radix_tree_clear_tag:
- fix a bug which errornously clears tags on intermediate nodes.
- add comments.
2011-05-19 10:06:56 +00:00
yamt 464de4ca7d radixtree: assertions 2011-05-19 10:01:21 +00:00
yamt 59a4821fb2 radixtree: comments 2011-05-19 10:00:30 +00:00
yamt a8d2a6dea1 radixtree: comments 2011-05-19 09:58:28 +00:00
yamt 3b8a580f96 g/c unused function prototypes 2011-05-19 09:57:20 +00:00
wiz ee4a63b058 Improve wording. 2011-05-19 08:55:01 +00:00
kiyohara 2b5a5f1cfb Remove unnecessary Tab. 2011-05-19 08:22:38 +00:00
kiyohara 24f1286e60 + Load TLB-miss-address from SRR0, if ITMISS.
+ Remove a white space.
2011-05-19 07:51:50 +00:00
adam dde94184d6 Reverting last change; joerg has a better approach 2011-05-19 06:09:36 +00:00
riastradh f68971e6cf Add my name to the list. 2011-05-19 05:13:09 +00:00
macallan 7c67af7a5b remove obsolete comment - putchar() does in fact use the blitter now 2011-05-19 04:43:45 +00:00
rmind 4b0ec60601 ubc_release: use voff_t for offsets, rather than int. Constify.
Reviewed by matt@.
2011-05-19 03:44:19 +00:00
rmind 5b686f3960 Add some general description of vnode life-cycle. 2011-05-19 03:26:06 +00:00
manu 110816765a Call ufs_extattr_vnode_inactive before UFS_WAPBL_BEGIN, as the latter will
leave the vnode locked, and ufs_extattr_vnode_inactive does lock/unlock
2011-05-19 03:25:11 +00:00
christos a216f4df59 fix header includes 2011-05-19 03:22:27 +00:00
rmind 7d4d81a323 - tmpfs: do not create dirent/node pools per-mount, there is no need to.
- tmpfs_mount: fix a leak of mount structures in error path.
2011-05-19 03:21:23 +00:00
christos 4c16c0afd2 Add missing prototype for __cmpdf2 2011-05-19 03:18:01 +00:00
rmind 60c9a518f3 Add comments, clean up. 2011-05-19 03:13:58 +00:00
rmind 4a4e52516e Remove cache_purge(9) calls from reclamation routines in the file systems,
as vclean(9) performs it for us since Lite2 merge.
2011-05-19 03:11:55 +00:00
christos fa6990dd18 handle prototype for freeall 2011-05-19 03:09:47 +00:00
rmind 95ea6d26ab Re-implement kthread_join(9), so that it actually works (hi haad@). 2011-05-19 03:07:29 +00:00
christos 2d48e20cb6 include missing includes 2011-05-19 02:56:03 +00:00
christos 7471a8d9e4 include missing headers. 2011-05-19 02:54:58 +00:00
jakllsch 15bf553730 Specify that the sock argument of socktodesc() is an int,
instead of letting it default to int.
2011-05-19 02:37:41 +00:00
plunky 72323ee0ff add -Dlseek64=lseek to fix the build in geode_msr.c 2011-05-18 20:55:09 +00:00
mellon 0647473106 Include err.h and unistd.h to provide protos for err() and getpid(). 2011-05-18 19:45:05 +00:00