summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Back out previous commit, obrien doesn't seem to be watching. The problempeter1998-04-191-98/+318
* Return EINVAL and do not change file pointer if resulting offset is negative.des1998-04-182-10/+14
* MFC (reduce diff w/-CUR, with hopes of getting DMA support into -STABLE)obrien1998-04-181-318/+98
* In vfs_msync(), test to see if the vnode being examined is "interesting"peter1998-04-182-6/+20
* Sync with sys/i386/conf/majors.i386 revision 1.37.kato1998-04-181-1/+3
* Sync with sys/i386/isa/syscons.c revision 1.260.kato1998-04-181-1/+7
* Sync with sys/i386/conf/Makefile.i386 revision 1.109.kato1998-04-182-4/+4
* Support compiling with `gcc -ansi'.kato1998-04-182-2/+6
* Reviewed by: Amancioahasty1998-04-187-50/+217
* Seventy-odd "its" / "it's" typos in comments fixed as per kern/6108.des1998-04-1784-170/+170
* Reserve a number for the ALTQ control devices (96)julian1998-04-172-2/+6
* Stop the screensaver before switching consoles.des1998-04-173-3/+21
* Undo my last change.dima1998-04-173-6/+6
* Really finish supporting compiling with `gcc -ansi'.bde1998-04-172-4/+4
* Sync with sys/i386/isa/syscons.c revision 1.259.kato1998-04-161-8/+11
* Sync with sys/i386/isa/npx.c revision 1.59.kato1998-04-161-6/+6
* Sync with sys/i386/conf/Makefile.i386 revision 1.108.kato1998-04-162-4/+4
* Sync with sys/i386/isa/pcaudio.c revision 1.40.kato1998-04-161-2/+2
* Sync with sys/i386/isa/lpt.c revision 1.68.kato1998-04-161-4/+4
* Sync with sys/i386/isa/if_ed.c revision 1.139.kato1998-04-161-8/+8
* Sync with sys/i386/i386/trap.c revision 1.126.kato1998-04-161-4/+4
* Attempt to fix BOUNCE_BUFFERS. I cannot test these drivers, but theypeter1998-04-162-2/+54
* Attempt to get bounce_buffers working again for per-process kernel stackpeter1998-04-161-10/+40
* fix an obvious broken BOUNCE_BUFFER case.peter1998-04-161-1/+9
* Swapped "should we just return" and "should we stop the screensaver"des1998-04-163-24/+33
* When the softdep conversion took place, the periodic vfs_msync() frompeter1998-04-162-2/+4
* Finish supporting compiling with `gcc -ansi'. Fix missing `volatile'sbde1998-04-153-18/+18
* Unlock mountlist_slock if the mount point was busy (unmount in progress)tegge1998-04-152-4/+8
* Use 0440 root.kmem kermissions on kernel instead ofdima1998-04-153-6/+6
* Support compiling with `gcc -ansi'.bde1998-04-1578-366/+378
* Support compiling with `gcc -ansi'. Fix missing `volatile's in __asm()bde1998-04-152-13/+17
* In pre-devfs days, /dev/psm0 had always been a non-blockingphk1998-04-151-6/+6
* Fixed bitrot in the non-softdep case of ufs_dirremove():bde1998-04-151-24/+9
* Fixed breakage of fork accounting in previous commit. A fork benchmarkbde1998-04-153-6/+6
* Add a missing LK_RETRY.dt1998-04-152-10/+6
* Fix page fault panic by probing NE200 compatible PCI card.kato1998-04-142-15/+17
* Fix a minor mbuf leak created by the previous change.phk1998-04-141-2/+4
* Added EIDRM & ENOMSG errno in translation table.sos1998-04-131-0/+2
* Added EIDRM & ENOMSG to errno translation table.sos1998-04-132-4/+4
* Don't use INTR when only one device supports it.msmith1998-04-133-1/+12
* Add EIDRM errno (PR 176), ENOMSG errno (myself) for prober sysv_ipc.sos1998-04-131-2/+5
* Wrong header length used for certain reassembled IP packets.phk1998-04-131-1/+3
* Fixed autonegotiation. Card registers are now accessed via memorysemenu1998-04-133-315/+480
* Sync with sys/i386/isa/wd.c revision 1.156.kato1998-04-131-2/+2
* Aic APM driver support for e.g. Toshiba T2400 notebook with internalphk1998-04-121-2/+59
* Sync with sys/i386/isa/wd.c revision 1.155.kato1998-04-121-41/+85
* Fix the problem when SCSI ID is not contiguous.kato1998-04-122-14/+20
* Add aio_error decl.dyson1998-04-121-1/+6
* setsockopt() transports user option data in an mbuf. if the userphk1998-04-111-2/+7
* Minor typo in the wd driver. The manifestation of this bugdyson1998-04-111-2/+2
OpenPOWER on IntegriCloud