summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Using an atomic operation here won't help if nobody else uses them (forgreen2000-07-231-2/+3
* Add bounds checking to stackgap_alloc. Previously it was possiblemarcel2000-07-236-22/+28
* MFPAO: Add support for AX88190, equipped in MELCO LPC3-TX.tanimura2000-07-234-76/+273
* Clean this up with some BDE-inspired fixes.markm2000-07-237-73/+92
* Remove the awi(4) manual page from the sys/ hierarchy after a repo-sheldonh2000-07-231-154/+0
* Solve the problem where it is possible to get the kernel stuck ingreen2000-07-231-3/+31
* Add transmit buffer limitation depending on actual bandwidth.phk2000-07-221-113/+160
* This is yet another attempt to fix "psmintr out of sync.." problems.yokota2000-07-222-26/+18
* When a connection is being dropped due to a listen queue overflow,jayanth2000-07-217-3/+65
* Remove an unnecessary .PATH entry.jhb2000-07-211-1/+0
* Somehow the module makefile got missed in the big commit.nsayer2000-07-211-0/+14
* Move the ef(4) manual page from sys/modules/if_ef to share/man/man4, assheldonh2000-07-212-104/+0
* Make Reset (ESC c) reset attributes too, not only clear screenache2000-07-211-1/+6
* 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
OpenPOWER on IntegriCloud