aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Removed redundant newlines that were in some panic strings.David Greenman1995-03-1930-71/+72
* Backed out change to panic call: As Chris just pointed out to me, panic()David Greenman1995-03-191-5/+3
* Fix from Doug Rabson: Don't try to release a pbuf we didn't get.David Greenman1995-03-191-4/+5
* Incorporated 4.4-lite vnode_pager_uncache() and vnode_pager_umount()David Greenman1995-03-191-20/+22
* Removed bogus, commented out, call to vnode_pager_uncache().David Greenman1995-03-192-4/+2
* Removed unnecessary call to vnode_pager_uncache(). We automatically clearDavid Greenman1995-03-193-10/+8
* Moved call to vnode_pager_uncache in rename() to before the VOP_RENAME.David Greenman1995-03-192-12/+8
* Fix a call to panic: panic doesn't do token substitution on the panicDavid Greenman1995-03-191-3/+5
* Patch from Kirk McKusick to fix a bug introduced in the Poul's vfs_cacheDavid Greenman1995-03-191-2/+2
* Make newvers.sh usable from other places...Poul-Henning Kamp1995-03-191-12/+19
* And all serial chars with 0x7f to discard parity bits.Poul-Henning Kamp1995-03-191-1/+2
* Add back SNDCTL_DSP_SETBLKSIZE ioctl code that got zapped.Steven Wallace1995-03-181-1/+15
* Don't sync the inode date changes of character special devicesDavid Greenman1995-03-181-3/+3
* Add Intel EtherExpress16 (ix0) driver.Rodney W. Grimes1995-03-185-5/+10
* Woops, add back that #define...it's used later in the file.David Greenman1995-03-182-2/+16
* Fixed comments and removed b_cylinder #define.David Greenman1995-03-182-26/+10
* Integrated change from 1.1.5: Fixed broken disksort to sort by pblknoDavid Greenman1995-03-182-26/+12
* In vm_page_alloc_contig: Removed a redundant semicolon and used 'm' insteadDavid Greenman1995-03-181-3/+3
* Increase the DELAY used in ahc_poll. This is only used during intialJustin T. Gibbs1995-03-171-47/+67
* Make the aic7xxx assembler take quoted strings as a single token.Justin T. Gibbs1995-03-176-26/+96
* Beginnings of support for loadable pseudo-devices. bsd.kmod.mk supportGarrett Wollman1995-03-172-3/+24
* Change probe output to gus0 instead of snd4.Steven Wallace1995-03-171-2/+2
* Changed some (incorrect) nfsrv_vput()'s back into regular vput()'s. ThisDavid Greenman1995-03-172-8/+8
* <libkern/libkern.h> has moved to <sys/libkern.h> (repository copy).Poul-Henning Kamp1995-03-175-10/+10
* Remove a spurious printf.Poul-Henning Kamp1995-03-171-2/+1
* Added a new field to the pci_device struct called pd_shutdown to specifyDavid Greenman1995-03-1710-26/+85
* Call dev_shutdownall() just after unmounting filesystems.David Greenman1995-03-172-2/+6
* Changed names of goaway routines into shutdown routines.David Greenman1995-03-172-9/+9
* Add four more filesystem flags:Garrett Wollman1995-03-1618-35/+43
* Statically-compiled filesystems now use a VFCF_STATIC flag rather thanGarrett Wollman1995-03-161-7/+9
* Reject source routes unless configured on by administrator.Garrett Wollman1995-03-162-18/+24
* Add and move declarations to fix all of the warnings from `gcc -Wimplicit'Bruce Evans1995-03-16206-536/+827
* Prepare for shared interrupts (required by the new PCI code that addsStefan Eßer1995-03-162-4/+12
* Add inet_ntoa() and replace ARP's private routine with same.Garrett Wollman1995-03-164-30/+64
* Prepare for shared interrupts (required by the new PCI code that addsStefan Eßer1995-03-163-3/+58
* Remove isa/prof_machdep.c. It doesn't exist yet.Bruce Evans1995-03-162-4/+2
* This set of patches enables IP multicasting to work under FreeBSD. I amGarrett Wollman1995-03-163-23/+56
* Make ncr.c compile again (PRINT_ADDR() had been patchedStefan Eßer1995-03-161-3/+3
* Plug lurking bug when a device returns ASC:ASCQ 0xff:0xffPeter Dufault1995-03-151-4/+15
* Conditionalise debug message.Stefan Eßer1995-03-151-3/+3
* Fix support for extended partitions (forgot to release the buffer).Bruce Evans1995-03-152-6/+14
* Change it so it doesn't say "probe0" for SCSI probe "device".Peter Dufault1995-03-151-4/+5
* Document scsi optionsPeter Dufault1995-03-153-6/+24
* Add scsi/scsi_sense.cPeter Dufault1995-03-151-0/+1
* 1. Add text for ASC/ASCQPeter Dufault1995-03-159-41/+348
* Special cased the handling of mb_map in the M_WAITOK case. kmem_malloc()David Greenman1995-03-152-15/+26
* Added $Id$David Greenman1995-03-141-2/+2
* pcb allocations are not always done on behalf of a process; it is notDavid Greenman1995-03-141-2/+2
* Added support for generic FDDI and the DEC DEFEA and DEFPA FDDI adapters.David Greenman1995-03-1412-13/+4463
* Removed "-D" option and made symbols load all the time. They will beDavid Greenman1995-03-141-45/+39