46723 Commits

Author SHA1 Message Date
christos
e0007e4751 union wait -> int 1998-12-20 15:02:17 +00:00
christos
9c41bfb9f4 include unistd.h 1998-12-20 15:01:43 +00:00
christos
5a0d53715e braces 1998-12-20 15:01:30 +00:00
christos
911f0fccb0 cast field sizes to ints. 1998-12-20 14:53:24 +00:00
christos
f9688c3369 Make sure termio is defined to termios. 1998-12-20 14:48:33 +00:00
thomas
75c4b3bf70 Changed grf mmap that it is closer to XFree. VGA memory on et4000/et6000
is now at offset 0xa0000.
1998-12-20 14:32:34 +00:00
drochner
6292c7eda0 Make midi_attach_mi() and audioprint() available also if MIDIBUS
(but not necessarily MIDI) is defined.
Fixes PR port-i386/6615 (Krister Walfridsson <cato@ulysses.df.lth.se>).
(XXX this should probably go into a separate file to get rid of
the #ifdef mess)
1998-12-20 14:26:44 +00:00
thomas
051cc552ae New code to enable PCI devices. 1998-12-20 14:24:52 +00:00
mrg
db15e9d609 oops, s/sparc/sparc64/ for one of the "man8.sparc" entries. from bernd. 1998-12-20 11:51:04 +00:00
nathanw
e3504362c9 Regen. 1998-12-20 03:53:03 +00:00
nathanw
7003241eab Add IBM Wireless LAN Entry and Xircom CreditCard Ethernet+Modem. 1998-12-20 03:52:40 +00:00
nathanw
d114556e2a Avoid using "generic" configuration table entries during first
resource allocation attempt - would crash system if a generic entry
preceded a workable specific entry.
Rearrange a little for clarity.
1998-12-20 03:49:53 +00:00
thorpej
51d0670371 Clean up a whole load of comments, making many of them truthful, and
indicating which functions are INTERFACE vs. which aren't.
1998-12-20 01:15:52 +00:00
kristerw
9dc9e902a5 Disable strip 1998-12-19 23:57:52 +00:00
thorpej
80e50e26a8 Unclutter a bit. Use a PMAP_DPRINTF() macro where possible, getting rid
of loads of #ifdef DEBUG ... stuff.
1998-12-19 23:51:47 +00:00
kristerw
3f4b5577f4 Enable strip for a.out too 1998-12-19 23:50:15 +00:00
nathanw
9670878a82 Regen. 1998-12-19 23:48:39 +00:00
nathanw
f920aee0b3 Add original Xircom CreditCard Ethernet. 1998-12-19 23:47:51 +00:00
christos
e415908344 char -> unsigned char
_start -> x_start
_escaped -> x_escaped

_start is the start symbol in solaris libc!
1998-12-19 23:41:53 +00:00
christos
9622cbbfb5 char -> unsigned char 1998-12-19 23:37:14 +00:00
christos
86fc76a0a6 remove local decl of errno. 1998-12-19 23:36:07 +00:00
christos
b4c8a47030 appease gcc-2.8.1 1998-12-19 23:35:24 +00:00
christos
ad5d7c5f6d char -> unsigned char 1998-12-19 23:22:51 +00:00
thorpej
6659e7174e In pmap_testbit(), if we end up traversing the PV list, cache a hit on the
bit to speed future tests.
1998-12-19 23:21:51 +00:00
christos
23933685ff braces 1998-12-19 23:21:24 +00:00
christos
af1827b7df char -> unsigned char 1998-12-19 23:19:45 +00:00
christos
1b5e48e426 char -> unsigned char 1998-12-19 23:02:21 +00:00
christos
4dadb162f6 sigvec->sigaction
sigblock->sigprocmask
sigpause->sigsuspend
XXX: code could be shared here.
1998-12-19 23:02:02 +00:00
thorpej
97f422e85b Make pmap_changebit() take bits to set and a PTE mask, rather than a bit
and a boolean.
1998-12-19 23:01:47 +00:00
christos
1a8acb42c1 <sys/dir.h> -> <dirent.h>
<sys/file.h> -> <fcntl.h>
1998-12-19 23:00:43 +00:00
christos
a6f820700b remove unused variable
char -> unsigned char
1998-12-19 23:00:18 +00:00
christos
b5e27b660d creat->open O_CREAT 1998-12-19 22:59:21 +00:00
kristerw
c6d1478acf Fixed off-by-one error where HOSTNAME+1 characters was copied into
tsp_name that has size HOSTNAME.
1998-12-19 22:44:19 +00:00
christos
e42e202cfb char -> unsigned char
<fcntl.h> instead of <sys/file.h>
compensate for different types in th_stuff
1998-12-19 22:41:21 +00:00
christos
719b192026 sigvec->sigaction 1998-12-19 22:36:11 +00:00
christos
eb4463abfe KNF 1998-12-19 22:27:54 +00:00
christos
24a4a811e5 char -> unsigned char 1998-12-19 22:26:13 +00:00
christos
664c0d224c ifdef the pw_change and pw_expire stuff with BSD4_4 1998-12-19 22:24:18 +00:00
christos
f6d2541fc5 portability in printf args.
char -> unsigned char
1998-12-19 22:18:00 +00:00
christos
f6a7c3e2b3 portable printf args. 1998-12-19 22:14:30 +00:00
christos
ea2df27a8f char -> unsigned char
compensate for not having REG_STARTEND
1998-12-19 22:12:32 +00:00
christos
431b0659ba char -> unsigned char 1998-12-19 22:12:11 +00:00
christos
861d7d0674 don't use union wait; an int is good enough. 1998-12-19 21:53:56 +00:00
christos
377fe973b8 include <fcntl.h> for O_RDONLY, and remove decls of optind and optarg. 1998-12-19 21:52:00 +00:00
christos
d374d91f3d small cast. 1998-12-19 21:50:45 +00:00
christos
cfb06221ce brace police 1998-12-19 21:44:31 +00:00
scottr
3de0336b7c Protect a keyup event for ADBK_3 in the mouse button emulation code with
ALTXBUTTONS, so as to not cause trouble with some non-US English
keyboards.  From SUNAGAWA Keiki, PR 6613.
1998-12-19 21:41:13 +00:00
christos
20a2ed5105 revert previous cast. 1998-12-19 21:31:37 +00:00
christos
681ecbf381 a few casts, and char -> unsigned char 1998-12-19 21:27:40 +00:00
christos
e4ac7024d0 extra braces, char -> unsigned char 1998-12-19 21:19:11 +00:00