| Commit message (Expand) | Author | Age | Files | Lines |
* | Don't use a bogus bus number for Ross host-pci bridges. | dfr | 1999-12-05 | 2 | -0/+4 |
* | Reinstate the aic driver. | luoqi | 1999-12-05 | 1 | -0/+1 |
* | Add the if_dc driver and remove all of the al, ax, dm, pn and mx drivers | wpaul | 1999-12-04 | 1 | -5/+1 |
* | The address 0x472 is used for the SCSI HDD geometry information on | kato | 1999-12-04 | 2 | -4/+2 |
* | oszsigcode -> szosigcode | marcel | 1999-12-04 | 4 | -6/+6 |
* | Fix type of sf_addr. | marcel | 1999-12-04 | 2 | -4/+4 |
* | Remove the 'ivars' arguement to device_add_child() and | mdodd | 1999-12-03 | 5 | -11/+13 |
* | Remove the 'gzip' image activator. We're not using a.out anymore, so save | msmith | 1999-12-03 | 1 | -1/+0 |
* | Remove code to select APM version with flags to the apm0 device. This | jlemon | 1999-12-02 | 1 | -1/+1 |
* | Add the AMI MegaRAID and Mylex DAC960 drivers. Installation to arrays | msmith | 1999-12-02 | 1 | -0/+4 |
* | Make BOOTP work again. | dillon | 1999-11-29 | 1 | -1/+9 |
* | Sort PCI SCSI controlers. | obrien | 1999-11-28 | 1 | -4/+4 |
* | /sys adjustments to add the `sym' controler driver. | obrien | 1999-11-28 | 1 | -0/+1 |
* | Add a commented out 'ATA' driver config block to help assist -CURRENT | obrien | 1999-11-27 | 1 | -0/+12 |
* | Moved scheduling-related code to kern_synch.c so that it is easier to fix | bde | 1999-11-27 | 3 | -24/+3 |
* | Retire MFS_ROOT and MFS_ROOT_SIZE options from the MFS implementation. | phk | 1999-11-26 | 1 | -1/+2 |
* | Fix out-of-date comment | julian | 1999-11-26 | 2 | -2/+8 |
* | Change the prototype of the strto* routines to make the second | archie | 1999-11-24 | 1 | -1/+1 |
* | Fix a confusion between osigcontext and ucontext_t in the previous commit. | green | 1999-11-23 | 1 | -6/+16 |
* | move INET6 option from GENERIC to LINT. | shin | 1999-11-22 | 1 | -1/+0 |
* | KAME netinet6 basic part(no IPsec,no V6 Multicast Forwarding, no UDP/TCP | shin | 1999-11-22 | 1 | -0/+1 |
* | Moved useracc() to top of sigreturn as to avoid panic | pho | 1999-11-21 | 1 | -4/+4 |
* | s/p_cred->pc_ucred/p_ucred/g | phk | 1999-11-21 | 1 | -1/+1 |
* | Use LIST_FOREACH to traverse the allproc list. | phk | 1999-11-19 | 1 | -2/+2 |
* | Optimize two cases in the MP locking code. First, it is not necessary | dillon | 1999-11-19 | 2 | -3/+3 |
* | If we have found pci devices via pci_cfgopen(), but don't find a | peter | 1999-11-18 | 2 | -0/+28 |
* | Segment registers can be read(write) to(from) memory locations as well as | luoqi | 1999-11-15 | 1 | -4/+4 |
* | Fix clobbers so that GENERIC may compile with GCC 2.95.2. | obrien | 1999-11-14 | 4 | -332/+336 |
* | Reserve space for FPU state in struct sigcontext. Fix some style bugs | marcel | 1999-11-12 | 1 | -11/+18 |
* | Change the type of sf_addr in struct {o}sigframe from char* to | marcel | 1999-11-12 | 2 | -10/+11 |
* | Passing "0" or "FALSE" as the fourth argument to vm_fault is wrong. It | alc | 1999-11-09 | 1 | -4/+6 |
* | Patch got this one wrong, we want to check securelevel in open() | phk | 1999-11-07 | 1 | -5/+5 |
* | Remove the iskmemdev() function. Make it the responsibility of the mem.c | phk | 1999-11-07 | 1 | -14/+5 |
* | Remove the prototypes for two functions that were removed when the | jhb | 1999-11-02 | 1 | -3/+0 |
* | This is a complete rewrite of vfs_conf.c, which changes the way the root | msmith | 1999-11-01 | 1 | -259/+26 |
* | Update examples using 'disk' and 'tape' - they used to have magic meaning | peter | 1999-11-01 | 1 | -6/+6 |
* | The useracc() calls in osigreturn() and sigreturn() should specify | alc | 1999-10-31 | 1 | -2/+2 |
* | i8254_restore is called from apm_default_resume() to reload | 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 | alc | 1999-10-30 | 1 | -2/+2 |
* | Change useracc() and kernacc() to use VM_PROT_{READ|WRITE|EXECUTE} for the | phk | 1999-10-30 | 2 | -5/+6 |
* | useracc() the prequel: | phk | 1999-10-29 | 6 | -6/+0 |
* | Remove #ifdef notyet code for doing I/O in a way we never will do it. | phk | 1999-10-29 | 1 | -47/+0 |
* | Modify the entries regarding the 'ep' driver to take into account | mdodd | 1999-10-27 | 1 | -6/+3 |
* | Add text for the AMD-751 host-to-PCI and PCI-to-PCI (AGP) bridges. | alc | 1999-10-25 | 2 | -0/+10 |
* | Massive rewrite of pccard to convert it to newbus. | imp | 1999-10-25 | 1 | -0/+3 |
* | Add text for the Athlon's MMX and 3DNow! (DSP) instruction extensions | alc | 1999-10-24 | 1 | -2/+2 |
* | Adjust the buffer cache to better handle small-memory machines. A | dillon | 1999-10-24 | 1 | -1/+1 |
* | From: src/sys/i386/conf/PCCARD | n_hibma | 1999-10-22 | 1 | -2/+2 |
* | Remove pccard attachment stub, this caused pccard unit 0 to be allocated | peter | 1999-10-19 | 2 | -10/+0 |
* | Convert the mx driver to miibus. | wpaul | 1999-10-16 | 1 | -1/+1 |