aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Add support for multiple CPUs to cpuinfo.Dag-Erling Smørgrav2003-08-041-8/+18
* Put an uncovered page between the swap devices, that way we can be surePoul-Henning Kamp2003-08-041-32/+23
* Set the BGE_RX_MTU register correctly so that we can receive slightlyBill Paul2003-08-041-1/+1
* - Don't mess with TX queue in fwohci_stop() if we failed to attach the device.Hidetoshi Shimokawa2003-08-042-7/+14
* Cleanup the clock code. This includes:Marcel Moolenaar2003-08-048-459/+174
* Use kmem_alloc_nofault() instead of kmem_alloc_pageable() to allocateAlan Cox2003-08-041-1/+1
* Now that the central POSIX.1e ACL code implements functions toRobert Watson2003-08-043-88/+13
* fix disordering of filenames. Place the dev/ppc files in alphabeticalWarner Losh2003-08-043-4/+5
* Move more ACL logic from the UFS code (ufs_acl.c) to the central POSIX.1eRobert Watson2003-08-044-8/+279
* In ufs_chmod(), use privilege only when required in the followingRobert Watson2003-08-041-5/+9
* Use the revision ID from PCI configuration space to identify IntelJohn Polstra2003-08-041-23/+41
* Fix handling of external interrupts: we weren't calling ast() whenMarcel Moolenaar2003-08-042-14/+51
* Name swap_pager_find_dev() more correctly swp_pager_finde_dev().Poul-Henning Kamp2003-08-031-38/+21
* I accidentally hit undo before committing, fix the resulting off-by-one.Poul-Henning Kamp2003-08-031-1/+1
* Remove the NSWAPDEV option, we have no upper limit on how manyPoul-Henning Kamp2003-08-032-9/+0
* Change the layout policy of the swap_pager from a hardcoded widthPoul-Henning Kamp2003-08-035-156/+134
* Move extern declaration of the various pagerops from vm_pager.cPoul-Henning Kamp2003-08-032-6/+6
* Deal with GCC annoyingly defining _BIG_ENDIAN.David E. O'Brien2003-08-031-0/+1
* Style sync.David E. O'Brien2003-08-034-16/+18
* Revise obj_alloc(). Most notably, use the object's lock to prevent twoAlan Cox2003-08-031-17/+30
* When INVARIANTS is on and we're in uma_zalloc_free(), we need to makeBosko Milekic2003-08-021-0/+15
* Use kmem_alloc_nofault() rather than kmem_alloc_pageable() in pmap_mapdev().Alan Cox2003-08-024-4/+4
* There's already the elink.ko module available, don't embed it here.Ruslan Ermilov2003-08-021-2/+1
* Both 'c' an 'lines' are unused, the bogus init of lines was accidentallyJohn Baldwin2003-08-021-2/+1
* Use kmem_alloc_nofault() rather than kmem_alloc_pageable() in proc_rwmem().Alan Cox2003-08-021-1/+1
* fix braino in last commit.Julian Elischer2003-08-021-1/+1
* Support the Titan VScom PCI-200HV2 2 port serial card.Bruce Evans2003-08-021-0/+10
* Kick Giant compatibility one layer up.Poul-Henning Kamp2003-08-021-9/+1
* Grab Giant in bufdonebio() since drivers may not hold it.Poul-Henning Kamp2003-08-021-0/+4
* Merged from sys/dev/sio/sio.c revision 1.400.Yoshihiro Takahashi2003-08-022-6/+12
* Grab Giant in physio() since non-giant drivers are starting to appear.Poul-Henning Kamp2003-08-021-0/+3
* Merged from sys/dev/ppc/ppc.c revision 1.42.Yoshihiro Takahashi2003-08-022-88/+74
* MFi386: revision 1.449.Yoshihiro Takahashi2003-08-021-0/+1
* Don't hardcode unit 0 for the current device if we're loaded from anMarcel Moolenaar2003-08-024-35/+31
* Relax the check for bad LDTE allocations. It turns out thatJulian Elischer2003-08-021-4/+21
* - Use kmem_alloc_nofault() rather than kmem_alloc_pageable() inAlan Cox2003-08-021-3/+1
* o remove bmisshack no longer needed with the BSSID fix in v0.9.5.2 of the halSam Leffler2003-08-021-14/+17
* This commit was generated by cvs2svn to compensate for changes in r118339,Sam Leffler2003-08-026-3053/+3273
|\
| * Version 0.9.5.2:vendor/ath/0.9.5.2Sam Leffler2003-08-026-3053/+3273
* | PC98 uses different mask of IRQ.Yoshihiro Takahashi2003-08-022-4/+16
* | Eliminate an abuse of kmem_alloc_pageable() in bufinit()Alan Cox2003-08-021-6/+1
* | Use kmem_alloc_nofault() rather than kmem_alloc_pageable() in sf_buf_init().Alan Cox2003-08-021-1/+1
* | Don't use uint64_t. Use unsigned long instead. One is supposed to useMarcel Moolenaar2003-08-021-2/+2
* | Fix a dumbass mistake. I had the 'set' and 'get' reversed in thePeter Wemm2003-08-021-2/+2
* | The MI code was modified to filter the devices based on its headerWarner Losh2003-08-011-0/+8
* | Define PCI_MAXHDRTYPE to be 2. We know about header types 0, 1 and 2.Warner Losh2003-08-012-10/+2
* | Add hw.pci.irq_override_mask, which is a mask of interrupts that areWarner Losh2003-08-012-0/+28
* | Update the comment at the head of kmem_alloc_nofault() to describe itsAlan Cox2003-08-011-1/+5
* | Only free the pcpu cache buckets if they are non-NULL.Bosko Milekic2003-08-011-4/+6
* | Add facilities for tuning the "em" driver's interrupt delays withoutJohn Polstra2003-08-013-44/+148