summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* update the i4b kernel part to i4b release 0.71.00hm1999-03-0776-501/+2689
* * Register sysctl nodes before running sysinits when loading files anddfr1999-03-072-4/+23
* Remove unused function stubs.brian1999-03-072-154/+0
* Support proxying & transparent proxying curtesy of libalias(3).brian1999-03-077-42/+112
* Mention that PacketAliasProxyRule() doesn't accept host names,brian1999-03-072-2/+6
* Correctly drop existing connections when reopening the diagnosticbrian1999-03-074-14/+20
* Oops, the test for "no-cpu" was inverted.bde1999-03-071-2/+2
* Also add 1000baseSX, 1000baseLX, 1000baseCX and 1000baseTX media types. Atwpaul1999-03-071-0/+12
* Read from fd[0] and write to fd[1] where `fd' is thebrian1999-03-071-12/+12
* Use socketpair() instead of pipe()... pipe() doesn't returnbrian1999-03-071-2/+2
* Reopen descriptor 0 as /dev/tty when in interactive modebrian1999-03-072-7/+7
* When an incoming packet is reflected back as an ICMP reply, make sure wearchie1999-03-061-1/+2
* Fix callout_init(). This didn't have any practical effect since itwollman1999-03-061-2/+2
* Document PacketAliasProxyRule() and fix a typo.brian1999-03-062-2/+176
* Removed old scsi section 9 man pages. Only cd.9 has been converted tobde1999-03-064-381/+2
* Fixed bitrot in synopsis (devfs_link was renamed to devfs_makelink).bde1999-03-062-5/+6
* Fixed wrong function prototype(s) in synopsis.bde1999-03-066-14/+12
* Fixed bitrot in synopsis (u_long changed to uintptr_t for portability).bde1999-03-062-6/+6
* Add 1000baseFX, 10baseSTP and 10baseFL media types. The 1000baseFXwpaul1999-03-061-1/+19
* Fixed C syntax error in synopsis.bde1999-03-061-2/+2
* Fixed bitrot in synopsis (const poisoning hadn't reached here).bde1999-03-061-2/+2
* Fixed missing headers in synopsis.bde1999-03-062-1/+5
* Fixed bitrot in synopsis (fuword() and suword() changed to support alpha).bde1999-03-062-2/+2
* Fixed pedantic syntax error (trailing comma in enum).bde1999-03-061-2/+2
* Include <sys/queue.h> so that this file is almost self-sufficient, as isbde1999-03-061-4/+5
* Sync with sys/i386/i386/machdpe.c revision 1.327.kato1999-03-062-2/+6
* Upgrading a map's lock to exclusive status should incrementalc1999-03-061-2/+6
* Don't depend on <ufs/ufs/quota.h> or another (old) prerequisite includingbde1999-03-063-3/+6
* Move kernel-only declaration inside #ifdef KERNEL section.wollman1999-03-061-7/+5
* Expose a slightly-lower-level interface to timeouts which allows callerswollman1999-03-065-28/+119
* Block cam hardware interrupts at splvm(). Controller drivers maygibbs1999-03-051-4/+4
* Poll for bus reset completion instead of assuming that our interruptgibbs1999-03-052-4/+14
* Keep track of negotiated transfer parameters for each initiator<->targetgibbs1999-03-054-277/+668
* Modify to deal with changes in the storage of user negotiation settings.gibbs1999-03-052-8/+12
* Add untested code to support the aha2930U2W.gibbs1999-03-052-32/+50
* Implement the control device for the "targ" target mode processor targetgibbs1999-03-052-81/+256
* Silence errors.gibbs1999-03-051-4/+11
* Silence complaints about synchronize cache requests that fail with illegalgibbs1999-03-051-5/+33
* xpt_done has no reason to take a volatile ccb *.gibbs1999-03-051-2/+2
* Protect access to the EDT with splcam() to protect against corruptiongibbs1999-03-051-35/+96
* Add constants and macros for dealing with XPT opcode group types.gibbs1999-03-051-1/+9
* Allocate a target mode instance to handle our target mode session, cleangibbs1999-03-051-16/+79
* Add targ.ctl, a device node for allocating and configuring instancesgibbs1999-03-052-2/+4
* Fixed bitrot in the types of fusword() and susword(). swords willbde1999-03-051-3/+3
* Fixed prototype for fetchParseURL().bde1999-03-051-2/+2
* Fixed bitrot in synopsis (some const poisoning hadn't reached here).bde1999-03-053-6/+6
* Use __i386__ instead of i386 in an ifdef.bde1999-03-051-3/+3
* Don't use u_long in the synopsis, since u_long is not part of the kvmbde1999-03-051-2/+2
* Fixed missing header in synopsis (<devstat.h> unfortunately depends onbde1999-03-051-1/+2
* Fixed missing header in synopsis (<camlib.h> includes half the universebde1999-03-052-2/+4
OpenPOWER on IntegriCloud