aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Add missing "opt_inet6.h" header.Jonathan Lemon2001-08-311-0/+1
* Whitespace change.Jonathan Lemon2001-08-311-1/+1
* Synch with NetBSD and OpenBSD.Ruslan Ermilov2001-08-311-1/+9
* Don't clobber the default for CFLAGS.Bruce Evans2001-08-312-2/+2
* o Move definition of CAP_MAX_BUF_LEN to sys/capability.hRobert Watson2001-08-311-0/+2
* Similar to changes on i386/alpha/etc pmap.c; converge on a similarPeter Wemm2001-08-313-45/+45
* Converge with i386/alpha/etc pmap.c for pmap_new_proc/pmap_dispose_proc().Peter Wemm2001-08-311-16/+14
* Same as i386/i386/pmap.c: clean up some style. This is irrelevant sincePeter Wemm2001-08-311-15/+12
* Same treatment as i386/isa/pmap.c - clean up some style to sync towardsPeter Wemm2001-08-311-39/+34
* Call OS-independent resume routine to execute _WAK .. etc.Takanori Watanabe2001-08-311-75/+1
* Do a style cleanup pass for the pmap_{new,dispose,etc}_proc() functionsPeter Wemm2001-08-312-80/+68
* Remove already commented out entry for pci/fxp.cJonathan Lemon2001-08-311-1/+0
* The fxp driver has lived in dev/fxp for some time, remove old files.Jonathan Lemon2001-08-313-2464/+0
* Prototypes for cap_equal_np() and cap_subset_np().Robert Watson2001-08-311-0/+10
* Note that ASU is now deprecated.Robert Watson2001-08-311-0/+1
* Revert previous "fix"; bus mice still have to be manually probed even inMike Smith2001-08-312-2/+2
* Tidy up cpu_fork() a little. This is mainly for changes I've beenPeter Wemm2001-08-311-39/+33
* CleanupMatthew Dillon2001-08-311-27/+68
* Get rid of most of the GIANT_XXX assertion defines. Nobody is going to useMatthew Dillon2001-08-312-36/+1
* Giant pushdown syscalls in kern/uipc_syscalls.c. Affected calls:Matthew Dillon2001-08-313-116/+279
* Add a UGAR() macro to simplify the diff's for the Giant pushdown.John Baldwin2001-08-311-0/+6
* Giant Pushdown: sysv shm, sem, and msg calls.Matthew Dillon2001-08-315-283/+510
* Add names for the TI PCI-1210, TI PCI-4410 and TI PCI-4450 parts. I hadWarner Losh2001-08-301-0/+9
* Add safety belts. A control endpoint doesn't have an endpoint descriptor.Nick Hibma2001-08-301-33/+10
* Take CAM_REQUEUE_REQ out of the class of things we were trying to honorMatt Jacob2001-08-301-1/+0
* Fix kernel crash when VLANs are combined with ng_ether(4), by attachingArchie Cobbs2001-08-301-1/+2
* Remove the MPSAFE keyword from the parser for syscalls.master.Matthew Dillon2001-08-3010-95/+114
* Remove old acpica moduleMike Smith2001-08-301-49/+0
* ACPI no longer has an ISA attachment.Mike Smith2001-08-301-1/+0
* Clear SA_FLAG_ERR_PENDING for MTREW, MTERASE and MTRETENS ioctl cases.Matt Jacob2001-08-301-85/+112
* Recognise VIA Apollo KT133A bridge.Doug Rabson2001-08-302-0/+4
* Doh! Fix a comma that disappeared along the way.Scott Long2001-08-301-1/+1
* Fixed some typos, verboseness and misformatting in comments.Bruce Evans2001-08-301-10/+8
* Add support for sending ATAPI commands via ioctl.Søren Schmidt2001-08-302-45/+101
* Add ACPI attachments.Mike Smith2001-08-3027-3/+30
* Correct usage of ISA_PNP_PROBEMike Smith2001-08-303-8/+5
* Safety-check against empty PnP ID lists.Mike Smith2001-08-301-1/+1
* Minor improvements to arc4random():Mike Silbersack2001-08-301-4/+29
* Mention that the ACPI module load can be disabled by unsetting $acpi_loadMike Smith2001-08-301-0/+14
* Note that compiling ACPI into the kernel is deprecated for normal use.Mike Smith2001-08-302-0/+6
* Build the ACPI module by default.Mike Smith2001-08-301-0/+1
* Update for slightly changed ACPI OSD module. Make debugging code conditionalMike Smith2001-08-301-13/+22
* Add support for attaching PnP-aware ISA drivers to ACPI.Mike Smith2001-08-301-1/+74
* Retarget the resource parser slightly. We only fetch current resourcesMike Smith2001-08-301-36/+287
* Note that now that some ISA devices will attach to ACPI, we need toMike Smith2001-08-301-1/+6
* Don't parse our resources ourself, the ACPI core code must do it.Mike Smith2001-08-301-6/+0
* Nuke the (fairly bogus) attachment of *all* ACPI devices to ISA.Mike Smith2001-08-301-479/+0
* Add missing acpi_disabled() call so that this driver can be disabled.Mike Smith2001-08-301-1/+2
* Teach the loader how to find the system ACPI information, and autoloadMike Smith2001-08-305-1/+144
* o Remove some GCCisms in src/powerpc/include/endian.h.Mike Barcroft2001-08-3012-56/+91