summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Declare the sbus(4) front-end of puc(4) also for fhc(4), allowingmarius2005-02-262-0/+2
* Add a stopgap allowing puc(4) to allocate IRQs on fhc(4). Given thatmarius2005-02-261-0/+9
* MDLs are supposed to be variable size (they include an array of pageswpaul2005-02-263-18/+47
* Remove duplicate FBSDID.marius2005-02-261-3/+0
* Add the field in the md part of the struct thread required by ARM_[GET|SET]_TP.cognet2005-02-261-0/+1
* kill unused variablesam2005-02-251-2/+0
* kill unused valuesam2005-02-251-1/+1
* remove dead codesam2005-02-251-3/+3
* Implement two new sysarch for arm, ARM_GET_TP and ARM_SET_TP, to work aroundcognet2005-02-252-1/+25
* Make sure casuptr() reset pcb->pcb_onfault when returning.cognet2005-02-251-1/+2
* Remove recently added note about DEVICE_POLLING not working with SMP.trhodes2005-02-254-9/+0
* Remove unused variable.njl2005-02-251-2/+0
* avoid null ptr derefsam2005-02-251-3/+4
* Insert missing increment of (i) when walking the temporary semaphorerwatson2005-02-251-2/+3
* o avoid potential null ptr deref if symbol lookup failssam2005-02-251-2/+6
* correct bounds check of fd parametersam2005-02-251-1/+1
* fail gracefully rather than using an invalid array index if unablesam2005-02-251-2/+6
* Change the definition of struct if_data's member ifi_epoch from wallbrooks2005-02-253-3/+3
* fixup signal mapping:sam2005-02-253-18/+15
* Add an exit hook, sem_forkhook(), which walks the list of POSIX semaphoresrwatson2005-02-251-1/+113
* Add macros to construct Windows IOCTL codes, and to extract functionwpaul2005-02-251-0/+19
* Assert sem_lock in id_to_sem() and sem_lookup_byname(), since theserwatson2005-02-251-0/+2
* Instead of assuming units of bytes, it seems more likely that this isnjl2005-02-251-10/+5
* Welcome to the 21st century: increase MAXSHELLCMDLEN from 128 bytes tosobomax2005-02-252-7/+11
* New lines when logging.glebius2005-02-251-17/+18
* Embrace macros with do {} while (0)glebius2005-02-251-2/+4
* o Replace two while {} do loops with more appropriate do {} while loops. Thissobomax2005-02-251-12/+27
* Call carp_carpdev_state() from carp_set_addr6(). See log for rev 1.4.glebius2005-02-251-1/+1
* 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
OpenPOWER on IntegriCloud