summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Convert the interface address and IP interface address structureswollman1996-12-1335-294/+194
* Fixed magic and wrong numbers in calibration of nullfunc_loop_profiled()bde1996-12-131-13/+10
* Moved nonstandard compiler profiling options out of config. Just printbde1996-12-133-3/+24
* Close PR#2198:jkh1996-12-134-6/+10
* Slightly change the `od' driver quirk for the Matsushita LF-1000joerg1996-12-131-2/+6
* Soften range-check for LDTs.swallace1996-12-122-4/+4
* Synchronize with sys/i386/i386/machdep.c revision 1.219.kato1996-12-122-4/+4
* Fix allocation for exech_map to be 16*PAGE_SIZE rather than 32*PAGE_SIZEdg1996-12-122-4/+4
* POSIX.4 defines MAP_FAILED to be the error return from mmap().alex1996-12-121-1/+6
* Use queue macros for the list of interfaces. Next stop: ifaddrs!wollman1996-12-116-32/+41
* Two fixes:martin1996-12-112-7/+7
* Include <net/if_arp.h> in the one header that requires it,wollman1996-12-112-4/+3
* Sync with sys/i386/boot/biosboot/disk.c revision 1.23.kato1996-12-111-3/+7
* Sync with sys/i386/isa/if_ed.c revision 1.110.kato1996-12-111-13/+3
* Sync with sys/i386/i386/machdep.c revision 1.218.kato1996-12-112-6/+6
* One minor mod to set the limit of nbufs to 2048 from 1536. More importantdyson1996-12-112-6/+6
* Significant performance improvement for mmap'ed files. This commitdyson1996-12-111-1/+41
* Only pay attention to the offset and the IP_MF flag in ip_off. Pointeddg1996-12-111-2/+2
* Finally, after six years, remove the ``quick hack for SNMP'' that waswollman1996-12-101-5/+1
* Don't depend on <net/if.h> including <sys/time.h>wollman1996-12-101-0/+1
* Give up early for empty partitions. The offset for an emptybde1996-12-101-3/+7
* 1) Implement SIOCSIFMTU in ether_ioctl(), and change ether_ioctl's returndg1996-12-107-217/+56
* Delete $NetBSD$, and add $Id$.kato1996-12-0914-14/+14
* Synchronize with IBM-PC's userconfig.c revision 1.71.kato1996-12-091-3/+4
* Improve the explicitness of the "you cannot do anything with PCImsmith1996-12-091-3/+4
* Synchronize with sys/i386/isa/syscons.c revision 1.191. This changekato1996-12-081-5/+24
* Perform special sigset() check.swallace1996-12-081-2/+14
* Default the CD-ROM devices to a single LUN only. Too many of them arejoerg1996-12-071-1/+5
* Fix the broken support for monochrome VGA's.sos1996-12-073-9/+66
* Synchronize with sys/i386/isa/if_ed.c revision 1.09.kato1996-12-071-1/+2
* Change obsolete SBIC55 into SCSI in a comment line.kato1996-12-072-4/+4
* Obtained from: NetBSD/pc98 based on NetBSD 1.2kato1996-12-071-0/+54
* Expunge inlines...dyson1996-12-071-4/+4
* Fix a map entry leak problem found by DG. Also, de-inline a functiondyson1996-12-071-3/+5
* Make LKM's build again. I have added the allegedly brokendyson1996-12-071-0/+4
* Change endian.h so that when a kernel is compiled without I386_CPU, anddyson1996-12-071-2/+2
* Make vm_map_insert much more intelligent in the MAP_NOFAULT case sodyson1996-12-072-7/+29
* Turn off _POSIX_SAVED_IDSache1996-12-061-3/+2
* Synchronize with sys/i386/i386/machdep.c revision 1.217.kato1996-12-062-10/+10
* Fixed a null pointer panic in ADDENTRY(). Unloading the lkm and joybde1996-12-061-2/+3
* Drop the e_spare[] array to 3 elements so that padding of the eprocjkh1996-12-061-2/+2
* Add comments to hard-to-follow File descriptor handling codejulian1996-12-051-1/+68
* Fixed handling of modem status changes. Only the most common case ofbde1996-12-053-24/+69
* Clean-up of the new buffer kva allocation code. Also, there was andyson1996-12-054-15/+20
* Better fix for the previous overflow problem using the code fromnate1996-12-051-2/+2
* 'ulimit' can overflow the int return value, so avoid the overflow bynate1996-12-051-1/+2
* Fixed an off by 1 error in unix2dostime(). The first day of each monthbde1996-12-042-4/+4
* Bump maximum username length to 16 characters. This brings us intojkh1996-12-041-2/+2
* Syncronize.asami1996-12-046-98/+176
* Replace sbic driver (WD33C93 SCSI card driver) with new bs driver.asami1996-12-0423-3709/+6115
OpenPOWER on IntegriCloud