Commit Graph

114921 Commits

Author SHA1 Message Date
itojun
a395b35ba2 delint 2003-07-14 13:07:05 +00:00
itojun
848c8ac0ef use bounded string ops (especially libraries) 2003-07-14 13:05:19 +00:00
simonb
96df404b38 Use wrteei to disable interrupts; easier assembly and saves a temporary
variable.
2003-07-14 13:02:13 +00:00
simonb
0d42503562 Re-include "com.h" since we check NCOM in softserial(). Serial console
now works after properties rototill.
2003-07-14 12:59:36 +00:00
itojun
fcfc71fca0 use strlcat 2003-07-14 12:37:13 +00:00
itojun
ab3a8ded53 use bounded string op/asprintf 2003-07-14 12:02:00 +00:00
itojun
6d415bc4b0 use bounded string op 2003-07-14 11:54:06 +00:00
itojun
347022e133 use bounded string op - some remains 2003-07-14 11:52:24 +00:00
itojun
01a5c755ee use bounded string op, simplify by asprintf/strdup 2003-07-14 11:45:18 +00:00
tshiozak
0e0aa0868c use NONIDENTICAL instead of ILSEQ if the reverse conversion of ISO646.
(fix for lib/22135)
2003-07-14 11:37:49 +00:00
itojun
479f575456 use bounded string op 2003-07-14 11:36:48 +00:00
itojun
31d51579a3 get rid of strsave(), use strdup directly 2003-07-14 11:09:19 +00:00
dsl
6445d05466 Add explicit msg_string() call to MSG_hidden to stop core dump
when the password is set and the usename not ftp.
Whitespace changes.
2003-07-14 10:53:42 +00:00
dsl
a2d5357066 Fix code that guesses bios geometry from mbr info.
When asking for bios geometry, ask for sectors per track and heads
then calculate cylinders from volume size.
Write MBR_MAGIC into correct place when writing extened partitions.
2003-07-14 09:59:00 +00:00
aymeric
2b846f3e47 . ANSIfy a bit more
. use the boot_entry_t type for the entry point

Makes ofwboot compile with -Wmissing-prototypes -Wstrict-prototypes, as
suggested by Chuck Silvers in a private e-mail.
2003-07-14 09:46:06 +00:00
itojun
3f02ac18b7 use bounded string op 2003-07-14 09:44:00 +00:00
aymeric
db875b067a . prototype for main()
. typedef boot_entry_t to be the prototype of the kernel entry point
2003-07-14 09:42:58 +00:00
itojun
d91f80a702 the function is equivalent to strdup. 2003-07-14 09:41:27 +00:00
itojun
fe182b3802 use bounded string op 2003-07-14 09:40:26 +00:00
itojun
5d7783072e asprintf is safer. add error trap for malloc failure 2003-07-14 09:38:14 +00:00
itojun
2fe0488981 use bounded string op 2003-07-14 09:33:08 +00:00
dsl
02af72a142 Fix code that detects bios geometry from mbr table. 2003-07-14 09:32:12 +00:00
itojun
51a0035259 use bounded string op 2003-07-14 09:31:16 +00:00
itojun
6a949dc545 minor KNF 2003-07-14 09:30:52 +00:00
itojun
eea9ee0720 asprintf is easier and safer 2003-07-14 09:29:21 +00:00
itojun
2777b2aa10 use bounded string op as much as possible 2003-07-14 09:25:37 +00:00
itojun
870f37306c use bounded string op 2003-07-14 09:24:00 +00:00
itojun
a0e42b4568 strdup is easier 2003-07-14 09:22:17 +00:00
itojun
6086476ade use bounded string op 2003-07-14 09:21:03 +00:00
itojun
24c1ca6e35 use bounded string op as much as possible 2003-07-14 09:18:22 +00:00
itojun
99f12cfafe use bounded string op 2003-07-14 09:07:22 +00:00
tron
af78980474 Remove file "rescue.unstripped" in "cleandir" target. 2003-07-14 09:00:33 +00:00
wiz
22c09256dd cpu -> CPU, from jmc@openbsd. 2003-07-14 08:58:57 +00:00
wiz
3013c9b400 cpu -> CPU. 2003-07-14 08:58:12 +00:00
wiz
95ad95491e Fix two minor whitespace problems. 2003-07-14 08:55:18 +00:00
itojun
2372fad140 use bounded string op as much as possible 2003-07-14 08:43:19 +00:00
itojun
47a6a58fe5 use bounded string op 2003-07-14 08:36:34 +00:00
itojun
7b8c272d80 be friendly to unifdef(1) 2003-07-14 08:36:27 +00:00
jmmv
3300ba59da Regen (+ ATI Radeon 9200) 2003-07-14 08:01:45 +00:00
jmmv
1f969857d8 Add ATI Radeon 9200 chip. 2003-07-14 08:00:43 +00:00
pk
40643e2443 The source register field was missing from the `i_loadstore' format.
From Jason Wright (openbsd) in private communication.
2003-07-14 06:53:44 +00:00
wiz
2faa66cee3 regen (+MGA G550). 2003-07-14 06:52:40 +00:00
wiz
e14b9ced59 Add MGA G550, from Kouichirou Hiratsuka in PR 22133. 2003-07-14 06:51:57 +00:00
itojun
49a751869e use bounded string op as much as possible 2003-07-14 06:17:54 +00:00
itojun
5402d14cf4 use boundedd string ops 2003-07-14 06:08:04 +00:00
tshiozak
99831f71fd set OOB_MODE to INVALID for the UCS -> any converters. 2003-07-14 06:03:36 +00:00
itojun
041bd7648a use bounded string op as much as possible 2003-07-14 06:00:44 +00:00
itojun
97a29a12a2 use bounded string ops (one strcpy remaining) 2003-07-14 05:55:38 +00:00
simonb
649e4ff2d5 Check return value of prop_get() correctly; serial ports now attach on
a walnut, but don't seem to accept input(?!).
2003-07-14 05:21:25 +00:00
lukem
8e7657a643 Be consistent with other bsd.*.mk, and pull in <bsd.init.mk> at the
start (which pulls in <bsd.own.mk>), and <bsd.obj.mk> and <bsd.sys.mk>
at the end.  These provide the appropriate settings for TOOL_* .
2003-07-14 00:52:12 +00:00