aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
...
* | | If a thread is sending signal to its process, if the thread can handleDavid Xu2003-07-111-3/+4
* | | Add support for asus wl100Warner Losh2003-07-111-0/+1
* | | sync to pccarddev 1.55Warner Losh2003-07-111-2/+2
* | | remove stray ASUSWarner Losh2003-07-111-1/+1
* | | sync to pccarddev 1.54Warner Losh2003-07-111-1/+7
* | | Add asus wl100Warner Losh2003-07-111-0/+4
* | | Add a body directive before the first instruction in epc_syscall().Marcel Moolenaar2003-07-111-0/+1
* | | Remove a gratuitous align directive after the endp directive forMarcel Moolenaar2003-07-111-2/+1
* | | Make UWX_TRACE_ENABLE a global option so that we don't have toMarcel Moolenaar2003-07-111-0/+2
* | | Squelch spurious "gigabit link up" messages generated on some fiber NICsBill Paul2003-07-111-4/+19
* | | Fix i386 assembly constraints. The same register cannot beAlexander Kabaev2003-07-111-3/+3
* | | Temporarily switch off -Werror until new GCC warning have been dealt with.Alexander Kabaev2003-07-111-1/+1
* | | This commit was generated by cvs2svn to compensate for changes in r117392,Marcel Moolenaar2003-07-113-4/+7
|\| |
| * | Rename DISABLE_TRACE to UWX_TRACE_ENABLE and change the conditionalMarcel Moolenaar2003-07-113-4/+7
* | | Add init_param3() to subr_param. This function is calledMike Silbersack2003-07-113-26/+22
* | | Lock down the IOMMU bus_dma implementation to make it safe to useThomas Moestl2003-07-105-100/+266
* | | Add support for the 8139C+ chipset. Unlike the other chips in the 8139Bill Paul2003-07-102-111/+1433
* | | Regenerate.Bill Paul2003-07-102-5/+12
* | | Add support for a bunch of Microsoft networking products:Bill Paul2003-07-106-0/+70
* | | Protect lint(1) from a #error.Mark Murray2003-07-106-0/+12
* | | Rewrite much of the embedded controller driver.Nate Lawson2003-07-101-311/+263
* | | Use the default arguments for lockfunc and lockfuncarg inHartmut Brandt2003-07-105-14/+23
* | | Support for large frames for VLANs was added by tweaking the packet sizeBill Paul2003-07-102-8/+47
* | | tdkphy.c is missing from this module's Makefile. Add it.Bill Paul2003-07-101-1/+1
* | | unifdef -DLAZY_SWITCH and start to tidy up the associated glue.Peter Wemm2003-07-1015-49/+3
* | | Fix the VADDR() macros to use either KVADDR() or UVADDR(), dependingPeter Wemm2003-07-092-17/+21
* | | Fix up bogus index/offset/mask calculations in the allocpte and thePeter Wemm2003-07-091-9/+16
* | | Turn the 2MB page mappings that cover the kernel text+data+bss area backPeter Wemm2003-07-091-2/+0
* | | Have pmap_pte() on a 2MB mapped address return the 2MB pde itselfPeter Wemm2003-07-091-0/+2
* | | Replace custom field offset macro with the system __offsetof() macro.Jeffrey Hsu2003-07-091-14/+3
* | | A few minor changes:Mike Silbersack2003-07-091-6/+7
* | | Handle the EINPROGRESS case of bus_dmamap_load() for data buffers.Scott Long2003-07-092-49/+54
* | | Fix a missing } that got dropped from the last commit.Scott Long2003-07-091-0/+1
* | | Add a new quirk for cards that incorrectly interpret the amount of memoryScott Long2003-07-093-3/+12
* | | - Fix a typo in the call to acpi_disabled() in probe() by removing anJohn Baldwin2003-07-091-1/+2
* | | Add ID for UMAX Astra 2100UAndrey A. Chernov2003-07-091-0/+1
* | | - Fix the kernel build for configurations that include pci but not isa byJohn Baldwin2003-07-091-3/+3
* | | Uncomment the dc(4) driver, it should work just fine now.Maxime Henrion2003-07-091-1/+1
* | | Make the dc(4) driver endian-clean, so to that it works on sparc64.Maxime Henrion2003-07-094-90/+112
* | | Configuraiton ROM fix:Hidetoshi Shimokawa2003-07-091-8/+26
* | | - In vlan_input(), always mask off all but the VLID bits from tagsBill Paul2003-07-082-3/+12
* | | Handle geoms which are withering away specially in the dump functions.Poul-Henning Kamp2003-07-081-3/+11
* | | In pmap_object_init_pt(), the pmap_invalidate_all() should be performed onAlan Cox2003-07-082-2/+2
* | | Add an ACPI to ISA psuedo bridge driver. It attaches an isab(4) device toJohn Baldwin2003-07-083-1/+131
* | | Pull in the entire kmem_map size calculation from kern_malloc, ratherMike Silbersack2003-07-081-3/+11
* | | - Make the isab devclass global to allow for multiple ISA bridge drivers.John Baldwin2003-07-083-12/+29
* | | Merge the handlers of O_IP_SRC_MASK and O_IP_DST_MASK opcodes, andLuigi Rizzo2003-07-081-17/+13
* | | - When stealing a kse in kseq_move() ignore the current kseq's min niceJeff Roberson2003-07-081-7/+13
* | | Put some concrete limits on pipe memory consumption:Mike Silbersack2003-07-083-17/+108
* | | Fix LOR between scheduler lock and SMP rendezvous lock.David Xu2003-07-081-6/+1