summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Removed the #ifdef IPXERRORMSGS'ed code. Fix a lot of style errors that Ijhay1997-06-2623-807/+115
* More comment cleanup.alex1997-06-262-10/+10
* Typo police.alex1997-06-262-6/+6
* Style fix my previous commit.alex1997-06-262-4/+4
* Synchronize with sys/i386/isa/clock.c and isa.c revisions 1.88 andkato1997-06-264-113/+101
* Back out a bad commit.tegge1997-06-262-6/+2
* Clear nfs_iodwant[myiod] when the nfsiod process exits due to a signal.tegge1997-06-253-3/+6
* Merged/renamed functions:fsmp1997-06-257-574/+392
* Modified to use merged/renamed functions:fsmp1997-06-257-180/+160
* Modified to declare merged/renamed functions:fsmp1997-06-253-15/+12
* Modified to use renamed get_pci_apic_irq() -> pci_apic_pin() function.fsmp1997-06-252-10/+14
* Allow the kernel configuration file to override the amount of memorytegge1997-06-252-2/+6
* Allow kernel configuration file to override PMAP_SHPGPERPROC. The defaulttegge1997-06-252-2/+6
* Block some interrupts during the call to pmap_zero_page integge1997-06-252-2/+6
* Introduce an advisory exclusive lock on the scsi link structure.tegge1997-06-254-4/+47
* Avoid small synchronous writes when an application does lots of random-accessdfr1997-06-252-38/+230
* Make nfs_lookup return a NULLVP on error so that DIAGNOSTIC kernels don'tdfr1997-06-252-8/+16
* Don't ever allow lowering the securelevel at all. Allowing it doesjoerg1997-06-251-2/+2
* Do The Right Thing when an iBCS2 program does getgroups(0, whatever) -- wesef1997-06-251-2/+6
* Add tickadj to struct clockinfo, like NetBSD and OpenBSD.jhay1997-06-247-8/+13
* Ensure that the boot CPU honours write protection in kernel mode.tegge1997-06-247-7/+63
* Take the OS release string from the kernel variable `osrelease'yokota1997-06-243-9/+61
* Recognize AMD K5 PR166 and PR200 CPUs.kato1997-06-242-2/+14
* Killed bogus kernacc() call in malloc() DIAGNOSTIC code. kernacc() bydg1997-06-241-8/+1
* Fix calculation of initial mplock value.fsmp1997-06-247-14/+14
* Fixed breakage for "default" configurations in mptable_pass1().fsmp1997-06-247-14/+14
* Don't try upgrading an existing exclusive lock in vm_map_user_pageable.tegge1997-06-231-16/+3
* Synchronize with following changes:kato1997-06-237-168/+52
* Synchronize with sys/i386/i386/userconfig.c revision 1.86.kato1997-06-231-2/+34
* Synchronize with sys/i386/isa/syscons.c revision 1.217.kato1997-06-231-76/+174
* For the xenix_ftime() routine, don't use the native version of the struct --sef1997-06-221-3/+8
* Preliminary support for per-cpu data pages.peter1997-06-2273-1731/+1579
* Kill some stale leftovers from the earlier attempts at SMP per-cpu pagespeter1997-06-225-50/+5
* From the submitted patch :msmith1997-06-221-2/+34
* The syscons driver doesn't really check the presence of the displayyokota1997-06-223-201/+489
* Superceded by dc21040reg.hpeter1997-06-221-474/+0
* Initial set of patches to get it to compile on >= 3.0. Most of thepeter1997-06-222-4826/+5944
* This commit was generated by cvs2svn to compensate for changes in r26790,peter1997-06-222-0/+1564
|\
| * Clean import of Matt Thomas's if_de.c driver as of 970508, rev 1.85. Thepeter1997-06-223-789/+6131
* | Clean import of Matt Thomas's if_de.c driver as of 970508, rev 1.85. Thepeter1997-06-222-0/+1564
* | Remove a window during running down a file vnode. Also, the OBJ_DEADdyson1997-06-223-31/+52
* | Fix this damn mbuf with a negative m_len. It turnsbrian1997-06-222-6/+6
* | Fixed va_arg() to work for small args (as in stdarg.h).bde1997-06-212-18/+12
* | Block all write operations to /proc/1/* when securelevel > 0.alex1997-06-212-2/+6
* | Don't attempt to generate errors for unpromoted types in va_arg(),bde1997-06-211-14/+8
* | Change the distribute targets so that a given item in our source treejkh1997-06-211-2/+4
* | Fix crash when halting where APM was configured but not enabledwollman1997-06-192-2/+6
* | Add "-I${DESTDIR}/usr/include" to CFLAGS if DESTDIR is defined, justasami1997-06-181-1/+4
* | Protect against garbage mbufs in pppstart.brian1997-06-181-2/+7
* | Add for public examination the beginnings of the per-host cache supportwollman1997-06-184-0/+580
OpenPOWER on IntegriCloud