summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
...
* | Removed unused #includes.bde1997-06-142-24/+2
* | Don't require superuser privileges for creating fifos. The v2 case wasbde1997-06-142-6/+8
* | Load the kernel config file where userconfig (with option USERCONFIG_BOOT)bde1997-06-141-6/+29
* | Deleted #ifdef PROBE_KEYBOARD to synchronize.kato1997-06-141-2/+1
* | Added support for the Intel 82555 PHY chip which is being used on newerdg1997-06-134-40/+50
* | Replace I/O port adress for PC-9801-108 with vendor default value.kato1997-06-132-4/+4
* | Fixed livelock in getnewbuf().bde1997-06-131-3/+5
* | Use ETHER_ADDR_LEN instead of ETHER_ADDR_SIZE.tegge1997-06-121-1/+1
* | Move commonly used code into static functions in order to reduce kernel bloat.tegge1997-06-122-278/+186
* | Remove unused routines.tegge1997-06-124-200/+4
* | Add device IDs for new Symbios SCSI chips (53c875J,885,895,896), whichse1997-06-111-97/+56
* | Add quirk "no tags" entry for HP 3724/5 hard disk drives.se1997-06-111-1/+5
* | As the Tunnel device has no real inherrent MRU limit,julian1997-06-112-2/+5
* | Fix two typos in this driver that prevented it from working properly.gibbs1997-06-102-4/+4
* | Disabled the kern.vnode sysctl variable. It's causing system crashes ondg1997-06-102-2/+16
* | This should have been committed with the changes to boot.c yesterday.bde1997-06-101-0/+18
* | Synchronize with followings:kato1997-06-096-170/+204
* | Synchronize with sys/i386/isa/isa.c revision up to 1.92.kato1997-06-091-4/+9
* | Synchronize with sys/i386/i386/machdep.c and trap.c revisions 1.247kato1997-06-093-3/+38
* | Synchronize with sys/i386/conf/GENERIC revision 1.91.kato1997-06-092-4/+4
* | - Added support for "dual" internal/serial consoles (-D flag). If -D is set,bde1997-06-098-252/+290
* | Prevent panic with garbage mbuf.brian1997-06-091-2/+2
* | While deciding to install irq with unneded "conflicts" keyword,ache1997-06-092-6/+8
* | Add safety check in case "conflicts" keyword specified more times thanache1997-06-084-10/+23
* | Make "conflicts" keyword work againache1997-06-082-8/+10
* | Remove no irq -> irq 31 conversionache1997-06-081-4/+4
* | Preserve %fs and %gs across context switches. This has a relatively lowbde1997-06-0716-18/+163
* | Style optimization in newly added POSIX range []] conformance, redoache1997-06-071-6/+6
* | Removed #include of <i386/isa/isa_device.h>. inthand2_t is declared in abde1997-06-072-8/+2
* | Updated comments.bde1997-06-072-30/+30
* | Add missing FNM_PERIOD check for '[' rangeache1997-06-061-4/+10
* | 1) Now conforms POSIX.2 2.8.3.2 requirements about []] patternache1997-06-061-11/+35
* | Synchronize with sys/i386/isa/sio.c and sioreg.h revisions1.171 andkato1997-06-063-6/+11
* | Synchronize with sys/i386/conf/options.i386 revision 1.47.kato1997-06-062-4/+4
* | YAMF22 - XSERVER comment changes.jkh1997-06-065-10/+10
* | Don't throw NFS B_DELWRI buffers back to the vm system in brelse.dfr1997-06-061-3/+11
* | Fix a problem caused by removing large numbers of files from a directorydfr1997-06-062-4/+12
* | make it compile with -Walljulian1997-06-041-12/+11
* | Document a non-standard gdbremote protocol extension (kludge, really)pst1997-06-046-4/+60
* | Bring back CONSPEED as a last-ditch default if you can't change the speedpst1997-06-0411-19/+37
* | Synchronize with sys/i386/conf/options.i386 revision 1.46.kato1997-06-042-4/+4
* | Synchronize with sys/i386/isa/sio.c and sioreg.h revisions 1.170 andkato1997-06-043-18/+235
* | CONSPEED is defunct.pst1997-06-045-10/+7
* | If the boot blocks were using the serial port, read the system consolepst1997-06-046-33/+357
* | Various fixes from NetBSD:dfr1997-06-0315-43/+63
* | Implement the async mount option for NFSv3. This makes NFS pretend that alldfr1997-06-034-6/+16
* | Fixed mu-law data. Originator's patch was applied.kato1997-06-031-64/+64
* | Fixed order of data transfer.kato1997-06-031-1/+5
* | Fix a problem with nfs_flush where if many B_NEEDCOMMIT buffers aredfr1997-06-032-16/+100
* | Fix some performance problems with the NFS mmap fixes.dfr1997-06-033-10/+14
OpenPOWER on IntegriCloud