summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Set it so you can add and remove line disciplines without replicatingdufault1995-03-213-3/+72
* Julian's suport of compressed tape drives.dufault1995-03-211-6/+13
* cd.c: Julian's CD audio cleanupdufault1995-03-218-185/+362
* Disallow non page-aligned file offsets in vm_mmap(). We don't support thisdg1995-03-211-1/+12
* Added a new version of trap_pfault() that disallows kernel page faultsdg1995-03-213-3/+363
* Changed some #ifdef DIAGNOSTIC code that I added to be #ifdef DEBUG.dg1995-03-213-6/+6
* Fixed bug in the size == 0 case of msync() caused by a bogus return valuedg1995-03-211-2/+2
* Fixed vinvalbuf() to work like NFS wants it to. The previous code wouldn'tdg1995-03-212-20/+16
* Added a new boolean argument to vm_object_page_clean that causes it todg1995-03-214-10/+21
* Made minor readability tweak.dg1995-03-201-6/+3
* Better fix for the deletion of parents of cloned routes problem,wollman1995-03-204-56/+115
* Forgot pppcompress.c in PPP module.wollman1995-03-201-2/+2
* Forgot slcompress.c in SLIP module.wollman1995-03-201-2/+2
* The discard, tunnel, SLIP, and PPP network interface pseudo-deviceswollman1995-03-205-2/+91
* Support for pseudo-device LKMs. Note that this is restricted to onlywollman1995-03-206-15/+14
* Add support for pseudo-device LKMs.wollman1995-03-201-1/+5
* This should be splimp() rather than splnet() since ifaddrs might go awaywollman1995-03-201-4/+4
* Fix race conditions involved in setting IP multicast options. This shouldwollman1995-03-201-1/+17
* Don't gain/lose an object reference in vnode_pager_setsize(). It willdg1995-03-202-16/+10
* Don't gain/lose a reference to the object when yanking its pages indg1995-03-202-24/+10
* Fixed "objde1" hang. It was caused by a "&" where an "&&" belonged in thedg1995-03-201-2/+2
* Don't attempt to sync pages in the V_SAVE case of vinvalbuf; doing so candg1995-03-202-28/+34
* Removed an unnecessary call to vinvalbuf after the page clean.dg1995-03-201-13/+3
* Do proper vnode locking when doing paging I/O. Removed the asynchronousdg1995-03-191-47/+26
* Fixed bug introduced in the previous commit - the lock must be held untildg1995-03-191-6/+7
* Lose the lock on the vnode. Changes to implement proper locking in thedg1995-03-191-4/+11
* Removed redundant newlines that were in some panic strings.dg1995-03-1930-71/+72
* Backed out change to panic call: As Chris just pointed out to me, panic()dg1995-03-191-5/+3
* Fix from Doug Rabson: Don't try to release a pbuf we didn't get.dg1995-03-191-4/+5
* Incorporated 4.4-lite vnode_pager_uncache() and vnode_pager_umount()dg1995-03-191-20/+22
* Removed bogus, commented out, call to vnode_pager_uncache().dg1995-03-192-4/+2
* Removed unnecessary call to vnode_pager_uncache(). We automatically cleardg1995-03-193-10/+8
* Moved call to vnode_pager_uncache in rename() to before the VOP_RENAME.dg1995-03-192-12/+8
* Fix a call to panic: panic doesn't do token substitution on the panicdg1995-03-191-3/+5
* Patch from Kirk McKusick to fix a bug introduced in the Poul's vfs_cachedg1995-03-191-2/+2
* Make newvers.sh usable from other places...phk1995-03-191-12/+19
* And all serial chars with 0x7f to discard parity bits.phk1995-03-191-1/+2
* Add back SNDCTL_DSP_SETBLKSIZE ioctl code that got zapped.swallace1995-03-181-1/+15
* Don't sync the inode date changes of character special devicesdg1995-03-181-3/+3
* Add Intel EtherExpress16 (ix0) driver.rgrimes1995-03-185-5/+10
* Woops, add back that #define...it's used later in the file.dg1995-03-182-2/+16
* Fixed comments and removed b_cylinder #define.dg1995-03-182-26/+10
* Integrated change from 1.1.5: Fixed broken disksort to sort by pblknodg1995-03-182-26/+12
* In vm_page_alloc_contig: Removed a redundant semicolon and used 'm' insteaddg1995-03-181-3/+3
* Increase the DELAY used in ahc_poll. This is only used during intialgibbs1995-03-171-47/+67
* Make the aic7xxx assembler take quoted strings as a single token.gibbs1995-03-176-26/+96
* Beginnings of support for loadable pseudo-devices. bsd.kmod.mk supportwollman1995-03-172-3/+24
* Change probe output to gus0 instead of snd4.swallace1995-03-171-2/+2
* Changed some (incorrect) nfsrv_vput()'s back into regular vput()'s. Thisdg1995-03-172-8/+8
* <libkern/libkern.h> has moved to <sys/libkern.h> (repository copy).phk1995-03-175-10/+10
OpenPOWER on IntegriCloud