summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* We were right the first time...the HPT372 is an ATA133 controller.bmah2002-01-042-2/+2
* Oops, missed one point where $pwd_mkdb had been used.yar2002-01-041-1/+1
* Minor grammar and punctuation fixesyar2002-01-041-2/+2
* State clearly that one should call listen(2) on a socketyar2002-01-041-0/+11
* o Spelling fix in comment: tcp_ouput -> tcp_outputrwatson2002-01-042-2/+2
* Argh...argv->argcguido2002-01-041-1/+1
* Fix the coredump that occurs when, from the tfpt prompt, a 'c' command isguido2002-01-041-1/+1
* Regen.sheldonh2002-01-041-126/+378
* Install nsmb.conf with mode 0600, since it may be modified to includesheldonh2002-01-041-2/+2
* Import this patch to address user concerns.darrenr2002-01-042-2/+2
* Axe a stale comment. Holding sched_lock across both setrunqueue() andjhb2002-01-041-8/+0
* Don't turn on RB_CDROM if the rootdev is a BIOS cd device for now as thisjhb2002-01-043-6/+0
OpenPOWER on IntegriCloud