summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* replace the special-purpose rate-limiting code with the general facilitysam2002-12-211-38/+28
* define HAVE_PPSRATECHECK now that we have this stuff in the kernelsam2002-12-201-0/+1
* add generic rate limiting support from netbsd; ratelimit is purely time based,sam2002-12-202-0/+90
* Add page queue locking around functions that call vm_page_flag_set. Thisjake2002-12-202-0/+4
* Extend the scope of the page queues lock in vm_pgmoveco().alc2002-12-201-4/+4
* Increase the scope of the kmem_object locking in kmem_malloc().alc2002-12-201-3/+5
* Modify the fake cylinders calculation so it is >= the size of the device,dillon2002-12-201-6/+26
* Fix two bugs in the DMA chaining code for OHCI. The first bug is thatdillon2002-12-201-5/+9
* Don't forget to destroy the mutex if an error occursmux2002-12-201-0/+1
* Fxi support for the Promise SuperTrak 100, the PCI id was wrong.sos2002-12-201-2/+2
* Eliminate a goto.hsu2002-12-201-39/+36
* Swap the order of a free and a use of an ifaddr structure.hsu2002-12-201-1/+1
* Unravel a nested conditional.hsu2002-12-202-42/+24
* Put back the casts to unsigned. While no strictly necessary for itsimp2002-12-202-2/+2
* Add a mutex to struct vm_object. Initialize and destroy that mutexalc2002-12-202-2/+11
* Fix breakage from earlier inadvertant changes.jake2002-12-201-4/+0
* Expand scope of TCP protocol lock to cover syncache data structures.hsu2002-12-201-2/+3
* o Untangle the confusion with the malloc flags {M_WAITOK, M_NOWAIT} andbmilekic2002-12-1924-38/+37
* Remove the hash_rand field from struct vm_object. As of revision 1.215 ofalc2002-12-192-13/+1
* Renamed the loader's zipfs to gzipfs. zipfs.c was repo-copied to gzipfs.c.jake2002-12-1910-10/+13
* Don't forget our topology lock in the MBREXT case.phk2002-12-191-0/+1
* - Remove vm_page_sleep_busy(). The transition to vm_page_sleep_if_busy(),alc2002-12-192-35/+2
* Spell `unsigned short' in a way which does not depend on namespace pollution.wollman2002-12-191-7/+7
* - Hold the page queues lock when performing vm_page_busy() oralc2002-12-191-1/+7
* Fix bug with 3c90xB cards and newer. We weren't trying tomux2002-12-181-39/+14
* Do not return(foo()) in void function.semenu2002-12-189-23/+25
* Fix the missspelt letter in DC_CTYPE_PUP_AUTOSENSe define.semenu2002-12-182-2/+2
* Solve another bug in the mapping code: correctly skip lock sectors.phk2002-12-181-2/+2
* Quirk for Memorybird pen drivenjl2002-12-181-0/+8
* Hold the page queues lock when performing vm_page_busy().alc2002-12-182-0/+4
* Fix two blunders in the mapping functions which can lead to corrupt data,phk2002-12-183-44/+15
* Balk at unaligned requests.phk2002-12-181-0/+10
* Fix corruption introduced in previous delta.mckusick2002-12-181-4/+12
* More MFp4: DIG64 structures.marcel2002-12-181-0/+90
* o Add new types: msgqnum_t and msglen_t.mike2002-12-181-7/+38
* Under some circumstances, the loopback interface will allocate a newrwatson2002-12-181-0/+10
* Switch to the conventional reference counting scheme.hsu2002-12-181-15/+15
* Lock up ifaddr reference counts.hsu2002-12-188-58/+56
* Export the physical address of the RSDP to userland by meansmarcel2002-12-183-32/+81
* Add command `hcdp'. This command dumps the DIG64 HCDP table if onemarcel2002-12-182-0/+150
* Keep comments consistent with the code. Minor optimization.mckusick2002-12-181-14/+4
* I didn't intend to delete this rm from the Makefile. It snuck in atimp2002-12-182-0/+2
* - Hold the page queues lock when performing vm_page_busy().alc2002-12-181-2/+5
* Hold the page queues lock when performing vm_page_flag_set().alc2002-12-182-1/+9
* Cosmetic cleanup of unsigned buglets.mckusick2002-12-181-5/+5
* Back out revision 1.38. disklabel now understands vinum volumes again.grog2002-12-181-5/+1
* Reduce diffs with Peter's expanded diffs:imp2002-12-172-8/+8
* Add a check for negative offset locations and return EINVAL for them.phk2002-12-171-0/+5
* Make both UFS1 and UFS2 fit on the same boot blocks. These are aimp2002-12-174-142/+120
* Remove unused lockcnt variable.phk2002-12-171-3/+0
OpenPOWER on IntegriCloud