summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fixed a misspelling of boolean true as MNT_WAIT.bde1998-11-152-2/+2
* Finished updating module event handlers to be compatible withbde1998-11-1511-35/+24
* Don't generate module event handlers of the wrong (old) type.bde1998-11-151-4/+3
* Fixed the type of vfs_modevent (a little late, to match the correspondingbde1998-11-151-2/+2
* Fixed the type and order of vfs_modevent. This fixes part of a spew ofbde1998-11-151-6/+8
* Fixed a missing include. <sys/kernel.h> is needed by the newbde1998-11-151-2/+2
* Fixed the bug that caused negative busycounts in devstat. Thebde1998-11-151-6/+6
* indentdima1998-11-151-4/+4
* Fixed a couple of nits in sendfile(2): clear PG_ZERO before unbusyingdg1998-11-141-3/+3
* My changes to the new device interface:wollman1998-11-1411-212/+466
* Add a missing newlineluigi1998-11-143-3/+3
OpenPOWER on IntegriCloud