summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Implement dladdr.jdp1998-02-062-2/+16
* Throw DEBUG and DIAGNOSTIC in opt_global.heivind1998-02-061-3/+4
* Back out DIAGNOSTIC changes.eivind1998-02-06159-400/+136
* Don't attempt to display information which we don't have: specifically,alex1998-02-061-5/+13
* Workarround for DIAGNOSTIC kernel's panic in union_lookup().kato1998-02-062-2/+14
* Add MNT_LAZY.dyson1998-02-051-1/+2
* Fix an omission of a line from the previous commit to this file. Thedyson1998-02-052-4/+6
* Sync with sys/i386/isa/if_ed.c revision up to 1.132.kato1998-02-051-4/+114
* Sync with sys/i386/isa/isa.c revision 1.110.kato1998-02-051-1/+3
* Sync with sys/i386/i386/machdep.c and trap.c reivsions 1.287 andkato1998-02-053-3/+6
* Add PnP support to if_ed.c.eivind1998-02-052-8/+226
* 1) Start using a cleaner and more consistant page allocator insteaddyson1998-02-0521-433/+572
* Turn DIAGNOSTIC into a new-style option.eivind1998-02-04155-132/+391
* Remove old, commented-out option SUIDDIR after Julian added a propereivind1998-02-043-6/+3
* Make the LKMs handle DIAGNOSTIC as a new-style option.eivind1998-02-0410-26/+61
* Restrict idleprio to superuser:dg1998-02-041-1/+11
* MF22: update to newest version from author.jkh1998-02-043-395/+871
* Sync with sys/i386/conf/options.i386 revision 1.71.kato1998-02-042-8/+10
* Sync with sys/i386/i386/machdep.c revision 1.286.kato1998-02-042-2/+24
* Change LINT_PCCARD_HACK to COMPILING_LINT, and put it in its own header fileeivind1998-02-046-17/+49
* Make SPX_HACK a new-style option.eivind1998-02-043-3/+8
* Make this work with SPX_HACK as a new-style option.eivind1998-02-041-3/+7
* Put SCSI_2_DEF in opt_scsi.h. This cause a lot more recompliation thaneivind1998-02-041-1/+2
* Make FAILSAFE a new-style option.eivind1998-02-044-5/+9
* Add #include "opt_devfs.h"eivind1998-02-041-0/+1
* Re-add my DEVFS changes after they were stomped on. This time, I throw awayeivind1998-02-044-10/+8
* Make LINT at least compile. This faithfully duplicate the changeseivind1998-02-042-16/+16
* Cleaned up some comments and ifdefs.bde1998-02-031-10/+17
* Added #include of <sys/queue.h> so that this file is more "self"-sufficent.bde1998-02-035-5/+15
* Forward declare a struct and #include <sys/queue.h> so that this filebde1998-02-031-1/+5
* Converted DISABLE_PSE to a new-style option.bde1998-02-034-10/+16
* Fixed pedantic syntax errors.bde1998-02-032-2/+2
* Forward declare some structs so that this file is more self-sufficient.bde1998-02-0312-10/+44
* Fixed staticization.bde1998-02-031-2/+2
* Forward declare some structs so that this file is more self-sufficient.bde1998-02-032-2/+22
* Ifdefed some SMP and VM86 code. Note that although VM86 is not a globalbde1998-02-035-5/+45
* Forward declare a union so that this file is self-sufficient.bde1998-02-032-22/+20
* Fixed a gratuitous ANSIism.bde1998-02-032-2/+2
* Ifdefed use of a GNU feature.bde1998-02-032-2/+6
* Moved misplaced idempotency ifdef. Multiple inclusion was fatal sincebde1998-02-031-3/+3
* Changed `inline' to `__inline' so that this file can be compiled bybde1998-02-032-6/+6
* Don't declare prototypes for driver functions unless KERNEL is defined.bde1998-02-031-0/+2
* Fixed conflicts between <machine/console.h> and <machine/pcvt_ioctl.h>,bde1998-02-033-37/+61
* Updated generated files.bde1998-02-035-6/+8
* Fixed type of mincore().bde1998-02-031-2/+3
* Generate a forward declaration of `struct proc' in <sys/sysproto.h>.bde1998-02-031-8/+9
* Declare the variable `i' when UMAP_DIAGNOSTIC is defined.kato1998-02-032-2/+8
* This fix should help the panic problems in -current. Theredyson1998-02-031-36/+65
* Bugs/Enhancements:ahasty1998-02-027-298/+582
* Sync with sys/i386/isa/wd.c revision 1.150.kato1998-02-021-3/+4
OpenPOWER on IntegriCloud