summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
...
* Raise debug level for some messages. Fix botched inversionmjacob2000-07-181-11/+9
* Keep interrupts blocked for all of isp_pci_attach. Redo DMA routinesmjacob2000-07-182-156/+322
* Properly detect ISA cards in EISA mode and skip them in the ISA identifymdodd2000-07-182-2/+12
* Patch up some bogons in the resource_find() vs resource_find_hard()peter2000-07-181-3/+9
* Declare our DEC Alpha cdboot to be a fully released version 1.0.obrien2000-07-181-0/+1
* Initialise ifnet::if_typebrian2000-07-171-0/+2
* close PR 19544 - ipfw pipe delete causes panic when no pipes definedluigi2000-07-171-2/+2
* Oops. Remove some debugging code used to display a hexdump of the sectorjhb2000-07-171-66/+3
* The modem driver for Communication Device Class, ACM compliant devices.n_hibma2000-07-171-25/+1114
* Add the PCI IDs for the Macronix 98727 and 98732 parts. These arewpaul2000-07-174-2/+20
* Unbreak the build -- no manual page for this yet.jlemon2000-07-171-1/+1
* Remove __P prototypes to reduce diffs between the NetBSD and FreeBSDn_hibma2000-07-1722-475/+475
* Hook up liloldrjlemon2000-07-171-0/+1
* This is `liloboot', which creates a file which can be treated like ajlemon2000-07-173-0/+372
* Rename MDNSECT to MD_NSECT and declare it as something that isn'tsheldonh2000-07-174-8/+8
* Add randomness write functionality. This does absolutely nothing formarkm2000-07-175-3/+41
* Regen.n_hibma2000-07-172-12/+156
* Lots of new device Ids. From NetBSD.n_hibma2000-07-171-5/+35
* Preserve CAM_DIS_DISCONNECT as passed up from SIM (likemjacob2000-07-171-9/+16
* Whoops- forgot to commit this other pearl from Justin- only set ormjacob2000-07-171-8/+12
* Roll back target mode f/w to 7.55- 7.65 hangs when presented with amjacob2000-07-171-1967/+1855
* Implement pread and pwrite.marcel2000-07-177-11/+69
* Add prototypes for linux_pread and linux_pwrite.marcel2000-07-172-4/+8
* Implement setfsuid and setfsgid. Implementation derived from patchmarcel2000-07-164-4/+40
* Add some detection code for the InSystem USB cable (ATAPI support not yetn_hibma2000-07-161-1/+14
* Bump __FreeBSD_version to indicate mtree defaults changed back to originalache2000-07-161-1/+1
* Don't break the ability to debug the kernel when gathering entropy.markm2000-07-161-1/+2
* s/IPSEC_IPV6FWD/IPSEC/. this avoids unexpected behavior on ipv6 fowarding.itojun2000-07-164-13/+10
* Get rid of non-existent CAM 'scan' device.ken2000-07-161-1/+0
* improve route/nd cache cleanup on interface removal.itojun2000-07-161-12/+10
* Simplify the F_GETOWN and F_SETOWN fcntl commands. The workaroundmarcel2000-07-152-98/+14
* Apply patch to the dc driver to handle Macronix MX98715AEC-C/D/E chips,wpaul2000-07-154-14/+66
* Shorten 49m attr resetting expressionache2000-07-151-2/+1
* Reset corresponding color attributes on 39m and 49mache2000-07-151-16/+17
* have pcvt's non-console probe and attach routines called again in casehm2000-07-151-1/+12
* These patches implement dynamic sysctls. It's possible now to addabial2000-07-152-1/+329
* Add SOFTUPDATES to GENERIC (BOOTMFS has this filtered out)obrien2000-07-152-0/+2
* Make mbstat.m_mtypes seperate and viewable via sysctl, alsoalfred2000-07-152-9/+15
* Set NG_INVALID flag when destroying node.archie2000-07-141-0/+1
* Don't, when doing cam_fill_ctio, add a SIMPLE Q tag unlessmjacob2000-07-142-3/+5
* Pick up some changes from Justin (add tagged queing support, remembermjacob2000-07-141-15/+96
* Add a TARGIODEBUG ioctl to allow for CAM_DEBUG_PERIPH tracing onmjacob2000-07-141-0/+5
* Properly initialize softc. Do some minor SCSI_CDB6_LEN changes.mjacob2000-07-141-4/+4
* Add SCSI_CDB6_LEN macro (where 0 ==> 256).mjacob2000-07-141-0/+3
* Close PR# 19904: remember to call sf_setmulti() when initializing thewpaul2000-07-142-0/+10
* Bump __FreeBSD_version to mark the ether_ifattach()/ether_ifdetach() changes.archie2000-07-141-1/+1
* Add options<sp><tab>MDNSECT=2000 .sheldonh2000-07-142-0/+6
* Actually allow ``options MDNSECT=<numsects>'' in kernel configs tosheldonh2000-07-141-0/+1
* Certain error contitions cause msdosfs_rename() to decrement thedwmalone2000-07-142-4/+4
* Change the way NMI's are handled. Before, if DDB was enabled andps2000-07-143-36/+42
OpenPOWER on IntegriCloud