summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Create DEFAULTS files for alpha, ia64, powerpc, and sparc64 and movejhb2005-11-218-5/+43
* Pull up sys/modules/acpi/acpi/Makefile,v 1.10 change by iedowse@.ru2005-11-211-1/+1
* Fix for a bug where NFS/TCP would not reconnect (in the case whereps2005-11-211-1/+12
* - Always return success from NFS strategy. nfs_doio(), in theps2005-11-212-5/+4
* Fix for a bug that causes SACK scoreboard corruption when the limitps2005-11-211-6/+21
* Force pmap to write-back the pte cacheline after each pte modification,cognet2005-11-211-0/+5
* Add an alternate ID for the arm920t (the real solution is to havecognet2005-11-212-0/+3
* fix a problem with XID re-use when a server returns NFSERR_JUKEBOX.rees2005-11-213-7/+13
* Expand the hack to mask the atpics if 'device atpic' is not in the kerneljhb2005-11-211-8/+28
* Fix mysterious build failures (with parallel make) early inru2005-11-211-1/+1
* Create a device node in /dev when a USB keyboard is plugged in.arun2005-11-211-0/+1
* busdma cleanup for em(4).yongari2005-11-212-86/+127
* Add a hack to ignore PCR bit for 6300ESB, 82801[D-G]B chips. It seemsyongari2005-11-211-14/+17
* If export mount flag is not passed in, set default parametersrodrigc2005-11-201-1/+13
* Include ip_options.h for IPX-IP encapsulation.andre2005-11-201-0/+1
* Use memcpy/memset consistently accross ipw and iwi instead of bcopy/bzero.damien2005-11-201-6/+6
* Don't use /etc/firmware. /etc is for configuration files only.damien2005-11-201-1/+1
* Whitespace.le2005-11-201-8/+8
* Always declare variables at the start of the function.le2005-11-201-47/+110
* Fix whitespace issue.le2005-11-201-11/+11
* Eliminate pmap_init2(). It's no longer used.alc2005-11-2010-57/+0
* Fix compile on 64-bit platforms.scottl2005-11-201-2/+4
OpenPOWER on IntegriCloud