Commit Graph

201043 Commits

Author SHA1 Message Date
tsutsui 2d893f8c1e Add sample xorg.conf file for zaurus. 2011-05-20 08:40:04 +00:00
tsutsui 3bf8818edb Also remove fd0 and fd1 from target all_md. 2011-05-20 08:29:05 +00:00
tsutsui bd408255f9 No floppy on zaurus. 2011-05-20 08:17:40 +00:00
matt 2b623bbf18 Note new base tag for matt-nb5-mips64 2011-05-20 08:12:46 +00:00
tsutsui a633e5819e Remove gnu/usr.bin from SRCDIRS. (no sources there) 2011-05-20 07:59:44 +00:00
tsutsui 8edbaaf3c0 Shrink ramdisk size to 2048KB. 2011-05-20 07:57:07 +00:00
tsutsui ce1745ee16 - disable chio(1) and slattach(8)
- use x_ed (no crypt support) and x_gzip (no compress and bz2 support)
- add back mount_cd9660 for USB CD/DVD drives
2011-05-20 07:54:12 +00:00
tsutsui bbdfecc8f0 Enable cd* at atapibus? for some USB CD/DVD drives. 2011-05-20 07:49:31 +00:00
tsutsui e8f4e13ead Shrink INSTALL kerenl more:
- disable KERNFS (install ramdisk uses /sbin/dmesg directly)
 - disable mice, audio, uk(4), and wsfont(4)
2011-05-20 07:47:53 +00:00
wiz cc9481a1a2 Sync usage with man page. 2011-05-20 07:09:52 +00:00
wiz 33b9c78b3c Fix macro name in SYNOPSIS. 2011-05-20 07:08:24 +00:00
wiz 3ba25bec19 Sort options, merge single letter options in synopsis. 2011-05-20 07:07:37 +00:00
tsutsui 666a2b17b6 Comment out options COMPAT_09, COMAPT_10, COMPAT_11, and COMPAT_12.
(no NetBSD/arm32 binary release before 1.3)
2011-05-20 06:26:58 +00:00
msaitoh e43e4777a3 82579 support. 2011-05-20 06:06:59 +00:00
christos fe1bab6e3f a little better. 2011-05-20 02:12:39 +00:00
christos 3076ce9d4c Let's see if we can get away with this for the sun2 port or we are going
to need to:
1. put the contents of libipc.a in libkrb5.a
or
2. install libipc.a [perhaps call it libkrbipc.a?]
2011-05-20 02:04:59 +00:00
christos 0be029e699 counting was off, and setting things to themselves does not work very welll. 2011-05-20 02:00:45 +00:00
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