summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Use the correct file name for the ldscript.cognet2005-11-251-2/+2
* Send the packet to BPF after setting the duration field of the frame.damien2005-11-241-24/+24
* o Force the sending of an extra URB if there is less than 2 bytes leftdamien2005-11-241-5/+23
* Fix the following bugs:ru2005-11-241-5/+20
* Fix typo.le2005-11-242-2/+2
* Remember the bus_dmamap_t where we loaded the mbuf, and sync this map insteadcognet2005-11-241-1/+3
* Since we want a vinum geom created anytime the module loads, movele2005-11-243-137/+28
* Fix parsing of atime, clusterr, clusterw, exec, suid, symfollowrodrigc2005-11-241-4/+4
* Fix prototype.ru2005-11-241-1/+1
* Fix prototype to match the code and documentation.ru2005-11-241-1/+1
* Add missing "struct" in i386/i386/machdep.c,v 1.497 by deischen@.ru2005-11-244-4/+4
* Only copy out the battery status/info if there was no error.njl2005-11-241-5/+6
* Use a magic number to know we were started from the elf wrapper.cognet2005-11-243-9/+24
* Create a non-elf pure binary version of the kernel as well.cognet2005-11-242-15/+34
* Merge in new driver version from Intel - 3.2.18.glebius2005-11-243-170/+497
* Correct division by zero error in comment.kris2005-11-241-1/+1
* In nmount() and vfs_donmount(), do not strcmp() the options in the iovecrodrigc2005-11-231-36/+46
* Add locking and mark MPSAFE:jhb2005-11-232-55/+98
* MFi386: Sort and add COUNT_{IPIS,XINVLTLB_HITS}.jhb2005-11-231-2/+4
* Sort.jhb2005-11-232-5/+5
* MFP4: Bring in arm9 cache-related functionscognet2005-11-231-50/+169
* Optimize PLCP length field computation for 802.11b rates.damien2005-11-232-10/+8
* Somehow memmove() got mapped to memset() in the patch table. Create awpaul2005-11-231-1/+12
* - Quiet the pci_link(4) devices so that they don't show up in dmesg now.jhb2005-11-231-1/+22
* Userland applications may include queue.h and define INVARIANTSemaste2005-11-231-2/+2
* Try to fix problems with periodic hangs by never directly calling _BIF.njl2005-11-231-22/+34
* Simplify checks for valid battery info via DeMorgan's Rule. Nonjl2005-11-231-9/+3
* Garbage collect machine/smptests.h now that it is empty and no longer used.jhb2005-11-222-42/+0
* Make COUNT_IPIS and COUNT_XINVLTLB_HITS real kernel options and takejhb2005-11-225-14/+7
* Garbage collect unused {VERBOSE_,}CPUSTOP_ON_DDBBREAK macros.jhb2005-11-221-6/+0
* Garbage collect the code to store diagnostics codes in a CMOS registerjhb2005-11-223-107/+0
* - Add a workaround (change the interrupt map mask to compare the fullmarius2005-11-222-29/+30
* Some clean-up, style changes and changes that will reduce differencesmarius2005-11-223-247/+244
* - Add ofw_bus_if.h to SRCS on sparc64 as envctrl.c and pcf_ebus.c dependmarius2005-11-221-8/+11
* Conditionalize the compilation of the envctrl.c front-end of pcf(4)marius2005-11-221-1/+1
* Move zs.c from files to files.powerpc as zs(4) by now is only supportedmarius2005-11-222-1/+1
* - Convert these bus drivers to make use of the newly introduced set ofmarius2005-11-229-611/+334
* - Add a new method ofw_bus_default_get_devinfo() that allows to retrievemarius2005-11-225-2/+215
* Remove unused function and variables.marius2005-11-221-19/+0
* Check IFF_DRV_RUNNING in the re_intr() loop. It can disappear,glebius2005-11-221-4/+6
* Fix interaction with Windows 2000/XP based servers:bp2005-11-221-1/+3
* Cache the result of battery info retrieval from smbat as wellume2005-11-221-22/+77
* Prevent module unloading if there are active connections.bp2005-11-221-1/+2
* Fix a bug in the loop in sonewconn that makes room on the incompletejdp2005-11-222-2/+2
* Resolve misalignment traps caused by changes to IF_LLADDR().marcel2005-11-222-8/+8
* Overhaul nve(4) locking to make it more like other ethernet drivers injhb2005-11-212-91/+113
* Fix the code to look up the BIOS IRQ for a given link device by readingjhb2005-11-211-3/+15
* Various fixes to make de(4) not panic after ru@'s IF_LLADDR() changes:jhb2005-11-214-60/+44
* Turn PUC_FASTINTR back off on by default on sparc64 since it breaks withjhb2005-11-211-2/+0
* Don't enable PUC_FASTINTR by default in the source. Instead, enable itjhb2005-11-217-4/+12
OpenPOWER on IntegriCloud