summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Replace goto with continue.des2005-03-051-2/+1
* Use BUS_PROBE_DEFAULT for pci probe return valueimp2005-03-0512-22/+15
* Use TUNABLE_ULONG_FETCH to retrieve hw.physmem; getenv_quad() will takedes2005-03-051-34/+3
* Replace goto with continue.des2005-03-051-6/+5
* Teach getenv_quad() to recognize k/m/g/t suffixes in both lower- anddes2005-03-051-3/+15
* Add support for fxp(4) cards found in Sony FS570 laptops.mux2005-03-051-0/+1
* Allocate umtx_q from heap instead of stack, this avoidsdavidxu2005-03-054-35/+54
* Add comments on setting resource limits.grog2005-03-051-13/+22
* Add targets to build cscope name files and TAGS file for etags.grog2005-03-051-0/+19
* The td_waitset is pointing to a stack address when thread is waitingdavidxu2005-03-042-20/+6
* - sparc64/fhc/fhc.c:marius2005-03-042-48/+57
* Let central(4) manage the resources of its children so they don't needmarius2005-03-042-37/+104
* Addendum to netchild's C compiler abstraction mega-patch which somehowjoerg2005-03-042-10/+3
* On i386 platforms at least, ACPI throttling is accomplished by the chipsetnjl2005-03-041-1/+10
* Don't allow to synchronize a plex that is already sychronizing.le2005-03-041-13/+24
* Minor changes:marius2005-03-044-33/+45
* Minor changes:marius2005-03-041-12/+11
* Don't use the ptoa() to set the 'realmem' variable. Because F/pc98's policynyan2005-03-042-6/+2
* Fix the ioctl path by ensuring that amr_start1() gets called for commandsscottl2005-03-041-18/+22
* Check for some impossible frequencies that some systems use to indicatenjl2005-03-041-0/+9
* Allocate and map a 12k data buffer such that it is contiguous iniedowse2005-03-041-9/+21
* Handle endianness correctly.cognet2005-03-031-1/+1
* Recently, it was reported to me that you could provoke a double faultwpaul2005-03-031-0/+19
* In linux emulation layer try to detect attempt to use linux_clone() tosobomax2005-03-032-0/+31
* Cisco uses milliseconds for uptime. This is stupid. Nobody cares of suchglebius2005-03-031-4/+16
* MAXPATHLEN is 1024, which means NdisOpenFile() and ndis_find_sym() werewpaul2005-03-032-17/+60
* Fix a problem in the Skinny ALG where a specially crafted packet could causemarcus2005-03-031-4/+4
* Insert volatile cast to discourage gcc from optimizing the read outsidedwhite2005-03-031-1/+4
* Remove the transition aid for the change of the sparc64 default systemmarius2005-03-031-4/+0
* Remove COMPAT_FREEBSD4 again. It was added in rev. 1.41 as a transitionmarius2005-03-031-1/+0
* Fix the panic recently reported on -current@ occuring when configuringmux2005-03-031-8/+13
* fix a bug where bpf would try to wakeup before updating the state.. Thisjmg2005-03-021-2/+6
* netchild's mega-patch to isolate compiler dependencies into a centraljoerg2005-03-0288-353/+584
* Make sure fpswa_iface equals NULL when bootinfo.bi_fpswa equals 0.marcel2005-03-021-1/+2
* Remove unused variables.marius2005-03-021-3/+0
* The existing locking in the esp driver appears to be fairly adequate, soscottl2005-03-022-3/+1
* Clean up the botching of the previous repo-copy. Reference the includedscottl2005-03-026-12/+12
* Tweak the lapic timer code to get the performance closer to the pre-lapicjhb2005-03-021-15/+5
* In kern_sigtimedwait, remove waitset bits for td_sigmask beforedavidxu2005-03-021-28/+10
* - Allocate the interrupt resource as RF_SHAREABLE allowing uart(4) to workmarius2005-03-021-2/+8
* - Allow multiple INTR_FAST handlers for the same source. The motivationmarius2005-03-021-48/+68
* Assorted style fixes and minor changes:marius2005-03-021-17/+16
* Fix SCM ID's.obrien2005-03-0210-17/+28
* Fix typo. Unbreak build. Take pointy hat.glebius2005-03-021-1/+1
* Move all of the hptmv files to /sys/dev/hptmv so that they won't be mistakenscottl2005-03-0227-6528/+31
* ignores ICMPv6 code field in case of ICMPv6 Packet-Too-Big (as specified in R...suz2005-03-021-2/+0
* Protect acpivar.h with _KERNEL. No user parts inside currently.njl2005-03-021-0/+3
* When resubmitting a timed out request, reset donecount.mdodd2005-03-021-0/+1
* Handle PIO timeouts in ata_end_transaction() by immediately returning.mdodd2005-03-021-0/+3
* In ata_generic_reset() while waiting for both master & slave to becomemdodd2005-03-021-1/+4
OpenPOWER on IntegriCloud