summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Be more robust when handling Rx interrupts. If we can't allocate and DMA mapdamien2005-11-131-21/+41
* Be more robust when handling Rx interrupts. If we can't allocate and DMA mapdamien2005-11-131-24/+42
* Be more robust when handling Rx interrupts. If we can't allocate and DMA mapdamien2005-11-131-20/+40
* Add support for 24/32 bit audio formats/conversion.netchild2005-11-133-113/+264
* Moderate rewrite of kernel ktrace code to attempt to generally improverwatson2005-11-138-92/+213
* Add some cards:netchild2005-11-134-5/+67
* Don't augment the DRIVER_VERSION "v1.12" with __DATE__ and __TIME__.schweikh2005-11-131-1/+1
* Define SIGLWP which is an alias for SIGTHR, the reason why I did thisdavidxu2005-11-131-0/+1
* In get_pv_entry() use PMAP_LOCK() instead of PMAP_TRYLOCK() when deadlockalc2005-11-134-4/+16
* Make the kern.geom.conftxt sysctl more usable by also dumping themarcel2005-11-121-5/+4
* Really fix it this time.ru2005-11-121-3/+3
* Attempt to fix pc98 GENERIC compile breakage.ru2005-11-121-3/+3
* Fix a > 1 year old typo that caused the ulpt driver to try readingiedowse2005-11-121-1/+1
* style(9) cleanups.rodrigc2005-11-121-16/+17
* Significant refactoring of the accounting code to improve locking and VFSrwatson2005-11-121-108/+93
* Make sure only remove one signal by debugger.davidxu2005-11-121-1/+2
* Update PCI ids to add the E200, E200i, P400, and P400i storageps2005-11-111-3/+8
* - Store pointer to the link-level address right in "struct ifnet"ru2005-11-1181-242/+220
* Use the more appropriate ifnet_byindex() instead of ifaddr_byindex().ru2005-11-111-2/+2
* Catch up with IFP2ENADDR() type change (array -> pointer).ru2005-11-118-12/+10
* Add definitions for 64-bit PTEsgrehan2005-11-111-10/+47
* Rename GEOM class kernel module g_md.ko to geom_md.ko for consistencypjd2005-11-113-6/+5
* Force this interface to be RUNNING.glebius2005-11-111-0/+1
* Add more GEOM classes to defaults/loader.conf. Add references to manualpjd2005-11-111-3/+17
* Add /dev/speaker support to amd64.ru2005-11-1110-681/+17
* ata_generic_hw takes a dev as a parameter, not a channel.grehan2005-11-111-1/+1
* Fix compile warning: pmap_bootstrap is now declared extern in pmap.h,grehan2005-11-112-2/+0
* - Make IFP2ENADDR() a pointer to IF_LLADDR() rather than anotherru2005-11-1116-69/+25
* fix a crash when an nfsv2 mount failsjon2005-11-101-2/+4
* fixed a bug that uRPF does not work properly for an IPv6 packet bound for the...suz2005-11-101-2/+8
* Correct a number of serious and closely related bugs in the UNIX domainrwatson2005-11-101-50/+45
* Add the f_msgcount field to the set of struct file fields printed in showrwatson2005-11-101-4/+5
* Give a try to autoconfiguring the number of transmit and receiveglebius2005-11-102-7/+14
* Expanet of details printed for each file descriptor to include it'srwatson2005-11-101-5/+5
* Add a DDB "show files" command to list the current open file list, somerwatson2005-11-101-0/+73
* add set/read max address 48bit versionssos2005-11-101-0/+2
* Since union wait was removed in revision 1.17 (3 years, 5 months ago),davidxu2005-11-101-3/+1
* Implement RtlZeroMemory() and RtlCopyMemory(). This seems to allowwpaul2005-11-101-0/+23
* This is a workaround for a complicated issue involving VFS cookies and devfs.dwhite2005-11-092-0/+28
* Fix typo in recent comment tweak.rwatson2005-11-091-1/+1
* In closef(), remove the assumption that there is a thread associatedrwatson2005-11-091-2/+6
* Unbreak second joystick (joy1) support.jylefort2005-11-091-2/+8
* General consensus is that it would be even better to run this in aimp2005-11-091-1/+1
* - Introduce two more stat counters, counting number of RXglebius2005-11-092-4/+9
* Use intptr_t casts to convert void * <--> int to make 64-bit archs happy.jhb2005-11-091-2/+2
* Make IFP2NG() usable as an lvalue.ru2005-11-092-9/+6
* Use sparse initializers for "struct domain" and "struct protosw",ru2005-11-0917-497/+640
* MFi386: Remove obsolete options.nyan2005-11-091-1/+0
* Fix pc98 build.nyan2005-11-093-0/+6
* No longer needed: replaced by mmu_if.m/pmap_dispatch.c/mmu_oea.cgrehan2005-11-091-2476/+0
OpenPOWER on IntegriCloud