summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Fill out the ELF header files to make them more or less complete.jdp1997-05-214-153/+489
* Add new C global names also referenced from assembly language.jdp1997-05-211-1/+59
* Make setbits() SMP-safe. Eliminate the SETBITS() macro, and replacejdp1997-05-213-19/+18
* Initialize the buf_queue of the pt(4) driver.joerg1997-05-212-3/+16
* Several bug fixes for the ee16 support from Richard Straka:gibbs1997-05-212-172/+222
* Introducing "Jumping Daemon" screen saver. This is really cute andyokota1997-05-213-0/+439
* Introducing "Jumping Daemon" screen saver. This is really cute andyokota1997-05-212-5/+5
* Major nit: i've confused link0 and link1 in my brain and/or in eitherjoerg1997-05-201-15/+21
* Plug a memory leak in nfs_link.dfr1997-05-202-4/+4
* Major overhaul of the SyncPPP layer. Basically, this comprises now ajoerg1997-05-199-786/+2119
* Set the quirks for the worm drives.jmz1997-05-192-7/+13
* A few improvements to the worm driver.jmz1997-05-192-200/+355
* Fix a few bugs with NFS and mmap caused by NFS' use of b_validoffdfr1997-05-1915-79/+302
* Recognize AMD 486 CPUs.kato1997-05-192-2/+32
* Synchronize with sys/i386/isa/sio.c revison 1.167.kato1997-05-192-10/+82
* Break apart initialization of s and inp from the declarations integge1997-05-191-5/+9
* Disallow network interrupts while the address is found and copied integge1997-05-191-1/+13
* Whoops, missed a zero there. Flags 0x10000 it is.phk1997-05-183-6/+6
* Flags 0x1000 on sio now disables the dreaded test#3.phk1997-05-183-6/+9
* Detect various supersets of 16550A based on fifo depth.phk1997-05-183-12/+117
* Synchronize with sys/i386/boot/biosboot/bios.S andkato1997-05-182-22/+2
* Remove redundant check for vp == dvp (done in VFS before calling).phk1997-05-175-43/+6
* Synchronize with sys/i386/isa/syscons.c and sys/i386/isa/syscons.hkato1997-05-172-22/+37
* Removed some useless code:bde1997-05-162-24/+2
* Ignore the supplied nfs_diskless structure from the bootstrap loadertegge1997-05-153-3/+9
* Update netboot manual page.tegge1997-05-152-53/+64
* 1) font loading (two fixes)yokota1997-05-156-66/+111
* Don't send arp request for the ip address 0.0.0.0.tegge1997-05-141-3/+4
* Bring in some improved bootp support for netboot submitted by Luigi:tegge1997-05-148-87/+213
* Use same syntax as netboot for root and swap mounts.tegge1997-05-142-326/+310
* First cut at patches to make appletalk compile againjulian1997-05-135-222/+378
* Check the B_CLUSTER flag when choosing whether to use unstable or filesyncdfr1997-05-132-4/+4
* Don't keep addresses in mbuf chains. This should simplify the next rounddfr1997-05-1312-123/+183
* struct timespec needs to be useable with just <time.h>, but needs to notpeter1997-05-132-8/+8
* Add ${CFLAGS} to makerom command line. Note: don't add ${LDFLAGS} here,asami1997-05-131-2/+2
* save/restore %ebx, %esi and %edi when calling bios routines.tegge1997-05-121-12/+38
* Use the old nfs arguments in the nfs_diskless structure, to betegge1997-05-124-102/+116
* Synchronize with sys/i386/i386/machdep.c revision 1.241.kato1997-05-122-8/+16
* - fixed typoandreas1997-05-111-2/+5
* Bring in some kernel bootp support. This removes the need for netboottegge1997-05-1117-38/+4023
* Make nc_flag and nc_nlen unsigned.phk1997-05-111-3/+3
* Fixed initialization of ldt[]. Unused entries were garbage. A commentbde1997-05-112-8/+16
* Make sppp's logging human-readable. Also, use log(9), as opposed tojoerg1997-05-111-134/+262
* Documented SMP_AUTOSTART to be working.fsmp1997-05-103-6/+12
* Implement a separate control for write gathering on NFSv3. This is turneddfr1997-05-105-10/+38
* Fix a nasty hang connected with write gathering. Also add debug printdfr1997-05-1012-44/+156
* Add the D_DISK flag to the cdevsw structs of various CD-ROM drivers.joerg1997-05-106-12/+12
* Fixes from Bruce:peter1997-05-101-59/+64
* Remove IPXPRINTFS, it is now a sysctl knob.jhay1997-05-103-9/+3
* Use the MAC address of an interface for the host part of an IPX addressjhay1997-05-102-6/+30
OpenPOWER on IntegriCloud