summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
* 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
OpenPOWER on IntegriCloud