| Commit message (Expand) | Author | Age | Files | Lines |
* | This patch corrects the first round of panics and hangs reported | mckusick | 2000-07-24 | 24 | -103/+298 |
* | Using an atomic operation here won't help if nobody else uses them (for | green | 2000-07-23 | 1 | -2/+3 |
* | Add bounds checking to stackgap_alloc. Previously it was possible | marcel | 2000-07-23 | 6 | -22/+28 |
* | MFPAO: Add support for AX88190, equipped in MELCO LPC3-TX. | tanimura | 2000-07-23 | 4 | -76/+273 |
* | Clean this up with some BDE-inspired fixes. | markm | 2000-07-23 | 7 | -73/+92 |
* | Remove the awi(4) manual page from the sys/ hierarchy after a repo- | sheldonh | 2000-07-23 | 1 | -154/+0 |
* | Solve the problem where it is possible to get the kernel stuck in | green | 2000-07-23 | 1 | -3/+31 |
* | Add transmit buffer limitation depending on actual bandwidth. | phk | 2000-07-22 | 1 | -113/+160 |
* | This is yet another attempt to fix "psmintr out of sync.." problems. | yokota | 2000-07-22 | 2 | -26/+18 |
* | When a connection is being dropped due to a listen queue overflow, | jayanth | 2000-07-21 | 7 | -3/+65 |
* | Remove an unnecessary .PATH entry. | jhb | 2000-07-21 | 1 | -1/+0 |
* | Somehow the module makefile got missed in the big commit. | nsayer | 2000-07-21 | 1 | -0/+14 |
* | Move the ef(4) manual page from sys/modules/if_ef to share/man/man4, as | sheldonh | 2000-07-21 | 2 | -104/+0 |
* | Make Reset (ESC c) reset attributes too, not only clear screen | ache | 2000-07-21 | 1 | -1/+6 |
* | Move the netgraph-related manual pages into share/man/man4/, as | sheldonh | 2000-07-21 | 40 | -4362/+0 |
* | Tweak probe message so that 1000baseSX and 1000baseT cards are | wpaul | 2000-07-20 | 2 | -4/+4 |
* | Update the Tigon driver to support 1000baseTX gigE over copper AceNIC | wpaul | 2000-07-20 | 8 | -4854/+6458 |
* | Oops. Activate tap in man4 and modules makefiles | nsayer | 2000-07-20 | 1 | -1/+1 |
* | Implement SGR 22,24,25,27 from ECMA-48 | ache | 2000-07-20 | 1 | -0/+16 |
* | Oops. SYSCTL_HANDLER_ARGS -> (SYSCTL_HANDLER_ARGS) | nsayer | 2000-07-20 | 1 | -1/+1 |
* | Allocate memory with M_NOWAIT instead of M_WAITOK, because it's possible | archie | 2000-07-20 | 1 | -5/+5 |
* | Add sysctl to perform bridge refresh. This is required if bridged | nsayer | 2000-07-20 | 1 | -7/+29 |
* | Add the tap driver. | nsayer | 2000-07-20 | 4 | -0/+920 |
* | Accorfing to ECMA-48 SGR 39 and 49 are just another colors and must not reset | ache | 2000-07-20 | 1 | -2/+2 |
* | only allow accept filter modifications on listening sockets | alfred | 2000-07-20 | 1 | -0/+8 |
* | disallow unload until we do proper refcounting | alfred | 2000-07-20 | 2 | -0/+18 |
* | Add support for the PC87303 chipset (found on Miata alphas) and add | dfr | 2000-07-20 | 4 | -12/+94 |
* | Revert implementation of setfsuid and setfsgid due to security | marcel | 2000-07-20 | 4 | -40/+4 |
* | Remove some confusing verbosity - we have no idea what RAID level the | msmith | 2000-07-20 | 1 | -18/+3 |
* | Add major numbers for the Adaptec FSA RAID controller. | msmith | 2000-07-20 | 1 | -0/+2 |
* | Temporary hack for the benefit of the X-Bone project | kris | 2000-07-20 | 4 | -0/+5 |
* | Remove node's name reference when the interface is detached; | archie | 2000-07-19 | 1 | -0/+1 |
* | Default the pcic to polling. Some laptops need to have polling mode | imp | 2000-07-19 | 2 | -2/+2 |
* | Fix an alpha-only race which causes the transmit side of the chip to | gallatin | 2000-07-19 | 2 | -0/+24 |
* | fix conflicts | darrenr | 2000-07-19 | 26 | -218/+442 |
* | Use <bsd.kmod.mk> not a path to ../../conf/kmod.mk. | peter | 2000-07-19 | 1 | -1/+1 |
* | Except for the information gathering IOCTLs, require apm device be | imp | 2000-07-19 | 2 | -0/+32 |
* | Studied the tech docs for the Voodoo3 and Banshee, and hopefully fixed the | cokane | 2000-07-19 | 3 | -21/+88 |
* | Const'ify parameters to ethers(3) routines as appropriate. | archie | 2000-07-18 | 1 | -5/+5 |
* | Fix a bug which would cause some knotes to get lost when two kqueues | jlemon | 2000-07-18 | 1 | -1/+2 |
* | make this file suitable for 4-stable as well as 5-current | cg | 2000-07-18 | 1 | -0/+11 |
* | PR:19945 | dick | 2000-07-18 | 1 | -1/+2 |
* | Remove an unused variable warning. | n_hibma | 2000-07-18 | 1 | -2/+0 |
* | FreeBSD_version bump for changed kqueue API. | jlemon | 2000-07-18 | 1 | -1/+1 |
* | Fix the detection of parallel port Zip drives. | n_hibma | 2000-07-18 | 1 | -4/+5 |
* | o Convert to <inttypes.h> style fixed sized types to facilitate porting to | gibbs | 2000-07-18 | 24 | -1843/+2973 |
* | scsi_all.c: | gibbs | 2000-07-18 | 2 | -12/+34 |
* | cam_ccb.h: | gibbs | 2000-07-18 | 2 | -0/+13 |
* | Simplify kqueue API slightly. | jlemon | 2000-07-18 | 5 | -36/+27 |
* | Fix the IRQ9/IRQ2 confusion. | phk | 2000-07-18 | 1 | -0/+1 |