| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Regen. | jhb | 2005-07-13 | 6 | -205/+205 |
* | Make a pass through all the compat ABIs sychronizing the MP safe flags | jhb | 2005-07-13 | 2 | -200/+200 |
* | Validate if the value written into {FS,GS}.base is a canonical | davidxu | 2005-07-10 | 1 | -1/+2 |
* | Some cleanups and tweaks to some of the atomic.h files in preparation for | jhb | 2005-07-09 | 1 | -91/+99 |
* | - Remove spl's from osf1_usleep_thread(). | jhb | 2005-07-07 | 1 | -8/+4 |
* | Add .cvsignore files just like in sys/<arch>/compiled, this keeps CVS from | obrien | 2005-06-20 | 1 | -0/+1 |
* | Do not allocate memory based on not-checked argument from userland. | pjd | 2005-06-11 | 1 | -6/+2 |
* | Fix copy&paste bug. | pjd | 2005-06-11 | 1 | -1/+1 |
* | Introduce a procedure, pmap_page_init(), that initializes the | alc | 2005-06-10 | 1 | -31/+19 |
* | MFP4: | jkoshy | 2005-06-09 | 1 | -0/+13 |
* | Avoid code duplication in serval places by introducing universal | pjd | 2005-06-09 | 1 | -44/+26 |
* | Regen after addition of linux_getpriority wrapper. | sobomax | 2005-06-08 | 3 | -4/+10 |
* | Properly convert FreeBSD priority values into Linux values in the | sobomax | 2005-06-08 | 1 | -1/+1 |
* | Until someone who owns the various TGA-based cards has time to fix the | wilko | 2005-06-06 | 1 | -1/+2 |
* | Rebuild generated system call definition files following the addition of | rwatson | 2005-05-30 | 6 | -685/+687 |
* | Introduce a new field in the syscalls.master file format to hold the | rwatson | 2005-05-30 | 2 | -757/+924 |
* | Create nexus in configure_first() instead of in configure(). This | marcel | 2005-05-29 | 1 | -2/+2 |
* | o Call cninit_finish() in configure_final(). | marcel | 2005-05-29 | 1 | -86/+1 |
* | White space normalization: use tabs instead of spaces before and after | rwatson | 2005-05-29 | 1 | -39/+39 |
* | Remove bus_{mem,p}io.h and related code for a micro-optimization on i386 | nyan | 2005-05-29 | 3 | -63/+0 |
* | Change the spkr_set_pitch() function to a macro to fix low level profiling. | nyan | 2005-05-28 | 1 | -7/+5 |
* | For ISA DMA maps, the chipsets scatter/gather feature is used. As | marcel | 2005-05-25 | 1 | -0/+3 |
* | Add missing jail.h include. | pjd | 2005-05-22 | 1 | -0/+1 |
* | This code seems to be dead, but anyway: | pjd | 2005-05-22 | 1 | -3/+9 |
* | - Move bus dependent defines to {isa,cbus}_dmareg.h. | nyan | 2005-05-14 | 1 | -1/+1 |
* | - Move timerreg.h to <arch>/include and split i8253 specific defines into | nyan | 2005-05-14 | 4 | -97/+123 |
* | Change cpu_set_kse_upcall to more generic style, so we can reuse it | davidxu | 2005-04-23 | 1 | -7/+18 |
* | Add empty header (except of the multiple-inclusion protection) to | marcel | 2005-04-20 | 1 | -0/+10 |
* | Break out the definition of bus_space_{tag,handle}_t and a few other types | imp | 2005-04-18 | 2 | -7/+43 |
* | Use PCPU_LAZY_INC() for cnt.v_{intr,trap,syscalls} rather than atomic | jhb | 2005-04-12 | 2 | -4/+4 |
* | Fix another instance of TDP_OWEPREEMPT -> td_owepreempt. | jhb | 2005-04-09 | 1 | -1/+1 |
* | Divorce critical sections from spinlocks. Critical sections as denoted by | jhb | 2005-04-04 | 6 | -148/+53 |
* | - Change the vm_mmap() function to accept an objtype_t parameter specifying | jhb | 2005-04-01 | 2 | -3/+4 |
* | MFi386 (1.610): let TUNABLE_ULONG_FETCH handle the suffix. | des | 2005-04-01 | 1 | -33/+3 |
* | Use a custom version of copyinuio() to implement osf1_{read,write}v() via | jhb | 2005-03-31 | 1 | -79/+56 |
* | Add USB Communication Device Class Ethernet driver. Originally written for | sobomax | 2005-03-22 | 1 | -0/+1 |
* | Add a comment to note that pseudo-device bpf is required for DHCP. | murray | 2005-03-18 | 1 | -0/+1 |
* | Split configure() into 3 separate steps like we do on other | iedowse | 2005-03-18 | 1 | -15/+16 |
* | Customize this for the alpha by removing pc98 defines (unused on alpha) | imp | 2005-03-16 | 1 | -17/+1 |
* | Refactor the bus_dma header files so that the interface is described in | scottl | 2005-03-14 | 2 | -190/+34 |
* | Fix a long-standing bug in alpha's implementation of busdma. We need to | mux | 2005-03-12 | 1 | -4/+4 |
* | Remove dead code. | scottl | 2005-03-07 | 1 | -17/+0 |
* | Regen after addition of linux_nosys handler. | sobomax | 2005-03-07 | 3 | -3/+9 |
* | Handle unimplemented syscall by instantly returning ENOSYS instead of sending | sobomax | 2005-03-07 | 1 | -0/+4 |
* | netchild's mega-patch to isolate compiler dependencies into a central | joerg | 2005-03-02 | 11 | -36/+57 |
* | Attempt to doff the pointy hat: implement 'hw.realmem' on remaining | wes | 2005-03-01 | 1 | -0/+2 |
* | Use a common multi-inclusion protection, and add such a | ru | 2005-02-19 | 1 | -1/+6 |
* | - Implement osf1_emul_find() using kern_alternate_path(). This changes | jhb | 2005-02-18 | 3 | -309/+113 |
* | Use LCONVPATHEXIST() rather than CHECKALTEXIST() and use | jhb | 2005-02-18 | 1 | -9/+14 |
* | Backout previous change (disabling of security checks for signals delivered | sobomax | 2005-02-13 | 1 | -1/+1 |