Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-04-11 | regen | Jakob Schlyter | |
2000-04-11 | Philips USB camera | Jakob Schlyter | |
2000-04-11 | If realpath() fails, just use the old name and don't make it a fatal error. | Todd C. Miller | |
Closes PR #1185 | |||
2000-04-11 | add 802.11's nwid command; add mtu command | Michael Shalayeff | |
2000-04-11 | Don't add an extra 20 bytes to ip_len, m_pkthdr.len is already updated | Angelos D. Keromytis | |
by M_PREPEND. | |||
2000-04-11 | Add pci config | Todd C. Miller | |
2000-04-11 | - Don't bother with PCI_COMMAND_IO_ENABLE, the card doesn't support it. | Jason Wright | |
- remove some debugging code - fix arguments to last call to crypto_register() - for sram boards, only check 1mb of ram - when the rings are full, call the crp->callback with crp->crp_etype == ENOMEM so it can clean up, then return 0 - some KNF | |||
2000-04-11 | Add cardbus(4) man page. | Aaron Campbell | |
2000-04-11 | Xr pcmcia(4), too. | Aaron Campbell | |
2000-04-11 | Many updates, including some OpenBSD'ification, device additions and removals, | Aaron Campbell | |
better cross references (Xr bus types, not each individual driver), formatting fixes, etc. | |||
2000-04-11 | sync | Hakan Olsson | |
2000-04-11 | Add Neomagic NM256ZX | Hakan Olsson | |
2000-04-11 | define the rest of the descriptor bits | Jason Wright | |
2000-04-11 | Fix HISTORY section; ian@darwinsys.com | Aaron Campbell | |
2000-04-11 | looks better | Theo de Raadt | |
2000-04-11 | ignore routing messages for interfaces that route6d does not care. | Jun-ichiro itojun Hagino | |
do not advertise blackhole/reject static routes. | |||
2000-04-11 | avoid complex alignment constraint in SIOCGIFCONF, | Jun-ichiro itojun Hagino | |
by using getifaddrs(3). | |||
2000-04-11 | do not lose descriptors; Takahiro Kambe | Theo de Raadt | |
2000-04-11 | Once again, /usr/sbin/smrsh -> /usr/libexec | Oleg Safiullin | |
Correct paths in smrsh(8). | |||
2000-04-11 | tidying, accuracy, and duplicate removal | Paul Janzen | |
2000-04-11 | the the; some occurrences found by soren@NetBSD.org | Paul Janzen | |
2000-04-11 | Check usec for >= 1000000, not just > ; as msaitoh@NetBSD.org | Paul Janzen | |
2000-04-11 | we need more room; xe goes away again, but it is on other floppies of course | Theo de Raadt | |
2000-04-10 | remove proxy.c as well | Eric Jackson | |
2000-04-10 | proxy function not used/needed | Eric Jackson | |
2000-04-10 | add support for true RNG presented on the i82802 FWH. | Michael Shalayeff | |
it produces 1 byte at a time and has no ready irq, thus timeout driven. in fact w/ default hz=100 it produces up to 60% of gross entropy production in an average loaded desktop system. | |||
2000-04-10 | this is how rnd stats are printed out now | Michael Shalayeff | |
2000-04-10 | make .mpg playing more usefull, i.e. supply entropy | Michael Shalayeff | |
2000-04-10 | add support for more random sources. | Michael Shalayeff | |
make it easy to add more in the future. make extract_entropy() faster. more accurate stats. | |||
2000-04-10 | missing THREAD_UNLOCK; netch@segfault.kiev.ua | Theo de Raadt | |
2000-04-10 | document EWOULDBLOCK; freebsd | Theo de Raadt | |
2000-04-10 | Speed up simple pkg_info: don't retrieve information we don't use. | Marc Espie | |
Improve pkg list display slightly, insert space between pkg name and info always (requested by aaron@). | |||
2000-04-10 | - Add back code from the original aeon driver to handle missed interrupts by | Jason Wright | |
enabling interrupts when the command queue has more than one entry. - fix comment on hifn_newsession to reflect reality - allocate session structure in softc - compute a random IV when a session is created and try to chain from a software kept IV for subsequent packets - add handling of CRD_F_EXPLICIT | |||
2000-04-10 | Use pci_mapreg_map() instead of pci_io_find() and pci_mapreg_map() | Todd C. Miller | |
2000-04-10 | Thinko in dobuiltin. Reported by turan@ | Marc Espie | |
2000-04-10 | regen | Michael Shalayeff | |
2000-04-10 | a couple of xircom ethernet controllers | Michael Shalayeff | |
2000-04-10 | repair x11-fwd | Markus Friedl | |
2000-04-10 | Aironet PCI shim; all the real meat is in sys/ic/an.c. | Todd C. Miller | |
Based on the FreeBSD if_an_pci.c but really the only things that remain the same are the informative comments at the top. I retained Bill Paul's Copyright since it seems silly to add my own copyright to what is simply boilerplate. | |||
2000-04-10 | regen | Todd C. Miller | |
2000-04-10 | Pare down the AIRONET strings a bit | Todd C. Miller | |
2000-04-10 | don't return directly from bridge_ioctl without splx() on invalid enc | Jason Wright | |
interfaces; modified version of patch from Armin Wolfermann <armin@wolfermann.org>. | |||
2000-04-10 | regen from pcidevs | Todd C. Miller | |
2000-04-10 | Add Aironet PC4500 and PC4800 | Todd C. Miller | |
2000-04-10 | Minor oops in sanity logic, IFF_RUNNING is set/unset with IFF_UP, | Angelos D. Keromytis | |
be paranoid with uninitialized variable. | |||
2000-04-10 | Oops on sanity logic. | Angelos D. Keromytis | |
2000-04-10 | Added support for wd detach (merge from NetBSD). Support for | Constantine Sapuntzakis | |
SCSI/ATAPI detach is not here yet. Minor cleanup of wdc. Downgrade to UDMA mode 1 before going further. Want to stay in UDMA modes because they're more error-resilient due to a CRC. Got rid of some of the ridiculous amount of softc sharing going on. Hopefully, this will make the life of whoever goes in and fixes the ref-counting to be correct easier. | |||
2000-04-10 | output routine enqueues and calls start, rather than requeueing for input. | Angelos D. Keromytis | |
2000-04-10 | Typo. | Angelos D. Keromytis | |
2000-04-10 | SIOCAIFADDR. | Angelos D. Keromytis | |