| Commit message (Expand) | Author | Age | Files | Lines |
* | Do not call icmp_error() if ipfirewall(4) denied packet. | ru | 2000-05-15 | 1 | -0/+4 |
* | Change f_count and f_msgcount from short to int, solving the rollover | dillon | 2000-05-15 | 1 | -2/+2 |
* | fix a speed bug that nobody noticed | cg | 2000-05-15 | 1 | -4/+5 |
* | Sync with NetBSD: | n_hibma | 2000-05-14 | 2 | -4/+6 |
* | Sync with NetBSD: | n_hibma | 2000-05-14 | 1 | -3/+3 |
* | Sync with NetBSD: | n_hibma | 2000-05-14 | 2 | -88/+81 |
* | Unchain lnc include files. | paul | 2000-05-14 | 2 | -2/+1 |
* | Fix location of lnc pci code. | paul | 2000-05-14 | 1 | -1/+1 |
* | Fixed bug in madvise() / MADV_WILLNEED. When the request is offset | dillon | 2000-05-14 | 1 | -1/+5 |
* | Remove old lnc files. | paul | 2000-05-14 | 3 | -2359/+0 |
* | Remove if_pci_p.c from old location. | paul | 2000-05-14 | 1 | -104/+0 |
* | Build lnc driver from /sys/dev from now on. | paul | 2000-05-14 | 2 | -1/+1 |
* | Fix includes to build from /sys/dev/lnc | paul | 2000-05-14 | 2 | -2/+2 |
* | Sync with NetBSD: | n_hibma | 2000-05-14 | 2 | -7/+73 |
* | Sync with the BPF and BRIDGE changes. | paul | 2000-05-14 | 1 | -52/+5 |
* | Sync with NetBSD: | n_hibma | 2000-05-14 | 1 | -4/+17 |
* | Make some if's cleaner. Add a define for the Zip 250. | n_hibma | 2000-05-14 | 1 | -5/+5 |
* | Zero out the uio structure prior to initializing it. A garbage (uninitia... | dillon | 2000-05-14 | 1 | -4/+9 |
* | Sync with NetBSD: | n_hibma | 2000-05-14 | 2 | -5/+5 |
* | Change Lennart's e-mail address. | n_hibma | 2000-05-14 | 29 | -29/+29 |
* | Port ppc driver to alpha. | dfr | 2000-05-14 | 10 | -7/+97 |
* | Fix the rootmount code for now. | asmodai | 2000-05-14 | 2 | -2/+4 |
* | Remove the -DFDESC cruft that is no longer necessary since the support | chris | 2000-05-14 | 2 | -2/+0 |
* | Move code to handle BPF and bridging for incoming Ethernet packets out | archie | 2000-05-14 | 53 | -1700/+358 |
* | Enable EISA interrupts if the mcpcia has an attached EISA bus. | dfr | 2000-05-13 | 1 | -5/+9 |
* | Use bus_space for all register accesses. | dfr | 2000-05-13 | 4 | -86/+50 |
* | Only probe network settings on the first open of the network device. | dfr | 2000-05-13 | 1 | -0/+1 |
* | Change to comments only: spell FreeBSD.org correctly | hoek | 2000-05-13 | 6 | -11/+11 |
* | Make /dev/[k]mem work after last commit. Transfers were being double | peter | 2000-05-13 | 1 | -15/+17 |
* | Unbreak 'make reinstall' after last commit | peter | 2000-05-13 | 1 | -1/+1 |
* | Fix a leak where a scratch buffer was not freed when reading from the | msmith | 2000-05-13 | 1 | -0/+8 |
* | Add a comment explaining the obscure lines: | jdp | 2000-05-13 | 1 | -0/+7 |
* | Add {kernel,module}-{depend,clean,cleandepend,tags,install,reinstall} | obrien | 2000-05-13 | 1 | -31/+47 |
* | The loader was written so that if /kernel was missing /kernel.old would | obrien | 2000-05-13 | 1 | -0/+2 |
* | Install the bootforth config files for the Alpha too. loader.conf should | peter | 2000-05-12 | 2 | -0/+18 |
* | Reactivate the FICL hooks to make it be compiled in, but also initialize | peter | 2000-05-12 | 1 | -8/+8 |
* | Stop libficl from using floating point registers - this was cauing | peter | 2000-05-12 | 1 | -0/+3 |
* | This driver attempts to cache mbufs, and re-use them as headers instead | jlemon | 2000-05-12 | 1 | -0/+1 |
* | Fix comment typo. | asmodai | 2000-05-12 | 1 | -1/+1 |
* | Use bus_space stuff except where it needs high performance. | nyan | 2000-05-12 | 2 | -826/+618 |
* | Use bus_space stuff except where it needs high performance. | nyan | 2000-05-12 | 2 | -158/+164 |
* | Fix the Alpha loader the rest of the way. If FICL is present in | peter | 2000-05-12 | 1 | -8/+8 |
* | long != int on Alphas. | bp | 2000-05-12 | 1 | -1/+2 |
* | Add support for the DVD ioctl interface. | ken | 2000-05-12 | 3 | -1/+1085 |
* | Turn on USB support for most USB devices. udbp is not turned on since | jhb | 2000-05-12 | 2 | -30/+32 |
* | Temporarily turn off the newreno flag until we can track down the known | jayanth | 2000-05-11 | 1 | -1/+1 |
* | Adapt fdesc to be mounted on /dev/fd and remove fd, stdin, stdout and | chris | 2000-05-11 | 4 | -878/+310 |
* | Include the UID and GID values filled in by socreate() into socket->so_cred | chris | 2000-05-11 | 1 | -0/+3 |
* | Include UID and GID information for stat() calls using the values filled | chris | 2000-05-11 | 1 | -2/+3 |
* | Only display the 'Disable PNP-OS BIOS option' message on the i386 arch. | jhb | 2000-05-11 | 4 | -0/+8 |