211883 Commits

Author SHA1 Message Date
tsutsui
71a1f51386 unsigned -> unsigned int 2012-07-07 16:15:20 +00:00
tsutsui
50365d7376 Check if secsize and numsec returned from ioctl's are sane values
and add DIAGNOSTIC messages in getdisksize().

Discussed on source-changes-d@:
http://mail-index.NetBSD.org/source-changes-d/2012/07/02/msg004989.html
and patch is reviwed by christos@ and pgoyette@.
2012-07-07 16:10:23 +00:00
skrll
5096b2578c Whitespace. 2012-07-07 08:06:51 +00:00
skrll
6a48cfb1c0 Convert a KASSERT to a KASSERTMSG 2012-07-07 08:05:48 +00:00
joerg
39c83c81bb One more reference to unimplemented shared semaphores. 2012-07-07 01:39:59 +00:00
joerg
cf1cc428c9 Shared semaphores have been supported since the initial version, so drop
obsolete restriction.
2012-07-07 01:37:12 +00:00
jdf
59e494188c Add translations for "Config menu" (was hardcoded before), best guesses for
French and Spanish.
Add translations for Polish config menu entries (provided by Marcin Piotr
Pawlowski).
2012-07-06 21:10:56 +00:00
wiz
14716e14b6 Bug Hunting:
improve wording
2012-07-06 14:10:06 +00:00
wiz
670399119e From Bug Hunting:
- add `-D' argument to `usage' lines;
- sort options;
- fix argument names and / or translations thereof.
2012-07-06 09:12:16 +00:00
wiz
c854c88ec9 From Bug Hunting:
- synchronize `-f' and `-r' argument names with (the English)
  sysinst(8) usage message (change table width for it as well);
