summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* - Cleanup some garbage left by KSE. There is still much garbage left to bejeff2003-12-211-4/+0
* - Add ':' as a separator between the OpenFirmware device space andgrehan2003-12-212-3/+4
* Make __elfN(ofw_loadfile) match parameter declaration for file_formatgrehan2003-12-211-1/+4
* Only print out an error if returned data size is < 0. A value of 0grehan2003-12-211-1/+2
* Use daddr_t instead of u_long for byte offset in strategygrehan2003-12-211-1/+1
* - use correct pointer arithmetic in heapsize calculationgrehan2003-12-211-7/+29
* - Correct an error in mincore(2) that has existed since its introduction:alc2003-12-211-1/+1
* Big round of updates:wpaul2003-12-215-32/+452
* - Make our transfer decisions based on load and not transferable load. Ajeff2003-12-201-7/+1
* - Enable ithread migration on x86. This is done to work around a bug in thejeff2003-12-201-0/+10
* Since we have additional kernel virtual address space, allow the bufferalc2003-12-201-1/+1
* Remove a variable that has been initialized but otherwise unused sincealc2003-12-201-2/+0
* o move mutex init/destroy logic to the module load/unload hooks;sam2003-12-201-11/+27
* Make the multiple include guard correct for this file location.obrien2003-12-202-6/+6
* - In kseq_transfer() return if smp has not been started.jeff2003-12-201-9/+14
* - Running interactive tasks with the minimum time-slice is fine for vi andjeff2003-12-201-1/+2
* Move all of the recovery thread routines nextgibbs2003-12-191-26/+33
* Bump __FreeBSD_version to indicate __cxa_atexit/__cxa_finalize presence.kan2003-12-191-1/+1
* We only need to terminate our recovery thread once.gibbs2003-12-191-4/+1
* The default value of net.graph.nonstandard_pppoe is changed to -1,yar2003-12-191-2/+2
* Fixed panic on hook disconnection that previous revision has introduced.ru2003-12-191-5/+8
* Reduce the overhead of semop() by using the kernel stack instead oftjr2003-12-191-4/+11
* Sync to 1.149 of usbdevssanpei2003-12-192-2/+9
* Add support Panasonic KXL-CB35AN(DVD-ROM & CD-R/RW)sanpei2003-12-192-0/+5
* Fixed compilation on 64-bit platforms.ru2003-12-191-2/+2
* In ahd_run_qoutfifos, correct a !=/== logic buggibbs2003-12-191-12/+7
* MFamd64: Remove i386_protection_init() and the protection_codes[] arrayjhb2003-12-181-43/+3
* Fix PANASONIC KXLCB20AN Protocol.sanpei2003-12-181-1/+1
* Fix the register timings for AMD/VIA/nVidia chipsets.sos2003-12-181-3/+3
* Initialize acpi buffer structs early in order to avoid freeingkan2003-12-181-3/+3
* There are two modes of ng_pppoe operation, standard andyar2003-12-181-11/+38
* Removed an outdated comment.ru2003-12-181-2/+0
* Sync to 1.148 of usbdevssanpei2003-12-182-2/+9
* Add support IBM 256MB USB Drive(MSYSTEM DiskOnKey2)sanpei2003-12-182-0/+5
* Add support for the SiS 661 chipset (using SiS 963 south).sos2003-12-182-0/+2
* Add missing #include "opt_compat.h" so that the compatability functionpeter2003-12-181-0/+2
* Sync to 1.147 of usbdevssanpei2003-12-182-2/+25
* Add Supportsanpei2003-12-183-0/+12
* Remove power profile support from acpi_cpu, it will be managed by anjl2003-12-181-95/+26
* Fix wildcard subsystem case in ndis_probe().wpaul2003-12-181-2/+2
* Deal with the duplicate sysctl leaf problem. A .inf file may containwpaul2003-12-184-3/+38
* Add support for multiple CIDs since _CID can contain a package of values.njl2003-12-183-65/+126
* Various style fixes.jhb2003-12-171-7/+5
* Recognize the nVidia ehci device id's in addition to the rest.peter2003-12-171-0/+6
* Recognize the nForce3 id's. This is mostly cosmetic and affectspeter2003-12-171-0/+2
* Fix some becuase -> because typos.jhb2003-12-174-4/+4
* Switch TCP over to using the inpcb label when responding in timedrwatson2003-12-1712-8/+78
* Regen.sanpei2003-12-172-2/+9
* Add support HP hn210e usb ethernetsanpei2003-12-172-0/+2
* Regen.sanpei2003-12-172-2/+25
OpenPOWER on IntegriCloud