summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Some fix for the recent apm module changes.iwasaki2001-11-0113-53/+419
* Tidy up the variable declarations and switch on warnings and strict.joe2001-11-011-35/+48
* Remove an extra splimp() call.luigi2001-11-011-1/+0
* Add the TGA video driver. This is a great accomplishtment and will helpobrien2001-11-0110-716/+9539
* Bell-Labs AWK does not support POSIX "bracket expressions" (POSIXese forobrien2001-11-011-4/+4
* Skip PG_UNMANAGED pages when we're shooting everything down to try andpeter2001-11-012-2/+2
* Fix the ILLEGAL fdisk table that is there for supporting "dangerouslypeter2001-11-012-2/+2
* Use devclass_find_free_unit() in ata_pci_add_child() because no moreache2001-11-011-1/+2
* Add devclass_find_free_unit() prototypeache2001-11-011-0/+1
* Add new interface functionache2001-11-011-0/+10
* Only overwrite ${DESTDIR}${KODIR}.old/${KERNEL_KO} if we haven'tbrian2001-11-016-42/+84
* Remove previous revision. smp_started back in subr_smp where it belongs.mjacob2001-10-316-12/+0
* Make the actual volatile int smp_started live *somewhere*. This ismjacob2001-10-316-0/+12
* Don't remove the tentative declaration. It's the only one...marcel2001-10-311-0/+1
* Spell deivces as devices.rwatson2001-10-313-3/+3
* Experiment with rewriting the syscall() wrapper using explicit bundlingdfr2001-10-312-378/+508
* Fix obvious bug where return from probe was botched.asmodai2001-10-311-1/+1
* Fix misspelling in comment.mjacob2001-10-311-1/+1
* Add TF_AR_FPSR, the offset of ar.fpsr in a trapframe.dfr2001-10-311-0/+1
* Print the bundle template name on the first slot of the bundle.dfr2001-10-311-0/+39
* Make smp_started volatile in sys/smp.h and remove the volatilemarcel2001-10-312-2/+1
* Don't let pmap_object_init_pt() exhaust all available free pagesdillon2001-10-314-3/+36
* Don't try to probe the PnP BIOS if ACPI is active.msmith2001-10-312-0/+10
* Update to reflect files added/removed with the 20011018 ACPI CA update.msmith2001-10-312-4/+7
* Merge local changes, add new files and remove obsoleted ones.msmith2001-10-315-66/+62
* This commit was generated by cvs2svn to compensate for changes in r85756,msmith2001-10-3177-2680/+2132
|\
| * Import the Intel ACPI CA 20011018 snapshotmsmith2001-10-3182-2746/+2194
* | This commit was generated by cvs2svn to compensate for changes in r85754,msmith2001-10-314-0/+2439
|\ \ | |/
| * Import the Intel ACPI CA 20011018 snapshotmsmith2001-10-314-0/+2439
| * Actually delete this file; aborting 'cvs delete -f' has unexpeted results...msmith2001-10-051-195/+0
| * Kill a couple of files off the vendor branch, as suggested by ru.msmith2001-10-051-190/+0
* | Put a Band-Aid over the asr driver so that it hopefully won't causescottl2001-10-301-0/+2
* | Threads sit on condition variable wait queue's, not proceses (sic).jhb2001-10-301-1/+1
* | Fix a (long standing?) bug in ip_output(): if ip_insertoptions() iswpaul2001-10-301-1/+1
* | Make sure the netmask always has an address family. This fixes Linuxdes2001-10-301-3/+4
* | Style(9) fix, mainly white spaces.iwasaki2001-10-301-85/+102
* | Restore the main BAR for the bridge on resume. Some machines don't saveimp2001-10-301-1/+21
* | Add the sysctl "kern.function_list", which currently exports allgreen2001-10-305-0/+88
* | Also, machine/profile.h should be necessary for the function prototypegreen2001-10-302-0/+6
* | Use kmupetext() for ELF KLDs to allow for increased text segment size.green2001-10-302-0/+12
* | Add kmupetext(), a function that expands the range of memory coveredgreen2001-10-303-5/+66
* | When dropping a packet because there is no room in the queue (which itselfjlemon2001-10-301-0/+1
* | OLDCARD isn't supported on alpha or ia64, so don't pretend that it is byimp2001-10-302-2/+0
* | Don't try to use sio with NEWCARD 16 bit yet. It eats all pccards :-)imp2001-10-303-3/+3
* | Some improvements of control method battery driver.iwasaki2001-10-303-23/+56
* | Use -ffreestanding instead of -fno-builtin. That's the officially blesseddfr2001-10-301-1/+1
* | Adjust for building with gcc 3.0.1.dfr2001-10-301-2/+2
* | A node that allows ethernet type packets to be filtered to differentjulian2001-10-303-0/+598
* | Use the thread we have instead of finding anotherjulian2001-10-301-1/+1
* | Add code to copy the enironment and loader metadata into kernel space.jake2001-10-302-2/+320
OpenPOWER on IntegriCloud