summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Bugs/Enhancements:ahasty1998-02-027-298/+582
* Sync with sys/i386/isa/wd.c revision 1.150.kato1998-02-021-3/+4
* Fixed bugs introduced by syncing with i386/isa/sio.c revision 1.143.kato1998-02-022-32/+48
* Sync with sys/i386/boot/biosboot/boot.c revision 1.70.kato1998-02-021-1/+3
* Cosmetic changes (indentation, reordering and using existing file name).kato1998-02-024-38/+40
* Sync with sys/i386/conf/files.i386 revision 1.69.kato1998-02-022-20/+2
* Return the vm_map in the eproc structure, so we can support more accuratedyson1998-02-021-1/+2
* Fixed disordering of busdma* and swi_vm.bde1998-02-012-8/+8
* Fixed a recently broken comment.bde1998-02-012-8/+8
* Added inet6 to CTL_NET_NAMES.alex1998-02-011-1/+2
* Don't set even parity uselessly in the line control register (paritybde1998-02-011-5/+4
* Use <machine/*.h> instead of <i386/include/*.h>.bde1998-02-012-3/+5
* Fixed a sloppy common-style declaration again.bde1998-02-011-1/+1
* Fixed disordering of *cam* and splsoftvm.bde1998-02-011-14/+14
* Removed unused #includes.bde1998-02-012-10/+2
* Moved declaration of `union nethostadr' outside of the KERNEL section,bde1998-02-016-90/+90
* Forward declare more structs that are used in prototypes here - don'tbde1998-02-012-6/+16
* Removed ifdef for <sys/sockio.h> vs <sys/ioctl.h>. <sys/sockio.h> isbde1998-02-012-40/+10
* Forward declare more structs that are used in prototypes here - don'tbde1998-02-0113-17/+36
* Fixed the search for free wd drives. The search was terminatedbde1998-02-011-3/+4
* Declare printf() instead of including <stdio.h>, so that this doesn'tbde1998-02-012-8/+6
* Declare printf() instead of including <stdio.h>, so that this doesn'tbde1998-02-012-6/+4
* Don't put "-I." in ${CFLAGS} here. bsd.kmod.mk now puts an absolutebde1998-02-018-16/+11
* Serves me right for committing code late at night...wollman1998-02-012-6/+14
* Don't put a path to "sys" in ${CFLAGS} here. bsd.kmod.mk now handlesbde1998-02-016-12/+12
* Don't handle the `machine' symlink or related include paths here.bde1998-02-013-25/+8
* Fixed breakage from converting NULLFS_DEBUG to a new-style option.bde1998-02-011-2/+6
* Restrict the include search path using -nostdinc -I- in $(CFLAGS} asbde1998-02-011-3/+12
* Added tx driver.kato1998-02-012-2/+4
* Back out recent laptop sync changes. They had significant errors.dyson1998-02-013-31/+8
* Revert previous commit. Remove all ifp->if_* = 0 initializations,steve1998-02-011-7/+0
* Make RAWBOOT functional again; don't read `boot.config' and `boot.help'yokota1998-02-011-1/+3
* Add a new ioctl, SCSIOCGETDEVINFO, which takes a device ID and uses itwollman1998-02-012-3/+25
* Fix a performance problem caused by an earlier commit.dyson1998-02-011-2/+3
* Support more intelligent sync operations for MNT_NOATIME.dyson1998-02-013-8/+31
* contigalloc doesn't place the allocated page(s) into an object, anddyson1998-01-311-3/+5
* add the SUIDDIR option and tell people what it is for. (And when NOT to use it)julian1998-01-313-3/+48
* Serves me right for not puting SUIDDIR in LINT. it got bitrot.julian1998-01-311-9/+9
* Sync with sys/i386/i386/trap.c revision 1.120.kato1998-01-311-1/+2
* Sync with sys/i386/isa/isa.c revision 1.109.kato1998-01-311-1/+13
* Sync with sys/i386/conf/options.i386 revision 1.70.kato1998-01-312-6/+8
* Sync with sys/i386/conf/Makefile.i386 revision 1.107.kato1998-01-312-12/+22
* Change the busy page mgmt, so that when pages are freed, theydyson1998-01-3116-125/+253
* Deleted unused file.kato1998-01-311-42/+0
* Delte unused files.kato1998-01-312-839/+0
* Make the debug options new-style.eivind1998-01-3122-37/+69
* Attempt at making this use DEVFS properly. (Now it should at least work.)eivind1998-01-314-6/+12
* Make POWERFAIL_NMI, PPS_SYNC and NATM new style options.eivind1998-01-3111-12/+26
* Add support for cleandepend, ${DESTDIR}, and there not being a file namedeivind1998-01-313-18/+33
* Add various options people have ignored.eivind1998-01-313-6/+69
OpenPOWER on IntegriCloud