| Commit message (Expand) | Author | Age | Files | Lines |
| * | Use LIST_FOREACH to traverse the allproc list. | Poul-Henning Kamp | 1999-11-19 | 1 | -2/+2 |
| * | Optimize two cases in the MP locking code. First, it is not necessary | Matthew Dillon | 1999-11-19 | 2 | -3/+3 |
| * | If we have found pci devices via pci_cfgopen(), but don't find a | Peter Wemm | 1999-11-18 | 2 | -0/+28 |
| * | Segment registers can be read(write) to(from) memory locations as well as | Luoqi Chen | 1999-11-15 | 1 | -4/+4 |
| * | Fix clobbers so that GENERIC may compile with GCC 2.95.2. | David E. O'Brien | 1999-11-14 | 4 | -332/+336 |
| * | Reserve space for FPU state in struct sigcontext. Fix some style bugs | Marcel Moolenaar | 1999-11-12 | 1 | -11/+18 |
| * | Change the type of sf_addr in struct {o}sigframe from char* to | Marcel Moolenaar | 1999-11-12 | 2 | -10/+11 |
| * | Passing "0" or "FALSE" as the fourth argument to vm_fault is wrong. It | Alan Cox | 1999-11-09 | 1 | -4/+6 |
| * | Patch got this one wrong, we want to check securelevel in open() | Poul-Henning Kamp | 1999-11-07 | 1 | -5/+5 |
| * | Remove the iskmemdev() function. Make it the responsibility of the mem.c | Poul-Henning Kamp | 1999-11-07 | 1 | -14/+5 |
| * | Remove the prototypes for two functions that were removed when the | John Baldwin | 1999-11-02 | 1 | -3/+0 |
| * | This is a complete rewrite of vfs_conf.c, which changes the way the root | Mike Smith | 1999-11-01 | 1 | -259/+26 |
| * | Update examples using 'disk' and 'tape' - they used to have magic meaning | Peter Wemm | 1999-11-01 | 1 | -6/+6 |
| * | The useracc() calls in osigreturn() and sigreturn() should specify | Alan Cox | 1999-10-31 | 1 | -2/+2 |
| * | i8254_restore is called from apm_default_resume() to reload | Mitsuru IWASAKI | 1999-10-30 | 3 | -0/+45 |
| * | The core of this patch is to vm/vm_page.h. The effects are two-fold: (1) to | Alan Cox | 1999-10-30 | 1 | -2/+2 |
| * | Change useracc() and kernacc() to use VM_PROT_{READ|WRITE|EXECUTE} for the | Poul-Henning Kamp | 1999-10-30 | 2 | -5/+6 |
| * | useracc() the prequel: | Poul-Henning Kamp | 1999-10-29 | 6 | -6/+0 |
| * | Remove #ifdef notyet code for doing I/O in a way we never will do it. | Poul-Henning Kamp | 1999-10-29 | 1 | -47/+0 |
| * | Modify the entries regarding the 'ep' driver to take into account | Matthew N. Dodd | 1999-10-27 | 1 | -6/+3 |
| * | Add text for the AMD-751 host-to-PCI and PCI-to-PCI (AGP) bridges. | Alan Cox | 1999-10-25 | 2 | -0/+10 |
| * | Massive rewrite of pccard to convert it to newbus. | Warner Losh | 1999-10-25 | 1 | -0/+3 |
| * | Add text for the Athlon's MMX and 3DNow! (DSP) instruction extensions | Alan Cox | 1999-10-24 | 1 | -2/+2 |
| * | Adjust the buffer cache to better handle small-memory machines. A | Matthew Dillon | 1999-10-24 | 1 | -1/+1 |
| * | From: src/sys/i386/conf/PCCARD | Nick Hibma | 1999-10-22 | 1 | -2/+2 |
| * | Remove pccard attachment stub, this caused pccard unit 0 to be allocated | Peter Wemm | 1999-10-19 | 2 | -10/+0 |
| * | Convert the mx driver to miibus. | Bill Paul | 1999-10-16 | 1 | -1/+1 |
| * | Eliminate remaining part of incorrect PCI bus numbering sanity check on syste... | Tor Egge | 1999-10-15 | 3 | -21/+0 |
| * | Acutally our style is "options\x20\x09". | David E. O'Brien | 1999-10-15 | 1 | -4/+4 |
| * | * Implement bus_set/get/delete_resource for pci. | Doug Rabson | 1999-10-14 | 1 | -2/+1 |
| * | * Add some verbose logging to the PnP parser and fix a couple of bugs. | Doug Rabson | 1999-10-14 | 1 | -24/+47 |
| * | Recognize Pentium II w/ CPUID = 0x6XX and Pentium III Xeon w/ CPUID = | KATO Takenori | 1999-10-14 | 1 | -2/+2 |
| * | Like it or not, we use ^I's not 0x20 to align things in this file. | David E. O'Brien | 1999-10-14 | 1 | -5/+5 |
| * | Fix a security bug. eflags was copied verbatim from userland. | Marcel Moolenaar | 1999-10-13 | 1 | -1/+2 |
| * | Enable MTRR support for K7 (Athlon) processors, which happens to have the | Brian Feldman | 1999-10-12 | 1 | -3/+4 |
| * | * Add struct resource_list* argument to resource_list_alloc and | Doug Rabson | 1999-10-12 | 1 | -11/+25 |
| * | Now that userland, including modules don't use the osig* syscalls | Marcel Moolenaar | 1999-10-12 | 1 | -0/+1 |
| * | Add a per-signal flag to mark handlers registered with osigaction, so we | Luoqi Chen | 1999-10-11 | 8 | -81/+85 |
| * | Trim some unused #includes | Peter Wemm | 1999-10-11 | 1 | -4/+0 |
| * | Zap unneeded #includes | Peter Wemm | 1999-10-11 | 12 | -27/+1 |
| * | Simplification of the signal trampoline and other cleanups. | Marcel Moolenaar | 1999-10-07 | 9 | -94/+85 |
| * | Re-introduction of sigcontext. | Marcel Moolenaar | 1999-10-04 | 4 | -39/+78 |
| * | Use the rev 1.1.2.1 code from RELENG_3 for atomic operations rather | Peter Wemm | 1999-10-04 | 1 | -16/+35 |
| * | Typo: s/__GNUC_MINOR_/__GNUC_MINOR__/ | Peter Wemm | 1999-10-04 | 1 | -1/+1 |
| * | Fix style bug: order includes | Marcel Moolenaar | 1999-10-04 | 1 | -1/+1 |
| * | Allow compilation with older versions of GCC, in order to make it possible | Eivind Eklund | 1999-10-03 | 1 | -0/+23 |
| * | Reinstate the 4th argument to old signal handlers. Don't set it | Marcel Moolenaar | 1999-10-03 | 1 | -2/+2 |
| * | Fix style bugs caused by using the wrong file to copy from. That one | Marcel Moolenaar | 1999-10-03 | 1 | -4/+12 |
| * | Implement the use of si_addr in siginfo_t. | Marcel Moolenaar | 1999-10-01 | 1 | -0/+1 |
| * | Don't check %cs *after* it has being set in sigreturn. If the check | Marcel Moolenaar | 1999-10-01 | 1 | -5/+6 |