pooka
fdca8d1743
print newline after timer expiry message
2010-01-31 02:54:56 +00:00
pooka
8844790318
include kern_hook.c
2010-01-31 02:08:36 +00:00
pooka
3cba324816
Pass root device as a parameter to domountroothook().
2010-01-31 02:04:43 +00:00
uebayasi
e93a6edc86
Correct previous; fix a miscalculation of offset-into-entry in MADV_SEQUENTIAL
...
case. Pointed out by pooka@.
2010-01-31 01:40:12 +00:00
pooka
04b824ef52
Place *hook implementations in kern_hook.c instead of them floating
...
around in the kern_subr.c gruel. Arrrrr.
2010-01-31 01:38:48 +00:00
snj
58e4422c47
Some might argue that it is benefi_c_ial to spell words correctly.
2010-01-31 00:54:22 +00:00
pooka
3b780690a4
Use proper static initializers for *hooklist (currently they happened
...
to work accidentally anyway since the initializer is 0).
2010-01-31 00:48:07 +00:00
hubertf
af120bb199
Replace more printfs with aprint_normal / aprint_verbose
...
Makes "boot -z" go mostly silent for me.
2010-01-31 00:43:37 +00:00
pooka
5412e3f097
Make (no pun intended) it possible to perform component symbol
...
protection from a shell prompt with the command line:
make -f /sys/rump/Makefile RUMP_SYMREN=module.kobj
This is benefitial especially on i386, where rump ABI matches the
kernel ABI (sans the renaming isolation). In the above example
module.kobj can then be loaded in a rump kernel either statically
at link-time simply by giving module.kobj as an object to the
linker, or dynamically at runtime by calling rump_sys_modctl(MODCTL_LOAD).
2010-01-31 00:38:36 +00:00
pooka
92394bf5f3
Trade 200-something bytes for the death of an ifdef.
2010-01-30 23:19:55 +00:00
pooka
f510198e1c
Make swwdog use no-needs-count. As the manpage says, there can be only one.
2010-01-30 21:55:28 +00:00
is
3f0090f688
Use the symbolic names. No functional change.
2010-01-30 21:48:30 +00:00
joerg
5ac0fc9ca9
pkg_install-20100130:
...
- pkg_add -U to rplace an installed version
- refactored man pages
- PKG_DBDIR / PKG_REFCOUNT_DBDIR as pkg_install.conf options
- synced license list
- use connection cache from libfetch
2010-01-30 21:33:08 +00:00
joerg
70160d7000
libfetch-2.30:
...
- Revamped connection cache, allowing more than one active session
- HTTP keep-alive support
2010-01-30 21:26:09 +00:00
rmind
b8ea6ca48b
aio_suspend1: remove wrong comment, add one new.
...
Tidy up a little, while here.
2010-01-30 21:23:46 +00:00
jakllsch
43f0caffdd
regen.
2010-01-30 20:50:19 +00:00
jakllsch
8216c57cdb
Add Qumranet vendor and Virtio device IDs.
...
Also, sort some vendor entries.
2010-01-30 20:47:57 +00:00
jruoho
a86a868599
Add the _COMPONENT definition for ACPI_DEBUG.
2010-01-30 18:35:48 +00:00
is
c41a4b460e
Use getnameinfo() for printing AppleTalk addresses. While here, fix
...
printing of broadcast for this address family (AT broadcast is fixed
node 255 on the local net).
2010-01-30 18:30:33 +00:00
jruoho
d569343003
Add the _COMPONENT definition for ACPI_DEBUG.
2010-01-30 18:07:06 +00:00
phx
de19fe45f2
Fixed compiler warnings when CV_INT_NUM == 2 or CV64CONSOLE is not defined.
2010-01-30 16:49:14 +00:00
phx
0f34e84a7a
Do not crash when ite wasn't configured to be console.
2010-01-30 16:47:05 +00:00
jakllsch
e1d2d1d9ed
Sprinkle __KERNEL_RCSID() into siisata(4).
...
Slightly adjust some comment styling.
2010-01-30 16:16:35 +00:00
uebayasi
0ab71424a7
Calculate the offset from vm_map_entry's start to vm_page array's start once.
2010-01-30 15:13:25 +00:00
uebayasi
1b9d02ce0c
Reduce the diff between genfs_getpages() and genfs_do_io(). These should be
...
merged eventually.
2010-01-30 12:06:20 +00:00
mlelstv
49be4d025a
Add helper function that determines the size and block size of a disk device.
...
For now we query
- the disk label
- the wedge info and data from disk(9)
2010-01-30 11:57:17 +00:00
wiz
05f103b5db
New sentence, new line.
2010-01-30 08:57:49 +00:00
uebayasi
64cb3c884a
Slightly more descriptive local variable names.
2010-01-30 05:19:20 +00:00
pooka
edbb5bb953
no longer used
2010-01-30 05:09:24 +00:00
pgoyette
c6140fa206
Since we never have both a limit value and a limit %capacity value,
...
remove the Capacity column.
Reduce inter-column spacing, and display all four limits on one page,
rather than using the -W command line option to switch between critical
and warning limits. (The -W option is still permitted, but has no
effect.)
%capacity limits are displayed in the WarnMin and CritMin columns, but
have a trailing % sign.
2010-01-30 02:56:39 +00:00
pgoyette
aaabf34dde
Validate limit-based monitoring in one place, so we can apply the
...
constraints to both driver-requested and user-requested monitoring.
While here, clean up some of the debugging DPRINTFs.
2010-01-30 02:46:52 +00:00
macallan
565f3dd6cd
avoid using PAGE_SIZE directly so sparc/GENERIC builds again
2010-01-29 23:50:01 +00:00
is
45845cf0d7
Print AppleTalk phase 2 range, too, if available.
2010-01-29 22:26:48 +00:00
phx
7a2724aa59
Define DCIAS() for amigappc.
2010-01-29 19:56:41 +00:00
ahoka
5240492106
Mention new sysinst defaults for cypher selection.
2010-01-29 14:34:32 +00:00
ahoka
8733c9d67b
Mention wscons font addition.
2010-01-29 14:30:58 +00:00
pooka
ffdaceb3e7
* add comment explaining why we randomize the last source ip octet
...
* fix bug in randomization (well, at least with the current configuration ..)
2010-01-29 12:34:17 +00:00
jruoho
b875c5c314
If we failed to obtain the brightness level during suspend, do not try to
...
restore it with a possible garbage value during resume.
2010-01-29 12:22:00 +00:00
jruoho
ab77a1af1f
Replace all AcpiEvaluateObject() calls with acpi_eval_set_integer().
...
(As the return buffers are not used for anything, no need to make
unnecessary temporary allocations.)
Compile tested only.
ok jmcneill@
2010-01-29 11:57:37 +00:00
jruoho
58bcffdb05
Add couple instances of .Pp.
2010-01-29 11:24:31 +00:00
jruoho
545590ff33
Fix a memory leak in the resume handler.
2010-01-29 11:23:25 +00:00
wiz
c37f3f8b3c
Mark up NULL. Join two sections describing same error. Remove trailing
...
whitespace.
2010-01-29 10:49:07 +00:00
wiz
e0de9d914f
Bump date for more powerpc commands.
2010-01-29 10:48:45 +00:00
drochner
821d4396bd
follow KS_GROUP_Ascii->KS_GROUP_Plain rename in kernel,
...
noticed by Andreas Gustafsson
2010-01-29 09:49:34 +00:00
matt
dfcdd41b29
Add a _is_local_label_name routine (taken from elf64-mips.c).
2010-01-29 06:09:36 +00:00
matt
07b94adbab
Use bfd_ntrad{little,big}_vec and drop all non-trad vectors since they
...
make target matching ambiguous.
2010-01-29 06:08:01 +00:00
matt
335a046fbd
Remove merge workaround - not needed.
2010-01-29 06:05:53 +00:00
matt
fade670606
Remove redundant mips*-*-netbsd* clause
2010-01-29 06:05:32 +00:00
mrg
d06de812e8
don't set ksi_errno here. no other MD code does, and one
...
of the pthread tests demands it.
2010-01-29 05:17:36 +00:00
mrg
801fc55e41
make fpu_mtx visible only ifdef _KERNEL.
2010-01-29 05:14:11 +00:00