summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Move the netgraph-related manual pages into share/man/man4/, assheldonh2000-07-2140-4362/+0
* Tweak probe message so that 1000baseSX and 1000baseT cards arewpaul2000-07-202-4/+4
* Update the Tigon driver to support 1000baseTX gigE over copper AceNICwpaul2000-07-208-4854/+6458
* Oops. Activate tap in man4 and modules makefilesnsayer2000-07-201-1/+1
* Implement SGR 22,24,25,27 from ECMA-48ache2000-07-201-0/+16
* Oops. SYSCTL_HANDLER_ARGS -> (SYSCTL_HANDLER_ARGS)nsayer2000-07-201-1/+1
* Allocate memory with M_NOWAIT instead of M_WAITOK, because it's possiblearchie2000-07-201-5/+5
* Add sysctl to perform bridge refresh. This is required if bridgednsayer2000-07-201-7/+29
* Add the tap driver.nsayer2000-07-204-0/+920
* Accorfing to ECMA-48 SGR 39 and 49 are just another colors and must not resetache2000-07-201-2/+2
* only allow accept filter modifications on listening socketsalfred2000-07-201-0/+8
* disallow unload until we do proper refcountingalfred2000-07-202-0/+18
* Add support for the PC87303 chipset (found on Miata alphas) and adddfr2000-07-204-12/+94
* Revert implementation of setfsuid and setfsgid due to securitymarcel2000-07-204-40/+4
* Remove some confusing verbosity - we have no idea what RAID level themsmith2000-07-201-18/+3
* Add major numbers for the Adaptec FSA RAID controller.msmith2000-07-201-0/+2
* Temporary hack for the benefit of the X-Bone projectkris2000-07-204-0/+5
* Remove node's name reference when the interface is detached;archie2000-07-191-0/+1
* Default the pcic to polling. Some laptops need to have polling modeimp2000-07-192-2/+2
* Fix an alpha-only race which causes the transmit side of the chip togallatin2000-07-192-0/+24
* fix conflictsdarrenr2000-07-1926-218/+442
* Use <bsd.kmod.mk> not a path to ../../conf/kmod.mk.peter2000-07-191-1/+1
* Except for the information gathering IOCTLs, require apm device beimp2000-07-192-0/+32
* Studied the tech docs for the Voodoo3 and Banshee, and hopefully fixed thecokane2000-07-193-21/+88
* Const'ify parameters to ethers(3) routines as appropriate.archie2000-07-181-5/+5
* Fix a bug which would cause some knotes to get lost when two kqueuesjlemon2000-07-181-1/+2
* make this file suitable for 4-stable as well as 5-currentcg2000-07-181-0/+11
* PR:19945dick2000-07-181-1/+2
* Remove an unused variable warning.n_hibma2000-07-181-2/+0
* FreeBSD_version bump for changed kqueue API.jlemon2000-07-181-1/+1
* Fix the detection of parallel port Zip drives.n_hibma2000-07-181-4/+5
* o Convert to <inttypes.h> style fixed sized types to facilitate porting togibbs2000-07-1824-1843/+2973
* scsi_all.c:gibbs2000-07-182-12/+34
* cam_ccb.h:gibbs2000-07-182-0/+13
* Simplify kqueue API slightly.jlemon2000-07-185-36/+27
* Fix the IRQ9/IRQ2 confusion.phk2000-07-181-0/+1
* Remove an OBE comment.obrien2000-07-181-2/+0
* KNF'ize.obrien2000-07-1814-419/+448
* oops- need reboot.h filemjacob2000-07-181-0/+1
* Fix a comment which was broken in rev 1.36.sheldonh2000-07-181-1/+1
* Add case that David missed about setting RB_SERIAL.mjacob2000-07-181-0/+1
* Driver for LMC1504 card: four port E1 or fractional E1.phk2000-07-181-47/+115
* Driver for LMC1504 card: four port E1 or fractional E1.phk2000-07-181-0/+1
* Add the umodem driver.n_hibma2000-07-183-0/+5
* Set `boothowto' approapiately if our console is a serial one.obrien2000-07-1812-1/+26
* Add smc37c935 chipset support and clean up the code which tries todfr2000-07-185-65/+280
* Add in some new IN_XXX and CT_XXXX flags in preparationmjacob2000-07-181-0/+6
* If debugging set, zero out an incoming response entrymjacob2000-07-181-1/+5
* The SERVICING_INTERRUPT isn't quite safe yet.mjacob2000-07-181-0/+4
* Add a isp_target_putback_atio- we aren't using CCINCR at this time, somjacob2000-07-181-40/+169
OpenPOWER on IntegriCloud