- generally improve / extend contents (note: there's no need for
  an explicit `OPTIONS' section for options; also ``include'' is
  used in the wording for the options, since currently not all are
  described);
- re-order options in `DESCRIPTION' section;
- better macro usage;
- capitalization (also of acronyms), punctuation (makes options
  table consistent);
- bump date.
2012-07-06 09:11:19 +00:00
wiz
4ac276bf48 From Bug Hunting:
- de-capitalize ``usage'' in `usage' message;
- synchronize `usage' message with man pages.
2012-07-06 09:06:43 +00:00
wiz
06bcaf248a From Bug Hunting:
- correct / improve macro usage;
- (re-)add an actual description in `DESCRIPTION' section;
- synchronize argument name to `-j' option;
- improve wording;
- bump date.
2012-07-06 09:05:26 +00:00
wiz
f6de61aefa From Bug Hunting:
- sort options in `SYNOPSIS' and `DESCRIPTION' sections;
- correct / improve macro usage;
- synchronize argument name to `-s' option;
- improve punctuation / wording;
- augment `SEE ALSO' section;
- bump date.

While here:
Use Sq for single characters instead of Dq.
Use Aq instead of \*[Lt]...\*[Gt].
Mark up NULL with Dv.
2012-07-06 09:03:34 +00:00
christos
347727af99 use the modern resolver functions if available. 2012-07-05 17:40:11 +00:00
matt
f396289e32 s/seg_tab/seg_ptr/ 2012-07-05 17:25:36 +00:00
matt
45a8ae0f55 Change seg_tab to seg_ptr and make it a void * from a pt_entry_t * since it
also needs to point to struct pmap_segtab * when used in a 3-level page table.
2012-07-05 17:24:54 +00:00
matt
466102b969 Change lockless segtab management to use a mutex for protection. Some minor
changes to make this closer to common/pmap/tlb/pmap_segtab.c
2012-07-05 17:21:02 +00:00
matt
75749d14ce Add 3-level page table support (from MIPS). Rename a few routines. 2012-07-05 16:55:11 +00:00
christos
ffd8412325 PR/46660: Henning Petersen: Fix typo in deviceid.c 2012-07-05 13:55:58 +00:00
joerg
48afed7b47 Fix use of uninitialized variable. 2012-07-05 12:53:22 +00:00
skrll
346c2c544e Fix locking botch introduced in 1.36. 2012-07-05 10:56:52 +00:00
kiyohara
df7c9c90af Don't call extent_free() in memio_unmap(), if not call extent_alloc() with
defined PPC_IBM4XX and extent_flags.
2012-07-05 03:02:53 +00:00
kiyohara
424a6d0beb Change read_eeprom(). We don't use bus_space(9) here. This is MD-part and,
don't support bus_space_unmap() to a space on reserved space?
2012-07-05 02:56:40 +00:00
jdf
b49de35fb2 * add entry for lvm(8)
* add subsection for block device subsystem setup
 * s/OPTIONAL:/"OPTIONAL:" to make mdoclint happier
 * add missing type specifications of variables
2012-07-04 20:53:30 +00:00
jdf
84bfda063b Change little wording error (s/associate/associated/) and formatting error.
Patch proposal was sent upstream to Heimdal as well.
Patch by jklowden in PR lib/46651.
2012-07-04 20:46:14 +00:00
jakllsch
1f2df78806 constify opts[] 2012-07-04 18:35:58 +00:00
reinoud
40d2eec2c6 Disable GENERIC_USERMODE kernel auto-build to avoid problems with the current
autobuild-system.
2012-07-04 13:54:20 +00:00
skrll
a3fdc07986 Add a KASSERT 2012-07-04 13:34:24 +00:00
matt
91cf1f281c The lockless list can lead to corruption. Instead use a spinlock to control
access to the head of the free segtab list.
2012-07-04 11:39:42 +00:00
abs
da54453f2c Ensure the ramdisk has bpf for dhcpcd 2012-07-04 08:03:08 +00:00
wiz
ace34f4762 New sentence, new line.
Use more markup.
Fix typo.
Improve wording.
2012-07-04 07:53:55 +00:00
jdc
de43881a9a Appease gcc -Wuninitialized when cross-compiling on amd64. Problem noticed
by Hisashi Fujinaka on current-users.
2012-07-04 07:03:30 +00:00
is
706521afb9 As discussed on tech-net@: Don't display expected EHOSTUNREACH for all but
the last connect attempts in terse mode.
2012-07-04 06:09:37 +00:00
christos
a3e3a29e66 regen 2012-07-04 01:08:57 +00:00
christos
fe3cff1f52 add another sierra device 2012-07-04 01:08:26 +00:00
abs
9560c9d7a4 Sync devices with GENERIC, and include bpfilter to allow dhcpcd to work 2012-07-03 22:42:47 +00:00
abs
bd1c4855ff All apply to vax only:
- Drop KERNFS from INSTALL kernel
- Add dmesg to sysinst ramdisk
- Add 'ramdisk' target to MAKEDEV and use
- Add dhcpcd to sysinst ramdisk
- Drop old install.md script
- Misc install image cleanup (reduce diff to zaurus of all things)
2012-07-03 21:49:55 +00:00
cheusov
536626eb4d Fix documentation for function kauth_register_key (PR 46641). 2012-07-03 21:35:04 +00:00
christos
3e56f3e419 no home-brewed NETBSDSRCDIR please (fix the build) 2012-07-03 21:07:41 +00:00
sjg
645c5e28e0 An X!= command, can cause Shell_Init() to be called before Job_ParseShell().
Job_ParseShell() should call Shell_Init() again if needed
to ensure shellPath is correct.
2012-07-03 21:03:40 +00:00
rkujawa
2c5ae203fd Add DIAGNOSTICS section. 2012-07-03 19:09:44 +00:00
njoly
3415668230 mudflap debug libraries are gcc 4.5 specific. 2012-07-03 18:12:05 +00:00
tsutsui
8c7e5abe07 Apply patch:
PR/46583: BIOS bootloader problems with partitions that start above 1TB

Should be pulled up to netbsd-6.
2012-07-03 15:24:37 +00:00
christos
a105182ca5 Don't kill the iso partition at 'a' when we have a udf raw partition.
Makes cd0a mountable again. Should be pulled up to 6 (after people
verify that it works in the broken cases)
http://mail-index.netbsd.org/current-users/2012/06/14/msg020415.html
2012-07-03 13:03:47 +00:00
wiz
af8d65b903 Finish previous. 2012-07-03 09:28:08 +00:00
wiz
6d7c70fb69 Reference libusbhid instead of usb(3) (which was the predecessor for libusbhid).
Bump date.
2012-07-03 09:27:52 +00:00
abs
36d6d3048d - Increase MAXPARTITIONS for vax from 8 to 16, using the standard NetBSD
mechanism to ensure all existing /dev nodes continue to work
- Adjust boot block layout to fit additional partitions
- Adjust number of inodes on install media
2012-07-02 22:42:18 +00:00
oki
294c971b23 add reference to usb(3) and zlib(3). 2012-07-02 21:44:09 +00:00
jym
4f243d2e19 Document atop(9), ptoa(9), round_page(9) and trunc_page(9). 2012-07-02 21:10:30 +00:00
wiz
76576e4292 Sort description of flags. 2012-07-02 20:02:43 +00:00