aboutsummaryrefslogtreecommitdiff
path: root/sys/pc98/i386
Commit message (Expand)AuthorAgeFilesLines
* Replace the mbuf external reference counting code with somethingDavid Malone2000-08-191-7/+5
* Merged from sys/i386/i386/machdep.c revision 1.402.KATO Takenori2000-08-181-0/+18
* Merged from sys/i386/i386/machdep.c revision 1.401.KATO Takenori2000-08-141-0/+1
* Merged from sys/i386/i386/machdep.c revision 1.400.KATO Takenori2000-08-121-0/+19
* Don't call printf without a format string.Kris Kennaway2000-07-101-1/+1
* Previous commit changing SYSCTL_HANDLER_ARGS violated KNF.Poul-Henning Kamp2000-07-042-8/+8
* Style police catches up with rev 1.26 of src/sys/sys/sysctl.h:Poul-Henning Kamp2000-07-032-8/+8
* Merged from sys/i386/i386/userconfig.c revision 1.181.KATO Takenori2000-06-281-1/+1
* Remove the old /dev/random device. There is a new machine-independantMark Murray2000-06-251-2/+0
* Catch up with Peter's config(8) changes.KATO Takenori2000-06-141-2/+0
* Merged from sys/i386/i386/machdep.c rev 1.395.KATO Takenori2000-06-131-1/+0
* Merged from sys/i386/i386/machdep.c revision 1.394.KATO Takenori2000-06-061-81/+79
* Separate the struct bio related stuff out of <sys/buf.h> intoPoul-Henning Kamp2000-05-051-0/+1
* Move the MSG* and SEM* options to opt_sysvipc.hPeter Wemm2000-05-011-21/+0
* Clean up MAXMEM routine.Yoshihiro Takahashi2000-04-301-3/+3
* machine/random.h -> sys/random.hYoshihiro Takahashi2000-04-271-1/+1
* Complete the bio/buf divorce for all code below devfs::strategyPoul-Henning Kamp2000-04-151-18/+18
* Move B_ERROR flag to b_ioflags and call it BIO_ERROR.Poul-Henning Kamp2000-04-021-1/+1
* Make sysv-style shared memory tuneable params fully runtime adjustablePeter Wemm2000-03-301-7/+0
* Merged from sys/i386/i386/userconfig.c revision 1.179.KATO Takenori2000-03-281-18/+1
* Merged from sys/i386/i386/machdep.c revision 1.387.KATO Takenori2000-03-281-2/+24
* Remove B_READ, B_WRITE and B_FREEBUF and replace them with a newPoul-Henning Kamp2000-03-201-2/+2
* Merged from sys/i386/i386/userconfig.c rev 1.178.KATO Takenori2000-03-191-105/+99
* Sync with sys/i386/i386/userconfig.c revision 1.175 and 1.176.Yoshihiro Takahashi2000-03-171-156/+44
* Fixed to probe extended memory for over 256M or under 64M.Yoshihiro Takahashi2000-03-161-38/+103
* Merged from sys/i386/i386/userconfig.c revision 1.174.KATO Takenori2000-03-011-1/+1
* Merged from sys/i386/i386/machdep.c revisions 1.384 and 1.385.KATO Takenori2000-03-011-0/+92
* Synced with sys/i386/i386/userconfig.c rev 1.173.KATO Takenori2000-02-171-0/+2
* Clean up some loose ends in the network code, including the X.25 and ISOPeter Wemm2000-02-131-10/+0
* Zap isa_device -> id_conflicts. The sole user of it (userconfig) neverPeter Wemm2000-01-291-14/+4
* Clean up some more loose ends..Peter Wemm2000-01-231-1/+0
* GC isa_device->id_reconfig - it's not referenced anywhere anymore.Peter Wemm2000-01-231-1/+1
* Synced with sys/i386/i386/userconfig.c rev 1.169.KATO Takenori2000-01-201-0/+2
* Synced with sys/i386/i386/userconfig.c rev 1.168.KATO Takenori2000-01-141-1/+2
* Synced with sys/i386/i386/userconfig.c rev 1.166.KATO Takenori2000-01-051-0/+1
* Synced with sys/i386/i386/userconfig.c rev 1.165.KATO Takenori2000-01-031-0/+1
* - Cut down amount of memory in 64MB when BIOS tells the amount ofKATO Takenori1999-12-261-1/+9
* Remove ze and zp drivers.KATO Takenori1999-12-101-2/+0
* Merge from sys/i386/i386/userconfig.c rev 1.162 & 1.163.KATO Takenori1999-12-071-6/+1
* User ldt sharing.Luoqi Chen1999-12-061-10/+2
* Sync with sys/i386/i386/machdep.c revision up to 1.381.Yoshihiro Takahashi1999-12-041-3/+3
* Sync with sys/i386/i386/machdep.c revision up to 1.378.Yoshihiro Takahashi1999-11-251-9/+19
* Change the prototype of the strto* routines to make the secondArchie Cobbs1999-11-242-6/+6
* s/p_cred->pc_ucred/p_ucred/gPoul-Henning Kamp1999-11-211-1/+1
* Sync with sys/i386/i386/machdep.c revision 1.375.Yoshihiro Takahashi1999-11-121-2/+2
* Sync with sys/i386/i386/machdep.c revision 1.371.Yoshihiro Takahashi1999-11-031-1/+1
* Remove two private copies of strtoul()Poul-Henning Kamp1999-11-021-84/+0
* The useracc() calls in osigreturn() and sigreturn() should specifyAlan Cox1999-10-311-2/+2
* Change useracc() and kernacc() to use VM_PROT_{READ|WRITE|EXECUTE} for thePoul-Henning Kamp1999-10-301-4/+4
* useracc() the prequel:Poul-Henning Kamp1999-10-291-1/+0