Commit Graph

110923 Commits

Author SHA1 Message Date
wiz
ec59b4a790 Fix two typos, from Igor Sobrado in PR 19680. 2003-04-06 15:52:38 +00:00
wiz
c3397e3c5c description, not descripton. Igor Sobrado in PR 19680. 2003-04-06 15:50:17 +00:00
ragge
f2523f5b9f A bunch of fixes to make the DHU driver much more efficient,
from Hugh Graham (hugh@openbsd.org).
2003-04-06 15:45:11 +00:00
wiz
6f759f07fd Document mixerctl behaviour during startup better.
Based on PR 21023 by Quentin Garnier.
2003-04-06 15:24:08 +00:00
tsutsui
554b2cebc0 Add some devices which I committed/maintained with myself as responsible. 2003-04-06 14:27:50 +00:00
he
73a2de8f35 Correct typo: comp-sys-catmaN -> comp-sys-catman. 2003-04-06 13:37:01 +00:00
he
aa6779a2a7 Track renaming of manual page: vfs_setpublicfs(9) -> vfs_setpublic(9). 2003-04-06 13:34:33 +00:00
rjs
5043a41a74 Add bs_mmap and make hack in bs_mmap conditional on hpcarm. 2003-04-06 12:56:45 +00:00
tsutsui
a283ab6871 Tweak some entries for the significant changes page on www. 2003-04-06 11:13:55 +00:00
tsutsui
a21d90a7b7 Note addition of the MI oosiop driver. 2003-04-06 10:30:37 +00:00
tsutsui
fce130b45c Build and install oosiop(4). 2003-04-06 10:22:21 +00:00
wiz
5e2400e3a9 Fix typo, and add a "the". 2003-04-06 10:20:22 +00:00
tsutsui
9288b798b9 Add oosiop(4) man pages. 2003-04-06 10:17:58 +00:00
tsutsui
7a1da1fc3b Add scsibus at oosiop. 2003-04-06 10:16:22 +00:00
tsutsui
e76a348b0b - Note and Xref oosiop(4).
- Use wildcard for arc config in SYNOPSIS.
- Add hp700 attachment.
- Xref esiop(4).
2003-04-06 10:15:27 +00:00
jdolecek
1b18fee640 this info is now in doc/RESPONSIBLE 2003-04-06 10:13:07 +00:00
tsutsui
4957e397e3 Add oosiop(4) man page. 2003-04-06 10:12:54 +00:00
jdc
0ed7982550 Remove curses \E[m hack - fixed in setterm.c : 1.36.
Add curses hack mentioning colour swap when real fix is to enhance termcap.
2003-04-06 10:12:20 +00:00
jdolecek
208be83e86 add kern/compat section, and add linux-fooarch items according
to src/sys/compat/linux/TODO
2003-04-06 10:11:54 +00:00
tsutsui
4d0733ceec Add oosiop. 2003-04-06 10:10:38 +00:00
tsutsui
953980bca4 - Add oosiop at gsc.
- Enable sync and disconnect/reselect for osiop.
  (which seems to work on 712/60)
2003-04-06 10:09:18 +00:00
tsutsui
aa2bec9565 Add MD attachment of the 53c700 SCSI on hp700 gsc.
XXX Tested only with pre-SA (1.6K) kernel on 735/125.
2003-04-06 10:06:14 +00:00
tsutsui
ceef79f4ab - Match only HPPA_FIO_GSCSI (i.e. 53c710) for osiop.
- KNF some lines.
2003-04-06 10:02:52 +00:00
wiz
a777b1081b Fix a bug, and add a Dv before a NULL. Whitespace nits while here. 2003-04-06 10:00:46 +00:00
tsutsui
823585def2 Enable oosiop at jazzio.
While I'm here, use wildcard for osiop unit.
2003-04-06 10:00:00 +00:00
tsutsui
f640b8f9fc Add MD attachment of the 53c700 SCSI controller on arc jazzio. 2003-04-06 09:55:50 +00:00
tsutsui
afa38ad0e6 Regen scripts for new oosiop. 2003-04-06 09:52:21 +00:00
tsutsui
bcf0b777ce Tweak siop scripts assembler for new oosiop. 2003-04-06 09:50:29 +00:00
tsutsui
7b4697bdbe Add MI NCR/Symbios 53c700 SCSI driver.
This "oosiop" driver was originally written by Shuichiro URATA
for arc port, and then it was modified by me to make it work
also on hp700.

This driver has been tested on my NEC Express5800/240 with 53c700-66
for several months, and also tested on HP9000 735/125 with 53c700
(though current hp700 port has been broken since SA merge).
Both sync transfer and disconnect/reselect work fine,
but tagged queuing is not implemented yet.
2003-04-06 09:48:41 +00:00
jdc
dcd13397db Swap red/blue and yellow/cyan when working with Sb/Sf colour. Problem noticed
when working on PR 21000.
2003-04-06 07:22:13 +00:00
jdc
7abcaa1970 Change "ecma+color" entry to use ANSI colours. This is consistent with the
database supplied with ncurses 5.3.
Fixes PR 21000 by Per von Zweigbergk.
2003-04-06 07:19:53 +00:00
gmcgarry
58e7bfc0ad vfssubr.9 2003-04-06 07:17:55 +00:00
gmcgarry
2692486a9a Move vfs interface out of vfsops.9 into its own page. Document
it completely.
2003-04-06 07:09:47 +00:00
gmcgarry
cb0c25c5a7 Back out previous. 2003-04-06 07:07:41 +00:00
gmcgarry
edf5b18a39 Garbage-collect vfs_lock()/vfs_unlock().
Xref vfssubr(9).
2003-04-06 07:04:42 +00:00
gmcgarry
2d6cf912cf Xref vfssubr(9) 2003-04-06 07:02:08 +00:00
lukem
ea56af7b9d Tweak behaviour introduced in rev 1.50;
*	by default, warning messages go to stderr
    *	if -A or -a is used, send warning messages to stdout instead.

The behaviour in 1.50 meant that
	somevar=`sysctl -n machdep.booted_kernel 2>/dev/null`
could end up with $somevar="machdep.booted_kernel: the value is not available"
rather than the more useful $somevar="".

(This way, "sysctl -A | grep ..." is still useful.)
2003-04-06 05:19:03 +00:00
mhitch
6f5554ffeb Check if 16 bit PC-relative offset will overflow, and abort if it does.
This will prevent building a bad boot file if it gets too large.
2003-04-06 03:22:50 +00:00
bjh21
724fc58f8e Add a few things that are my fault. 2003-04-05 23:36:38 +00:00
dsl
b2aefec351 Remove pointless check against PID_MAX. Let pfind() do the validation.
(The new pid allocation code may decide to allocate pids above PID_MAX.)
2003-04-05 23:32:52 +00:00
bjh21
f34ba16c9c NetBSD/acorn26 has used APCS-32 for years, so unifdef -U__APCS_26__. 2003-04-05 23:27:14 +00:00
bjh21
55cecd0f26 NetBSD/acorn26 has used APCS-32 for years, so unifdef -U__APCS_26__. 2003-04-05 23:15:10 +00:00
bjh21
b9adad89fd Use the correct instruction for returning ffrom a function (MOV rather
than MOVS).
2003-04-05 23:09:58 +00:00
bjh21
c18226d8a8 NetBSD/acorn26 has been using APCS-32 for years, so unifdef -U__APCS_26__. 2003-04-05 23:08:50 +00:00
manu
c74de80216 Implement task_info 2003-04-05 21:18:02 +00:00
bouyer
726dca87dc Build custom getpwent.o only if USE_YP==no. Otherwise, chpass will not
get the current passwd entry from NIS. Problem reported by Stephen M. Jone
on tech-net.
2003-04-05 20:32:26 +00:00
manu
acab734a9e Fix a few bugs and get a better notification support (A sample program
actually works)
2003-04-05 19:27:51 +00:00
nakayama
a58fc7e1b2 Regen. 2003-04-05 19:11:44 +00:00
nakayama
c559c6cf5d Rename "USB Reader" to "USB 6 in 1 Card Reader/Writer" more clearly
(pointed out by perry in private mail).
2003-04-05 19:10:12 +00:00
he
23113d90b1 Obey the LIBSA_NO_TWIDDLE define; don't include a reference to twiddle()
if it's defined.  This brings the size of bootxx_ffs under it's limit again.
2003-04-05 19:00:59 +00:00