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
lha
23d7d55666
Regenerate.
...
(add Radeon Mobility M7 LW (AGP))
2003-04-05 16:43:47 +00:00
lha
76fa548db5
add Radeon Mobility M7 LW (AGP)
2003-04-05 16:41:42 +00:00
perry
fa066122ba
1) print an error and exit if fed a directory as a database
...
Patch submitted by Soren Jacobsen in PR bin/21016, but
heavily edited by me.
2) error and exit out if you can't open a database instead of just
warning and going on.
2003-04-05 16:36:38 +00:00
perry
773de18a27
Recognize VT82C596A
...
Patch from Christopher SEKIYA in PR port-i386/21013
2003-04-05 16:03:48 +00:00
tsutsui
cd1fab2323
Comment out le at pci that doesn't work. (device timeout)
...
Probably bus_dmamap_sync() calls are required in
copy{from,to}{buf,desc}() functions..
2003-04-05 14:21:57 +00:00
fvdl
85d5aca005
Actually get an ext2fs_dinode structure from the pool before using it.
2003-04-05 14:01:56 +00:00
fvdl
8e4c90f49a
Skip checks for old 4.2BSD filesystem; as it stands, we can't deal with
...
writing them. Could be fixed, but doesn't have a high priority.
2003-04-05 13:45:21 +00:00
fvdl
4f33a6f2e1
* Use the old and new time fields in the superblock as well as a few others
...
to determine if this filesystem was mounted by an older kernel after
having been mounted by a newer one, to avoid some summary mismatches.
* Reinstate support for 4.2 cylinder groups (read-only, as it was before).
2003-04-05 13:37:36 +00:00
tsutsui
be164a7ff6
- remove "UT" (untested) from some working devices (ahc, pcscp, ex and epic)
...
- comment out sip which causes uncorrectable DMA error on TX.
- add commented out pcn which also causes DMA error.
2003-04-05 13:36:15 +00:00
kent
8d481d2c02
Note support of ICH4-M IDE Controller and i82540EP
2003-04-05 13:30:43 +00:00
kent
74636b2c38
Note support of 82540EP.
...
Bump date.
2003-04-05 13:25:17 +00:00
kent
d49a3d652c
Support for 82540EP and 82540EP (LOM).
...
Not tested.
2003-04-05 13:23:17 +00:00
jdolecek
dee9f67e51
add SMB_CAPS() macro, which returns session capabilities
2003-04-05 13:13:50 +00:00
kent
d2102d9a56
ICH3 was not listed.
...
Bump date.
2003-04-05 13:04:42 +00:00
kent
42243152f6
Add '(ICH3)' to the names of 82801CA for consistency with other 82801xx names
2003-04-05 13:00:15 +00:00
pooka
b70c4e8541
use ${CAT} instead of cat
2003-04-05 12:30:51 +00:00
pooka
92cfb1b295
When not using TOOLS, compile magic using the newly-built binary
...
as suggested by Ken Wellsch in bin/20996
2003-04-05 11:33:16 +00:00