summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* MFi386: revisions from 1.1116 to 1.1119.nyan2004-01-211-69/+45
* Merged from sys/dev/sio/sio.c revision 1.418.nyan2004-01-212-2/+6
* Sync to pccarddevs 1.81.ume2004-01-211-1/+4
* There is PANASONIC KXLC005 which has another product id.ume2004-01-211-0/+1
* Setting pccb->ccb_h.status to CAM_REQ_CMP one time is enough.cognet2004-01-211-1/+0
* The gdbinit.${MACHINE_ARCH} script may not exist.ru2004-01-211-0/+2
* Add syscons options and enable USB, since there is no conflict betweengrehan2004-01-211-12/+21
* Add required GFB options as well as one for ofw/syscons.grehan2004-01-211-0/+6
* Add syscons files, and also generate a syscons font since Applegrehan2004-01-211-0/+19
* - Catch up with panic __LINE__/__FILE__ changes by moving panic callsgrehan2004-01-214-24/+16
* A syscons implementation using the 8-bit framebuffer set up bygrehan2004-01-216-0/+927
* __powerpc__ conditional code for the syscons OpenFirmware/PPC framebuffer.grehan2004-01-216-15/+34
* Update 128-bit long double constants to match what is expectedgrehan2004-01-211-9/+10
* Fix ipip_output() to always set *mp to NULL on failure, even if 'm'sam2004-01-202-3/+6
* fix build after KAME changessam2004-01-201-0/+4
* Merge from DragonFlyBSD rev 1.10:hsu2004-01-202-12/+10
OpenPOWER on IntegriCloud