Age | Commit message (Expand) | Author |
2000-10-07 | on SIOC*IFPHY*, validate args more correctly. | Jun-ichiro itojun Hagino |
2000-10-07 | repair SIOCGIFP*ADDR. | Jun-ichiro itojun Hagino |
2000-10-07 | - Add console/X mouse transparency, so you don't have to kill moused to run X. | Aaron Campbell |
2000-10-06 | make it compile w/o pcibios; aaron@ ok | Michael Shalayeff |
2000-10-06 | remove now-obsolete SIOCSIFPHY* handling in in{6,}_control. | Jun-ichiro itojun Hagino |
2000-10-06 | sync | Aaron Campbell |
2000-10-06 | Add product ID for ESS Maestro-3. | Aaron Campbell |
2000-10-05 | Many fixups and corrections, a bit more needed though. | Aaron Campbell |
2000-10-05 | there is no SIOCDIFPHYADDR in openbsd-current yet (in kame, there is) | Jun-ichiro itojun Hagino |
2000-10-04 | make sure we have root priv on SIOCSIFPHY*. from thorpej@netbsd | Jun-ichiro itojun Hagino |
2000-10-04 | nothing uses this variable | Brandon Creighton |
2000-10-04 | push the right # of registers with pushr. | Brandon Creighton |
2000-10-04 | better (relative) definition of ${S} | Brandon Creighton |
2000-10-04 | do not mess with rpb once it's initialized | Brandon Creighton |
2000-10-04 | - don't reassign rpb here, it is done elsewhere | Brandon Creighton |
2000-10-04 | add 53c94 to devsw/cnvtab | Brandon Creighton |
2000-10-04 | - add a romopen() here (just initializes rom_softc and devdata) | Brandon Creighton |
2000-10-04 | eliminate some confusion between rpb and howto -- also make sure that | Brandon Creighton |
2000-10-04 | relocate rpb higher in memory; move it out of the way of the incoming | Brandon Creighton |
2000-10-03 | do not build debug libs, ovewriting a possible setting in the mk.conf | Michael Shalayeff |
2000-10-02 | fix missing \n. from doug@freebsd (sync with kame) | Jun-ichiro itojun Hagino |
2000-10-02 | fix typo in routing header address validation. from francis dupont | Jun-ichiro itojun Hagino |
2000-10-01 | Complete raidframe support, support was incomplete before. Not known | Dale S. Rahn |
2000-09-30 | Whoops, forgot to list the 3c555 device ID under media selection parts. | Aaron Campbell |
2000-09-29 | Oops, time to learn how to count | Miod Vallat |
2000-09-29 | Check N command operand value to prevent a panic with large values. | Miod Vallat |
2000-09-29 | fix pasto in error printf | Michael Shalayeff |
2000-09-29 | Make sure there's enough data on the mbuf for the TCP/UDP ports (if | Angelos D. Keromytis |
2000-09-29 | Don't use an SA payload for ADDFLOW/DELFLOW. | Angelos D. Keromytis |
2000-09-29 | - Add support for 3Com 3C555 MiniPCI. | Aaron Campbell |
2000-09-29 | Outgoing packets that hit IPsec will be IPF/IPNAT processed as well on | Angelos D. Keromytis |
2000-09-28 | Update compilation flags, make cross-compilation work. | Miod Vallat |
2000-09-28 | there is no pseudo-device random anymore, it's hardcoded in init_main | Michael Shalayeff |
2000-09-28 | sync | Aaron Campbell |
2000-09-28 | There is a 3c555 MiniPCI adapter, too; from NetBSD. | Aaron Campbell |
2000-09-28 | sync | Aaron Campbell |
2000-09-28 | Add product ID for new CS4281 audio device found in IBM ThinkPad X20. | Aaron Campbell |
2000-09-28 | If this is a Davicom DM9102A and we're enabling the homePNA link, force | Aaron Campbell |
2000-09-28 | Make mouse support friendly with non-25line mode. Thanks mickey@ for reporting | Aaron Campbell |
2000-09-28 | Make sure a Copybuffer has been allocated successfully before we start doing | Aaron Campbell |
2000-09-28 | When allocating the unallocated file descriptors 0, 1 and 2 for suid execs, | Artur Grabowski |
2000-09-27 | replace MALLOC/FREE w/ malloc/free for non-constant-sized memory allocations;... | Michael Shalayeff |
2000-09-27 | Minimal optimization. | Artur Grabowski |
2000-09-27 | Fix checking for incoming packets when the remote gateway has been | Angelos D. Keromytis |
2000-09-26 | Set the tdbi field in the pkthdr to NULL in MGETHDR -- avoids some | Angelos D. Keromytis |
2000-09-26 | Implement getnulldev that returns the dev_t for "/dev/null". | Artur Grabowski |
2000-09-26 | Don't use MALLOC/FREE on variable sized allocations. | Artur Grabowski |
2000-09-26 | Update to previous fix on ICMP messages coming on unnumbered | Angelos D. Keromytis |
2000-09-25 | do not do queue locking in get/put_ccb, since calling blocks | Michael Shalayeff |
2000-09-25 | Support the i82562; from FreeBSD. Apparently nothing more needed than to match | Aaron Campbell |