| Commit message (Expand) | Author | Age | Files | Lines |
* | Some fix for the recent apm module changes. | iwasaki | 2001-11-01 | 13 | -53/+419 |
* | Tidy up the variable declarations and switch on warnings and strict. | joe | 2001-11-01 | 1 | -35/+48 |
* | Remove an extra splimp() call. | luigi | 2001-11-01 | 1 | -1/+0 |
* | Add the TGA video driver. This is a great accomplishtment and will help | obrien | 2001-11-01 | 10 | -716/+9539 |
* | Bell-Labs AWK does not support POSIX "bracket expressions" (POSIXese for | obrien | 2001-11-01 | 1 | -4/+4 |
* | Skip PG_UNMANAGED pages when we're shooting everything down to try and | peter | 2001-11-01 | 2 | -2/+2 |
* | Fix the ILLEGAL fdisk table that is there for supporting "dangerously | peter | 2001-11-01 | 2 | -2/+2 |
* | Use devclass_find_free_unit() in ata_pci_add_child() because no more | ache | 2001-11-01 | 1 | -1/+2 |
* | Add devclass_find_free_unit() prototype | ache | 2001-11-01 | 1 | -0/+1 |
* | Add new interface function | ache | 2001-11-01 | 1 | -0/+10 |
* | Only overwrite ${DESTDIR}${KODIR}.old/${KERNEL_KO} if we haven't | brian | 2001-11-01 | 6 | -42/+84 |
* | Remove previous revision. smp_started back in subr_smp where it belongs. | mjacob | 2001-10-31 | 6 | -12/+0 |
* | Make the actual volatile int smp_started live *somewhere*. This is | mjacob | 2001-10-31 | 6 | -0/+12 |
* | Don't remove the tentative declaration. It's the only one... | marcel | 2001-10-31 | 1 | -0/+1 |
* | Spell deivces as devices. | rwatson | 2001-10-31 | 3 | -3/+3 |
* | Experiment with rewriting the syscall() wrapper using explicit bundling | dfr | 2001-10-31 | 2 | -378/+508 |
* | Fix obvious bug where return from probe was botched. | asmodai | 2001-10-31 | 1 | -1/+1 |
* | Fix misspelling in comment. | mjacob | 2001-10-31 | 1 | -1/+1 |
* | Add TF_AR_FPSR, the offset of ar.fpsr in a trapframe. | dfr | 2001-10-31 | 1 | -0/+1 |
* | Print the bundle template name on the first slot of the bundle. | dfr | 2001-10-31 | 1 | -0/+39 |
* | Make smp_started volatile in sys/smp.h and remove the volatile | marcel | 2001-10-31 | 2 | -2/+1 |
* | Don't let pmap_object_init_pt() exhaust all available free pages | dillon | 2001-10-31 | 4 | -3/+36 |
* | Don't try to probe the PnP BIOS if ACPI is active. | msmith | 2001-10-31 | 2 | -0/+10 |
* | Update to reflect files added/removed with the 20011018 ACPI CA update. | msmith | 2001-10-31 | 2 | -4/+7 |
* | Merge local changes, add new files and remove obsoleted ones. | msmith | 2001-10-31 | 5 | -66/+62 |
* | This commit was generated by cvs2svn to compensate for changes in r85756, | msmith | 2001-10-31 | 77 | -2680/+2132 |
|\ |
|
| * | Import the Intel ACPI CA 20011018 snapshot | msmith | 2001-10-31 | 82 | -2746/+2194 |
* | | This commit was generated by cvs2svn to compensate for changes in r85754, | msmith | 2001-10-31 | 4 | -0/+2439 |
|\ \
| |/ |
|
| * | Import the Intel ACPI CA 20011018 snapshot | msmith | 2001-10-31 | 4 | -0/+2439 |
| * | Actually delete this file; aborting 'cvs delete -f' has unexpeted results... | msmith | 2001-10-05 | 1 | -195/+0 |
| * | Kill a couple of files off the vendor branch, as suggested by ru. | msmith | 2001-10-05 | 1 | -190/+0 |
* | | Put a Band-Aid over the asr driver so that it hopefully won't cause | scottl | 2001-10-30 | 1 | -0/+2 |
* | | Threads sit on condition variable wait queue's, not proceses (sic). | jhb | 2001-10-30 | 1 | -1/+1 |
* | | Fix a (long standing?) bug in ip_output(): if ip_insertoptions() is | wpaul | 2001-10-30 | 1 | -1/+1 |
* | | Make sure the netmask always has an address family. This fixes Linux | des | 2001-10-30 | 1 | -3/+4 |
* | | Style(9) fix, mainly white spaces. | iwasaki | 2001-10-30 | 1 | -85/+102 |
* | | Restore the main BAR for the bridge on resume. Some machines don't save | imp | 2001-10-30 | 1 | -1/+21 |
* | | Add the sysctl "kern.function_list", which currently exports all | green | 2001-10-30 | 5 | -0/+88 |
* | | Also, machine/profile.h should be necessary for the function prototype | green | 2001-10-30 | 2 | -0/+6 |
* | | Use kmupetext() for ELF KLDs to allow for increased text segment size. | green | 2001-10-30 | 2 | -0/+12 |
* | | Add kmupetext(), a function that expands the range of memory covered | green | 2001-10-30 | 3 | -5/+66 |
* | | When dropping a packet because there is no room in the queue (which itself | jlemon | 2001-10-30 | 1 | -0/+1 |
* | | OLDCARD isn't supported on alpha or ia64, so don't pretend that it is by | imp | 2001-10-30 | 2 | -2/+0 |
* | | Don't try to use sio with NEWCARD 16 bit yet. It eats all pccards :-) | imp | 2001-10-30 | 3 | -3/+3 |
* | | Some improvements of control method battery driver. | iwasaki | 2001-10-30 | 3 | -23/+56 |
* | | Use -ffreestanding instead of -fno-builtin. That's the officially blessed | dfr | 2001-10-30 | 1 | -1/+1 |
* | | Adjust for building with gcc 3.0.1. | dfr | 2001-10-30 | 1 | -2/+2 |
* | | A node that allows ethernet type packets to be filtered to different | julian | 2001-10-30 | 3 | -0/+598 |
* | | Use the thread we have instead of finding another | julian | 2001-10-30 | 1 | -1/+1 |
* | | Add code to copy the enironment and loader metadata into kernel space. | jake | 2001-10-30 | 2 | -2/+320 |