summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* - Declare mknod in stat.h (in addition to unistd.h), as per XSI.das2005-03-223-11/+35
* Fix code freeing wrong cred pointer.julian2005-03-211-2/+4
* Make sure status variable is always initialized. Why didn't this show up inphilip2005-03-211-1/+1
* Refactor node so that it does not modify mbuf contents. Next step wouldglebius2005-03-211-19/+68
* Refactor node so that it does not modify mbuf contents. Next step wouldglebius2005-03-213-100/+67
* Plug item leak, which occured when m_pullup() failed.glebius2005-03-211-4/+3
* Add the following products in preparation for addition of CDCE driver:sobomax2005-03-211-0/+12
* Start the process of modernizing the Tigon driver by using busdma for thescottl2005-03-214-42/+184
* Add support for probing EST settings from ACPI. This should handle morenjl2005-03-211-77/+166
* Stop building gtar. Bump __FreeBSD_version to reflect this change.kientzle2005-03-211-1/+1
* Root hubs don't have transaction translators, so skip printing theiedowse2005-03-201-1/+1
* Don't display the redundant `ehci_pci_attach: companion usbX'iedowse2005-03-201-2/+9
* Simplify sysctl handling by consolidating various get/set functions intophilip2005-03-201-160/+213
* Remove trailing whitespace as per NetBSD's revision 1.91. Alsoiedowse2005-03-201-20/+14
* - Don't lose TCP flags of the first packet in a flow.glebius2005-03-201-4/+4
* Return BUS_PROBE_DEFAULT in preference to 0.murray2005-03-201-1/+1
* Add a read-only kern.sched.preemption sysctl so that user space can tellrwatson2005-03-201-0/+13
* ifma_protospec is a pointer. Use NULL when assigning or compating it.glebius2005-03-203-6/+6
* Add ki_jid field to the kinfo_proc structure and store jail ID there.pjd2005-03-202-4/+12
* Make prison structure visible from userland if _WANT_PRISON is definedpjd2005-03-201-1/+5
* Remove a workaround from previos revision. It proved to be incorrect.glebius2005-03-201-7/+16
* s/SLIST/STAILQ to catch up with changes to resource lists.njl2005-03-201-2/+2
* s/SLIST/STAILQ/nyan2005-03-201-1/+1
* Attach acpi_perf early. Especially when it is being used to provide infonjl2005-03-201-1/+6
* fix braino introduced when converting from madwifisam2005-03-201-1/+1
* eliminate mid-block variable declssam2005-03-201-5/+4
* Add the acpi_ec_read and write methods. This allows an external drivernjl2005-03-202-0/+65
* Only activate ICH speedstep if we're going to use it. No bugs were observednjl2005-03-201-9/+9
* Bring in a version of float.h more correct for softfloat.cognet2005-03-201-12/+17
* version 1.1 (with cleanups)sam2005-03-192-222/+533
* Now that all architectures allow hooks to be inserted beforeiedowse2005-03-191-6/+2
* s/SLIST/STAILQ/maxim2005-03-191-1/+1
* It was possible to have two threads concurrently aborting the sameiedowse2005-03-196-1/+92
* Instead of a rather useless generation number, use a sample number tophk2005-03-191-18/+19
* Use subr_unitphk2005-03-194-146/+10
* Sleeping is not allowed in uma->finiphk2005-03-191-4/+4
* Don't free the SIM object twice.scottl2005-03-191-1/+0
* Handle failures better in the passthrough bus creation code.scottl2005-03-191-4/+11
* check copyin return valuesam2005-03-191-1/+1
* Add device ID for Planet IA 128P-STD card.murray2005-03-191-0/+2
* Optimize putc routine to write 2 ints instead of 8 chars to uncachedgrehan2005-03-191-14/+41
* Add device id for nForce 4 audio controller.murray2005-03-191-0/+4
* - Don't call rpcclnt_realign() if we don't have any mbufs to realign.das2005-03-191-15/+12
* Add a driver for the 'clock-board' device (the clock board is anmarius2005-03-195-0/+262
* - Add a device interface method for bus_get_resource_list() and usemarius2005-03-194-38/+66
* Enrich with some register descriptions and additional register macros.marius2005-03-191-7/+51
* - Add a device interface method for bus_get_resource_list() and usemarius2005-03-191-32/+27
* Remove dead code.das2005-03-181-2/+0
* Don't brelse(bp) if bp is null. Also, eliminate some redundancydas2005-03-181-18/+5
* Move the swap_zone == NULL check earlier (i.e. before we dereferencedas2005-03-181-2/+2
OpenPOWER on IntegriCloud