Commit Graph

164092 Commits

Author SHA1 Message Date
ad
6a310e099d Back out part of patch that got merged accidentally. 2007-12-02 20:34:41 +00:00
wiz
875af49afd New sentence, new line. Spelling. Prepare for HTML output. 2007-12-02 20:03:11 +00:00
wiz
0525be680e Fix typo. Add comma in enumeration. 2007-12-02 19:59:11 +00:00
wiz
f40518e2ba New sentence, new line. Use proper markup. 2007-12-02 19:54:32 +00:00
wiz
8a3535d6b1 Add comma in enumeration. 2007-12-02 19:47:56 +00:00
wiz
14cf4b821f Fix typo. 2007-12-02 19:44:02 +00:00
wiz
6db764bae5 Add comma in enumeration. 2007-12-02 19:43:10 +00:00
wiz
a092695006 Sort options. 2007-12-02 19:40:54 +00:00
wiz
9bf8a73ed2 file system -> filesystem; fix typos. 2007-12-02 19:35:39 +00:00
ad
8838af190c ps/w: display LWP info. 2007-12-02 19:35:33 +00:00
ad
3ce0f72397 Use atomics to adjust ci_flags. 2007-12-02 19:33:31 +00:00
wiz
0d78c993a2 Use more markup. Fix xrefs. Use standard headers. 2007-12-02 19:31:46 +00:00
ad
dc58e180fd Remove unused cpp goo 2007-12-02 19:28:32 +00:00
ad
3c392fd114 Bump SYMTAB_SPACE 2007-12-02 19:25:43 +00:00
wiz
171c97657b Add RCS Id. Use An, Aq. Prepare for HTML output. 2007-12-02 19:23:53 +00:00
wiz
e5a870f3ec New sentence, new line. 2007-12-02 19:20:50 +00:00
wiz
f2714d32d2 Fix Xref. 2007-12-02 19:19:16 +00:00
wiz
04cd5014b6 filetypes -> file types. 2007-12-02 19:15:07 +00:00
wiz
deaf5d690e Use Dq for words (Sq only for single characters). 2007-12-02 19:09:16 +00:00
wiz
c3ff82973e Sort SEE ALSO. Minor nit fixes. 2007-12-02 19:05:51 +00:00
wiz
1c3da1b79c mdoclint and typo fixes. 2007-12-02 19:03:16 +00:00
wiz
7b371a343f Typo fixes. 2007-12-02 18:57:56 +00:00
bouyer
eae5f92d0c IOCTL_PRIVCMD_MMAP*: instead of brutally enterring the new entries in
the process page table, properly uvm_unmap1() the VA range and enter a new
uvm_map backed by an object. There is a know race between uvm_unmap1() and
uvm_map(), where another thread could get our VA range; in practice
I think none of the softwares using this interface are multithreaded (or at
last they are single-threaded when using it).
2007-12-02 18:29:54 +00:00
hannken
b1446c225c Make it compile again. 2007-12-02 18:24:34 +00:00
bouyer
3f779c2f93 Note that linker scripts are now installed on amd64. 2007-12-02 18:12:28 +00:00
bouyer
382d13b49a Install the linker scripts on amd64, which allows to link x86 32bit objects
using the native ld(1). This helps building pkgsrc/sysutils/xentools3-hvm
on amd64; is also allows to build the x86 boot blocks with the
native toolchain.
2007-12-02 18:10:20 +00:00
jmcneill
479b0a0816 CRMFB_VT_VCMAP and CRMFB_VT_HCMAP register definitions were transposed.
From jsing@openbsd in private mail.
2007-12-02 17:36:57 +00:00
ad
7960b954d7 Don't clear ci_want_resched in MD code; it's done in mi_switch(). 2007-12-02 16:37:58 +00:00
skrll
e151146b60 Provide a _C_LABEL 2007-12-02 15:55:09 +00:00
ad
208085366c sys__lwp_create: set in the correct lock when the LWP is created suspended. 2007-12-02 15:49:38 +00:00
skrll
fd903b1729 Implement ptrace. 2007-12-02 15:48:47 +00:00
ad
25f8c0149e mi_switch: adjust so that we don't have to hold the old LWP locked across
context switch, since cpu_switchto() can be slow under certain conditions.
From rmind@ with adjustments by me.
2007-12-02 14:55:49 +00:00
ad
e2aaefb859 - mi_switch: adjust so that we don't have to hold the old LWP locked across
context switch, since cpu_switchto() can be slow under certain conditions.
  From rmind@ with adjustments by me.
- lwpctl: allow LWPs to reregister instead of returning EINVAL. Just return
  their existing lwpctl user address.
2007-12-02 14:55:32 +00:00
skrll
819071140e Fix include files and change use LEAF_ENTRY_NOPROFILE function to fix
the unwind entry.
2007-12-02 14:04:19 +00:00
hannken
d556dc98b0 Fscow_run(): add a flag "bool data_valid" to note still valid data.
Buffers run through copy-on-write are marked B_COWDONE.  This condition
is valid until the buffer has run through bwrite() and gets cleared from
biodone().

Welcome to 4.99.39.

Reviewed by: YAMAMOTO Takashi <yamt@netbsd.org>
2007-12-02 13:56:15 +00:00
skrll
587600728d Fix things so that crti.o doesn't contain a completely bogus unwind entry
that covers far too much and confuses gdb.

While here remove useless dave/restore of r4.
2007-12-02 13:55:38 +00:00
rillig
d59ceee59e ENOENT is also returned when the script interpreter does not exist. 2007-12-02 10:26:27 +00:00
jmcneill
e501c34199 SILENCE! I kill you! 2007-12-02 06:51:52 +00:00
tsutsui
0a953ce07e - also pass correct size on dealloc() of in-memory superblock data
- also call dealloc() for group descriptor blocks
2007-12-02 06:47:43 +00:00
jmcneill
61d5fb95a4 No need to waste more than one line of output at attach time. 2007-12-02 06:26:40 +00:00
tsutsui
8d7676534f Allocate correct size for in-memory data struct m_ext2fs
(which is larger than SBSIZE).
2007-12-02 06:12:35 +00:00
tsutsui
71a975f6f6 - add ffsv2 ops
- use __arraycount()
2007-12-02 05:40:25 +00:00
tsutsui
71921eec1b Use __arraycount(). 2007-12-02 05:36:46 +00:00
tsutsui
48db0a5603 - fix description about index structure of an inode to match ext2fs_dinode
- put more byteswap ops on reading block numbers in indirect blocks
  (XXX: untested on big endian machines)
2007-12-02 05:23:40 +00:00
kiyohara
a1297d6f3f Add bcsp(4). 2007-12-02 05:19:11 +00:00
tsutsui
db898c555a unsigned -> unsigned int 2007-12-02 04:59:24 +00:00
christos
c9ef94469d busfunc needs assym.h too. 2007-12-02 04:24:44 +00:00
mhitch
9d6e1af583 Initializing the callout structure while it's in use is bad.
Only do it on the first call to iteinit().
2007-12-02 04:21:22 +00:00
kiyohara
791b5cdccd Add bcsp and btbc and btuart. 2007-12-02 03:33:09 +00:00
kiyohara
a002327ca0 Add support for BlueCore Serial Protocol. 2007-12-02 03:30:42 +00:00