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
perry
39a63f489d
add thorpej as the gsip guy
2003-04-05 18:43:19 +00:00
perry
31cbf7d80d
Add gentbi* PHYs
...
I noted in reading the log for PR kern/20988 that they were missing
XXX I'm not sure I got the name in the comment right, but if I don't
XXX do this who will?
2003-04-05 18:41:19 +00:00
perry
5dc1bd35ce
clean up the formatting for device drivers slightly, and add pooka as
...
the eap expert
2003-04-05 18:30:37 +00:00
lha
919a5f7ede
Document when Kerberos will be used.
...
fixes part of bin/14988
2003-04-05 18:06:52 +00:00
wiz
2572f504d7
Replace > by \*[Gt] for HTML output.
2003-04-05 17:57:47 +00:00
perry
626a48a033
rmail really shouldn't be invoking sendmail with "-odq" ("queue only")
...
any more -- this drastically slows delivery because the next queue run
might be an hour away.
Pointed out by Takahiro Yugawa PR bin/21018
He suggested changing to -odi, but I've changed to -odb (background
delivery) instead.
I've left an #ifdef QUEUE_ONLY for those who would like to build the
old way, but I'm not expecting any. I've also heavily commented this
line of code to explain the issues to anyone reading it later on.
I would have made this a run time command line flag, but it isn't like
you can change rmail's arguments given the uucp architecture, and
besides, UUCP is mostly dead...
2003-04-05 17:45:11 +00:00
nakayama
f126378bbb
Add quirk for Pen USB Reader.
2003-04-05 17:25:33 +00:00
nakayama
5890db6c2a
Regen.
2003-04-05 17:23:49 +00:00
nakayama
59a67e04d6
Add USB Reader.
2003-04-05 17:22:50 +00:00
kent
5e655987ff
Print correct name for Pentium-M
2003-04-05 17:16:06 +00:00
christos
036ef4f391
cast int to size_t to appease lint (Geoff Wing)
2003-04-05 17:02:14 +00:00
christos
9850310e2b
PR/21030: Naoto Shimazaki: fcntl to accepted socket does not work properly
2003-04-05 16:54:34 +00:00
perry
87cbf08503
Move exit status information to EXIT STATUS section, and note that we
...
exit >0 if errors such as missing or corrupted database files are
encountered.
2003-04-05 16:46:00 +00:00