jmcneill
2a8951f91f
Clear the run flag in the command register when powering down, from
...
FreeBSD. Makes my laptop, and hopefully others, successfully sleep. Waking
up is a different story...
2007-08-01 22:40:16 +00:00
ad
2813873c47
Remove unused counters.
2007-08-01 21:48:19 +00:00
ad
f8239b2e5b
Deal correctly with mulithreaded processes. Among other problems this mixed
...
up return values for system calls between threads, leading to much confusion.
2007-08-01 21:39:36 +00:00
ad
b5dd2da738
Improve assertions slightly. When awakening assert that the CV has not
...
been destroyed.
2007-08-01 20:30:38 +00:00
degroote
0a057fefdd
Fix compilation in the POWERHOOK_DEBUG case
2007-08-01 19:50:24 +00:00
yamt
603d434b1b
use separate nreslookup evcnt for obj and anon pages.
2007-08-01 14:49:55 +00:00
jmmv
374758e493
Configure wscons on the new installed system.
2007-08-01 14:49:42 +00:00
pooka
e226ccdf0c
add comment to flag a slight problem
2007-08-01 14:20:45 +00:00
jmmv
f007a448b9
Add wskbd configuration to sysinst on shark.
2007-08-01 14:20:40 +00:00
jmmv
9de952fb19
sysinst needs wskbd0 to set the keyboard encoding, so generate all wscons
...
devices instead of just ttyE0.
2007-08-01 14:19:32 +00:00
nonaka
a91142d11f
INSTALL kernel build, too.
2007-08-01 11:38:53 +00:00
nonaka
4498ddd5cb
Added apm and audio device files.
2007-08-01 11:38:16 +00:00
christos
fbce1923d7
improve on poerhooks debugging. from Anon Ymous
2007-08-01 10:57:07 +00:00
christos
7ab0b36f6b
Establish powerhooks in the proper order. From Anon Ymous
2007-08-01 10:39:43 +00:00
pooka
fee6f866be
Don't re-explain vfs.generic.usermount & friends here.
2007-08-01 08:52:07 +00:00
pooka
16170d27f6
Explain that nosuid,nodev is also needed for non-privileged mounts.
2007-08-01 08:51:24 +00:00
macallan
f46b7897c0
fix the fix - do not impose all those extra cache ops on all supersparcs,
...
only those without external cache
2007-08-01 00:06:32 +00:00
pooka
78302eef99
Per rumble's lead in vnodeops, clarify the bit about readdir cookies.
2007-07-31 21:48:18 +00:00
pooka
c7d9ec16a7
VFS_MOUNT():
...
+ nameidata is a goner
+ document dlen (hi dsl!)
2007-07-31 21:39:56 +00:00
pooka
a548cdc358
4.99.26: whole lotta love
...
+ remove nameidata parameter from VFS_MOUNT()
+ struct buf.b_flags B_ERROR removal
+ ubc_uiomove() advice parameter
2007-07-31 21:18:20 +00:00
pooka
8d1f899239
* nuke the nameidata parameter from VFS_MOUNT(). Nobody on tech-kern
...
knew what it was supposed to be used for and wrstuden gave a go-ahead
* while rototilling, convert file systems which went easily to
use VFS_PROTOS() instead of manually prototyping the methods
2007-07-31 21:14:15 +00:00
ginsbach
f5f9bb5739
Make sure that %r honors the LC_TIME t_fmt_ampm. This restores
...
functionality lost at revision 1.12!
2007-07-31 20:19:16 +00:00
jmmv
458be06c42
Switch the console to use vt100, as done in almost all other platforms.
...
GENERIC has provided wscons for a while, with "options WSEMUL_VT100"
enabled by default.
2007-07-31 19:55:03 +00:00
jmmv
d291012153
Switch NetBSD/shark's installation kernel and disk image to use wscons
...
instead of pccons, just like its GENERIC kernel does.
This obsoletes pccons in this platform, which will probably be removed
later.
2007-07-31 19:51:58 +00:00
jmmv
f6199f0afb
Force vga(4) to override the font built into the VGA ROM by one that
...
properly supports all characters expected by wscons. While doing this
configure a font that resembles the native one as much as possible.
This is a prerequisite for switching INSTALL to use wscons.
2007-07-31 19:35:37 +00:00
rjs
dbd9ca5e31
Add description for hpcarm-cleanup.
2007-07-31 15:51:15 +00:00
tnn
95342a9670
Fix previous; lwp status are states, not flags.
2007-07-31 09:56:31 +00:00
hannken
a508ec1750
- Replace the freelist with a pool. Current code never freed its dquot's.
...
- Always call dqsync() with dq locked.
- Add some assertions to verify the lock held.
- Serialize quotaon()/quotaoff(), dqhashmtx becomes dqlock. From ad@
Reviewed by: Andrew Doran <ad@netbsd.org>
2007-07-31 09:29:52 +00:00
macallan
7add3da5f4
SuperSPARCs without cache controller need some extra cache flushs
...
With this a MULTIPROCESSOR kernel works again with a pair of SM50
2007-07-31 05:21:47 +00:00
jnemeth
173e0805ea
update portmaster list again after recent updates to website
2007-07-31 05:18:19 +00:00
taca
9fcfdb104e
Apply a patch from https://bugzilla.mindrot.org/show_bug.cgi?id=1306 .
...
Fix nasty "error: channel 0: chan_read_failed for istate 3" message.
2007-07-31 03:09:49 +00:00
tnn
7a9d8e5613
proc_representative_lwp:
...
- Correct expression for checking if the lwp is running.
- Remove dead code. Ok'd by Andrew Doran.
2007-07-31 00:52:04 +00:00
macallan
1e54ba9802
add hardware cursor support
2007-07-30 23:28:13 +00:00
alc
9abba19570
kills a few `caddr_t' occurences still present in manpage
2007-07-30 22:48:46 +00:00
ad
00348ca253
callout_barrier: drop kernel_lock before blocking.
2007-07-30 21:36:54 +00:00
pavel
c723e7a07c
Add xref to sockstat, from Zafer Aydogan in PR misc/36706.
...
Bump date.
2007-07-30 19:59:42 +00:00
macallan
de5fd94989
mention wsdisplay at cgfourteen
2007-07-30 19:07:35 +00:00
macallan
4ba11875bf
add wsdisplay support for cg14
...
The console will run in 8bit but switch to 32bit in mapped mode so XFree86
with wsfb can run in 24bit colour.
2007-07-30 18:20:08 +00:00
mjf
16b3db7a9b
Fix some grammatical errors in man pages.
...
Patch supplied by Joerg Niendorf in PR misc/36707, thanks.
2007-07-30 18:01:41 +00:00
pooka
573c189296
properly setup ubcflags
2007-07-30 14:49:01 +00:00
he
e448d82109
Change one overlooked label reference from "bad" to "done".
2007-07-30 14:32:40 +00:00
jmmv
a556f30fda
In the shark's installation image, create the bpf device from the
...
'ramdisk' MAKEDEV goal instead of from a Makefile definition. As there
is just one configuration for the ramdisk, it's better to keep everything
in one place.
2007-07-30 14:03:17 +00:00
jmmv
5575290bc2
Fix build of kernels that use vga or igsfb together with pccons by avoiding
...
a warning mentioning an unused static function.
2007-07-30 13:02:01 +00:00
jmmv
3e495310cf
Print some debugging information when DEBUG is set, not when TERSE is
...
unset. The latter is not a "standard" definition, and was used in very
few places anyway.
2007-07-30 12:25:14 +00:00
pooka
eaf29fa688
Move PUFFS_TYPEPREFIX to puffs_msgif.h since it's used in a macro there.
2007-07-30 09:04:58 +00:00
pooka
a06e97c8ef
move setrootfstime() from init_main.c to vfs_subr2.c
2007-07-30 08:45:26 +00:00
taca
324019adc6
Make it compile with WD_SOFTBADSECT option.
2007-07-30 06:59:13 +00:00
taca
aefef5cb2c
Add lint library for libarchive(3).
2007-07-30 06:58:18 +00:00
rumble
331f3b4b63
Rescue the subjunctive.
2007-07-30 05:00:55 +00:00
rumble
daacba5e07
Be more specific in the description of VOP_READDIR:
...
- uio->uio_offset must be set to the offset of the next directory entry.
- each cookie entry points to the next directory entry's offset, not the
current entry's offset.
- cookies must be callee allocated with malloc type M_TEMP.
2007-07-30 03:25:50 +00:00