Commit Graph

124188 Commits

Author SHA1 Message Date
jandberg
bd3891888b Replace an IBM-encoded wsfont with ISO-encoded one 2004-02-23 20:53:41 +00:00
wiz
3679535d35 New sentence, new line. Some minor fixes. 2004-02-23 19:39:48 +00:00
he
04f04dc579 Bump miniroot size from 13M to 15M so that the contents fits again. 2004-02-23 18:53:31 +00:00
perry
7cb351e498 if you add the man8/ files, you have to add the cat8/ files, too. 2004-02-23 17:28:30 +00:00
perry
e5d95c012e reformat the SUBDIR section to make it fit in less than 80 columns 2004-02-23 17:17:27 +00:00
reinoud
2034af8d80 Add NetBSD/acorn32 boot manpage to distribution list 2004-02-23 17:07:17 +00:00
reinoud
de7e86e2c5 Add NetBSD/acorn32 boot manpage 2004-02-23 17:03:28 +00:00
christos
d3516aeed5 - fix a memory leak on the current line buffer.
- fix a memory leak on realloc failure.
2004-02-23 16:06:52 +00:00
christos
a2ef38401f in servent and protent data:
- add a dummy field for extensions.
- add a line field to keep the current line buffer.
2004-02-23 16:05:19 +00:00
rtr
e1bbf3c9e0 + pre-build and install libexpat before lib/*
+ link libfontconfig w/ libexpat.

Should resolve pr#24527.
2004-02-23 05:47:47 +00:00
uwe
fafd8447d9 The script that converts this to the web page doesn't know about
"sh3el", so change my old gdb5.3 entry to just "sh3".
2004-02-23 05:31:47 +00:00
uwe
0294b2b99a WinCE 2.11 doesn't support keyboard focus traversal for nested
dialogs, so implement poor man keyboard focus manager.  The goal is to
make it possible to use hpcboot on HPC devices with broken touch
screen.  (TODO: Make sure that when the window is activated, there is
a focused control).
2004-02-23 05:20:48 +00:00
itojun
aaa4bd9a6c avoid out-of-bound memory access if len == 128.
from Ted Unangst via Colin Percival
2004-02-23 05:01:04 +00:00
jschauma
985db8fe7c Fix some typos:
There is an valid -> There is a valid
toochain -> toolchain

Noted in private email/patch by Hernani Marques Madeira (hernani at tuners
dot ch).
2004-02-23 03:44:29 +00:00
uwe
dc89f5be32 If MEMORY_DISK_IS_ROOT - don't compile/use get_device(), as setroot()
anyway will ignore the info we pass.
2004-02-23 03:32:23 +00:00
mrg
d309e533d4 note GCC 3 changes, also begin to document how to import new gcc. 2004-02-23 01:41:01 +00:00
uwe
590efeca88 Wrap "unknown instruction in prologue" in TRACE_DEBUG. gcc3 reorders
instructions so that prologue code and function code get mixed, and
you get a lot of noice from this printf, making traceback very hard to
read if not useless.
2004-02-23 01:06:53 +00:00
uwe
82c533e098 Enable building of Xhpc server for hpcsh. 2004-02-22 18:54:43 +00:00
uwe
3283d5813f hpcsh X server list. Copied from md.hpcarm. 2004-02-22 18:52:03 +00:00
uwe
bf04b0ee5f Enable Xhpc on hpcsh. 2004-02-22 18:30:34 +00:00
jdolecek
4d49760268 use the new NOTE_SUBMIT to flag if the locking is necessary
for EVFILT_READ/EVFILT_WRITE knotes

fixes PR kern/23915 by Martin Husemann (pipes), and similar locking problem
in tty code
2004-02-22 17:51:25 +00:00
jdolecek
5bf0870e20 add internal kernel NOTE_SUBMIT; this will be used by some kqueue code
to skip some steps on initial knote submission
2004-02-22 17:45:26 +00:00
hannken
26c9c983c3 evbppc Xserver list. Copied from md.shark. 2004-02-22 15:11:34 +00:00
jdc
d853cbbaf4 Make pstat -f work on sparc by adjusting the offset of the buffer passed
to sysctl in getfiles().

XXX: Possibly the correct fix is to make sysctl() not return an array which
contains structs with different alignment constraints.
2004-02-22 12:30:11 +00:00
lukem
804acb39e4 be more explicit in describing how the default local IP address is determined 2004-02-22 11:34:16 +00:00
jdolecek
756045a44e fix PNBUF_PUT() calls:
* it should not be called for rmdir or remove vop
* for create and mkdir, it should only be called on error, or when
  SAVESTART flag is not set

fixes PR kern/24455 by Milos Urbanek
2004-02-22 11:14:08 +00:00
jdolecek
209952cca8 make VOP_UPDATE() trivially succeed (without doing anything), instead
of returning error

this makes it possible to mount other filesystems on directory on NTFS
filesystem
2004-02-22 10:26:14 +00:00
jdolecek
2ae728e7ef mount(2): if vinvalbuf() fails, we must also vput() the mountpoint vnode
fixes stale vnode lock after attempt to mount something on a NTFS directory
2004-02-22 09:56:26 +00:00
jdolecek
d06e4401fa make sblock_try[] const 2004-02-22 08:58:03 +00:00
jdolecek
ff7bf7ee82 use 64bit local variable for free space computation 2004-02-22 08:18:11 +00:00
mycroft
289d7af075 Remove PQUIRK_CDROM. It is definitely not correct -- witness that no other
OS needs such a hack, and the same drive works fine on Suns -- and is much
more likely to be a bug in the host adapter driver (which is corroborated by
the PQUIRK_NOLUNS).
2004-02-22 07:26:15 +00:00
sekiya
bb60b4d04f Correct descriptive comment (these routines are not used for r5ksc). 2004-02-22 03:23:54 +00:00
uwe
d89e22cfb5 sh3 ports are switched to gcc3. 2004-02-22 01:44:33 +00:00
uwe
39b999ccdb sh3 ports have shlibs now in the gcc3 world. 2004-02-22 01:43:02 +00:00
uwe
8ecdb4abee _G_config.h is obsolete in the gcc3 world. 2004-02-22 01:42:25 +00:00
uwe
1e2e037e02 Flip HAVE_GCC3 switch for sh3 ports. 2004-02-22 01:41:39 +00:00
uwe
8eb5ba6d09 Use CC instead of LD to link the ld.elf_so. This will correctly link
"millicode" from libgcc_pic.a on platforms that need it.

From Nick Hudson <skrll@netbsd>.
2004-02-22 01:39:43 +00:00
uwe
1c6561f84a Document the workaround for toolchain/22489 (gcc optimization/11937)
that sh3 needs with gcc3.
2004-02-22 01:31:16 +00:00
uwe
7a1ea12099 Work around toolchain/22489 (gcc optimization/11937) by compiling
function.c with -O0.
2004-02-22 01:24:25 +00:00
uwe
ad788cab09 In gcc3 world the "millicode" must be provided by libgcc*.a, so don't
include it in libc.
2004-02-22 01:05:49 +00:00
dan
5819919614 micro-optimisation - if we're going to return 0, do so before doing
other unnecessary work
2004-02-22 01:00:41 +00:00
enami
18a61d4783 Backout an obvious bug introduced in rev. 1.145. 2004-02-22 00:26:43 +00:00
enami
06107df871 Modify pool page header allocation strategy as follows:
In addition to current one (i.e., don't wast so large part of the page),
- if the header fitsin the page without wasting any items, put it there.
- don't put the header in the page if it may consume rather big item.

For example, on i386, header is now allocated in the page for the pools
like fdescpl or sigapl, and allocated off the page for the pools like
buf1k or buf2k.
2004-02-22 00:19:48 +00:00
bjh21
859077437c Use 0 for integers, not NULL. 2004-02-21 23:25:01 +00:00
bjh21
af905e2600 RCSID() 2004-02-21 23:22:34 +00:00
bjh21
02d168952e Ensure file ends with a newline. 2004-02-21 23:20:53 +00:00
cl
e9598cefd0 Actually test pthread__dbg to check if another gdb is attached (and not
pthread__tsd_destructors whose address happens to be in addr).
2004-02-21 20:48:11 +00:00
oster
8bf9613af8 unlockQNodes, unlockDataNodes, and unlockParityNodes are not used. Turf. 2004-02-21 20:06:29 +00:00
snj
6c4b89d3bf It's "its" 2004-02-21 18:23:21 +00:00
christos
9f2ccd7938 Separate tty separation from the prompt printing function. From Gerry Swislow. 2004-02-21 16:42:30 +00:00