manu
43a6b5539b
Make ngetdents working again, after the strcpy -> strlcpy move broke it
...
(because of an incorrect len argument)
2003-11-08 22:36:01 +00:00
fvdl
f601ca945b
Add POSIX 1003.1b semaphores.
2003-11-08 21:38:18 +00:00
manu
6d58f326f1
Build again with SIGINFO, patches from Christopher Sekiya.
2003-11-08 21:35:26 +00:00
manu
352595e88d
Warkaround warning for uninitalized variables
2003-11-08 21:33:34 +00:00
manu
ee7a6d2747
Restore COMPAT_IRIX signal delivery to an usable state. We provide a
...
fake sigcode so that trampoline vers checks in sigaction1() will not
return EINVAL. Another fix would be to duplicate code from svr4_sys_sigaction()
to irix_sys_sigaction() and call sigaction1() with vers != 0. We do not
do that because it would duplicate some code.
2003-11-08 21:28:45 +00:00
tsutsui
1fafd3e354
Define all members in TX/RX DMA descriptors as u_int32_t and use proper shift
...
and mask ops since smc83c170 chips access them in 32bit width with proper
byteswap mechanism, so that all #if BYTE_ORDER in descriptors can be removed.
While here, do some slight optimizations in epic_start() and epic_intr().
2003-11-08 16:08:13 +00:00
tsutsui
addcf5d254
#if defined(_KERNEL_OPT) is enough, #if !defined(_LKM) isn't needed
...
in that case. Pointed out by mrg.
2003-11-08 15:19:20 +00:00
lukem
7ce35daccc
Add '.SUFFIXES: .m4' here, now that <sys.mk> doesn't provide it anymore.
...
It appears that .PATH.m4: needs it.
Should fix problem noted in private mail by Markus W Kilbinger.
2003-11-08 14:45:02 +00:00
pk
582c396832
Construct arguments properly and update comment in previous bzero -> memset
...
changes.
2003-11-08 14:04:26 +00:00
martin
6e204ff9bc
Fix previous (bzero -> memset), it overlooked the delay slot.
...
Use set and clr pseudo instructions to simplify the code a bit.
2003-11-08 13:21:36 +00:00
tsutsui
ecd13dfa39
Add pseudo-device ksyms
2003-11-08 12:17:53 +00:00
tsutsui
81d609b1f5
Remove obsolete comments about curproc.
2003-11-08 12:17:25 +00:00
tsutsui
3dc4924359
In trap(), curlwp could be NULL so don't refer it implicitly.
2003-11-08 12:08:12 +00:00
tsutsui
7a6d021fe2
Include "opt_lockdebug.h" only #if !defined(_LKM) && defined(_KERNEL_OPT).
2003-11-08 12:06:20 +00:00
tsutsui
dc9a6c03b4
Adapt to replacement of apcireg.h and dcareg.h.
2003-11-08 12:02:33 +00:00
tsutsui
f009006333
Remove obsolete files by MI com(4) driver support.
2003-11-08 11:22:11 +00:00
tsutsui
30f361a050
Move apcireg.h and dcareg.h to stand/common since they are no longer used
...
by kernel.
2003-11-08 11:19:30 +00:00
tsutsui
63b14eb5b6
Switch DCA and APCI serial devices to use MI com(4) driver.
...
DCA is tested on HP362 and HP382 with serial console,
but APCI on HP4xx is not tested yet.
2003-11-08 11:18:33 +00:00
jdolecek
117242ea83
use "mov 0, %o1" instead of kinda strange "sethi 0, %o1" in previous
...
pointed out by Matthew Green
2003-11-08 08:09:38 +00:00
jdolecek
3050a50d90
don't need bcmp() and bzero()
2003-11-08 07:40:37 +00:00
jdolecek
587e0e3497
use memset() instead of bzero()
2003-11-08 07:39:18 +00:00
jdolecek
7cc19c4f27
no need for bcmp.c
2003-11-08 07:24:46 +00:00
jdolecek
ac5e658022
fix uninitialized variable use in previous change (!)
2003-11-08 07:13:57 +00:00
dbj
fe70f4f25f
only let i_ffs_effnlink diverge from i_nlink if DOINGSOFTDEP
2003-11-08 06:38:10 +00:00
dbj
54309cb4b4
comment out unnecessary IN_CHANGE|IN_UPDATE in lookup
...
move softdep specific lock release/regrab inside if DOINGSOFTDEP
2003-11-08 06:36:13 +00:00
dbj
7bfaadbc7a
always do a full fsync if vp->v_type != VREG
...
in partial fsync, only use PGO_SYNCIO if FSYNC_WAIT is specified
2003-11-08 06:00:39 +00:00
simonb
4ebec9cd61
Add a define for the size of the UART register block.
2003-11-08 05:49:08 +00:00
dbj
2f1fc21f9c
fix minor memory leaks in error paths of ffs_mountfs
2003-11-08 05:35:11 +00:00
simonb
edaec67118
Use the COM_AU1x00 option for Au1x00 feature support.
2003-11-08 05:12:51 +00:00
simonb
52f438d9a8
Sync with com.c, rev 1.222.
2003-11-08 05:10:11 +00:00
simonb
8899101173
Add a "COM_AU1x00" option, similar to COM_PXA2X0, for enabling Au1x00
...
features in the "com" driver.
2003-11-08 05:05:14 +00:00
sekiya
0a6f939a3d
Avoid namespace collision when sgivol is compiled as a native application.
2003-11-08 04:59:00 +00:00
ross
0df0fcb2d2
Simplify (the long) Shark line
2003-11-08 04:49:17 +00:00
dbj
5040c1296f
protect use of buf's b_flags with b_interlock
2003-11-08 04:39:00 +00:00
dbj
84865d5d4f
protect a few uses of buf's b_flags with b_interlock
2003-11-08 04:22:35 +00:00
simonb
47299229f4
Make comsoft_callout static; it's not referenced outside this file.
2003-11-08 02:54:47 +00:00
simonb
d60244d401
Add (as yet unused) COM_TYPE_AU1x00.
2003-11-08 01:59:38 +00:00
simonb
b10e159af2
Add "XXX" to the gcc -Wuninitialised warning fix.
2003-11-08 01:58:26 +00:00
dsl
fcb78a6640
Remove depencency of vers.c on ${LIBLIST} - it messes up the depends and
...
I'm not sure why I added it now!
Default NWEVERSWHAT back to "BIOS Boot" - look better on boot banner page.
2003-11-08 00:02:02 +00:00
dsl
a7e45c127a
stand/lib/crt/rom is no more, no need for it in .PATH
2003-11-07 23:44:56 +00:00
dsl
80e537250b
Make 'dependall' generate the dependencies
2003-11-07 23:39:27 +00:00
dsl
7dbd0e094b
Make 'dependall' generate dependencies in these libraries.
2003-11-07 23:34:28 +00:00
he
4918cc9279
Set `reg' before using it to print the unrecognized value.
2003-11-07 23:04:15 +00:00
briggs
9082432644
Go ahead and define xor function names up to xor16.
2003-11-07 22:04:59 +00:00
briggs
cad1dd99c8
Fix another used-before-initialized bug that gcc uncovered.
2003-11-07 22:04:13 +00:00
carrel
f830588016
enable support for the TREO 600
...
tested and works...
2003-11-07 21:27:56 +00:00
dsl
0c8ed6072c
default: to 1024x768 landscape if unknown geometry (avoids uninitialised vars)
2003-11-07 19:21:39 +00:00
dsl
f4d417c4a9
Add default: and panic() when DEBUG undefined so that 'offset' is
...
not used uninitialised.
2003-11-07 19:16:01 +00:00
dsl
7e50916a6e
Initialise spdreg, gcc doesn't stand a chance of tracking its use.
2003-11-07 18:56:39 +00:00
martin
2ceba4344c
Fix KERN_DEBUG format string <-> parameter mismatch.
2003-11-07 18:49:29 +00:00