summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* You cannot require Giant to be locked when you haven't acquired it yet.mjacob2001-07-051-2/+4
|
* make it compile on alpha againmjacob2001-07-051-1/+2
|
* Don't override the default BINMODE.ru2001-07-051-2/+0
| | | | Submitted by: bde
* unbreak building kernel without option INET6ume2001-07-052-0/+4
| | | | Reported by: markp
* mdoc(7) police: merge all fixes from non-crypto version.ru2001-07-052-116/+184
|
* MF non-crypto: 1.13: document -u in usage.ru2001-07-052-16/+16
|
* mdoc(7) police: moved -u down, fixed markup, removed hard sentence break.ru2001-07-051-8/+13
|
* Document -u in the usage().ru2001-07-051-9/+9
| | | | Make usage fit on a standard 80-column display.
* mdoc(7) police: fix markup.ru2001-07-051-101/+159
|
* Update the dmesg man page to reflect the recent changes to dmesg.tmm2001-07-051-8/+14
| | | | Reviewed by: ru
* Set vendor string correctly for the Apple KeyLargo.benno2001-07-052-0/+8
| | | | | Forgotten by: benno Spotted by: n_hibma
* mdoc(7) police: fixed markup and spelling.ru2001-07-051-45/+47
|
* mdoc(7) police: fixed markup and typo.ru2001-07-051-16/+16
|
* mdoc(7) police: fixed formatting.ru2001-07-051-37/+33
|
* mdoc(7) police: removed hard sentence breaks, sorted xrefs.ru2001-07-052-18/+34
|
* Silence a non-constant format string warning.kris2001-07-051-1/+1
| | | | MFC after: 1 week
* Pull in the current version of NetBSD's ulpt.c, supporting bidirectionaln_hibma2001-07-051-83/+201
| | | | communication with printers.
* Regen.n_hibma2001-07-052-55/+353
|
* Pull in the most recent version of usb_quirks.h and propagate the necessaryn_hibma2001-07-058-194/+161
| | | | | | changes to the various files. Also, pull in most of the current usb_subr.c file.
* Make the string argument a const.n_hibma2001-07-051-2/+2
|
* Mark a function as __printflike() and fix a non-exploitable format stringkris2001-07-051-1/+1
| | | | | | warning. MFC after: 1 week
* Make open_disk() fail nicely upon encountering an ENOENT so to notjoerg2001-07-052-4/+8
| | | | | | | | | | prematurely terminate the search for a usable disk. ENOENT is quite normal in particulare now with the advent of devfs. While being here, also remove /dev/wd0 and /dev/od0 from the list of disks to search since we don't have them anymore. MFC after: 1 week
* Mark some functions as __printflike()kris2001-07-051-2/+2
| | | | MFC after: 1 week
* Mark relevant functions __printflike()/__printf0like() and silence some ofkris2001-07-0518-47/+47
| | | | | | the non-constant format string warnings. MFC after: 1 week
* mdoc(7) police: cosmetics.ru2001-07-051-1/+3
|
* It seems to be no longer true that -O2 is required to compile this.kris2001-07-051-1/+0
| | | | MFC after: 1 week
* Update with NetBSD versionn_hibma2001-07-051-20/+66
| | | | | | | Remove duplicates NOTE: USB_PRODUCT_SANDISK_IMAGEMATE has changed to USB_PRODUCT_SANDISK_SDDR05A
* mdoc(7) police:ru2001-07-051-6/+7
| | | | | | | | | | Use -tag list in the FILES section to work around the bug when .Pa font is not restored to its original value if one of the -hang, -ohang, or -inset lists is used in the FILES section. (The fix for the bug has just been submitted to the GNU Groff maintainers.) Also, fixed the Handbook reference in the SEE ALSO.
* Mark some functions as __printflike()kris2001-07-052-3/+3
| | | | MFC after: 1 week
* Spelling police: extention -> extension in a comment.dd2001-07-051-2/+2
|
* Spelling police: extention -> extension.dd2001-07-052-2/+2
|
* mdoc(7) police: removed hard sentence breaks, use new .Brq macro.ru2001-07-051-54/+27
|
* Don't generate syslog() statements which have format string vulnerabilities.kris2001-07-051-2/+2
| | | | MFC after: 1 week
* Mark some functions as __printflike()kris2001-07-052-1/+4
| | | | MFC After: 1 week
* mdoc(7) police: sort xrefs.ru2001-07-051-1/+1
|
* Fix a harmless format string bogon and mark a function as __printflike().kris2001-07-052-2/+2
| | | | | | | There is still one instance of non-constant format string use inside that function, but it's hard to fix. MFC after: 1 week
* Mark a static function as __printflike()kris2001-07-051-1/+1
| | | | MFC After: 1 week
* mdoc(7) police: fixed markup, sorted xrefs.ru2001-07-051-13/+22
|
* mdoc(7) police: fixed formatting bug in rev. 1.10.ru2001-07-051-1/+1
|
* mdoc(7) police: use plain text parentheses with plain text blocks.ru2001-07-051-3/+1
|
* Improve some error messages slightly.msmith2001-07-051-2/+5
|
* Implement PCI interrupt routing using the ACPI data attached to themsmith2001-07-052-10/+510
| | | | | | | | | PCI bus object. This should deal both with already-routed interrupts as well as devices that need an interrupt routed. Note that it *doesn't* deal with interlocked interrupt dependancies, nor does it select between interrupt options in a smart way. These are optimisations that need further work.
* Fix a couple of misunderstandings in the monitor code. Passive coolingmsmith2001-07-051-50/+131
| | | | | | | | | | is a parallel adjunct to active cooling, not a lesser evil. The _ACx levels sort from 0 being hottest, not coolest. Sanity check the returned temperature values, since we are having trouble reading them on some systems. Rearrange sysctl nodes a bit; this is probably close to the final layout.
* Add a new helper function for finding resources in resource buffers.msmith2001-07-054-198/+276
| | | | Move the ACPI generic battery code into a new file.
* mdoc(7) police: fixed markup in rev. 1.3.ru2001-07-051-9/+15
|
* mdoc(7) police: sort xrefs.ru2001-07-053-6/+6
|
* mdoc(7) police: fixed formatting.ru2001-07-051-8/+10
|
* mdoc(7) police: fixed formatting bugs in rev. 1.27.ru2001-07-051-3/+5
|
* mdoc(7) police: add missing .Ar in SYNOPSIS.ru2001-07-051-1/+1
|
* Apply field bandages to the includes so compiles happen on alpha.mjacob2001-07-051-0/+6
|
OpenPOWER on IntegriCloud