Bruce A. Mah
4e0ae5b92a
Add hardware entries for trm and ubsa devices.
...
Submitted by: kan (ubsa), cognet (trm)
2002-10-16 18:06:13 +00:00
Bruce A. Mah
f765389edb
New release notes: ubsa driver, trm driver, bzgrep(1) et al.
...
Modified release notes: gdb 5.2.1.
MFCs noted: matcd(4) removal, cvs 1.11.2.
Submitted by: kan (ubsa), cognet (trm)
2002-10-16 18:05:20 +00:00
Thomas Moestl
7c3563be7b
Add "pci108e,8000" (psycho) and "pci108e,a000" (US-IIi sabre) to the list of
...
recognized compat properties. This should make the psycho driver attach
properly on SPARCengine Ultra AX machines.
Switch to a table-driven logic to recognize the ID's, since their number
is now large enough to justify this.
These changes are analogous to those made in NetBSD r.1.35, but
implemented a bit differently.
2002-10-16 17:37:50 +00:00
John Baldwin
fc0ea94a7d
Catch up to changes in acpivar.h to add support for using ACPI on
...
4-stable systems.
Sponsored by: The Weather Channel
2002-10-16 17:28:53 +00:00
John Baldwin
3a65df0084
struct timecounter is defined in sys/time.h on 4-stable.
...
Sponsored by: The Weather Channel
2002-10-16 17:27:40 +00:00
John Baldwin
0b1d1f1afb
- Include lock headers on current in this header instead of putting
...
#if's in all the other ACPI source files.
- Use splhigh() for the ACPI subsystem lock on 4-stable.
Sponsored by: The Weather Channel
2002-10-16 17:27:11 +00:00
John Baldwin
680717ff9e
- In AcpiOsGetThreadId(), allow for curproc to be NULL on 4-stable systems.
...
In that case use proc0's pid to return the thread ID.
- For 4-stable, use the generic swi taskqueue for ACPI events rather than
implementing our own.
Sponsored by: The Weather Channel
2002-10-16 17:25:29 +00:00
John Baldwin
b60bd0c129
Implement the internal locks of an ACPI semaphore with splhigh() on
...
4-stable. -current uses a mutex for this purpose.
Sponsored by: The Weather Channel
2002-10-16 17:23:34 +00:00
John Baldwin
90fa95e81d
- curproc may be NULL in 4-stable. In that case use the vmspace from
...
proc0.
- Remove unused include.
Sponsored by: The Weather Channel
2002-10-16 17:22:03 +00:00
John Baldwin
42233ad3af
Include <sys/select.h> on -stable instead of <sys/selinfo.h> to get the
...
definition of struct selinfo.
Sponsored by: The Weather Channel
2002-10-16 17:20:43 +00:00
Sam Leffler
0f0d411b6c
whitespace/indentation fix from phk
2002-10-16 17:07:41 +00:00
Thomas Moestl
69593fa999
Use a linked list to keep the psycho softcs instead of a statically
...
sized array.
While being there, deuglify the psycho pair detection loop which became
quite awkward in a previous code reorganization.
2002-10-16 17:03:36 +00:00
Ruslan Ermilov
7621fdab1a
mdoc(7) police: markup and spelling fixes.
...
Prodded by: phk
2002-10-16 16:46:58 +00:00
John Baldwin
5c0cc63c40
Add a missing PROC_UNLOCK in ptrace() for the PT_IO case.
...
PR: kern/44065
Submitted by: Mark Kettenis <kettenis@chello.nl>
2002-10-16 16:28:33 +00:00
Mark Murray
3a3ae877a4
Remove programs that no longer need a kerberisation option.
2002-10-16 16:12:22 +00:00
Mark Murray
d8456c7ada
Dekerberise. The corresponding userland stuff has been dekerberised
...
for ages, and no-one seems to have noticed. Viva PAM!
2002-10-16 16:10:46 +00:00
Mark Murray
31f3117741
Dekerberise. The corresponding userland stuff has been dekerberised
...
for ages, and no-one seems to have noticed. Viva PAM!
Fix some easy/trivial warnings while I'm here.
2002-10-16 16:09:05 +00:00
Philippe Charnier
75201fa43d
s/rpc.mountd/mountd/
...
Add FBSDID
Reorder #if/#endif around sccsid to conform style(9)
2002-10-16 16:04:50 +00:00
Jim Pirzyk
e22f9477f7
Updated the CPU_DISABLE_CMPXCHG notes to warn users not to also enable
...
SMP with it.
Requested by: Lars Eggert <larse@ISI.EDU>
2002-10-16 15:59:07 +00:00
Philippe Charnier
cd9b47f3c2
Arrange to not have /* inside a comment. Typo fix.
2002-10-16 15:56:13 +00:00
Philippe Charnier
557f7e714d
Put author name under .An/Aq.
2002-10-16 15:51:16 +00:00
Yoshihiro Takahashi
6f035cebbc
MFi386: revision 1.54.
2002-10-16 15:46:53 +00:00
Philippe Charnier
a1843ba8bc
Add section number to .Xr directive.
2002-10-16 15:46:43 +00:00
John Baldwin
bf3e55aa2c
Many style and whitespace fixes.
...
Submitted by: bde (mostly)
2002-10-16 15:45:37 +00:00
Yoshihiro Takahashi
f0e3a2db93
MFi386: revision 1.130.
2002-10-16 15:44:41 +00:00
Mitsuru IWASAKI
93569b6b3a
Fix a possible bug about freeing non-malloc'ed pointer.
...
Suggested by: jhb (in -current ML)
2002-10-16 15:42:27 +00:00
Philippe Charnier
1878217deb
The .Nm utility
2002-10-16 15:38:28 +00:00
Philippe Charnier
f4cda4bb8f
Introduce enumerate of options using the standard way.
...
Remove .Pp between items.
2002-10-16 15:32:16 +00:00
Philippe Charnier
bcbf58952c
Introduce enumerate of options using the standard way:
2002-10-16 15:28:20 +00:00
Yoshihiro Takahashi
6c41dd0705
MFi386: revision 1.181.
2002-10-16 15:18:58 +00:00
Philippe Charnier
e72bbdf42e
Do not reuse flag name in its definition. Remove inadequate sentence.
2002-10-16 15:17:38 +00:00
John Baldwin
18d9bd8f65
Sort includes a bit.
...
Submitted by: bde
2002-10-16 15:14:31 +00:00
Yoshihiro Takahashi
32a8cd6cdd
Remove usbd and usbdevs.
2002-10-16 14:50:46 +00:00
Mark Murray
f544a52873
Module-ize the 'core' crypto stuff. This may still need to be compiled
...
into the kernel by default (if required), but other modules can now
depend() on this.
Fix inter-module dependancy.
Earlier version OK'ed by: sam
2002-10-16 14:31:34 +00:00
Robert Drehmel
6c84d0b1a5
- Remove the lsearch() and lfind() functions and their manpage from
...
the compatibility library libcompat.
- Add new implementations of lsearch() and lfind() which conform to
IEEE Std 1003.1-2001 to libc. Add a new manual page for them and
add them to the makefile.
- Add function prototypes for lsearch() and lfind() to the search.h
header.
2002-10-16 14:29:23 +00:00
Mike Barcroft
31cfc49a4e
Remove the posix4(9) manual. It no longer contains relevant
...
information.
2002-10-16 14:24:41 +00:00
Maxim Konovalov
a9a25f59fa
Fix getopt(3) optstring: remove a flag we does not handle.
...
PR: bin/44066
Submitted by: Stefan Farfeleder <e0026813@stud3.tuwien.ac.at>
MFC after: 1 week
2002-10-16 14:20:20 +00:00
Tim J. Robbins
35739e072b
Count field width correctly for suppressed multibyte fields (%*lc,
...
%*ls, %*l[).
2002-10-16 14:07:08 +00:00
Robert Drehmel
e2830bc9e0
Remove unneeded $FreeBSD$ tags.
2002-10-16 14:05:29 +00:00
Robert Drehmel
e768c1be41
- Remove the old insque() and remque() functions and their manual
...
page from the compatibility library.
- Add new implementations of insque() and remque() which conform to
IEEE Std 1003.1-2001 to libc. Add a new manual page for them and
connect them to the build.
- Add the prototypes of insque() and remque() to the search.h
header.
2002-10-16 14:00:46 +00:00
Philippe Charnier
dc51023cb3
Spelling
2002-10-16 13:58:39 +00:00
Philippe Charnier
97fa9b7739
Remove done() which was just exit() so use of warn()/err() can be made. Abort
...
on allocation failure instead of displaying a warning and deferencing NULL
pointer after. Spelling. Add prototypes. Add list of option in synopsis section
of man page, -d is not referenced because available as a compile option. It
should be made a runtime option btw.
2002-10-16 13:50:09 +00:00
Poul-Henning Kamp
b0a07322f5
Unbreak the PC98/wd(4) driver which I accidentally broke with a previous
...
commit. I can fully understand why the PC98 crew desire ata(4) support.
Tested by: nyan
2002-10-16 13:41:12 +00:00
Max Khon
2cc6cfc63f
write caching is enabled by default -- reflect this in manpage
...
Approved by: sos
MFC after: 0 days
2002-10-16 13:37:33 +00:00
Alexey Zelkin
84cb77d4aa
Add locale(1). I have used it for while as useful debugging tool
...
for locale related things. So, I think it could be useful for
others. It's not yet implement (or implement in different manner)
all POSIX things, but I think it's good enough for start.
POSIX conformance related updates and manpage to follow relatively soon.
2002-10-16 13:17:18 +00:00
Philippe Charnier
b94f6635c3
Normalize FILES section by using .Bl/.El enumerate.
2002-10-16 13:00:42 +00:00
Philippe Charnier
8a9d51c4f8
Test getopt() against -1 instead of EOF.
2002-10-16 12:56:22 +00:00
Philippe Charnier
6dc4364cd6
Spelling.
2002-10-16 12:42:15 +00:00
Philippe Charnier
5dd6a31588
Do not repeat option name in its definition. Use .Nm. In the sequence ``~.'',
...
``.'' is not a sentence termination, it must be escaped to be put inside
quotes.
Abort if execv() fails by adding err(). Do not dot terminate error messages.
2002-10-16 12:33:14 +00:00
Tim J. Robbins
6180233fd8
Set the error bit on the stream if an encoding error occurs. Improve
...
handling of multibyte sequences representing null wide characters.
2002-10-16 12:09:43 +00:00