summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Change the delivery mechanism for incoming target commands. We nowgibbs1998-11-234-83/+99
* We can't call fsetown() from sonewconn() because sonewconn() is be calledtruckman1998-11-233-5/+5
* Fix a few problems that Bruce noticed about a month ago, and fix oup oneken1998-11-225-19/+46
* Remove broken and useless intr interface.nsouch1998-11-224-10/+6
* Reduce i/o overheads by not preserving the channel access register inbde1998-11-223-339/+390
* Oops, I forgot to update this file when I changed moused recently.yokota1998-11-221-1/+3
* Deleted the workaround for lockup of certain (hopefully no longer used)bde1998-11-221-51/+1
* Fixed a comment in code that will soon go away.bde1998-11-221-3/+3
* Return ENOTTY instead of EBADF for ioctls on dead vnodes. This fixesbde1998-11-222-4/+4
* Fixed some missing cases in the check for ioctls that involve modification.bde1998-11-221-8/+25
* Drop use of BIOS int 0x14 services in favor of direct port I/O.rnordier1998-11-221-37/+48
* add -aout key to cc, size, strip - it not work for elf systemache1998-11-211-4/+4
* Eliminate compiler warning.archie1998-11-213-6/+6
* Eliminate some ompiler warnings.archie1998-11-211-4/+4
* Support NT VFAT lower case flags.dt1998-11-2110-22/+40
* Add missing return statement to rl_phy_writereg(). This bug didn't actuallywpaul1998-11-201-2/+3
* - Added some configuration flags as workaround for not-so-compatibleyokota1998-11-201-52/+88
* - Added support for Genius Kidspad tablet.yokota1998-11-202-2/+6
* Fix misallocation of buffer bug (too short)archie1998-11-201-1/+1
* This fixes a bug in the bcache code whereby false cache hits occurpaul1998-11-191-2/+4
* Fix a couple of typos.jdp1998-11-191-3/+3
* Fixed a null pointer panic in spc_free(). swap_pager_putpages()bde1998-11-191-7/+9
* Fix things so that pci interrupts can be registered correctly on apecsdfr1998-11-182-8/+17
* Add sc_traparg_a0, sc_traparg_a1 and sc_traparg_a2 to the sigcontextdfr1998-11-186-40/+65
* Remove -U__NetBSD__dima1998-11-182-4/+4
* The Accton 1207D adapter uses a chip called the MXP 5030 (or 5038)wpaul1998-11-182-28/+35
* Fix a minor bug in xl_attach() where the list buffer region is roundedwpaul1998-11-181-3/+3
* Closed a very narrow and rare race condition that involved net interrupts,dg1998-11-182-3/+8
* Fix ROOL UP/DOWN keys of PC-98.kato1998-11-182-6/+6
* Remove stale references to ih_next and ih_prev.dfr1998-11-171-3/+1
* Definitions for alpha specific device resources.dfr1998-11-171-0/+44
* Definitions for alpha specific system calls.dfr1998-11-171-0/+54
* Because buffers may be tossed and recreated at will under the new VMmckusick1998-11-171-4/+9
* A few bug fixes for Robert Watsonrvb1998-11-164-10/+48
* Make the previous fix more portable.dfr1998-11-161-4/+4
* Sync with sys/i386/isa/wd.c revision up to 1.180.kato1998-11-161-6/+11
* Sync with sys/i386/conf/options.i386 revision 1.92.kato1998-11-162-2/+6
* Sync with sys/i386/conf/Makefile.i386 revision 1.129.kato1998-11-162-4/+4
* Now that the wd driver is fixed (Thanks Bruce!), re-enable theken1998-11-151-10/+2
* The below patch helps to reduce the leakage of internal socket informationguido1998-11-152-4/+6
* Reimplement the NFS ACCESS RPC cache as an "accelerator" rather than a truemsmith1998-11-154-88/+28
* Make it possible to adjust the IDE probe delay from kernel config files.eivind1998-11-156-6/+37
* Depend on __FreeBSD_version instead of __FreeBSD__eivind1998-11-152-14/+14
* * Add hooks to allow the X server to access I/O ports and memory.dfr1998-11-1526-234/+916
* Build subr_rman.c by default.dfr1998-11-151-0/+1
* Don't include link_elf.c twice in the link.dfr1998-11-152-4/+2
* A couple of minor sanity checks.dfr1998-11-151-4/+10
* Fix printf format errors on alpha.dfr1998-11-151-4/+4
* * Change 'struct resource' to 'struct config_resource'.dfr1998-11-155-10/+10
* In sendfile(2), check against sb_lowat when filling the socket buffer,dg1998-11-151-2/+2
OpenPOWER on IntegriCloud