summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Copy workaround from FFS: open device for write access even iftjr2004-01-242-0/+38
* Sync to 1.160 of usbdevssanpei2004-01-242-2/+25
* Add Supportsanpei2004-01-242-0/+13
* Add missing newlines to some device_printf()s.wpaul2004-01-241-3/+6
* If we have ISP_ROLE_INITIATOR set, make sure that we clear ICBOPT_INI_DISABLEmjacob2004-01-231-0/+6
* add MAKE_WWN_FROM_NODE_NAME macromjacob2004-01-231-0/+10
* Add firmware major, minor and micro revsions to the ISP_FC_GETHINFO ioctlmjacob2004-01-232-0/+7
* Make sure to keep track of canceled events.phk2004-01-231-0/+2
* Don't grab Giant in crfree(), since prison_free() no longer requires it.rwatson2004-01-231-3/+1
* Add KASSERTS.phk2004-01-231-0/+11
* Defer the vrele() on a jail's root vnode reference from prison_free()rwatson2004-01-234-23/+80
* Plug an insignificant memoryleak.phk2004-01-231-0/+3
* Add missing newline in printf.phk2004-01-231-1/+1
* Add missing options from pcvt_conf.h to options.i386. Thisphilip2004-01-231-1/+11
* * fwohci_pci.csimokawa2004-01-232-10/+17
* Sync with DFBSD v.1.16. Add new codecs IDs, fix some spelling.matk2004-01-231-3/+21
* Don't panic if there are more than 255 interfaces in the system.ru2004-01-231-1/+2
* Allow the socket buffer sizes to be controlled via sysctl(8).ru2004-01-231-0/+4
* Remove the MD5_KEY debugging toolphk2004-01-231-33/+0
* Remove no longer necessary debug printfsphk2004-01-231-6/+0
* Fix breakage in PIO multisector support.sos2004-01-231-1/+0
* Copy comment about caller check from ffs_read to ffs_extread, don'tache2004-01-231-2/+6
* Fix various panic() strings to reflect true function name to allowache2004-01-231-11/+12
* ffs_read:ache2004-01-231-7/+14
* Remove leftover FREE() from changes in rev 1.50.andre2004-01-231-1/+0
* Unbreak amd64: Rename calls from panic to __panicpeter2004-01-231-3/+3
* Split the overloaded variable 'win' into two for their specific purposes:andre2004-01-221-21/+22
* Move the reduction by one of the syncache limit after the zone has beenandre2004-01-221-1/+1
* Remove an unused variable and put the sockaddr_in6 onto the stack insteadandre2004-01-221-26/+14
* Write 100 times for tomorrow:phk2004-01-221-2/+3
* Fix the PCI attach routine to properly setup the IRQ and port resourcejhb2004-01-221-13/+20
* Add missing free() in exception handlers.simokawa2004-01-222-2/+3
* Fix generation of random multicast MAC address.rse2004-01-221-1/+1
* Only enforce -fno-strict-aliasing for optimization levels thatru2004-01-221-1/+4
* Make proc's kg_nice/ki_nice explicitly signed for PPC. This is agrehan2004-01-222-2/+2
* Fix definition of IFM_MODE, which should be refrected the change ofonoe2004-01-221-1/+1
* Add suspend and resume methods. I'm not certain this work correctlywpaul2004-01-221-0/+36
* Add support for TCP/IP checksum offload.wpaul2004-01-222-25/+217
* If a transfer to or from a floppy disk crosses a 64k boundary, we have tojhb2004-01-211-2/+2
* Fix multicast and promiscuous mode handling for Yukon devices.wpaul2004-01-212-100/+202
* Calculate the right register offset when clearing TX buffer pointerwpaul2004-01-211-1/+2
* Add structures and definitions for task offload (TCP/IP checksum,wpaul2004-01-211-0/+141
* Add a sysctl (default: off) which enables a log(LOG_INFO...) warningphk2004-01-211-10/+19
* Simplify timing gymnastics a bit.phk2004-01-211-2/+2
* Make sure to trap failures correctly in ndis_get_info() and ndis_set_info().wpaul2004-01-211-0/+6
* Remove #ifdef for ancient source FreeBSD compat.phk2004-01-211-11/+0
* Don't leak softc's when destroying interfaces.brooks2004-01-211-0/+3
* Fix style(9) of my previous commit.cperciva2004-01-211-1/+1
* Reduce gratuitous includes: don't include jail.h if it's not needed.rwatson2004-01-217-7/+0
* Allow devfs path rules to work on directories. Without this fix,cperciva2004-01-211-1/+2
OpenPOWER on IntegriCloud