summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Add a small API to manage the MD user trap structures. Specifically, wejhb2005-01-194-17/+48
* move kern_nanosleep to sys/syscallsubr.hps2005-01-193-4/+3
* Add a 32bit syscall wrapper for modstatps2005-01-196-8/+94
* - rename nanosleep1 to kern_nanosleepps2005-01-198-9/+47
* Update support for 795x parts:sam2005-01-193-6/+145
* Add a new make option, ARM_BIG_ENDIAN, to compile big endian kernels.cognet2005-01-191-0/+6
* Fix compile for __ARMEB__.cognet2005-01-191-5/+5
* Fix USB serial device stalled after tcflush() was called.akiyama2005-01-191-1/+5
* Rename synchronization and initialization threads and prefix themle2005-01-191-2/+2
* Although an object may already be known in the configuration, it'sle2005-01-193-5/+32
* Reset object flags after killing off an object's worker thread.le2005-01-191-0/+6
* Respect the `logging' flag.yar2005-01-191-1/+1
* Improve handling SIGURG and OOB commands on the control channel.yar2005-01-191-134/+269
* whitespace nitphk2005-01-191-1/+1
* Remove unused coda_fbsd_getpages()phk2005-01-194-136/+0
* MFp4: overhaul of resource allocationimp2005-01-194-158/+134
* MFp4: u_intXX_t to uintXX_t.imp2005-01-193-23/+23
* Simplify aha resource management, and fix a few bugs in unwindingimp2005-01-193-74/+51
* Introduce bus_free_resource. It is a convenience function which wrapsimp2005-01-192-0/+9
* MFp4: fix a minor formatting inconsistancyimp2005-01-191-1/+1
* Remove code for pre-4.0 versions of FreeBSD. It is there in priorimp2005-01-191-61/+16
* Call wi_free after we turn off the interrupts. If we call it before,imp2005-01-191-2/+2
* MFpowerpc: Work around the problem of returning a 32 bits value fromcognet2005-01-191-1/+14
* Mostly back out rev 1.33 from quite some time ago, and the followup fixespeter2005-01-181-25/+11
* Use the standard section name.ru2005-01-183-3/+3
* The rest of manpages spell this "PSEUDOCODE".ru2005-01-181-1/+1
* Use the standard section name.ru2005-01-181-3/+3
* remove debug msg from ieee80211_iterate_nodes; it makes logs very noisysam2005-01-181-3/+0
* avoid possible null pointer deref when refcnt debugging is enabled; thesam2005-01-181-1/+1
* Explicitly ignore ibss merge requests when the node is ic_bss. This cansam2005-01-181-1/+2
* If a valid ELCR was found, consult it for the trigger mode of ISAjhb2005-01-182-2/+8
* Tweak the ELCR support slightly. Explicitly probe the ELCR during bootjhb2005-01-184-12/+6
* Synchronize with notes in GENERIC and note the kernel dependency on scbus(4).seanc2005-01-181-2/+7
* Don't create new-bus resources for ACPI extended IRQ resources that arejhb2005-01-181-1/+5
* Simplify the logic for checking the scan candidates at the end of a scan.sam2005-01-181-20/+17
* For the sake of consistency, look up link devices relative to the rootjhb2005-01-181-2/+1
* - Add support for link devices where _CRS just outright fails to execute.jhb2005-01-181-28/+147
* correct logic that caused beacon frames received in ibss mode to besam2005-01-181-1/+1
* move beacon/probe response counting down to after we've decided whether orsam2005-01-181-9/+9
* Fixed formatting in the AUTHORS section.ru2005-01-181-0/+1
* Sort sections.ru2005-01-18119-794/+793
* when scanning is interrupted reset state so table entries go in the stationsam2005-01-183-6/+20
* do fixed rate check when considering if a scan candidate is suitable so whensam2005-01-181-9/+5
* Add checks to vm_map_findspace() to test for address wrap. The conditionsalc2005-01-181-4/+8
* adjust tx buffer allocation based on empirical testing:sam2005-01-181-3/+3
* add missing statisticsam2005-01-181-2/+4
* disable interrupts when transitioning to INIT state so we don't rx framessam2005-01-181-1/+4
* replace hand-rolled code to compact an mbuf chain with m_defrag; this issam2005-01-181-17/+4
* setup the beacon xmit queue to not interrupt; we don't use them andsam2005-01-181-1/+18
* better led blinkingsam2005-01-182-48/+170
OpenPOWER on IntegriCloud