summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* Sync with sys/isa/fd.c revision 1.167.nyan1999-11-112-98/+258
* Add code to support ISA PnP.dfr1999-11-113-89/+248
* Correct a locking error in apause: It should always holdalc1999-11-111-14/+16
* More bug fixes.archie1999-11-101-17/+21
* Minor change to the configuration of number of slots.archie1999-11-101-2/+2
* Re-organise the code which manages the owner of the FP state (fpcurproc).dfr1999-11-109-102/+180
* Dont listen to disks that say they can only do 0 sector transfers.sos1999-11-101-1/+1
* Finding root devices is a much more sane thing now.phk1999-11-101-7/+8
* Make the atapi device return sensible errno's back to userland.sos1999-11-105-55/+60
* Update to reflect changes in the node type.archie1999-11-104-20/+102
* Fix some bugs; seems to work now. Minor change to the configuration fieldarchie1999-11-101-35/+29
* Move handling of the address and control fields into the PPP node;archie1999-11-102-65/+85
* Two changes: (1) Use vm_page_unqueue_nowakeup in vm_page_allocalc1999-11-101-11/+2
* Drop ipl to zero before calling ast(). Make sure that this only happensdfr1999-11-091-0/+2
OpenPOWER on IntegriCloud