summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Cosmetic changes.nyan1999-11-165-9/+48
* Install loader.rc.nyan1999-11-161-0/+4
* this is a full fix for writes not aligned to the sample size selected.cg1999-11-156-44/+78
* Removed the asm version of conv(). This is should be faster in its newobrien1999-11-151-11/+6
* set default ogain to 50 since some sb cards produce no sound at 0cg1999-11-152-0/+2
* Fix __asm__ clobber list abuses.obrien1999-11-151-3/+3
* Fix __asm__ clobber list abuse.obrien1999-11-152-6/+10
* Add some more comments to the sl_compress_tcp() function.archie1999-11-151-2/+9
* More bug fixes for the VJ Compression node. Seems to work now (really).archie1999-11-152-55/+69
* Segment registers can be read(write) to(from) memory locations as well asluoqi1999-11-152-8/+8
* add two more codes to ICMP error 12 (Parameter Problem).jmb1999-11-151-0/+2
* Fix a typo in the DRIVER_MODULE() declaration which caused a collisionpeter1999-11-152-2/+2
* Remove duplicate entry for ADS7180 - it's meant to be handled by thepeter1999-11-152-8/+0
* Add the ata devices to the GENERIC kernel. Hopefully, this should allowdfr1999-11-152-10/+10
* PC-98 has MACHINE_ARCH=i386 and MACHINE=pc98. Make it a special case.marcel1999-11-151-0/+5
* Remove some printfs and make it slightly more paranoid about acceptingdfr1999-11-152-26/+24
* Add -fdata-sections, which is a new GCC 2.95 optimization. Removeobrien1999-11-152-2/+4
* Small fixes from Brian for the Server side of PPPoE.julian1999-11-151-9/+9
* YUCK!julian1999-11-151-2/+2
* Bump __FreeBSD_version to 400012 to mark the cutover of the systemobrien1999-11-151-1/+1
* Return this file to its pre-spammed version. Thanks to some new compilerobrien1999-11-142-16/+16
* Fix case where vnode could be unlocked twice. Untested; bug found by codeeivind1999-11-141-3/+5
* Rework some tag handling, prompted by Brian Somers.julian1999-11-141-35/+25
* ${MACHINE} -> ${MACHINE_ARCH}marcel1999-11-145-9/+13
* Try handle missing packet tags better.julian1999-11-141-12/+19
* Fix screwup on synthesising incoming ethernet header in Netgraph mode.julian1999-11-141-2/+3
* Fix clobbers so that GENERIC may compile with GCC 2.95.2.obrien1999-11-149-747/+756
* Enter complier upgrade mode again. We need to cut 169 bytes from this:obrien1999-11-142-16/+16
* Turn on the -fforce-addr and -fschedule-insns optimizations. Addingobrien1999-11-132-4/+6
* Remove WILLRELE from VOP_SYMLINKeivind1999-11-1315-69/+42
* Add the es1888 PnP helper.dfr1999-11-131-0/+1
* * Ignore the wierd fakechan workarounds for simplex in dsp_ioctl().dfr1999-11-1310-66/+492
* Update to driver 2.05roger1999-11-134-30/+37
* Fix style bugs from last commiteivind1999-11-132-12/+8
* Fixed the size of array.nyan1999-11-132-2/+2
* Fixed missing changes from sys/i386/conf/GENERIC.nyan1999-11-132-34/+52
* Add many new devicelabelsn_hibma1999-11-124-80/+399
* Replace 'i386' with '${MACHINE_ARCH}' in preparation of the developmentmarcel1999-11-121-1/+1
* Set the queue length.phk1999-11-121-0/+1
* Reserve #134 for vak@hanoi.cronyx.ru - Cronyx Tau-PCI device.jkh1999-11-121-0/+1
* Reserve space for FPU state in struct sigcontext. Fix some style bugsmarcel1999-11-122-22/+36
* Sync with sys/i386/i386/machdep.c revision 1.375.nyan1999-11-122-4/+4
* Change the type of sf_addr in struct {o}sigframe from char* tomarcel1999-11-124-20/+22
* Remove WILLRELE from VOP_RENAMEeivind1999-11-1210-37/+63
* Fix the computation of the status of the transfers. It never saw a STALLEDn_hibma1999-11-111-8/+17
* Oops forgot to put the source MAC address on outgoing packets!julian1999-11-111-1/+3
* Provide an empty name to getsockname() if one hasn't been set up.brian1999-11-111-15/+28
* Avoid the usurping messagen_hibma1999-11-112-2/+15
* Remove special case socket sharing code in order to allow nfsd todillon1999-11-114-48/+60
* Reorganise the code so that I can add custom identify drivers dynamicallydfr1999-11-111-1/+71
OpenPOWER on IntegriCloud