summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Remove duplicate entry for Descartes.grog2002-01-071-1/+0
* Put URL references in footnotes (rather than in parentheses followingbmah2002-01-071-0/+8
* Extend Olympus E-100RS quirk to cover entire E series of digital cameras.kbyanc2002-01-071-5/+2
* Removed <sys/queue.h> from the list of required include files anddavidc2002-01-062-12/+10
* All information from the "BUGS" section not belonging in "SECURITYchris2002-01-062-48/+34
* Add new "SECURITY CONSIDERATIONS" sections.chris2002-01-063-0/+48
* o Add missing synchronization (splnet()/splx()) in aio_free_entry().alc2002-01-062-27/+27
* s/oferride/override/imp2002-01-061-1/+1
* Minor doc nit: Replace contractions with their expanded forms.chris2002-01-062-4/+4
* Add note about new rc.conf for networkfs. Fix typos from PR:33499imp2002-01-061-4/+7
* Make the utility name in the usage() diagnostic match the actualmike2002-01-061-1/+1
* Add support for C++.mike2002-01-061-0/+2
* Update length more correctly when parsing a cis info field.imp2002-01-061-4/+11
* MFS: Sync to 4-STABLE...wordsmithing and markup fixes, also mentionbmah2002-01-061-21/+58
* Merged from sys/dev/sio/sio.c revisions 1.354 and 1.358.nyan2002-01-062-6/+24
* MFi386: revisions 1.382 and 1.386.nyan2002-01-061-1/+13
* Sorted the lists.nyan2002-01-061-3/+3
* Enable WARNS?=2.kbyanc2002-01-061-0/+1
* Document sbuf_trim() and sbuf_vprintf(); add MLINKs.kbyanc2002-01-062-5/+41
* * Implement SBUF_AUTOEXTEND flag; sbufs created with this flag arekbyanc2002-01-062-24/+114
* Reorder a calculation in sbreserve so that it does not overflowsilby2002-01-062-2/+6
* Merge the changes in the English version (1.247 --> 1.248).kuriyama2002-01-061-2/+5
* Avoid reentrantly sending on the same socket, which causes a kernel panic.archie2002-01-061-0/+9
* - Teach SIGIO code to use cr_cansignal() instead of a custom CANSIGIO()rwatson2002-01-061-13/+3
* - Push much of the logic for p_cansignal() behind cr_cansignal, whichrwatson2002-01-061-30/+45
* Release text vnode in exit() rather than wait(). Occasionallydwmalone2002-01-051-8/+8
* Add a new `SECURITY CONSIDERATIONS' section. Sample code similar tochris2002-01-051-0/+63
* Include a section cross-reference to `EXAMPLES' in `SECURITYchris2002-01-051-1/+3
* Remove the example from SECURITY CONSIDERATIONS. This is mostlychris2002-01-051-54/+0
* As discussed with Bruce Evans and Kirk McKusick:chris2002-01-053-202/+143
* Put -Wno-uninitialized at the end of the warns flags as it may be enabeleddwmalone2002-01-051-3/+5
* Be more careful about freeing memory after parsing commands.dwmalone2002-01-051-7/+19
* New (but very overdue) release note: ata(4) 48-bit addressing.bmah2002-01-052-2/+10
* Pre-calculate the checksum for multicast packets sourced on afenner2002-01-051-0/+12
* Update Judaic for year 2002. Name Josef as maintainer.dwmalone2002-01-051-187/+209
* Fix a bug where the mutex name wasn't always displayed for processes injhb2002-01-051-1/+1
* In the word selection mode don't append newline if the word ends at thesobomax2002-01-051-0/+4
* Write the "msinfo" result to stdout instead of stderrsos2002-01-051-2/+2
* Put the "mtxname" keyword in alphabetical order (t comes after s) sopeter2002-01-051-1/+1
* Convert a bunch of 1 << PCPU_GET(cpuid) to PCPU_GET(cpumask).peter2002-01-0513-28/+28
* Fix forward_roundrobin(). It was mistakenly using the cpu number aspeter2002-01-051-2/+2
* Add a per-cpu variable, cpumask, the preshifted equivalent of 1 << cpuid.peter2002-01-052-1/+3
* Change the preemption code for software interrupt thread schedules andjhb2002-01-0542-144/+125
* Remove brain damaged code in witness_lock(). We could have easilyjhb2002-01-051-16/+3
* Merge the changes in the English version (1.244 --> 1.247).kuriyama2002-01-051-2/+17
* Add a new flag '-c' to disable repeated line compression when the outputarchie2002-01-052-2/+13
* GC unfinished function selected_proc_ipi(). It is a duplicate ofpeter2002-01-051-30/+0
* Move initialization of the MKMODULESENV envorinoment to kern.pre.mkimp2002-01-052-14/+15
* New release notes: SA-02:01, SA-02:02.bmah2002-01-052-0/+20
* Fully catch up to the recent critical section API change. Update thejhb2002-01-042-11/+43
OpenPOWER on IntegriCloud