summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Erase whitespace at EOL.ru2003-05-223-6/+6
| | | | Approved by: re (blanket)
* Moved $FreeBSD$ tag to where it belongs.ru2003-05-221-1/+2
| | | | Approved by: re (blanket)
* Nitpicking.ru2003-05-221-1/+1
| | | | Approved by: re (blanket)
* Assorted mdoc(7) fixes.ru2003-05-224-30/+43
| | | | Approved by: re (blanket)
* Unbreak world build if NO_OPENSSL is defined but NO_KERBEROS is not.ru2003-05-213-3/+7
| | | | | Submitted by: Marius Strobl <marius@alchemy.franken.de> Approved by: re (jhb)
* Remove alpha-specific floppy build target for now.obrien2003-05-211-112/+1
| | | | Approved by: re(jhb)
* Markup bits.ru2003-05-214-6/+9
| | | | Approved by: re (blanket)
* Revert last delta.ru2003-05-211-10/+3
| | | | | | | | The -l option is deprecated (hence undocumented in usage() and SYNOPSIS), as was threatened in the commitlog accompanying rev. 1.10 of main.c. Approved by: re (blanket)
* When we are spilling threads out of the run queue during panic, make sure wejulian2003-05-211-3/+6
| | | | | | | | | | | keep the thread state variable consistent with its real state. i.e. Don't say it's on the run queue when it isn't. Also clarify the associated comment. Turns a double panic back to a single panic :-/ Approved by: re@ (jhb)
* Return ENXIO if the softc pointer is NULL, in all likelyhood thephk2003-05-211-0/+4
| | | | | | disk is in the process of disappearing. Approved by: re/rwats*
* Link {be,le}{16,32,64}{enc,dec}.9 to byteorder.9.ru2003-05-211-0/+12
| | | | Approved by: re (blanket)
* Fixed the whatis(1) entry for this manpage by using onlyru2003-05-211-5/+3
| | | | | | | | | | one short description (.Nd). Submitted by: sheldonh Added bswap*() functions to the NAME section. Approved by: re (blanket)
* Kill whitespace at EOL.ru2003-05-2117-96/+96
| | | | Approved by: re (blanket)
* mdoc(7) fixes.ru2003-05-211-24/+30
| | | | | | | | | This manpage should really have only one short description (.Nd); if anyone could come up with a wording suitable for both conversion and decoding/encoding functions, that would unbreak the whatis(1) output for this manpage. Approved by: re (blanket)
* Assorted mdoc(7), grammar, spelling, and punctuation fixes.ru2003-05-2111-95/+123
| | | | Approved by: re (blanket)
* Clarify the describtion of the -A switchbrueffer2003-05-211-1/+3
| | | | | | | PR: 51187 Submitted by: Jeff Ito <jeffi@rcn.com> Approved by: re (jhb) MFC after: 3 days
* Fixed catman(1) so that if the source files are compressed,ru2003-05-211-6/+8
| | | | | | | | | | the preformatted files are compressed with the same program as the source, and if the source files are uncompressed, the preformatted files are also uncompressed. PR: bin/52213 Submitted by: Krister Joas <krister@gazonk.net>, ru Approved by: re (jhb)
* Fixed typo in a comment.ru2003-05-211-2/+2
| | | | | | PR: misc/52486 Submitted by: "Simon L. Nielsen" <simon@nitro.dk> Approved by: re (jhb)
* o Make the defenition of _set_curthread() match its declarationmtm2003-05-211-5/+27
| | | | | | | | | | | | in thr_private.h o Lock down the ldt_entries array and ldt_free, which points to the next free slot. As noted in the comments, it's necessary to special case the initial_thread because %gs is not setup for it yet. This is ok because that early in the program there won't be any reentrancy issues anyways. Approved by: re/blanket libthr
* Make ciss usable under PAEps2003-05-212-2/+7
| | | | Approved by: re (scottl)
* Add a reference to release(7)brueffer2003-05-211-0/+1
| | | | | Requested by: murray Approved by: re (murray)
* - Make this work with PAE.ps2003-05-213-19/+20
| | | | | | | | - atomically load and clear the status block so we dont miss an update. Submitted by: jdp Approved by: re (scottl)
* Insert a debugging aid:mtm2003-05-212-2/+18
| | | | | | | | When in either the mutex or cond queue we notice that the thread is already on one of the queues, don't just simply abort(). Print out the thread's identifiers and what queue it was on. Approved by: markm/mentor, re/blanket libthr
* Re-enable the garbage collector thread in anticipation of furthermtm2003-05-211-2/+0
| | | | | | | locking work. I can't see anything obviously wrong with it (other than the need to update the locking). Approved by: markm/mentor, re/blanket libthr
* When a thread exits it does not return from the kernel unless itmtm2003-05-211-0/+4
| | | | | | | is the *only* remaining thread in the application, in which case we should not core dump, and instead exit gracefully. Approved by: markm/mentor, re/blanket libthr
* The thread id was being set *before* zeroing out the thread. Reversemtm2003-05-211-2/+3
| | | | | | the order. Approved by: markm/mentor, re/blanket libthr
* Quirk for Hitachi DVD USB drive. It returns "invalid field in cdb" fornjl2003-05-214-0/+24
| | | | | | | normal INQUIRY requests so enable the NO_INQUIRY quirk. Submitted by: Lars Eggert <larse@ISI.EDU> Approved by: re (scottl)
* Sort references by sectionbrueffer2003-05-201-3/+3
| | | | | | | PR: 52501 Submitted by: Simon L.Nielsen <simon@nitro.dk> Approved by: re (scottl) MFC after: 3 days
* Use -item lists instead of -tag lists. Grammar.ru2003-05-201-15/+25
|
* For multi-line blocks of literal text, please use -literal displays.ru2003-05-201-18/+22
|
* Nit.ru2003-05-202-2/+2
|
* Add missing markup bits.ru2003-05-201-21/+46
|
* Compact the list.ru2003-05-201-2/+3
|
* Removed hard sentence break.ru2003-05-201-1/+2
|
* Use the -tag list to document agp(4) ioctls.ru2003-05-201-15/+15
|
* Reapply mdoc(7) fixes that got accidentally lost in the lastru2003-05-2018-1021/+1230
| | | | | | | Bluetooth update, and fix a few more issues. Submitted by: Maksim Yevmenkin <m_evmenkin@yahoo.com>, ru Approved by: re (blanket)
* The per-CPU spinlocks list is only maintained when WITNESS is enabled.jhb2003-05-201-5/+5
| | | | | | | | | Thus, treat all page faults while in a critical section as fatal rather than just those that occur with a non-empty spinlocks list. All such page faults are fatal anyways. Calling trap_fatal() earlier increases the chances of getting more useful panic messages and a possible DDB prompt. Approved by: re (scottl)
* Move a misplaced comment.mtm2003-05-201-1/+1
| | | | Approved by: markm/mentor (implicit), re/blanket libthr
* Remove a redundant quirk. Instead, we wildcard all Asahi Optical chips.njl2003-05-201-5/+0
| | | | Approved by: re
* Previous revision broke release building, unbreak it.ru2003-05-201-0/+1
| | | | Prodded by: scottl
* o Fix a definite bogon: the dirty bity fault, instruction accessmarcel2003-05-202-70/+56
| | | | | | | | | | | failt and data access fault install the PTE in question into the VHPT table. However, a post-increment was missing and we wrote the raw PTE data into the pagesize/access key field. This leaves a corrupt VHPT entry. o While here, remove the explicit cache purge. Insertion into the translation implicitly purges any overlapping entries. o Make sure there's a cycle break between the itc and the rfi. o Whitespace fixes.
* Rename the "IA64 ITC" counter to "ITC" counter. We don't call themarcel2003-05-201-1/+1
| | | | | | "TSC" counter on i386 "I386 TSC". Approved by: re@ (blanket)
* Modified release note: kde-3.1.2.bmah2003-05-202-2/+2
| | | | Approved by: re (implicitly)
* Prevent corruption of the VHPT collision chain by protecting it withmarcel2003-05-201-45/+43
| | | | | | | | | | | | | | | | a mutex. The only volatile chain operations are insertion and deletion but since updating an existing PTE also updates the VHPT entry itself, and we have the VHPT mutex in both other cases, we also lock when we update an existing PTE even though no chain operation is involved. Note that we perform the insertion and deletion careful enough that we don't need to lock traversals. If we need to lock traversals, we also need to lock from the exception handler, which we can't without creating a trapframe. We're now able to withstand a -j8 buildworld. More work is needed to withstand Murphy fields. In other words: we still have a bogon... Approved by: re@ (blanket)
* s/x86[-_]64/amd64/ for MACHINE_ARCH and MACHINE_CPU .ifdefs.peter2003-05-201-4/+4
| | | | | Noticed by: ru Approved by: re (amd64-specific low risk stuff)
* Move the isp driver back to the alpha BOOTMFS kernel, and trim the sizescottl2003-05-202-2/+1
| | | | | | | of inodes for the alpha driver floppy. With this patch, alpha actually built a full release! Submitted by: ru
* Eek, staticize a couple of functions that shouldn'tdeischen2003-05-197-47/+45
| | | | | | | | | | | | be external (initialize()!). Remove cancellation points from _pthread_cond_wait and _pthread_cond_timedwait (single underscore versions are libc private functions). Point the weak reference(!) for these functions to the versions with cancellation points. Approved by: re@(blanket till 5/19) Pointed out by: kan (cancellation point bug)
* Deal with the possibility of negative available space from the file serverpeter2003-05-191-3/+6
| | | | | | | | to avoid Bad Things(TM) happening (eg: df crashing with a floating point exception). Submitted by: Harold Gutch <logix@foobar.franken.de> Approved by: re (scottl)
* Another x86-64 comment fixuppeter2003-05-191-1/+1
| | | | Approved by: re (blanket amd64 stuff)
* s/x86_64/amd64/ in comments in header.peter2003-05-191-3/+3
| | | | Approved by: re (blanket amd64)
OpenPOWER on IntegriCloud