summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Dump the $PIR table if booting verbose.jhb2002-09-063-0/+9
* 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
* Reduce namespace pollution by staticizing everything, which doesn't need tosobomax2002-09-063-21/+19
* Connect if_gre module to the build.sobomax2002-09-061-0/+1
* Add if_gre module glue.sobomax2002-09-061-0/+22
* Add a new gre(4) driver, which could be used to create GRE (RFC1701)sobomax2002-09-067-0/+1365
* - 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
* 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
* Remove "magicspace". It looks good on paper, it doesn't work in practice.phk2002-09-066-113/+2
* Don't respect the O_EXCL flag, we don't get it back on close so we cannotphk2002-09-061-0/+8
* Bump the -mev56 to -mev6. Otherwise, when you compile with gcc usingpeter2002-09-061-2/+2
* Use UMA as a complex object allocator.julian2002-09-067-150/+143
* Use sys/libkern.h not /usr/include/string.hpeter2002-09-062-2/+2
* nfsnode.h was moved to ../nfsclient ages ago. I forgot to remove it here.peter2002-09-061-210/+0
* Remove extra ';'davidxu2002-09-061-1/+1
* Implement the VOP_OPENEXTATTR() and VOP_CLOSEEXTATTR() methods.phk2002-09-052-31/+192
* Introduce the VOP_OPENEXTATTR() and VOP_CLOSEEXTATTR() methods.phk2002-09-051-0/+19
* Fix an inherited style bug: compare with NOCRED instead of NULL.phk2002-09-051-1/+1
* Use canonical extattr_check_cred() instead of private implementation of thephk2002-09-051-39/+3
* Introduce new extattr_check_cred() function which implements the canonicalphk2002-09-052-0/+39
* Fix credentials check: do not leak ENOATTR until we know if they'rephk2002-09-051-12/+15
* Fixed namespace pollution in uma changes:bde2002-09-051-2/+3
* Re-insert TUNABLE() export of MAC Biba and MAC MLS module 'enabled'rwatson2002-09-052-0/+2
* Make the printf messages when routing interrupts more consistent in thejhb2002-09-052-7/+8
* Test PCIbios.ventry against 0 to see if we found a PCIbios entry point,jhb2002-09-053-6/+6
* Move some variables to the BSS instead of explicitly zero'ing them. Thisjhb2002-09-052-6/+6
* Statically compile pcn(4) into the install kernel vs. using as module.obrien2002-09-052-2/+2
* Make recursion prevention variable per-instance and remove XXX commentsobomax2002-09-052-7/+5
* Include <sys/mutex.h> and its prerequisite <sys/lock.h> instead of dependingbde2002-09-051-8/+6
* Use `struct uma_zone *' instead of uma_zone_t, so that <sys/uma.h> isn'tbde2002-09-052-2/+2
* Include <sys/systm.h> for the definition of offsetof() instead of dependingbde2002-09-051-0/+1
* Include <sys/systm.h> for the definition of offsetof() instead of dependingbde2002-09-051-0/+1
* Do not cast from a pointer to an integer of a possibly different size.bde2002-09-051-1/+1
* Add debug.rman_debug sysctl MIB and loader tunable instead of brokeniwasaki2002-09-051-5/+7
* Fix a format buglet.phk2002-09-051-1/+1
* Parse hint.acpi.0.disabled correctly.iwasaki2002-09-051-2/+10
* Include <sys/malloc.h> instead of depending on namespace pollution 2bde2002-09-051-9/+11
* Forward declare struct uio so that <sys/uio.h> isn't a prerequisite.bde2002-09-051-3/+2
* Include <sys/malloc.h> instead of depending on namespace pollution 2bde2002-09-054-14/+10
* Pad after "char *n_name;" in the !_AOUT_INCLUDE_ case so that struct nlistbde2002-09-051-0/+2
* Forward declare struct vnode so that <sys/vnode.h> or some other headerbde2002-09-051-0/+1
OpenPOWER on IntegriCloud