aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Use BUS_PROBE_DEFAULT for pci probe return valueWarner Losh2005-03-0510-16/+14
* Replace goto with continue.Dag-Erling Smørgrav2005-03-051-2/+1
* Use BUS_PROBE_DEFAULT for pci probe return valueWarner Losh2005-03-0512-22/+15
* Use TUNABLE_ULONG_FETCH to retrieve hw.physmem; getenv_quad() will takeDag-Erling Smørgrav2005-03-051-34/+3
* Replace goto with continue.Dag-Erling Smørgrav2005-03-051-6/+5
* Teach getenv_quad() to recognize k/m/g/t suffixes in both lower- andDag-Erling Smørgrav2005-03-051-3/+15
* Add support for fxp(4) cards found in Sony FS570 laptops.Maxime Henrion2005-03-051-0/+1
* Allocate umtx_q from heap instead of stack, this avoidsDavid Xu2005-03-054-35/+54
* Add comments on setting resource limits.Greg Lehey2005-03-051-12/+21
* Add targets to build cscope name files and TAGS file for etags.Greg Lehey2005-03-051-0/+19
* The td_waitset is pointing to a stack address when thread is waitingDavid Xu2005-03-042-20/+6
* - sparc64/fhc/fhc.c:Marius Strobl2005-03-042-48/+57
* Let central(4) manage the resources of its children so they don't needMarius Strobl2005-03-042-37/+104
* Addendum to netchild's C compiler abstraction mega-patch which somehowJoerg Wunsch2005-03-042-10/+3
* On i386 platforms at least, ACPI throttling is accomplished by the chipsetNate Lawson2005-03-041-1/+10
* Don't allow to synchronize a plex that is already sychronizing.Lukas Ertl2005-03-041-13/+24
* Minor changes:Marius Strobl2005-03-044-33/+45
* Minor changes:Marius Strobl2005-03-041-12/+11
* Don't use the ptoa() to set the 'realmem' variable. Because F/pc98's policyYoshihiro Takahashi2005-03-042-6/+2
* Fix the ioctl path by ensuring that amr_start1() gets called for commandsScott Long2005-03-041-18/+22
* Check for some impossible frequencies that some systems use to indicateNate Lawson2005-03-041-0/+9
* Allocate and map a 12k data buffer such that it is contiguous inIan Dowse2005-03-041-9/+21
* Handle endianness correctly.Olivier Houchard2005-03-031-1/+1
* Recently, it was reported to me that you could provoke a double faultBill Paul2005-03-031-0/+19
* In linux emulation layer try to detect attempt to use linux_clone() toMaxim Sobolev2005-03-032-0/+31
* Cisco uses milliseconds for uptime. This is stupid. Nobody cares of suchGleb Smirnoff2005-03-031-4/+16
* MAXPATHLEN is 1024, which means NdisOpenFile() and ndis_find_sym() wereBill Paul2005-03-032-17/+60
* Fix a problem in the Skinny ALG where a specially crafted packet could causeJoe Marcus Clarke2005-03-031-4/+4
* Insert volatile cast to discourage gcc from optimizing the read outsideDoug White2005-03-031-1/+4
* Remove the transition aid for the change of the sparc64 default systemMarius Strobl2005-03-031-4/+0
* Remove COMPAT_FREEBSD4 again. It was added in rev. 1.41 as a transitionMarius Strobl2005-03-031-1/+0
* Fix the panic recently reported on -current@ occuring when configuringMaxime Henrion2005-03-031-8/+13
* fix a bug where bpf would try to wakeup before updating the state.. ThisJohn-Mark Gurney2005-03-021-2/+6
* netchild's mega-patch to isolate compiler dependencies into a centralJoerg Wunsch2005-03-0288-353/+584
* Make sure fpswa_iface equals NULL when bootinfo.bi_fpswa equals 0.Marcel Moolenaar2005-03-021-1/+2
* Remove unused variables.Marius Strobl2005-03-021-3/+0
* The existing locking in the esp driver appears to be fairly adequate, soScott Long2005-03-022-3/+1
* Clean up the botching of the previous repo-copy. Reference the includedScott Long2005-03-026-12/+12
* Tweak the lapic timer code to get the performance closer to the pre-lapicJohn Baldwin2005-03-021-15/+5
* In kern_sigtimedwait, remove waitset bits for td_sigmask beforeDavid Xu2005-03-021-28/+10
* - Allocate the interrupt resource as RF_SHAREABLE allowing uart(4) to workMarius Strobl2005-03-021-2/+8
* - Allow multiple INTR_FAST handlers for the same source. The motivationMarius Strobl2005-03-021-48/+68
* Assorted style fixes and minor changes:Marius Strobl2005-03-021-17/+16
* Fix SCM ID's.David E. O'Brien2005-03-0210-17/+28
* Fix typo. Unbreak build. Take pointy hat.Gleb Smirnoff2005-03-021-1/+1
* Move all of the hptmv files to /sys/dev/hptmv so that they won't be mistakenScott Long2005-03-0227-6528/+31
* ignores ICMPv6 code field in case of ICMPv6 Packet-Too-Big (as specified in R...SUZUKI Shinsuke2005-03-021-2/+0
* Protect acpivar.h with _KERNEL. No user parts inside currently.Nate Lawson2005-03-021-0/+3
* When resubmitting a timed out request, reset donecount.Matthew N. Dodd2005-03-021-0/+1
* Handle PIO timeouts in ata_end_transaction() by immediately returning.Matthew N. Dodd2005-03-021-0/+3