Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-10-06 | Typo. | Miod Vallat | |
2001-10-06 | - use the new m4.common shared instructions. | Miod Vallat | |
- try to have consistent order, across arches, in the list of possible installation media. - alpha can't install over nfs, but macppc can. | |||
2001-10-06 | - add more macros, for common texts usually found in arch/xfer. | Miod Vallat | |
- unobfuscate the tape installation notes - no need to tell the user ``if your tape was bootable, do this'' on arches where you can't boot from tape. - in the upgrade instructions, tell people it's better to upgrade all their sets and not just base; and strongly advise them to merge etc asap. People upgrading to 3.0 and having trouble with, say, sendmail will have no excuse. - add more comments to explain this whole mess. | |||
2001-10-06 | Remove MSDOSFS support from the ramdisk. | Miod Vallat | |
2001-10-06 | 2face version of boot icon. | Dale Rahn | |
2001-10-06 | More sparc64 manual pages. | Miod Vallat | |
Most of these are modified sparc manpages, except for gem.4 which is new, and probably not correct, but jason@ wants it to be in the tree before he modifies it. | |||
2001-10-06 | We must read the SROM ahead of time for all ADMtek-based PCI cards; based on | Aaron Campbell | |
patch from ckuethe@pyxis.cns.ualberta.ca in PR/2102. At some point after 3.0 I must de-cruftify the dc(4) matching code to avoid such errors. :( | |||
2001-10-06 | sync | Aaron Campbell | |
2001-10-06 | More TI FireWire products. | Aaron Campbell | |
2001-10-06 | unify hostkey check error messages, simplify prompt. | Markus Friedl | |
2001-10-06 | regression test for last buglet. Thanks Dale. | Marc Espie | |
2001-10-06 | This PUTBACK must be protected against EOF. The others are fine. | Marc Espie | |
2001-10-06 | +isp at sbus | Jason Wright | |
2001-10-06 | add sbus frontend for isp | Jason Wright | |
2001-10-06 | fix typo in error message, sync with do_exec_nopty | Markus Friedl | |
2001-10-06 | remove unused argument | Markus Friedl | |
2001-10-05 | grr, I had this right to begin with... NOW X10 firecracker works. | Jason Wright | |
2001-10-05 | restore some of that dead code needed for dev/cons functionality | Michael Shalayeff | |
2001-10-05 | sync | Jason Wright | |
2001-10-05 | fix | Jason Wright | |
2001-10-05 | more | Theo de Raadt | |
2001-10-05 | Add bge(4) | Nathan Binkert | |
2001-10-05 | Avoid confustion | Nathan Binkert | |
2001-10-05 | Add a driver for the Broadcom BCM570x chips. (a.k.a. Tigon3). | Nathan Binkert | |
This driver supports the following cards: 3Com 3c996-T (10/100/1000baseTX) Dell PowerEdge 2550 integrated BCM5700 NIC (10/100/1000baseTX) SysKonnect SK-9D21 (10/100/1000baseTX) SysKonnect SK-9D41 (1000baseSX) From FreeBSD | |||
2001-10-05 | add manpage for bge(4) | Nathan Binkert | |
2001-10-05 | Differentiate between 1000baseT and 1000baseX. | Nathan Binkert | |
Add some support for gigabit control/status regs. | |||
2001-10-05 | autodetect modes, clean up, sync autoneg code with freebsd. Fixes problems | Nathan Binkert | |
that I had with bge | |||
2001-10-05 | Remove modes that should be autodetected | Nathan Binkert | |
2001-10-05 | use anegticks for phys that do their own autonegotiation timeout. | Nathan Binkert | |
2001-10-05 | man pages for the two cs4231 drivers (sbus & ebus) | Jason Wright | |
2001-10-05 | Register defines for the DSP | Nathan Binkert | |
2001-10-05 | pcidevs | Theo de Raadt | |
2001-10-05 | new | Theo de Raadt | |
2001-10-05 | define FPE_STATE so that DEBUG will compile | Jason Wright | |
2001-10-05 | pull in the usb stuff (doesn't quite work yet, though) | Jason Wright | |
2001-10-05 | unnecessary softc element | Jason Wright | |
2001-10-05 | install /usr/share/misc/countrycodes. ok deraadt@ | Matthieu Herrb | |
2001-10-05 | sync | Theo de Raadt | |
2001-10-05 | oops, forgot to implement TIOCMSET | Jason Wright | |
2001-10-05 | sync | Theo de Raadt | |
2001-10-05 | Powered by @mantoya: | Mike Pechkin | |
o) start new sentence on a new line; o) minor mdoc fixes; millert@ ok Tip of the day: www.mpechismazohist.com | |||
2001-10-05 | document missing options. ok deraadt@ | Jakob Schlyter | |
2001-10-05 | Extend the FIFO ui with the 'D A <level>' (to set all debug levels) and | Hakan Olsson | |
'D T' (to toggle all logging on and off) commands. niklas@ ok. | |||
2001-10-05 | More leftovers... | Miod Vallat | |
2001-10-05 | boot_sparc64(8) for, well, sparc64. | Miod Vallat | |
2001-10-05 | Fix bug in if_vlan which could cause crashes in timeouts and 'ifconfig -a' | Dale Rahn | |
ok niklas@ | |||
2001-10-05 | Missed this file; some more debug level fixes. | Hakan Olsson | |
2001-10-05 | Some more debug level fixes. | Hakan Olsson | |
2001-10-05 | Tweak a couple of debug levels. | Hakan Olsson | |
2001-10-05 | Document the skew argument to extent_alloc and extent_alloc_subregion. | Todd C. Miller | |
From NetBSD. |