summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Add support for user-requested override of cooling levels.msmith2001-07-071-80/+189
| | | | | | | | Monitor the system power profile, and use _SCP to adjust thermal zones accordingly. Simplify the behaviour of the timeout routine, and add some temporary debugging.
* Add support for system power profiles; select "performance" when AC powermsmith2001-07-072-2/+18
| | | | is available and "economy" when it is not.
* Add acpi_powerprofile.cmsmith2001-07-071-0/+1
|
* Support for system "power profiles". Currently we support two profiles;msmith2001-07-071-0/+64
| | | | "economy" and "performance".
* Spell stateful properlybrian2001-07-064-11/+11
| | | | | Inconsistently done by: brian Spotted by: ru
* mdoc(7) police: sort SEE ALSO xrefs (sort -b -f +2 -3 +1 -2).ru2001-07-06124-235/+239
|
* mdoc(7) police: added missing .Ek call.ru2001-07-061-0/+1
|
* mdoc(7) police: -column lists require column width specifiers.ru2001-07-061-2/+2
|
* mdoc(7) police: minor formatting/spelling fixes.ru2001-07-061-2/+2
|
* mdoc(7) police: minor formatting fixes.ru2001-07-061-15/+12
|
* This was only half-implemented when I committed it, and certainly didn'tmsmith2001-07-061-30/+92
| | | | work. Now it's implemented and seems to work.
* mdoc(7) police: minor markup fixes.ru2001-07-061-4/+5
|
* mdoc(7) police: fixed formatting.ru2001-07-061-66/+75
|
* mdoc(7) police: formatting fixes.ru2001-07-061-87/+89
|
* mdoc(7) police: cosmetics.ru2001-07-061-1/+1
|
* mdoc(7) police: fixed formatting.ru2001-07-061-41/+64
|
* Cleanup some obsolete commentsimp2001-07-061-2/+3
|
* Call ttymalloc() when sysmouse is opened, rather thanyokota2001-07-061-1/+1
| | | | | when the driver is attached. MFC after: 2 weeks
* Backout mwakeup, etc.jake2001-07-064-58/+6
|
* New release notes: Kernel message buffer via sysctl and dmesg(8),bmah2001-07-052-0/+34
| | | | new processor detection, better TCP memory usage, netstat(1) -z.
* Constify the format string.des2001-07-051-1/+1
| | | | | Submitted by: Mike Barcroft <mike@q9media.com> Forgotten by: des
* When building an FTP area, put the CSS file for the release documentationbmah2001-07-051-1/+1
| | | | | | in the FTP area, not the CDROM area. MFC after: 3 days
* Make these compile again by adding proc.h include for GIANT_REQUIREDjhb2001-07-0512-0/+12
| | | | that is in included vm headers.
* Oops- missed a CAMLOCK_2_ISP case.mjacob2001-07-051-0/+1
|
* Bracket call to vm_page_flag_set with required Giant lock/unlock.mjacob2001-07-051-1/+4
|
* Things have become cinched down more tightly about assertions for Giant.mjacob2001-07-051-4/+22
| | | | | This uncovered some missing spots where I trade off between isp's lock and Giant as I enter CAM.
* o Replace calls to p_can(..., P_CAN_xxx) with calls to p_canxxx().rwatson2001-07-0517-111/+63
| | | | | | | | | | | | | | | | | | | | | The p_can(...) construct was a premature (and, it turns out, awkward) abstraction. The individual calls to p_canxxx() better reflect differences between the inter-process authorization checks, such as differing checks based on the type of signal. This has a side effect of improving code readability. o Replace direct credential authorization checks in ktrace() with invocation of p_candebug(), while maintaining the special case check of KTR_ROOT. This allows ktrace() to "play more nicely" with new mandatory access control schemes, as well as making its authorization checks consistent with other "debugging class" checks. o Eliminate "privused" construct for p_can*() calls which allowed the caller to determine if privilege was required for successful evaluation of the access control check. This primitive is currently unused, and as such, serves only to complicate the API. Approved by: ({procfs,linprocfs} changes) des Obtained from: TrustedBSD Project
* 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
OpenPOWER on IntegriCloud