| Commit message (Expand) | Author | Age | Files | Lines |
* | Add support for multiple CPUs to cpuinfo. | des | 2003-08-04 | 1 | -8/+18 |
* | Put an uncovered page between the swap devices, that way we can be sure | phk | 2003-08-04 | 1 | -32/+23 |
* | Set the BGE_RX_MTU register correctly so that we can receive slightly | wpaul | 2003-08-04 | 1 | -1/+1 |
* | - Don't mess with TX queue in fwohci_stop() if we failed to attach the device. | simokawa | 2003-08-04 | 2 | -7/+14 |
* | Cleanup the clock code. This includes: | marcel | 2003-08-04 | 8 | -459/+174 |
* | Use kmem_alloc_nofault() instead of kmem_alloc_pageable() to allocate | alc | 2003-08-04 | 1 | -1/+1 |
* | Now that the central POSIX.1e ACL code implements functions to | rwatson | 2003-08-04 | 3 | -88/+13 |
* | fix disordering of filenames. Place the dev/ppc files in alphabetical | imp | 2003-08-04 | 3 | -4/+5 |
* | Move more ACL logic from the UFS code (ufs_acl.c) to the central POSIX.1e | rwatson | 2003-08-04 | 4 | -8/+279 |
* | In ufs_chmod(), use privilege only when required in the following | rwatson | 2003-08-04 | 1 | -5/+9 |
* | Use the revision ID from PCI configuration space to identify Intel | jdp | 2003-08-04 | 1 | -23/+41 |
* | Fix handling of external interrupts: we weren't calling ast() when | marcel | 2003-08-04 | 2 | -14/+51 |
* | Name swap_pager_find_dev() more correctly swp_pager_finde_dev(). | phk | 2003-08-03 | 1 | -38/+21 |
* | I accidentally hit undo before committing, fix the resulting off-by-one. | phk | 2003-08-03 | 1 | -1/+1 |
* | Remove the NSWAPDEV option, we have no upper limit on how many | phk | 2003-08-03 | 2 | -9/+0 |
* | Change the layout policy of the swap_pager from a hardcoded width | phk | 2003-08-03 | 5 | -156/+134 |
* | Move extern declaration of the various pagerops from vm_pager.c | phk | 2003-08-03 | 2 | -6/+6 |
* | Deal with GCC annoyingly defining _BIG_ENDIAN. | obrien | 2003-08-03 | 1 | -0/+1 |
* | Style sync. | obrien | 2003-08-03 | 4 | -16/+18 |
* | Revise obj_alloc(). Most notably, use the object's lock to prevent two | alc | 2003-08-03 | 1 | -17/+30 |
* | When INVARIANTS is on and we're in uma_zalloc_free(), we need to make | bmilekic | 2003-08-02 | 1 | -0/+15 |
* | Use kmem_alloc_nofault() rather than kmem_alloc_pageable() in pmap_mapdev(). | alc | 2003-08-02 | 4 | -4/+4 |
* | There's already the elink.ko module available, don't embed it here. | ru | 2003-08-02 | 1 | -2/+1 |
* | Both 'c' an 'lines' are unused, the bogus init of lines was accidentally | jhb | 2003-08-02 | 1 | -2/+1 |
* | Use kmem_alloc_nofault() rather than kmem_alloc_pageable() in proc_rwmem(). | alc | 2003-08-02 | 1 | -1/+1 |
* | fix braino in last commit. | julian | 2003-08-02 | 1 | -1/+1 |
* | Support the Titan VScom PCI-200HV2 2 port serial card. | bde | 2003-08-02 | 1 | -0/+10 |
* | Kick Giant compatibility one layer up. | phk | 2003-08-02 | 1 | -9/+1 |
* | Grab Giant in bufdonebio() since drivers may not hold it. | phk | 2003-08-02 | 1 | -0/+4 |
* | Merged from sys/dev/sio/sio.c revision 1.400. | nyan | 2003-08-02 | 2 | -6/+12 |
* | Grab Giant in physio() since non-giant drivers are starting to appear. | phk | 2003-08-02 | 1 | -0/+3 |
* | Merged from sys/dev/ppc/ppc.c revision 1.42. | nyan | 2003-08-02 | 2 | -88/+74 |
* | MFi386: revision 1.449. | nyan | 2003-08-02 | 1 | -0/+1 |
* | Don't hardcode unit 0 for the current device if we're loaded from an | marcel | 2003-08-02 | 4 | -35/+31 |
* | Relax the check for bad LDTE allocations. It turns out that | julian | 2003-08-02 | 1 | -4/+21 |
* | - Use kmem_alloc_nofault() rather than kmem_alloc_pageable() in | alc | 2003-08-02 | 1 | -3/+1 |
* | o remove bmisshack no longer needed with the BSSID fix in v0.9.5.2 of the hal | sam | 2003-08-02 | 1 | -14/+17 |
* | This commit was generated by cvs2svn to compensate for changes in r118339, | sam | 2003-08-02 | 6 | -3053/+3273 |
|\ |
|
| * | Version 0.9.5.2: | sam | 2003-08-02 | 6 | -3053/+3273 |
* | | PC98 uses different mask of IRQ. | nyan | 2003-08-02 | 2 | -4/+16 |
* | | Eliminate an abuse of kmem_alloc_pageable() in bufinit() | alc | 2003-08-02 | 1 | -6/+1 |
* | | Use kmem_alloc_nofault() rather than kmem_alloc_pageable() in sf_buf_init(). | alc | 2003-08-02 | 1 | -1/+1 |
* | | Don't use uint64_t. Use unsigned long instead. One is supposed to use | marcel | 2003-08-02 | 1 | -2/+2 |
* | | Fix a dumbass mistake. I had the 'set' and 'get' reversed in the | peter | 2003-08-02 | 1 | -2/+2 |
* | | The MI code was modified to filter the devices based on its header | imp | 2003-08-01 | 1 | -0/+8 |
* | | Define PCI_MAXHDRTYPE to be 2. We know about header types 0, 1 and 2. | imp | 2003-08-01 | 2 | -10/+2 |
* | | Add hw.pci.irq_override_mask, which is a mask of interrupts that are | imp | 2003-08-01 | 2 | -0/+28 |
* | | Update the comment at the head of kmem_alloc_nofault() to describe its | alc | 2003-08-01 | 1 | -1/+5 |
* | | Only free the pcpu cache buckets if they are non-NULL. | bmilekic | 2003-08-01 | 1 | -4/+6 |
* | | Add facilities for tuning the "em" driver's interrupt delays without | jdp | 2003-08-01 | 3 | -44/+148 |