summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Moved some splx's down a few lines in vm_page_insert and vm_page_removedg1995-01-151-3/+3
* Some fixes to device configuration, now that I've had a chance to do itwollman1995-01-152-24/+102
* Fix security holes in sigreturn(), ptrace() and procfs. sigreturn()bde1995-01-1417-421/+491
* Define some public labels for use by trap().bde1995-01-141-1/+22
* Remove bogus scd0 driver - I should have looked at LINT first, anyway.jkh1995-01-142-4/+2
* Enable define of CR0_AM to prepare for implementing alignment checking.bde1995-01-142-14/+6
* Declare a real `struct fpreg' to prepare for implementing reading andbde1995-01-142-12/+26
* Remove reference to impossible trap type T_KDBTRAP. We don't supportbde1995-01-142-16/+18
* Eliminate T_KDBTRAP, which will soon go away. It was only used for anbde1995-01-142-46/+42
* Change DISTRIBUTION names. Also make bsd.doc.mk go to doc distribution,jkh1995-01-141-2/+2
* Add missing object_lock/unlock.dg1995-01-142-2/+10
* Put UCONSOLE back - I was wrong, it's still used in one last place.jkh1995-01-145-5/+23
* Oops, forgot one change when DDB is defined.sos1995-01-133-6/+6
* Protect a qcollapse call with an object lock before calling. The locksdg1995-01-131-8/+13
* Use (n - 1) in ESC [ xxx d and ESC [ xxx `ache1995-01-133-9/+9
* Point dependancy to i386/scsigibbs1995-01-132-4/+4
* Point include to i386/scsigibbs1995-01-131-2/+2
* Generic support for the entire aic7x70 line of adaptors. No one elsegibbs1995-01-132-449/+619
* Add in aic7770.c (EISA/VL Adaptors) and aic7870.c (PCI adaptor) dependanciesgibbs1995-01-139-3573/+348
* Full support for 294x and Wide devices. Fixed month old bug in the SCSIgibbs1995-01-132-162/+346
* Back out cursor wrap (restore original thing)ache1995-01-123-6/+6
* Argl!, finally found this bummer. The code testing for a write-joerg1995-01-123-108/+30
* 1. Remove UCONSOLE. This appears to be well and truly dead (unless it'sjkh1995-01-125-36/+5
* Submitted by: Mikael Hybsch <micke@dynas.se>se1995-01-122-6/+18
* Checking new lkm structure..ugen1995-01-121-2/+2
* Actual firewall change.ugen1995-01-126-108/+125
* here ip_fw.c lived once..correct me if i am wrong butugen1995-01-122-4/+2
* Firewall files & accounting added here.ugen1995-01-121-0/+3
* Firewall can be used as lkm module.To use itugen1995-01-121-0/+13
* First round in syscons update. Several new features has been added:sos1995-01-125-1090/+1547
* Fixed mbuf lossage when level != IPPROTO_IP. Problem reported by Robertdg1995-01-121-2/+5
* Increase maxfiles to NPROC*2. This makes the per-process open file limitdg1995-01-122-4/+4
* Improve my previous change to use the same tests as are used in qcollapse.dg1995-01-111-2/+3
* Fixed a panic that Garrett reported to me...the OBJ_INTERNAL flag wasn'tdg1995-01-112-5/+17
* Change GENERIC to SWAP_GENERIC for now. I need the GENERIC kernel tojkh1995-01-112-4/+4
* Finally implement support for the `lsdev' program. The controller isjoerg1995-01-113-42/+90
* MFS doesn't bother to associate a struct mount with the vnode...so workdg1995-01-111-18/+16
* Fix conversion to/from nfs v2 time in handling microseconds.dg1995-01-101-3/+9
* Added two missing brelse() calls.dg1995-01-102-2/+10
* Latest update from Serge Vakulenko <vak@cronyx.ru>jkh1995-01-101-670/+635
* PG_FAKE is no longer used - so don't bother to clear it.dg1995-01-101-2/+1
* Kill VM_PAGE_INIT macro as it is only used once and makes the code moredg1995-01-102-22/+15
* Fixed some formatting weirdness that I overlooked in the previous commit.dg1995-01-1014-77/+77
* Always build libkern_p.a. `NOPROFILE' should only control user libraries.bde1995-01-101-1/+3
* fix for: kern/97: wt DELAY patchjoerg1995-01-091-1/+2
* These changes embody the support of the fully coherent merged VM buffer cache,dg1995-01-0990-6367/+7296
* Add a MIN macro.jkh1995-01-091-0/+2
* cdev #50 -> pcmciaphk1995-01-091-1/+5
* Ensured all files have copyright and RCS ID variable.dufault1995-01-082-0/+41
* Submitted by: Gerd Truschinskiats1995-01-081-2/+2
OpenPOWER on IntegriCloud