summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add the ACPI MADT table APIC enumerator. This code uses the ACPI Multiplejhb2003-11-032-0/+1300
* Add the MP Table APIC enumerator. This code uses the BIOS MP Table tojhb2003-11-036-10692/+1724
* - Export doreti as a global symbol.jhb2003-11-032-128/+1
* Update names of entry points for interrupt frames.jhb2003-11-031-2/+2
* Enable PCI interrupt routing for i386 SMP kernels.jhb2003-11-031-1/+1
* Fix two small style nits pointed out by bde: Remove spaces after cast andimp2003-11-031-1/+1
* New APIC support code:jhb2003-11-0320-1215/+3507
* Add the new atpic(4) driver for the 8259A master and slave PICs. Byjhb2003-11-035-403/+990
* Add a per-thread variable for saving the state of eflags to support thejhb2003-11-031-3/+1
* Allocate space for the intrcnt array. This array is managed in thejhb2003-11-031-0/+11
* New device interrupt code. This defines an interrupt source abstractionjhb2003-11-034-0/+774
* - Always use 256 IDT entries since it is now a runtime decison as to howjhb2003-11-031-5/+2
* Move the NMI handling code out to its own file.jhb2003-11-032-1172/+4
* Don't be so chatty about building includes.ru2003-11-031-1/+1
* Define IDTVEC() and TRAP() assembly macros so that they can be sharedjhb2003-11-031-0/+11
* Revert the critical section implementation to disable interrupts viajhb2003-11-032-145/+9
* Remove soon to be obsolete file to break kernel build while the newjhb2003-11-031-716/+0
* When printing ACLs, truncate user and group names if they're too long,rwatson2003-11-031-3/+5
* Change the DRM_ERROR about authenticator not found back to DRM_DEBUG. It'sanholt2003-11-032-2/+2
* Override the root server address if an IP address is specified iniedowse2003-11-031-7/+9
* Note that when ip_output() is called from ip_forward(), it will alreadyrwatson2003-11-031-0/+2
* Remove comment about desire for eventual explicit labeling of ICMPrwatson2003-11-031-4/+0
* Unlock pipe mutex when failing MAC pipe ioctl access control check.rwatson2003-11-031-1/+3
* More mdocery from Sergey (osa@)phk2003-11-031-8/+10
* This commit was generated by cvs2svn to compensate for changes in r121966,mikeh2003-11-0313-108/+98
|\
| * Import latest CVS lukemftp.mikeh2003-11-0313-108/+98
* | Thanks to the kind mdoc help of Sergey (osa@): led.4phk2003-11-032-0/+163
* | Change a bogus -n parameter to echo(1).mux2003-11-031-1/+1
* | Whitespace cleanup.des2003-11-032-33/+33
* | Sync to 1.79imp2003-11-031-4/+4
* | Add intel EtherExpress PRO PCMCIA card ID. Well, I don't know if itimp2003-11-031-1/+1
* | Sync to 1.78imp2003-11-031-1/+4
* | o Use %j and uintmax_t rather than uint64_t for casting.imp2003-11-032-4/+4
* | Fix prototypophk2003-11-031-1/+1
* | Get word spacing right in morse mode.phk2003-11-032-1/+3
* | Add AMD Features NX and LM.obrien2003-11-031-3/+3
* | - Change driver name to fix if_xname breakage in the previous revision.simokawa2003-11-031-3/+3
* | Catch up with the English version:rushani2003-11-031-327/+31
* | Terminate the execl() argument list with (char *)NULL instead of 0.harti2003-11-031-2/+2
* | Build address handling, traffic descriptor handling, encoding and decodingharti2003-11-031-5/+12
* | Add a sub-directory for the NgATM message encoding/decodingharti2003-11-031-0/+2
* | This commit was generated by cvs2svn to compensate for changes in r121947,harti2003-11-034-0/+769
|\ \
| * | Virgin import of NgATM user part 0.91harti2003-11-034-0/+769
* | | Put address handling, traffic descriptor handling and message encodingharti2003-11-031-0/+4
* | | Add a '-l' option suitable for use with /dev/led/* lamps.phk2003-11-032-17/+33
* | | Change /dev/soekris-errled to be /dev/led/error and make it conditionalphk2003-11-032-123/+26
* | | Introduce new CPU_SOEKRIS option to tell soekris hardware from otherphk2003-11-033-0/+6
* | | Free major#100phk2003-11-033-6/+1
* | | Add a generic LED driver for flashing lamps.phk2003-11-032-0/+279
* | | Move sysctl declarations next to the corresponding tunable declarations.des2003-11-032-7/+6
OpenPOWER on IntegriCloud