summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Catch a few places where NULL (pointer) was used where 0 (integer) waspeter2003-12-2314-29/+28
* Don peril sensitive sunglasses and set NULL to an actual pointer type,peter2003-12-231-0/+4
* Don't use NULL (pointer) when we're testing for a count of 0 (integer).peter2003-12-231-1/+1
* Don't use NULL (pointer) when we mean 0 (integer) for the number of tickspeter2003-12-232-2/+2
* resort device listsanpei2003-12-221-3/+3
* Fixed incomplete initialization in some ohci controllers withshiba2003-12-221-33/+46
* Enable support for DEVICE_SUSPEND, DEVICE_RESUME and DEVICE_SHUTDOWNshiba2003-12-223-12/+45
* Make oldsize in smbfs_getattr() 64 bits wide instead of 32 to avoidtjr2003-12-221-1/+1
* Some minor touchups:wpaul2003-12-221-4/+9
* Now that I finally have power back, implement a couple more NDIS APIwpaul2003-12-221-0/+75
* Fix typo in ENE CB710 description. It isn't a 720.imp2003-12-221-1/+1
* fixed a bug that IPv6 routing header does not work properly if specified from...suz2003-12-221-1/+1
* - Create an unmapped guard page to trap access to vm_page_array[-1].alc2003-12-221-0/+5
* - Significantly reduce the number of preallocated pv entries inalc2003-12-223-29/+3
* - 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
OpenPOWER on IntegriCloud