summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Added CONTEC C-NET(9N) and C-NET(98)P2 support.kato1997-06-171-2/+415
* | correct the wrong ATM option name for native atm accesskjc1997-06-173-12/+12
* | Ouch!!! This should fix a serious build problem after the addition of thedyson1997-06-161-0/+173
* | Fixed comment.kato1997-06-161-5/+4
* | Give up automatic detection of card model. Since DP8390 based NICskato1997-06-161-21/+11
* | Fix 2 typos.charnier1997-06-161-3/+3
* | Minor optimization in fxp_intr.dg1997-06-162-10/+8
* | Modifications to existing files to support the initial AIO/LIO anddyson1997-06-1614-9/+193
* | Add initial AIO/LIO kernel thread support files. This is preliminary, anddyson1997-06-162-0/+432
* | Upgrade NFS to support the new vfs_bio resource/buffer management.dyson1997-06-164-4/+28
* | Correct the return code for the mlock system call. Also add the stubsdyson1997-06-151-2/+32
* | Fix a reference problem with maps. Only appears to manifest itself whendyson1997-06-151-1/+5
* | Fix a problem with the VN device. Specifically, the VN device candyson1997-06-158-43/+267
* | Fixed iomem address of SMIT mode in an example of bs driver.kato1997-06-152-4/+4
OpenPOWER on IntegriCloud