summaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* More comment cleanup.Alexander Langer1997-06-262-10/+10
* Typo police.Alexander Langer1997-06-262-6/+6
* Style fix my previous commit.Alexander Langer1997-06-262-4/+4
* Synchronize with sys/i386/isa/clock.c and isa.c revisions 1.88 andKATO Takenori1997-06-264-113/+101
* Back out a bad commit.Tor Egge1997-06-262-6/+2
* Clear nfs_iodwant[myiod] when the nfsiod process exits due to a signal.Tor Egge1997-06-253-3/+6
* Merged/renamed functions:Steve Passe1997-06-257-574/+392
* Modified to use merged/renamed functions:Steve Passe1997-06-257-180/+160
* Modified to declare merged/renamed functions:Steve Passe1997-06-253-15/+12
* Modified to use renamed get_pci_apic_irq() -> pci_apic_pin() function.Steve Passe1997-06-252-10/+14
* Allow the kernel configuration file to override the amount of memoryTor Egge1997-06-252-2/+6
* Allow kernel configuration file to override PMAP_SHPGPERPROC. The defaultTor Egge1997-06-252-2/+6
* Block some interrupts during the call to pmap_zero_page inTor Egge1997-06-252-2/+6
* Introduce an advisory exclusive lock on the scsi link structure.Tor Egge1997-06-254-4/+47
* Avoid small synchronous writes when an application does lots of random-accessDoug Rabson1997-06-252-38/+230
* Make nfs_lookup return a NULLVP on error so that DIAGNOSTIC kernels don'tDoug Rabson1997-06-252-8/+16
* Don't ever allow lowering the securelevel at all. Allowing it doesJoerg Wunsch1997-06-251-2/+2
* Do The Right Thing when an iBCS2 program does getgroups(0, whatever) -- weSean Eric Fagan1997-06-251-2/+6
* Add tickadj to struct clockinfo, like NetBSD and OpenBSD.John Hay1997-06-247-8/+13
* Ensure that the boot CPU honours write protection in kernel mode.Tor Egge1997-06-247-7/+63
* Take the OS release string from the kernel variable `osrelease'Kazutaka YOKOTA1997-06-243-9/+61
* Recognize AMD K5 PR166 and PR200 CPUs.KATO Takenori1997-06-242-2/+14
* Killed bogus kernacc() call in malloc() DIAGNOSTIC code. kernacc() byDavid Greenman1997-06-241-8/+1
* Fix calculation of initial mplock value.Steve Passe1997-06-247-14/+14
* Fixed breakage for "default" configurations in mptable_pass1().Steve Passe1997-06-247-14/+14
* Don't try upgrading an existing exclusive lock in vm_map_user_pageable.Tor Egge1997-06-231-16/+3
* Synchronize with following changes:KATO Takenori1997-06-237-168/+52
* Synchronize with sys/i386/i386/userconfig.c revision 1.86.KATO Takenori1997-06-231-2/+34
* Synchronize with sys/i386/isa/syscons.c revision 1.217.KATO Takenori1997-06-231-76/+174
* For the xenix_ftime() routine, don't use the native version of the struct --Sean Eric Fagan1997-06-221-3/+8
* Preliminary support for per-cpu data pages.Peter Wemm1997-06-2273-1731/+1579
* Kill some stale leftovers from the earlier attempts at SMP per-cpu pagesPeter Wemm1997-06-225-50/+5
* From the submitted patch :Mike Smith1997-06-221-2/+34
* The syscons driver doesn't really check the presence of the displayKazutaka YOKOTA1997-06-223-201/+489
* Superceded by dc21040reg.hPeter Wemm1997-06-221-474/+0
* Initial set of patches to get it to compile on >= 3.0. Most of thePeter Wemm1997-06-222-4826/+5944
* This commit was generated by cvs2svn to compensate for changes in r26790,Peter Wemm1997-06-222-0/+1564
|\
| * Clean import of Matt Thomas's if_de.c driver as of 970508, rev 1.85. ThePeter Wemm1997-06-223-0/+6522
* | Clean import of Matt Thomas's if_de.c driver as of 970508, rev 1.85. ThePeter Wemm1997-06-222-0/+1564
* | Remove a window during running down a file vnode. Also, the OBJ_DEADJohn Dyson1997-06-223-31/+52
* | Fix this damn mbuf with a negative m_len. It turnsBrian Somers1997-06-222-6/+6
* | Fixed va_arg() to work for small args (as in stdarg.h).Bruce Evans1997-06-212-18/+12
* | Block all write operations to /proc/1/* when securelevel > 0.Alexander Langer1997-06-212-2/+6
* | Don't attempt to generate errors for unpromoted types in va_arg(),Bruce Evans1997-06-211-14/+8
* | Change the distribute targets so that a given item in our source treeJordan K. Hubbard1997-06-211-2/+4
* | Fix crash when halting where APM was configured but not enabledGarrett Wollman1997-06-192-2/+6
* | Add "-I${DESTDIR}/usr/include" to CFLAGS if DESTDIR is defined, justSatoshi Asami1997-06-181-1/+4
* | Protect against garbage mbufs in pppstart.Brian Somers1997-06-181-2/+7
* | Add for public examination the beginnings of the per-host cache supportGarrett Wollman1997-06-184-0/+580
* | Added CONTEC C-NET(9N) and C-NET(98)P2 support.KATO Takenori1997-06-171-2/+415