thorpej
1964f8446c
Make this work with an ISO C preprocessor.
2002-05-30 18:30:17 +00:00
thorpej
8165e606cc
d_namlen is a uint8_t, and thus will always be < MAXMANLEN + 1 (256),
...
so there is no need to assert it.
2002-05-30 18:16:41 +00:00
thorpej
938d959959
Add __attribute__((__unused__)) to SCCS and RCS IDs.
2002-05-30 18:10:25 +00:00
thorpej
617898cca8
Need <string.h> for strcmp() prototype.
2002-05-30 18:01:03 +00:00
thorpej
f9fe308928
Rename local function "gettext" to "get_text" to avoid conflict
...
with internal prototypes/attributes for the gettext() int'lzation
function that gcc-current has.
2002-05-30 17:46:24 +00:00
thorpej
d22677c6bc
Don't use multi-line string literals.
2002-05-30 17:36:57 +00:00
someya
153f04daa9
Fix playback problem on SiS7018.
...
- mute the volume for interrupt channel
- add some improvements for device initialization
but recording does not work properly.
Reported and tested by Jan Wagner <waja@cyconet.org>. Thanks.
2002-05-30 17:04:13 +00:00
thorpej
313148a4db
Fix Missing %s in format string.
2002-05-30 17:02:17 +00:00
eeh
9469f62c90
Create a bootable WALNUT and INSTALL kernel images.
2002-05-30 16:23:30 +00:00
eeh
a56ebcba77
Create a ramdisk installation image, pack it into a INSTALL kernel, and
...
generate a netbootable image from the results.
2002-05-30 16:21:43 +00:00
eeh
58d15437bc
Add sysinst support for the walnut port.
2002-05-30 16:13:06 +00:00
nonaka
79e01c5f6f
Support IBM RS/6000 43P 7043-140.
2002-05-30 16:10:03 +00:00
wiz
a16433eede
Sort SEE ALSO.
2002-05-30 16:09:59 +00:00
wiz
565b0695e4
Add RCS Id, and drop a trailing space.
2002-05-30 16:07:59 +00:00
eeh
0ef5e0455e
Automagically install symbols and generate a loadable binary image when
...
building a kernel rather than as a separate target.
2002-05-30 15:24:57 +00:00
eeh
fb36aee628
Add an INSTALL kernel with DEBUG and space for a miniroot.
2002-05-30 15:23:09 +00:00
eeh
4992f2adc9
Make this more GENERIC.
2002-05-30 15:22:16 +00:00
eeh
6230497489
Add cardbus support in case someone has a PCI->cardbus card.
2002-05-30 15:21:24 +00:00
itojun
35eb51aa09
use int32_t, instead of int, for on-disk data.
...
(so that we are safe in the future)
2002-05-30 14:55:47 +00:00
itojun
2cc8b1799d
detect endianness correctly by using BYTE_ORDER.
2002-05-30 14:48:44 +00:00
itojun
2234e66e0e
embed correct machine/machine_arch info into binary. PR 17103.
...
(fixes 1.18 -> 1.19 change)
From: Takeshi Nakayama <tn@catvmics.ne.jp>
2002-05-30 14:25:34 +00:00
itojun
3c0e2afcd7
do not define types like int32_t or u_int32_t locally.
2002-05-30 14:13:01 +00:00
leo
440b81cf1a
Some atari updates.
2002-05-30 12:56:34 +00:00
agc
4e784ca27b
Include <string.h> to get the prorotype for memset(3).
2002-05-30 12:52:29 +00:00
agc
7ad2a4aeb4
Include <string.h> to get the prorotype for memset(3).
2002-05-30 12:29:04 +00:00
drochner
34c0afbf8d
implement a check whether a BAR is present at all at a given configuration
...
space address and use it where the mappings of the VGA card are registered
before descenting too deep into "memory" type specific code
(pci_mem_find() gets noisy if it doesn't like the register)
2002-05-30 12:06:43 +00:00
agc
0bb4958e16
Cast the difference of two pointers to an int so that it can be compiled
...
on more esoteric architectures.
2002-05-30 11:45:02 +00:00
itojun
f75be30e68
comment; no need to care about endianness, as DB keys are ascii strings
...
(modulo possible DB lookup performance issue)
2002-05-30 10:45:03 +00:00
itojun
b837b667b8
set TARGET_ENDIANNESS appropriately.
2002-05-30 09:49:22 +00:00
augustss
1cad75290c
Remove extra lines.
...
Fix some comments.
2002-05-30 09:08:51 +00:00
augustss
fe7cd55d73
Add Artesyn PMPPC files.
2002-05-30 08:54:07 +00:00
augustss
1331023854
Add some files for the Artesyn PMPPC board. This is a PowerPC based
...
Mezzanine PCI board.
NOTE: this is not yet all the files needed for the port.
2002-05-30 08:51:06 +00:00
thorpej
0fc2511716
Make this work with an ISO C preprocessor.
2002-05-30 05:53:38 +00:00
itojun
52d0ba15c8
reduce unneeded #ifdef
2002-05-30 05:51:21 +00:00
thorpej
897fba04fe
Add -Wno-format-zero-length to CWARNFLAGS; ulog() is a printf-like
...
function for which "" is a perfectly reasonable argument.
2002-05-30 05:46:16 +00:00
manu
0d78304995
Improved support for polling semaphores: when a polling semaphore is unblocked,
...
poll will return true until the semaphore is blocked again, but before the
semaphore is blocked, poll returns false.
We do this by maintaining another queue of "released" processes in
struct irix_usema_rec. Unblocking causes the waiting process record to be
moved to the released queue, and poll check for the process in this released
queue.
2002-05-30 05:16:10 +00:00
thorpej
d9f211b107
Make this work with an ISO C preprocessor.
2002-05-30 05:08:51 +00:00
itojun
87fc46bce9
improve nd6_setmtu(), to warn too-small MTU on SIOCSIFMTU. sync w/kame
2002-05-30 05:06:28 +00:00
itojun
a3e4fbdf14
use M_READONLY where possible. minor cleanup/sync with kame.
2002-05-30 04:39:15 +00:00
simonb
688f49ac00
Use openpty() to deal with the new pty naming scheme.
2002-05-30 03:22:58 +00:00
greg
5004b7788d
Initial addition of TrackPoint support on the IBM WorkPad z50's DSIU port.
2002-05-30 01:44:59 +00:00
simonb
9a430fa482
Correct the list of pseudo-terminals in the FILES section.
2002-05-30 01:42:58 +00:00
fvdl
cec79c16b4
Include sys/types.h or u_int*
2002-05-30 00:36:42 +00:00
enami
0e0aff0642
Write a program straightforward.
2002-05-30 00:34:06 +00:00
enami
260e9f55a7
Add optional mmap(2)/write(2) support for binary file transfer.
...
The default is read(2)/write(2). Note that the sosend_loan needs
some more work for better performance when a file isn't cached.
2002-05-30 00:24:47 +00:00
itojun
e67961b545
check sshd uid/chroot dir on UsePrivilegeSeparation mode, and die if they
...
do not exist. sync w/openssh
2002-05-29 23:54:29 +00:00
itojun
784d7467c1
remove comment about route(8), which does not really fit here.
2002-05-29 23:40:25 +00:00
msaitoh
48b457ab6c
document vfs.nfs.iothreads
2002-05-29 23:30:50 +00:00
itojun
ef188effbf
strlcpy. rtm_seq is an int. use pidfile(3). sync w/kame via openbsd
2002-05-29 23:11:13 +00:00
itojun
1675bb6f17
more strlcpy. from openbsd via kame
2002-05-29 22:23:06 +00:00