summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Add ieee80211_beacon_miss for processing sta mode beacon miss eventssam2005-12-125-0/+47
* add some useful definitions that'll be used soonsam2005-12-121-0/+6
* add fixed rate for sending multicast framessam2005-12-124-0/+10
* change malloc when setting an optional ie to use M_NOWAITsam2005-12-121-2/+1
* correct parameter check when retrieving the current channel listsam2005-12-121-1/+1
* Fix a bug introduced in rev. 1.5; for retrieving the device_t of themarius2005-12-121-2/+2
* Add the device ID of fxp(4) NICs found in Sony Vaio VGN-TX1XP laptops.mux2005-12-121-0/+1
* Add support for writing SiS metadata.sos2005-12-121-7/+109
* Don't flood kernel logs with "invalid _PSS package" messages.bruno2005-12-121-1/+5
* Remove all redundant option file names that don't hurt readability.ru2005-12-124-11/+11
* Make nve(4) work for people with nf3/nf4 who never got itbz2005-12-121-2/+3
* Stop fiddling thread priority with msleep, eliminating unnecessarydavidxu2005-12-121-2/+2
* #define __user to nothingrodrigc2005-12-121-0/+4
* Add read-only XFS to LINT.rodrigc2005-12-121-0/+6
* Build xfs before xl.rodrigc2005-12-121-2/+2
* Add xfs to list of modules which are built.rodrigc2005-12-121-1/+2
* Hook XFS into kernel build.rodrigc2005-12-123-0/+142
* Add Makefile for compiling XFS as a kernel module.rodrigc2005-12-121-0/+94
* Initial import of read-only support for SGI's XFS filesystem.rodrigc2005-12-12168-0/+110918
* Contributions from XFS for FreeBSD project:rodrigc2005-12-122-8/+28
* Remove unneeded calls to pmap_remove_all(). The given page is not mapped.alc2005-12-112-2/+0
* Fix calculation of meminfo's swaptotal and swapfree on at least amd64.mlaier2005-12-111-2/+2
* - Rename UQ_BROKEN_IPOD to UQ_NO_OPEN_CLEARSTALL since it's likely to be usedflz2005-12-113-4/+6
* Hide the 4k mbuf clusters if the normal clusters are defined to beandre2005-12-102-0/+6
* Allocate the jumbo rx frame buffer with busdma.scottl2005-12-102-15/+28
* if_ti has been operating with locks for a while, so remove the GIANT markers.scottl2005-12-101-20/+29
* The if_ti Tigon I/II driver has moved to /sys/dev/tiscottl2005-12-107-14455/+5
* - Better use of the busdma API.cognet2005-12-092-47/+69
* Fix a harmless bug in the way we allocate the early PTEs.cognet2005-12-091-3/+2
* The IQ80321 clock is 200MHz, but the IQ80321 is 198MHz, so add a kernel optioncognet2005-12-093-0/+7
* A #define is not enough, we need to cast from u_long * to uint32_t *.cognet2005-12-091-1/+8
* Define atomic_whatever_longcognet2005-12-091-0/+4
* In copyout(), quad-align the source buffer, and use ldrd if possible.cognet2005-12-091-54/+33
* Unbreak hotplug support on the ICH6 and ICH7 chipsets.sos2005-12-091-3/+4
* Sync with i386, fix compiling for non-SMP.davidxu2005-12-091-0/+2
* Fix compiling warning on 64 bits system.davidxu2005-12-091-1/+1
* Fix build breakage by fixing typo.pjd2005-12-091-1/+1
* Add a sysctl to force a process to sigexit if a trap signal isdavidxu2005-12-091-0/+17
* Remove itimers_event_hook, now it is a private function in kern_time.c.davidxu2005-12-091-1/+0
* Fix memory leak.ru2005-12-091-0/+1
* Register itimers_event_hook as a kernel event handler, so I don'tdavidxu2005-12-093-9/+9
* fixed a kernel crash at the initialization time of PIM-SM register interfacesuz2005-12-091-13/+30
* Comment out mqfs_create_link. Inline some small functions.davidxu2005-12-091-4/+4
* Now SIGCHLD is always queued.davidxu2005-12-091-14/+4
* Cleanup sigqueue sysctl.davidxu2005-12-091-6/+2
* - Allow to specify the byte which will be used for filling read buffer.pjd2005-12-081-4/+7
* Teach NOP GEOM class how to gather the following statistics:pjd2005-12-082-3/+74
* Careful measurement of the ST Labs card shows that the pulse width ofimp2005-12-081-1/+1
* Regen for futimes.ambrisko2005-12-084-3/+8
* Add 32bit version of futimes so untar doesn't result in bad datesambrisko2005-12-082-1/+24
OpenPOWER on IntegriCloud