summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Do not call icmp_error() if ipfirewall(4) denied packet.ru2000-05-151-0/+4
* Change f_count and f_msgcount from short to int, solving the rolloverdillon2000-05-151-2/+2
* fix a speed bug that nobody noticedcg2000-05-151-4/+5
* Sync with NetBSD:n_hibma2000-05-142-4/+6
* Sync with NetBSD:n_hibma2000-05-141-3/+3
* Sync with NetBSD:n_hibma2000-05-142-88/+81
* Unchain lnc include files.paul2000-05-142-2/+1
* Fix location of lnc pci code.paul2000-05-141-1/+1
* Fixed bug in madvise() / MADV_WILLNEED. When the request is offsetdillon2000-05-141-1/+5
* Remove old lnc files.paul2000-05-143-2359/+0
* Remove if_pci_p.c from old location.paul2000-05-141-104/+0
* Build lnc driver from /sys/dev from now on.paul2000-05-142-1/+1
* Fix includes to build from /sys/dev/lncpaul2000-05-142-2/+2
* Sync with NetBSD:n_hibma2000-05-142-7/+73
* Sync with the BPF and BRIDGE changes.paul2000-05-141-52/+5
* Sync with NetBSD:n_hibma2000-05-141-4/+17
* Make some if's cleaner. Add a define for the Zip 250.n_hibma2000-05-141-5/+5
* Zero out the uio structure prior to initializing it. A garbage (uninitia...dillon2000-05-141-4/+9
* Sync with NetBSD:n_hibma2000-05-142-5/+5
* Change Lennart's e-mail address.n_hibma2000-05-1429-29/+29
* Port ppc driver to alpha.dfr2000-05-1410-7/+97
* Fix the rootmount code for now.asmodai2000-05-142-2/+4
* Remove the -DFDESC cruft that is no longer necessary since the supportchris2000-05-142-2/+0
* Move code to handle BPF and bridging for incoming Ethernet packets outarchie2000-05-1453-1700/+358
* Enable EISA interrupts if the mcpcia has an attached EISA bus.dfr2000-05-131-5/+9
* Use bus_space for all register accesses.dfr2000-05-134-86/+50
* Only probe network settings on the first open of the network device.dfr2000-05-131-0/+1
* Change to comments only: spell FreeBSD.org correctlyhoek2000-05-136-11/+11
* Make /dev/[k]mem work after last commit. Transfers were being doublepeter2000-05-131-15/+17
* Unbreak 'make reinstall' after last commitpeter2000-05-131-1/+1
* Fix a leak where a scratch buffer was not freed when reading from themsmith2000-05-131-0/+8
* Add a comment explaining the obscure lines:jdp2000-05-131-0/+7
* Add {kernel,module}-{depend,clean,cleandepend,tags,install,reinstall}obrien2000-05-131-31/+47
* The loader was written so that if /kernel was missing /kernel.old wouldobrien2000-05-131-0/+2
* Install the bootforth config files for the Alpha too. loader.conf shouldpeter2000-05-122-0/+18
* Reactivate the FICL hooks to make it be compiled in, but also initializepeter2000-05-121-8/+8
* Stop libficl from using floating point registers - this was cauingpeter2000-05-121-0/+3
* This driver attempts to cache mbufs, and re-use them as headers insteadjlemon2000-05-121-0/+1
* Fix comment typo.asmodai2000-05-121-1/+1
* Use bus_space stuff except where it needs high performance.nyan2000-05-122-826/+618
* Use bus_space stuff except where it needs high performance.nyan2000-05-122-158/+164
* Fix the Alpha loader the rest of the way. If FICL is present inpeter2000-05-121-8/+8
* long != int on Alphas.bp2000-05-121-1/+2
* Add support for the DVD ioctl interface.ken2000-05-123-1/+1085
* Turn on USB support for most USB devices. udbp is not turned on sincejhb2000-05-122-30/+32
* Temporarily turn off the newreno flag until we can track down the knownjayanth2000-05-111-1/+1
* Adapt fdesc to be mounted on /dev/fd and remove fd, stdin, stdout andchris2000-05-114-878/+310
* Include the UID and GID values filled in by socreate() into socket->so_credchris2000-05-111-0/+3
* Include UID and GID information for stat() calls using the values filledchris2000-05-111-2/+3
* Only display the 'Disable PNP-OS BIOS option' message on the i386 arch.jhb2000-05-114-0/+8
OpenPOWER on IntegriCloud