summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* I accidentally hit undo before committing, fix the resulting off-by-one.phk2003-08-031-1/+1
* Remove the NSWAPDEV option, we have no upper limit on how manyphk2003-08-032-9/+0
* Change the layout policy of the swap_pager from a hardcoded widthphk2003-08-035-156/+134
* Move extern declaration of the various pagerops from vm_pager.cphk2003-08-032-6/+6
* Deal with GCC annoyingly defining _BIG_ENDIAN.obrien2003-08-031-0/+1
* Style sync.obrien2003-08-034-16/+18
* Revise obj_alloc(). Most notably, use the object's lock to prevent twoalc2003-08-031-17/+30
* When INVARIANTS is on and we're in uma_zalloc_free(), we need to makebmilekic2003-08-021-0/+15
* Use kmem_alloc_nofault() rather than kmem_alloc_pageable() in pmap_mapdev().alc2003-08-024-4/+4
* There's already the elink.ko module available, don't embed it here.ru2003-08-021-2/+1
* Both 'c' an 'lines' are unused, the bogus init of lines was accidentallyjhb2003-08-021-2/+1
* Use kmem_alloc_nofault() rather than kmem_alloc_pageable() in proc_rwmem().alc2003-08-021-1/+1
* fix braino in last commit.julian2003-08-021-1/+1
* Support the Titan VScom PCI-200HV2 2 port serial card.bde2003-08-021-0/+10
* Kick Giant compatibility one layer up.phk2003-08-021-9/+1
* Grab Giant in bufdonebio() since drivers may not hold it.phk2003-08-021-0/+4
* Merged from sys/dev/sio/sio.c revision 1.400.nyan2003-08-022-6/+12
* Grab Giant in physio() since non-giant drivers are starting to appear.phk2003-08-021-0/+3
* Merged from sys/dev/ppc/ppc.c revision 1.42.nyan2003-08-022-88/+74
* MFi386: revision 1.449.nyan2003-08-021-0/+1
* Don't hardcode unit 0 for the current device if we're loaded from anmarcel2003-08-024-35/+31
* Relax the check for bad LDTE allocations. It turns out thatjulian2003-08-021-4/+21
* - Use kmem_alloc_nofault() rather than kmem_alloc_pageable() inalc2003-08-021-3/+1
* o remove bmisshack no longer needed with the BSSID fix in v0.9.5.2 of the halsam2003-08-021-14/+17
* This commit was generated by cvs2svn to compensate for changes in r118339,sam2003-08-026-3053/+3273
|\
| * Version 0.9.5.2:sam2003-08-026-3053/+3273
* | PC98 uses different mask of IRQ.nyan2003-08-022-4/+16
* | Eliminate an abuse of kmem_alloc_pageable() in bufinit()alc2003-08-021-6/+1
* | Use kmem_alloc_nofault() rather than kmem_alloc_pageable() in sf_buf_init().alc2003-08-021-1/+1
* | Don't use uint64_t. Use unsigned long instead. One is supposed to usemarcel2003-08-021-2/+2
* | Fix a dumbass mistake. I had the 'set' and 'get' reversed in thepeter2003-08-021-2/+2
* | The MI code was modified to filter the devices based on its headerimp2003-08-011-0/+8
* | Define PCI_MAXHDRTYPE to be 2. We know about header types 0, 1 and 2.imp2003-08-012-10/+2
* | Add hw.pci.irq_override_mask, which is a mask of interrupts that areimp2003-08-012-0/+28
* | Update the comment at the head of kmem_alloc_nofault() to describe itsalc2003-08-011-1/+5
* | Only free the pcpu cache buckets if they are non-NULL.bmilekic2003-08-011-4/+6
* | Add facilities for tuning the "em" driver's interrupt delays withoutjdp2003-08-013-44/+148
* | Workaround for gcc on alpha/ia64.simokawa2003-08-011-6/+4
* | Fix kernel build -- 'c' was the unused var, not 'lines'.obrien2003-08-011-1/+1
* | Add comment point o2micro people to NEWCARDimp2003-08-011-0/+2
* | Attempt to simplify #ifdef logic for MAC_ALWAYS_LABEL_MBUF.rwatson2003-08-019-252/+162
* | Write the preserved registers to (and read them from) struct reg andmarcel2003-08-011-4/+4
* | Fix ordering bug created by previous commit. While here, make ppc(4)marcel2003-08-011-1/+1
* | Forgot an added file in the last commit.ambrisko2003-08-011-0/+49
* | Clean up fwdev.simokawa2003-08-014-211/+234
* | Add printer support to puc(4) driver.ambrisko2003-08-019-2479/+138
* | - Disable faking T_DIRECT as T_RBC because we have PIM_NO_6_BYTE now.simokawa2003-08-011-2/+2
* | Remove Giant from writev(2). Eliminate trivial style differences betweenalc2003-08-011-11/+4
* | - Detect full of DMA channel correctly.simokawa2003-08-011-2/+1
* | Remove unused stuff.phk2003-07-312-17/+15
OpenPOWER on IntegriCloud