summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Work around differences in page allocation for initial page tables on xenkmacy2008-08-171-0/+4
* Ensure that machine / physical addresses are treated as vm_paddr_tkmacy2008-08-172-5/+5
* remove code in XEN version of init386 causing initialization failurekmacy2008-08-171-37/+16
* translate machine addresses to physical addresses in new code in pmap_initkmacy2008-08-171-3/+2
* bypass call to trap when handling hypervisor_upcallkmacy2008-08-171-13/+34
* clean up initvalues to work correctly on PAEkmacy2008-08-171-56/+31
* Make sure that machine addresses are vm_paddr_tkmacy2008-08-171-6/+7
* Make sure we don't lose the most significant bits of the frame number on PAE ...kmacy2008-08-171-1/+1
* Commit step 1 of the vimage project, (network stack)bz2008-08-17139-2370/+2859
* Don't strip a leading '/' from a pattern to be matched.kientzle2008-08-171-2/+0
* Update a comment about not numbering pci busses. This may soon beimp2008-08-171-7/+9
* LRO combined packets can actually be bridged as long as all the interfaces alsothompsa2008-08-161-5/+6
* Remove useless #if 1.imp2008-08-161-2/+0
* Prevent crashes due to unlocked access to hash buckets in two sysctls.alfred2008-08-161-0/+4
* Call in to xen for privileged aspects of context switchingkmacy2008-08-161-6/+18
* SCSI_DELAY is specified in milliseconds, not seconds.ken2008-08-161-1/+1
* Add ECN sysctls and ECN RFC.rpaulo2008-08-161-1/+16
* Add some sysctl reporting for most pci_pci bridges. We now reportimp2008-08-162-3/+21
* Add limited support for units that are related by affine ratherdwmalone2008-08-162-22/+63
* Use arc4random_uniform() to avoid "modulo bias"ache2008-08-161-55/+2
* Fix a regression introduced in r179289 splitting up ip6_savecontrol()bz2008-08-163-8/+17
* disable PREEMPTION pending bug fixes to i386/xen/pmap.ckmacy2008-08-151-2/+4
* Call in to xen for fpu handling when XEN is setkmacy2008-08-151-1/+10
* Import check for xen features.kmacy2008-08-151-0/+24
* atomic_fetchadd_int works on unsigned quantities - changekmacy2008-08-151-1/+1
* Add flag to indicate to xen support code that threads are running (and thus w...kmacy2008-08-151-0/+3
* Integrate configuration bits for compling xen.kmacy2008-08-155-9/+186
* Integrate support for xen in to i386 common code.kmacy2008-08-1516-17/+687
* Allow the network addresses and interface names for the "client" andjhb2008-08-152-6/+24
* For the "client" and "simple" network types, collapse the separate "net"jhb2008-08-151-14/+11
* Use 'me' rather than explicit IP addresses for the "simple" and "client"jhb2008-08-151-12/+9
* For the firewall_* variables that are specific to the "workstation"jhb2008-08-151-7/+9
* Improve the glimpse target: don't index .svn and compile directories.philip2008-08-151-0/+4
* Convert the snp(4) driver to use cdevpriv.ed2008-08-153-84/+55
* Introduce a new loader tunable "hw.ata.ata_dma_check_80pin", defaulting to 1.philip2008-08-153-1/+13
* Accept tty[ud]0 for console devicephk2008-08-151-1/+1
* Test updates: Handling of patterns on command line, error messages.kientzle2008-08-156-1/+40
* Add strcspn to libkern for use by xenbus routines. Will add to buildkmacy2008-08-152-0/+73
* Compile fixes for xen build.kmacy2008-08-1515-166/+223
* Import the uuid_enc_le(), uuid_dec_le(), uuid_enc_be() andemax2008-08-143-2/+148
* Move wb driver from sys/pci to sys/dev/wb.imp2008-08-144-3/+3
* Move pcn driver from sys/pci to sys/dev/pcn.imp2008-08-144-3/+3
* Move the ste driver from sys/pci to sys/dev/ste.imp2008-08-144-3/+3
* Move the tl driver form sys/pci to sys/dev/tl.imp2008-08-144-3/+3
* Move CPU_SPINWAIT into the innermost spin loop, in order to allow fasterjasone2008-08-141-2/+3
* Re-order the terms of an expression in arena_run_reg_dalloc() to correctlyjasone2008-08-141-2/+2
* Catch up with the removal of /usr/src/compat.kensmith2008-08-143-4/+0
* Fix channel parsing which was broken in r179958, the channel number may bethompsa2008-08-141-2/+4
* Fix a typo: jme -> agekevlo2008-08-141-1/+1
* cosmetic changes and style fixesmarius2008-08-1319-252/+255
OpenPOWER on IntegriCloud