yamt
32a79f1dd0
use pid_t for pid.
2003-03-01 11:20:21 +00:00
mrg
ee06049914
import of (most of) binutils 2.13.2.1. no top level, and cut down include/
...
libiberty. (gcc update later can update libiberty properly.)
2003-03-01 10:06:40 +00:00
yamt
ddb9465f5f
make fdcheckstd f_slock friendly.
2003-03-01 09:19:53 +00:00
enami
3d76616fbe
No need to invoke the make command so many times. It can handle all
...
the target specified in command line.
2003-03-01 08:36:05 +00:00
enami
015ce49004
Don't require root privilege explicitly to issue ioctl. It should be
...
controlled by file's attribute.
2003-03-01 08:01:17 +00:00
enami
a663fd779c
Remove space at the end of line.
2003-03-01 07:57:33 +00:00
enami
70378aeac7
- Account the number of lines consumed so that -xw displays header
...
frequently enough.
- As we are initializing dk_select to 0 (via dkinit), no need to check it.
- Re-order the code in display() to highlight the fact that -x is
exclusive with others.
- If user really specified some drives and none of them are found,
just bail out rather than falling back to default behaviour.
- Other misc. cosmetic changes while I'm here.
2003-03-01 07:40:58 +00:00
enami
51a7567d63
Sync with the behaviour change.
2003-03-01 07:35:41 +00:00
tron
28aac24c1f
X11 directories and files in "/etc".
2003-03-01 07:31:35 +00:00
lukem
b1c71074fa
Add workaround for building with ${MACHINE}==sparc64, ${MACHINE_ARCH}==sparc;
...
symlink the appropriate machine & sparc include directories into the objdir.
XXX: this is necessary until (when?) the sparc Arch Dependent headers
(used by MACHINE_ARCH==sparc) are separated from the sparc Machine
Dependent headeres (used by MACHINE==sparc but not MACHINE==sparc64).
2003-03-01 06:10:39 +00:00
matt
6c3a6223d4
If we are doing TOPDOWN, we want to truncate the address downwards. If not,
...
we want to round the address upwards. I hope this is the last change.
2003-03-01 05:55:51 +00:00
atatat
40f3045957
Add p_svuid and p_svgid to kinfo_proc2. Populate them in the kernel
...
and in libkvm. Then teach ps how to show them to you.
Also, teach ps how to show the names for all the uids, the rest of the
group numbers, and the "group access list".
2003-03-01 05:41:55 +00:00
christos
d0ee51001e
PR/20435: KOIE Hidetaka: iostat -x ignores drive selection.
2003-03-01 05:38:11 +00:00
perseant
cfc73a5fa9
Be careful to always zero pages on truncation/fragment extension,
...
in the case where the filesystem block size is larger than PAGE_SIZE.
2003-03-01 05:07:51 +00:00
thorpej
3cdf0a27ee
Document net.inet.tcp.init_win_local.
2003-03-01 04:43:42 +00:00
thorpej
cdf1b0026c
Allow TCP connections to hosts on a local network to use a larger
...
slow start initial window. Default this larger initial window to
4 packets, allowing it to be adjusted with net.inet.tcp.init_win_local.
2003-03-01 04:40:27 +00:00
thorpej
5afa6838bf
Do the syscall_plain/syscall_fancy dance on ARM. Shaves a fair number
...
of cycles off the syscall overhead.
Since all COMPAT_LINUX platforms now support __HAVE_SYSCALL_INTERN,
garbage-collect the LINUX_SYSCALL_FUNCTION stuff.
2003-03-01 04:36:38 +00:00
thorpej
b1a286afff
Add a regression test for atexit(3)/__cxa_atexit()/__cxa_finalize().
2003-03-01 04:20:54 +00:00
thorpej
26be93fa6f
Rewrite atexit(3), and add support for __cxa_atexit()/__cxa_finalize(),
...
as specified by the C++ ABI for Itanium. Despite the ABI document's name,
many of the items in it are implemented for other architectures.
See the following URL for a reference:
http://www.codesourcery.com/cxx-abi/abi.html#dso-dtor
Fixes lib/18379 (from Joel Baker).
2003-03-01 04:19:37 +00:00
lha
fba9d69334
test when sigsuspend in libpthread when libpthread isn't initialized
2003-03-01 01:46:02 +00:00
tron
9f1b05bb05
Update X11 sets for XFree86 4.3.0.
2003-03-01 00:11:28 +00:00
enami
fa6061e7a4
Make this file compiles when FW_DEBUG is defined but SBP2_DEBUG isn't defined.
2003-02-28 23:31:41 +00:00
enami
5bb41745ed
Cosmetic changes.
2003-02-28 23:24:40 +00:00
christos
861ff9be73
we have constants for all this crap. don't hard-code things.
2003-02-28 23:05:24 +00:00
tron
7a18de142d
Add "/etc/X11" and "/etc/fonts".
2003-02-28 23:04:48 +00:00
mycroft
9939b38056
Eliminate GOT usage in rtld_start() on this platform, too.
2003-02-28 22:37:35 +00:00
enami
0c1c93f120
Match ServerWorks CSB6 IDE controller.
2003-02-28 22:07:05 +00:00
enami
f0d62ac9ca
Regen.
2003-02-28 22:05:59 +00:00
enami
8489e9c53e
Add product id of ServerWorks CSB6 IDE controller.
2003-02-28 22:05:00 +00:00
matt
ad22a09f59
Make sure that the initial address is aligned correctly. Note that before
...
this alignment would have been backward into the dataspace covered by
MAXDSIZ. Now the alignment is done forward. XXX It is expected that
in the TOPDOWN case, VM_DEFAULT_ADDRESS will make sure any address it
returns has the proper alignment for that architecure.
2003-02-28 19:44:42 +00:00
matt
261ba66908
When aligned to > PAGE_SIZE boundary, don't map any pages before where the
...
psection starts. Allocate unused VA space between psections as unreadable.
2003-02-28 19:09:08 +00:00
nathanw
a4314c450c
Disable userlevel nanosleep() until I find the timer/alarm bug that it
...
is tickling.
2003-02-28 18:37:44 +00:00
thorpej
3640957b38
If the NetBSD version note looks reasonable, parse it and display the
...
info.
2003-02-28 18:24:58 +00:00
thorpej
527c1efca7
Use the "__NetBSD_Version__" constant rather than the "NetBSD" constant
...
in the NetBSD version note. The old "NetBSD" constant was stuck in stone,
and thus didn't really convey any useful information.
2003-02-28 18:20:33 +00:00
tron
4284747200
Update entry for XFree86.
2003-02-28 17:48:09 +00:00
thorpej
5bfc4a9390
Define _REENTRANT as well as _PTHREADS if -pthread is specified on the
...
command line.
2003-02-28 17:30:12 +00:00
lha
c2d825cbda
If pthreads hasn't started yet when calling sigsuspend, use the systemcall
2003-02-28 17:30:07 +00:00
fvdl
02b764b650
Update for x86 include file changes.
2003-02-28 12:37:04 +00:00
lukem
c84f3c0dd2
crank dates
2003-02-28 09:54:51 +00:00
lukem
e7d3948066
crank version
2003-02-28 09:54:20 +00:00
lukem
a44810ddeb
Crank dates on TNF copyright.
...
Remove UCB & WIDE copyrights; the progressbar functionality was
written entirely by me under the TNF copyright.
2003-02-28 09:53:49 +00:00
manu
edcf894563
Notification request packets format, nothing implemented yet.
2003-02-28 09:30:23 +00:00
perseant
daeb6c37d1
Make lfs_truncate handle file extension correctly, in the LFS_UBC case.
2003-02-28 07:37:56 +00:00
perseant
c418e0c4d6
Fix a clrbuf() on an uninitialized pointer.
2003-02-28 07:36:32 +00:00
mycroft
9cb7d16b11
Similar to other rela platforms, do not use any GOT entries (other than the
...
first entry, which is a special case) in rtld_start, because they could be
all 0s. Instead we use the difference between the real _DYNAMIC address
(which we can determine on 68k with a "lea (%pc,_DYNAMIC),..." and the
base-relative one (at the beginning of the GOT) to figure out the relocation
offset.
Not needed for binutils-current, but I might as well fix it now.
2003-02-28 07:06:16 +00:00
matt
25b98a109b
Eliminate a -Wshadow warning
2003-02-28 05:50:33 +00:00
matt
1800f61318
#undef TYPE(a) is not legal. Change to #undef TYPE /*(a)*/
2003-02-28 05:49:42 +00:00
matt
80623b55d4
Remove unused printf argument.
2003-02-28 05:48:58 +00:00
matt
ef69aa80b5
Add missing include
2003-02-28 05:48:25 +00:00
matt
ce44df29aa
Add missing include for gcc-3.x
2003-02-28 05:29:48 +00:00