| Commit message (Expand) | Author | Age | Files | Lines |
* | o Move definition of CAP_MAX_BUF_LEN to sys/capability.h | Robert Watson | 2001-08-31 | 1 | -0/+2 |
* | Similar to changes on i386/alpha/etc pmap.c; converge on a similar | Peter Wemm | 2001-08-31 | 3 | -45/+45 |
* | Converge with i386/alpha/etc pmap.c for pmap_new_proc/pmap_dispose_proc(). | Peter Wemm | 2001-08-31 | 1 | -16/+14 |
* | Same as i386/i386/pmap.c: clean up some style. This is irrelevant since | Peter Wemm | 2001-08-31 | 1 | -15/+12 |
* | Same treatment as i386/isa/pmap.c - clean up some style to sync towards | Peter Wemm | 2001-08-31 | 1 | -39/+34 |
* | Call OS-independent resume routine to execute _WAK .. etc. | Takanori Watanabe | 2001-08-31 | 1 | -75/+1 |
* | Do a style cleanup pass for the pmap_{new,dispose,etc}_proc() functions | Peter Wemm | 2001-08-31 | 2 | -80/+68 |
* | Remove already commented out entry for pci/fxp.c | Jonathan Lemon | 2001-08-31 | 1 | -1/+0 |
* | The fxp driver has lived in dev/fxp for some time, remove old files. | Jonathan Lemon | 2001-08-31 | 3 | -2464/+0 |
* | Prototypes for cap_equal_np() and cap_subset_np(). | Robert Watson | 2001-08-31 | 1 | -0/+10 |
* | Note that ASU is now deprecated. | Robert Watson | 2001-08-31 | 1 | -0/+1 |
* | Revert previous "fix"; bus mice still have to be manually probed even in | Mike Smith | 2001-08-31 | 2 | -2/+2 |
* | Tidy up cpu_fork() a little. This is mainly for changes I've been | Peter Wemm | 2001-08-31 | 1 | -39/+33 |
* | Cleanup | Matthew Dillon | 2001-08-31 | 1 | -27/+68 |
* | Get rid of most of the GIANT_XXX assertion defines. Nobody is going to use | Matthew Dillon | 2001-08-31 | 2 | -36/+1 |
* | Giant pushdown syscalls in kern/uipc_syscalls.c. Affected calls: | Matthew Dillon | 2001-08-31 | 3 | -116/+279 |
* | Add a UGAR() macro to simplify the diff's for the Giant pushdown. | John Baldwin | 2001-08-31 | 1 | -0/+6 |
* | Giant Pushdown: sysv shm, sem, and msg calls. | Matthew Dillon | 2001-08-31 | 5 | -283/+510 |
* | Add names for the TI PCI-1210, TI PCI-4410 and TI PCI-4450 parts. I had | Warner Losh | 2001-08-30 | 1 | -0/+9 |
* | Add safety belts. A control endpoint doesn't have an endpoint descriptor. | Nick Hibma | 2001-08-30 | 1 | -33/+10 |
* | Take CAM_REQUEUE_REQ out of the class of things we were trying to honor | Matt Jacob | 2001-08-30 | 1 | -1/+0 |
* | Fix kernel crash when VLANs are combined with ng_ether(4), by attaching | Archie Cobbs | 2001-08-30 | 1 | -1/+2 |
* | Remove the MPSAFE keyword from the parser for syscalls.master. | Matthew Dillon | 2001-08-30 | 10 | -95/+114 |
* | Remove old acpica module | Mike Smith | 2001-08-30 | 1 | -49/+0 |
* | ACPI no longer has an ISA attachment. | Mike Smith | 2001-08-30 | 1 | -1/+0 |
* | Clear SA_FLAG_ERR_PENDING for MTREW, MTERASE and MTRETENS ioctl cases. | Matt Jacob | 2001-08-30 | 1 | -85/+112 |
* | Recognise VIA Apollo KT133A bridge. | Doug Rabson | 2001-08-30 | 2 | -0/+4 |
* | Doh! Fix a comma that disappeared along the way. | Scott Long | 2001-08-30 | 1 | -1/+1 |
* | Fixed some typos, verboseness and misformatting in comments. | Bruce Evans | 2001-08-30 | 1 | -10/+8 |
* | Add support for sending ATAPI commands via ioctl. | Søren Schmidt | 2001-08-30 | 2 | -45/+101 |
* | Add ACPI attachments. | Mike Smith | 2001-08-30 | 27 | -3/+30 |
* | Correct usage of ISA_PNP_PROBE | Mike Smith | 2001-08-30 | 3 | -8/+5 |
* | Safety-check against empty PnP ID lists. | Mike Smith | 2001-08-30 | 1 | -1/+1 |
* | Minor improvements to arc4random(): | Mike Silbersack | 2001-08-30 | 1 | -4/+29 |
* | Mention that the ACPI module load can be disabled by unsetting $acpi_load | Mike Smith | 2001-08-30 | 1 | -0/+14 |
* | Note that compiling ACPI into the kernel is deprecated for normal use. | Mike Smith | 2001-08-30 | 2 | -0/+6 |
* | Build the ACPI module by default. | Mike Smith | 2001-08-30 | 1 | -0/+1 |
* | Update for slightly changed ACPI OSD module. Make debugging code conditional | Mike Smith | 2001-08-30 | 1 | -13/+22 |
* | Add support for attaching PnP-aware ISA drivers to ACPI. | Mike Smith | 2001-08-30 | 1 | -1/+74 |
* | Retarget the resource parser slightly. We only fetch current resources | Mike Smith | 2001-08-30 | 1 | -36/+287 |
* | Note that now that some ISA devices will attach to ACPI, we need to | Mike Smith | 2001-08-30 | 1 | -1/+6 |
* | Don't parse our resources ourself, the ACPI core code must do it. | Mike Smith | 2001-08-30 | 1 | -6/+0 |
* | Nuke the (fairly bogus) attachment of *all* ACPI devices to ISA. | Mike Smith | 2001-08-30 | 1 | -479/+0 |
* | Add missing acpi_disabled() call so that this driver can be disabled. | Mike Smith | 2001-08-30 | 1 | -1/+2 |
* | Teach the loader how to find the system ACPI information, and autoload | Mike Smith | 2001-08-30 | 5 | -1/+144 |
* | o Remove some GCCisms in src/powerpc/include/endian.h. | Mike Barcroft | 2001-08-30 | 12 | -56/+91 |
* | when newreno is turned on, if dupacks = 1 or dupacks = 2 and | Jayanth Vijayaraghavan | 2001-08-29 | 2 | -0/+4 |
* | Mega update to the aac driver. | Scott Long | 2001-08-29 | 8 | -115/+715 |
* | First, The Ricoh 5C47x chips don't have the disable the 3e0 bits. | Warner Losh | 2001-08-29 | 1 | -5/+11 |
* | Fix linux_getcwd() so that if the cwd isn't cached (__getcwd() fails), | Andrew Gallatin | 2001-08-29 | 5 | -30/+470 |