summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Fix typo, teh -> the.asmodai2000-07-141-1/+1
* sis_miibus_writereg() was checking for SIS_TYPE_900 and phy != 0 twicewpaul2000-07-141-3/+0
* Merged from sys/boot/i386/libi386/biosdisk.c revision 1.31.nyan2000-07-141-29/+94
* o Marius pointed out an unusually inconvenient upper bound on extendedrwatson2000-07-141-1/+0
* Make all Ethernet drivers attach using ether_ifattach() and detach usingarchie2000-07-1361-282/+143
* o Commit two of two, introducing __cap_{get,set}_{fd,file} syscalls torwatson2000-07-136-8/+48
* o Introduce syscall prototypes, stubs for __cap_{get,set}_{fd,file},rwatson2000-07-132-0/+36
* magnetic tape supportgallatin2000-07-131-1/+40
* Extra sanity check when arp proxyall is enabled. Don't send an arpdwmalone2000-07-131-0/+26
* Quirk entry for TeraSolutions TRC-22 RAID controller to keep mintagsdg2000-07-131-0/+5
* Handle (for now) trivial one level bridge case so we can get themjacob2000-07-131-0/+8
* Prevent possible dereference of NULL pointer.bp2000-07-131-1/+1
* For infinite timeouts, set both the tv_sec and tv_usec fields to zero injhb2000-07-131-2/+6
OpenPOWER on IntegriCloud