summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove a spurious printf.phk1995-03-171-2/+1
* Added a new field to the pci_device struct called pd_shutdown to specifydg1995-03-1710-26/+85
* Call dev_shutdownall() just after unmounting filesystems.dg1995-03-172-2/+6
* Changed names of goaway routines into shutdown routines.dg1995-03-172-9/+9
* Add four more filesystem flags:wollman1995-03-1618-35/+43
* Statically-compiled filesystems now use a VFCF_STATIC flag rather thanwollman1995-03-161-7/+9
* Reject source routes unless configured on by administrator.wollman1995-03-162-18/+24
* Add and move declarations to fix all of the warnings from `gcc -Wimplicit'bde1995-03-16206-536/+827
* Prepare for shared interrupts (required by the new PCI code that addsse1995-03-162-4/+12
* Add inet_ntoa() and replace ARP's private routine with same.wollman1995-03-164-30/+64
* Prepare for shared interrupts (required by the new PCI code that addsse1995-03-163-3/+58
* Remove isa/prof_machdep.c. It doesn't exist yet.bde1995-03-162-4/+2
* This set of patches enables IP multicasting to work under FreeBSD. I amwollman1995-03-163-23/+56
* Make ncr.c compile again (PRINT_ADDR() had been patchedse1995-03-161-3/+3
* Plug lurking bug when a device returns ASC:ASCQ 0xff:0xffdufault1995-03-151-4/+15
* Conditionalise debug message.se1995-03-151-3/+3
* Fix support for extended partitions (forgot to release the buffer).bde1995-03-152-6/+14
* Change it so it doesn't say "probe0" for SCSI probe "device".dufault1995-03-151-4/+5
* Document scsi optionsdufault1995-03-153-6/+24
* Add scsi/scsi_sense.cdufault1995-03-151-0/+1
* 1. Add text for ASC/ASCQdufault1995-03-159-41/+348
* Special cased the handling of mb_map in the M_WAITOK case. kmem_malloc()dg1995-03-152-15/+26
* Added $Id$dg1995-03-141-2/+2
* pcb allocations are not always done on behalf of a process; it is notdg1995-03-141-2/+2
* Added support for generic FDDI and the DEC DEFEA and DEFPA FDDI adapters.dg1995-03-1412-13/+4463
* Removed "-D" option and made symbols load all the time. They will bedg1995-03-141-46/+40
* Change device entry examples to reflect the following:swallace1995-03-134-40/+28
* Remove old snd file configuration list and add new file listswallace1995-03-125-127/+200
OpenPOWER on IntegriCloud