summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Add definitions for network support, doesn't work yet.jake2001-10-301-27/+40
* | Use ENTRY() for defining functions in asm.jake2001-10-302-156/+32
* | Make the openfirmware entry point function pointer non-static so that itjake2001-10-302-1/+3
* | MFGeneric: ->1.327 Sync with GENERICimp2001-10-301-10/+11
* | Move device lnc to isa section, since it no longer uses the compat shims.imp2001-10-302-6/+4
* | MFi386: sys/i386/i386/machdep.c revisions 1.481 and 1.482nyan2001-10-302-4/+10
* | Fix a typo in comment and #ifdef fixes: GRAP_PRIO -> GRAB_PRIO so thatjhb2001-10-303-3/+3
* | When scanning for control messages, don't process the data mbufs.dwmalone2001-10-291-1/+1
* | Some small improvements of ACPI thermal driver.iwasaki2001-10-293-4/+62
* | Don't set CR0_NE in cpu_setregs() for the SMP case, since setting itbde2001-10-292-0/+4
* | System wide policy should be returned when no policy found in the SPD.ume2001-10-291-0/+26
* | A few more style changes picked up whilst working on an MFC to -stable.joe2001-10-291-2/+2
* | Fix some whitespace, and a comment that I missed in the last commit.joe2001-10-291-3/+4
* | Add unwind.c.dfr2001-10-291-0/+1
* | * Factor out common code for manipulating the RSE backing store.dfr2001-10-297-136/+1689
* | Make the various bits of SMP code conditional on SMP so that I can stilldfr2001-10-294-0/+14
* | Put symbols at the start and end of the unwind section so that we candfr2001-10-291-0/+4
* | Various fixes to make stack traces using the unwind tables work properly.dfr2001-10-297-10/+242
* | Fix disassembly of 'add a=b,c,1' and make the disassembly of the variousdfr2001-10-291-3/+3
OpenPOWER on IntegriCloud