peter
4de1c73f10
Regen
2003-11-08 07:31:49 +00:00
peter
742af7ab5a
"implement" vfork(). Add comments next to the other syscalls that need
...
to be implemented. This is enough to run i386 /bin/tcsh. /bin/sh is still
not happy because of some strange job control problem.
2003-11-08 07:31:30 +00:00
jmg
66e31fa9e3
fix an overflow bug when scanning for length of names that I introduced in
...
the last commit...
include some minor style changes and fixes that bde sent me
Submitted by: bde
2003-11-08 07:24:03 +00:00
davidxu
48868cdc76
Use THR lock instead of KSE lock to avoid scheduler be blocked in spinlock.
...
Reviewed by: deischen
2003-11-08 06:07:04 +00:00
marcel
6ae3d37f99
Virtual addresses in headers of ELF files for dynamic objects need
...
to be relocated before they can be used as pointers.
2003-11-08 05:29:49 +00:00
davidxu
a9efed458b
Use space instead of tab.
2003-11-08 05:18:25 +00:00
peter
2edc2f597b
Update the graffiti.
2003-11-08 04:39:22 +00:00
peter
c32b37e0ed
Switch from having a fpu "device" to something that is more like the
...
integrated part of the cpu core that it is.
2003-11-08 04:37:54 +00:00
sam
e971307a02
must use RTFREE instead of rtfree for proper locking
2003-11-08 03:36:32 +00:00
peter
1854ebc0e3
Remove some duplicated comments that refer to npx. XXX The setregs
...
function is actually MD (not MI) though..
2003-11-08 03:35:06 +00:00
peter
a2fff099b7
The great s/npx/fpu/gi
2003-11-08 03:33:38 +00:00
imp
062002500c
-Wunused
2003-11-08 03:28:43 +00:00
tjr
0ea91c92a7
Add one more cross-reference to gb2312(5).
2003-11-08 03:23:11 +00:00
tjr
41b66e50b6
Add GB2312 to the list of supported encodings. Cross-reference gb2312(5).
2003-11-08 03:19:26 +00:00
peter
e3ffb41b64
Converge with i386/GENERIC
2003-11-08 03:17:36 +00:00
tjr
43f8154f97
Add cross-references to new gb2312(5) manual page.
2003-11-08 03:07:56 +00:00
davidxu
42bda3c853
Return a reasonable number for top or ps to display for M:N thread,
...
since there is no direct association between M:N thread and kse,
sometimes, a thread does not have a kse, in that case, return a pctcpu
from its last kse, it is not perfect, but gives a good number to be
displayed.
2003-11-08 03:03:17 +00:00
tjr
50e07efd60
Add a fairly simple manual page for the new GB2312 encoding.
2003-11-08 03:02:45 +00:00
alc
8f7a1d592d
- Similar to post-PAE RELENG_4 split pmap_pte_quick() into two cases,
...
pmap_pte() and pmap_pte_quick(). The distinction being based upon the
locks that are held by the caller. When the given pmap is not the
current pmap, pmap_pte() should be used when Giant is held and
pmap_pte_quick() should be used when the vm page queues lock is held.
- When assigning to PMAP1 or PMAP2, include PG_A anf PG_M.
- Reenable the inlining of pmap_is_current().
In collaboration with: tegge
2003-11-08 03:01:26 +00:00
tjr
866579d246
Remove unused #includes.
2003-11-08 02:58:37 +00:00
tjr
c48a892fd1
Use __inline instead of inline.
2003-11-08 02:56:03 +00:00
tjr
7f360419c4
Refer to wide characters instead of runes. Remove redundant example locale.
...
Catch up with renaming of "Japanese" to "ja_JP.eucJP". Comment out the
statement that EUC is provided for compatibility with UNIX-based systems;
this is not a very good opening paragraph.
2003-11-08 02:52:31 +00:00
tjr
3433ed9c17
Refer to wide characters instead of runes.
2003-11-08 02:46:02 +00:00
peter
f9cbefa404
Rename npx.c to fpu.c (it isn't an extension, its part of the core
...
architecture now).
2003-11-08 02:40:40 +00:00
peter
e27aec25ab
Rename npx* to fpu*. I haven't done the flags/function names yet.
2003-11-08 02:39:46 +00:00
peter
0084fd36b8
Point the description of the fpu data in the context structures to
...
i386/include/npx.h instead of the host's machine/npx.h (which might not
exist)
2003-11-08 02:36:05 +00:00
nyan
76b884d043
New notes for pc98: Pentium Pro and Pentium II workarounds, i386 interrupt
...
handling.
2003-11-08 01:17:08 +00:00
sam
4610e7a39b
add 802.11 layer stats dumper
2003-11-08 01:06:19 +00:00
sam
c40a1d0401
catchup with if_xname change
2003-11-08 01:01:56 +00:00
rwatson
8a034c943d
Add /usr/share/security to directories to create in order to hold
...
LOMAC context information.
Obtained from: TrustedBSD Project
Sponsored by: DARPA, Network Associates Laboratories
2003-11-08 00:41:41 +00:00
rwatson
dfe2864ae7
When lomac-policy.contexts was merged from the TrustedBSD MAC branch,
...
the Makefiles were not committed.
2003-11-08 00:40:25 +00:00
sam
75598276f5
unbreak compilation of FAST_IPSEC
...
Supported by: FreeBSD Foundation
2003-11-08 00:34:34 +00:00
rwatson
811b4090b7
Replace a '-' with a ')'. Update copyright.
...
PR: 53195
2003-11-08 00:21:20 +00:00
peter
bcb110396e
There isn't much point printing 'npx0: INT 16 interface' because that is
...
the only way it works here.
2003-11-08 00:13:43 +00:00
jhb
0d68cc1731
Dump the trigger and polarity of each intpin's default setting in the
...
bootverbose output.
2003-11-07 23:44:35 +00:00
sam
e5e7aba8ca
MFp4: reminder that random id code is not reentrant
...
Supported by: FreeBSD Foundation
2003-11-07 23:31:29 +00:00
scottl
e3855085d1
Document the lockfunc and lockfuncarg arguments to bus_dma_tag_create() in
...
the busdma headers.
2003-11-07 23:29:42 +00:00
sam
94792986aa
Move uid/gid checking logic out of line and lock inpcb usage. This
...
has a LOR between IPFW inpcb locks but I'm committing it now as the
lesser of two evils (the other being unlocked use of in_pcblookup).
Supported by: FreeBSD Foundation
2003-11-07 23:26:57 +00:00
imp
ae477bf060
Remove channeling interrupts to IRQ1. Some chipsets don't do the
...
expected thing and that causes interference with keyboards.
2003-11-07 23:12:59 +00:00
bmah
441af866ac
Use ufm(4) entity.
...
Use mpt(4) entity, trim devices since the new manpage lists them.
While here, trim devices from the pst(4) and trm(4) listings since
they are close by and their manual pages seem to list everything we do.
2003-11-07 23:03:02 +00:00
sam
3eac15aaa3
Assert GIANT_REQUIRED where sockets are manipulated. This is
...
preparatory for MPSAFE network commits and ongoing socket
locking work.
Supported by: FreeBSD Foundation
2003-11-07 22:57:09 +00:00
rwatson
866f946f37
When allocation of a socket peer label fails, scrub what was
...
successfully initialized in the label as a socket peer label, not a
socket label. For current policy modules, this didn't make a
difference, but if a policy module had label data in the peer label
that was to be GC'd in a different way than the normal socket label,
it might have been a problem.
Obtained from: TrustedBSD Project
Sponsored by: DARPA, Network Associates Laboratories
2003-11-07 22:31:27 +00:00
peter
1c0b81ebd5
Ahh, the joys of badge engineering. Tell the sk driver that the
...
Linksys EG1032 is yet another variation. It looks just like the 3c940
except it only has a Marvell logo and no 3com logo.
2003-11-07 22:04:26 +00:00
ru
cb67907c73
Use %e in the date(1) format string to eliminate the sed(1) command.
2003-11-07 21:55:35 +00:00
jhb
2be76da54f
Regen.
2003-11-07 21:36:35 +00:00
jhb
15178fba7e
Sync up MP safe flags with global syscalls.master for the first time. This
...
includes read(), write(), close(), linux_setuid16(), linux_getuid16(),
linux_pause(), linux_nice(), linux_kill(), dup(), linux_pipe(),
linux_setgid16(), linux_getgid16(), linux_signal(), linux_geteuid16(),
linux_getegid16(), acct(), setpgid(), umask(), dup2(), getppid(),
getpgrp(), setsid(), linux_sigaction(), linux_sgetmask(), linux_ssetmask(),
linux_setreuid16(), linux_setregid16(), linux_sigsuspend(), getrusage(),
gettimeofday(), linux_getgroups16(), linux_setgroups16(), getpriority(),
setpriority(), linux_sigreturn(), linux_clone(), linux_sigprocmask(),
linux_getsid(), mlock(), munlock(), mlockall(), munlockall(),
sched_setparam(), sched_getparam(), linux_sched_setscheduler(),
linux_sched_getscheduler(), linux_sched_get_priority_max(),
linux_sched_get_priority_min(), sched_rr_get_interval(),
linux_setresuid16(), linux_getresuid16(), linux_setresgid16(),
linux_getresgid16(), linux_rt_sigaction(), linux_rt_sigprocmask(),
linux_rt_sigsuspend(), geteuid(), getegid(), setreuid(), setregid(),
linux_getgroups(), linux_setgroups(), setresuid(), getresuid(),
setresgid(), getresgid(), setuid(), and setgid().
2003-11-07 21:36:14 +00:00
des
3ae98c3080
Alphabetization braino.
...
Pointed out by: johan
2003-11-07 21:28:29 +00:00
peter
39c76d997c
Dont write to the stackgap directly in execve().
2003-11-07 21:27:13 +00:00
peter
d7ad6ab48d
Increase the size of SPARE_USRSPACE. It is way too small by default
...
for things like execve.
2003-11-07 21:25:54 +00:00
jhb
f316a10928
Regen.
2003-11-07 21:13:08 +00:00