summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add restrict qualifiers where C99 permits them. All of these already hadtjr2002-09-076-12/+12
* Add restrict qualifiers to wcsstr()'s arguments.tjr2002-09-071-1/+1
* Call strtok_r() via a libc private name from within strtok().tjr2002-09-071-2/+6
* Add options COMPAT_AOUT to detect future bitrot.peter2002-09-071-0/+3
* fix misplaced schedlockjulian2002-09-072-2/+2
* Add COMPAT_AOUT option so that config will not yell when you try andpeter2002-09-071-0/+1
* Add the aout module subdir for the i386.peter2002-09-071-0/+1
* Add an a.out exec module.peter2002-09-071-0/+11
* Make imgact_aout.c optional. It is i386 specific.peter2002-09-071-1/+1
* Give this a self contained a.out coredump routine.peter2002-09-071-1/+60
* Zap the implementations of the i386-aout specific cpu_coredump function.peter2002-09-077-144/+0
* Add support for ev67 and ev45 CPUTYPEs (new in gcc3)kris2002-09-072-3/+5
* Collect the a.out coredump code into the calling functions.peter2002-09-072-2/+31
* List the new athlon CPUs supported by the CPUTYPE make variable.mux2002-09-071-1/+2
* Update to use all the new CPU optimizations of GCC3.mux2002-09-071-9/+29
* Add a subclass of the PCI-PCI bridge driver that uses the PCIBIOS tojhb2002-09-062-4/+138
* Add a function pci_probe_route_table() that returns true if our PCI BIOSjhb2002-09-065-0/+59
* Export pcib_attach() as a "protected" for use in subclasses of the PCI-PCIjhb2002-09-062-2/+2
* Include <netinet/ip.h> to unbreak kdump. I don't know why does kdumpsobomax2002-09-061-0/+4
* Don't include "bpf.h" when compiling on FreeBSD. We always compile inbrooks2002-09-061-0/+4
* Bandaid for mount_nfs segfaulting with the more obscure mount optionspeter2002-09-061-22/+34
* Fix a bug where calling MD5File(3) with a zero-length file generated anbmah2002-09-061-0/+1
* Dump the $PIR table if booting verbose.jhb2002-09-063-0/+9
* Include some verbage about not calling exit() from functions registeredwollman2002-09-062-2/+24
* Remove STRNCAT (==>strncat) usage. Apparently I never read the manmjacob2002-09-063-20/+17
* Tsk. Now that we're not using our own locks, we have to remembermjacob2002-09-061-0/+2
* Add 'camcontrol load' as a complement to 'camcontrol eject'.mdodd2002-09-062-1/+11
* Reduce namespace pollution by staticizing everything, which doesn't need tosobomax2002-09-063-21/+19
* Add an entry for corega WL PCCL-11.iwasaki2002-09-061-0/+6
* Make it clear that the ":C" variable modifier expects an extendedarchie2002-09-061-2/+2
* Connect if_gre module to the build.sobomax2002-09-061-0/+1
* Add if_gre module glue.sobomax2002-09-061-0/+22
* Connect gre(4) to the build.sobomax2002-09-061-0/+1
* Add a new gre(4) driver, which could be used to create GRE (RFC1701)sobomax2002-09-068-0/+1644
* - Add a pci_cfgintr_valid() function to see if a given IRQ is a validjhb2002-09-067-7/+105
* Add more ethernet types and move AppleTalk types into proper location.sobomax2002-09-062-15/+259
* If we are using APIC_IO tell ACPI so it can route interrupts properly.jhb2002-09-062-0/+6
* Attach ACPI children a bit later in attach(), specifically after performingjhb2002-09-061-2/+3
* Make these less broken.sobomax2002-09-062-10/+10
* Add support for Corega FEther CB-TXD (CardBus 100M/10M).iwasaki2002-09-062-1/+13
* Convert from `${CMD_OSTYPE}` to ${OSTYPE}. This saves a shell invocation ongordon2002-09-0641-59/+59
* Add a support for a ${OSTYPE} which is set once in /etc/rc.subr. Also convertgordon2002-09-061-3/+4
* Add support for printing out the contents of a PCI BIOS $PIR interruptjhb2002-09-063-6/+162
* Prefer the physical bus number of the PCI bus as the unit of the pciXjhb2002-09-063-3/+3
* Add a helper routine acpi_SetIntrModel() to call the _PIC method to setjhb2002-09-062-0/+24
* Minor spelling tweak: assume "his" is actually "This".rwatson2002-09-061-1/+1
* Removed vestiges of the -a and -d options.bde2002-09-061-5/+3
* Style: One space between "restrict" qualifier and "*".tjr2002-09-0666-121/+121
* Expand a contraction in the text of style(9) for consistency.robert2002-09-061-1/+1
* Remove magicspace from reference data.phk2002-09-068-282/+0
OpenPOWER on IntegriCloud