summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Fixes kern/3835: SMP kernel crash on enable "dumps on wd0"fsmp1997-08-071-4/+12
* Don't use /sys.bde1997-08-072-4/+4
* Fix the DDB breakpoint code when using the 4MB page support.dyson1997-08-075-25/+60
* More vm_zone cleanup. The sysctl now accounts for items better, anddyson1997-08-074-9/+19
* Remove two features that have been reported to cause problems withse1997-08-061-2/+3
* printf does not understand %hd in the kernelpeter1997-08-062-10/+14
* Synchronize with sys/i386/i386/machdep.c revision 1.254.kato1997-08-062-2/+6
* Synchronize with sys/i386/isa/sio.c revision 1.174.kato1997-08-062-4/+6
* Synchronize with sys/i386/isa/wd.c revision 1.134.kato1997-08-061-1/+4
* Add exposure of some vm_zone allocation stats by sysctl. Also, changedyson1997-08-063-6/+77
* PR: kern/4117itojun1997-08-061-2/+2
* Ensure that the interface name is terminated.alex1997-08-061-1/+2
* Fixed the commit botch that was causing crashes soon after systemdyson1997-08-052-2/+4
* Another attempt at cleaning up the new memory allocator.dyson1997-08-056-331/+239
* Fix some bugs, document vm_zone better. Add copyright to vm_zone.h. Usedyson1997-08-054-76/+256
* memcmp -> bmcpmsmith1997-08-052-4/+4
* Modify pmap to use our new memory allocator. Also, change the vm_map_entrydyson1997-08-052-4/+6
* Modify pmap to use our new memory allocator.dyson1997-08-052-252/+70
* Slightly reorder some operations so that the main processor gets globaldyson1997-08-052-64/+68
* Remove the PMAP_PVLIST conditionals in pmap.*, and another unneeded define.dyson1997-08-054-48/+4
* A very simple zone allocator.dyson1997-08-052-0/+309
* Fix up come cruft that I left on a previous commit.dyson1997-08-051-10/+1
* Get rid of the ad-hoc memory allocator for vm_map_entries, in lieu ofdyson1997-08-0513-169/+84
* pushed down "volatility" of simplelock to actual int inside the struct.fsmp1997-08-042-12/+14
* Added include of intr_machdep.h to eliminate compiler warning for APIC_IO.fsmp1997-08-043-6/+9
* pushed down "volatility" of simplelock to actual int inside the struct.fsmp1997-08-043-15/+15
* Eliminate frequent silo overflows by restoring the TEST_LOPRIO code.fsmp1997-08-048-23/+127
* Fix a problem with the vfs vnode caching that it doesn't grow quicklydyson1997-08-042-32/+42
* remove unused MAXVNODEUSE macro.phk1997-08-041-2/+1
* We got a couple of "map mismatch" panics from the followingphk1997-08-041-2/+2
* Fixed security hole with sharing the file descriptor table (via rfork)dg1997-08-041-10/+18
* Make the WD code work on my P6DNF running on the SMP code. It appearsdyson1997-08-041-1/+4
* Fix a problem with ext2fs so that filesystems mounted at reboot don'tdyson1997-08-048-38/+76
* Nuke the nonexistend pad bytes from the end of the DMI header structure.msmith1997-08-043-6/+3
* Correctly checksum the DMI signature structure. Format the BSD revisionmsmith1997-08-042-6/+8
* Update to version 2.2. Only the PacketAlias*()brian1997-08-039-196/+1071
* Merge Matt's if_de.c changes in.peter1997-08-032-572/+1092
* This commit was generated by cvs2svn to compensate for changes in r27859,peter1997-08-032-8/+88
|\
| * Import Matt's if_de driver 970703 release. This (apparently) supportspeter1997-08-033-294/+634
| * Clean import of if_de.c as of 970513, if_de.c rev 1.86. This shouldpeter1997-06-221-2/+4
* | Import Matt's if_de driver 970703 release. This (apparently) supportspeter1997-08-032-8/+88
* | Fixed syscall arg checking in clock_settime(). Stack garbage wasbde1997-08-031-2/+2
* | Removed unused #includes.bde1997-08-02144-749/+141
* | Synchronize with sys/i386/conf/options.i386 revision 1.54.kato1997-08-022-6/+6
* | Synchronize with sys/i386/conf/files.i386 revision 1.170.kato1997-08-022-2/+6
* | Synchronize with sys/i386/conf/options.i386 revision 1.53.kato1997-08-022-2/+4
* | Sanitise the Wavelan entries.msmith1997-08-025-15/+15
* | Reinstate some of the previous fixes which were clobbered in r1.6.msmith1997-08-022-22/+16
* | Implement dlsym(RTLD_NEXT, symbol).jdp1997-08-022-2/+6
* | My previous commit was incomplete because it ignored the READ case.jmz1997-08-011-1/+2
OpenPOWER on IntegriCloud