summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Improve logging:glebius2005-02-251-38/+52
* The chip specific functions have been split out in their ownharti2005-02-251-1/+1
* Try harder to not exceed MAXSHELLCMDLEN when parsing first line of shellsobomax2005-02-251-7/+9
* Fix a couple of callback instances that should have been wrapped withwpaul2005-02-252-2/+3
* Remove acpi_perf from {ARCH}/conf/NOTES, to make tinderbox happy.delphij2005-02-253-9/+0
* Add missing ofw_bus_if.h to SRCS.yongari2005-02-251-1/+1
* Compute the right length to use with bzero() when initializing an IRPwpaul2005-02-251-1/+1
* Get SYSDIR set correctly for building ports.imp2005-02-251-4/+7
* Add back 'n' that went missing in last commitimp2005-02-251-1/+1
* plug memory leaksam2005-02-251-13/+25
* Add PVO_FAKE flag to pvo entries for PG_FICTITIOUS mappings, togrehan2005-02-253-42/+75
* Correct e-mail address in copyright.wpaul2005-02-251-1/+1
* Mods for Xorg server:grehan2005-02-252-6/+113
* use __target in preference to targetimp2005-02-251-4/+4
* avoid sneaky double freesam2005-02-252-2/+10
* Apparently, the probe routine in if_ndis_usb.c can be called twicewpaul2005-02-242-9/+9
* Fix style(9) issues with __P removal.imp2005-02-2420-855/+820
* - Correct one aspect of the driver_object/device_object/IRP framework:wpaul2005-02-2412-25/+451
* Return BUS_PROBE_DEFAULT instead of 0.imp2005-02-2442-57/+57
* Move acpi_perf and acpi_throttle into acpi.ko. Remove the acpi_perfnjl2005-02-244-17/+5
* Bump the maximum number of levels to 64 and add warning messages aboutnjl2005-02-241-5/+15
* Correct an off-by-one error in the number of settings est announces.njl2005-02-241-4/+3
* Introduce defines for different levels of match in the bus probe routine toimp2005-02-241-0/+27
* Regen.jhb2005-02-244-7/+7
* Use msync() to implement msync() for freebsd32 emulation. This isn't quitejhb2005-02-241-1/+1
* Couple of lessons learned during USB driver testing:wpaul2005-02-243-3/+10
* Split the chip-specific code from the generic Utopia code. This simplifiesharti2005-02-246-923/+1122
* Remove an accidental clearing of the new label pointer on a system Vrwatson2005-02-241-1/+0
* Fix to support Buffalo HYPERMEMORY.nyan2005-02-242-24/+34
* o Move ifcr_count sanity check up and reject negative values before wemaxim2005-02-241-6/+3
* Fix long lines in comment introduced in previous commit.glebius2005-02-241-5/+6
* Fix problem when master comes up with one interface down, and preemptsglebius2005-02-241-2/+2
* Revert the first part of revision 1.114 and modify the second part. Onalc2005-02-241-3/+16
* plug resource leaksam2005-02-241-0/+1
* remove gratuitous null ptr checksam2005-02-241-2/+1
* o nuke duplicate call of dpt_free when dpt_init failssam2005-02-241-3/+1
* move ptr deref's to after null ptr checkssam2005-02-242-4/+8
* the rt parameter to ifa_rtrequest callbacks should always be non-null;sam2005-02-244-10/+4
* change m_adj to reclaim unused mbufs instead of zero'ing m_lensam2005-02-241-2/+4
* Add locking assertions into vn_extattr_set, vn_extattr_get andcsjp2005-02-241-0/+6
* Drop bzero and shove the responsibility of zeroing the kse upcallcsjp2005-02-241-2/+1
* eliminate dead codesam2005-02-231-6/+6
* eliminate dead code and collapse the remaindersam2005-02-231-3/+1
* avoid potential null ptr derefssam2005-02-231-2/+11
* remove dead codesam2005-02-231-4/+0
* eliminate potential null derefsam2005-02-231-1/+0
* Also remove CPU_ENABLE_TCC from the NOTES build.njl2005-02-231-1/+0
* Remove the old p4tcc.njl2005-02-231-270/+0
* Implement IoCancelIrp(), IoAcquireCancelSpinLock(), IoReleaseCancelSpinLock()wpaul2005-02-232-5/+260
* Hook p4tcc up to the module build.njl2005-02-231-1/+1
OpenPOWER on IntegriCloud