Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-10-24 | Remove ahc/ahd NetBSD compatibility defines unused since we started | Kenneth R Westerback | |
synching ahc/ahd directly with FreeBSD. | |||
2004-10-24 | unify device selection | Theo de Raadt | |
2004-10-24 | regen | David Gwynne | |
2004-10-24 | MA101 and MA101 revision B | David Gwynne | |
2004-10-24 | Missed file from previous aic diff. | Kenneth R Westerback | |
2004-10-24 | Shuffle defines around so that ahc and ahd use the aic_ names that | Kenneth R Westerback | |
come with the freebsd sources, rather than duplicating those names in the ahd_ and ahc_ namespaces. Big reduction in delta to freebsd sources, which reduces noise when updating the code. No .o differences found on i386. ok marco@. | |||
2004-10-24 | Minimize delta to FreeBSD in preparation for bringing in updates. | Kenneth R Westerback | |
Mostly using recently defined scsi_message.h defines, and new and existing aic7xxx_cam.h defines to eliminate magic numbers or name variations. A few whitespace revisions. If we aren't putting the code in KNF, no need to live with other whitespace modifications. ok marco@. | |||
2004-10-23 | sync | Theo de Raadt | |
2004-10-23 | If a uid or gid does not fit into into the tar header, issue a warning | Otto Moerbeek | |
and use the uid/gid of nobody. Spotted by and ok drahn@, ok millert@ | |||
2004-10-23 | Sparc->SPARC | Alexander Yurchenko | |
Amd->AMD ok ian@ | |||
2004-10-23 | Add support for passing the tag name in to the program specified by the | Todd C. Miller | |
loginfo file. From NetBSD. OK otto@ | |||
2004-10-23 | add subclass codes from the 2.3 spec | Brad Smith | |
From NetBSD ok jason@ deraadt@ | |||
2004-10-23 | beginning of update module: basic check that stuff we are replacing | Marc Espie | |
is still okay. | |||
2004-10-23 | system() method that stores command normal output so that we can show | Marc Espie | |
it at end of pkg install/deinstall... use for @exec/INSTALL stuff. | |||
2004-10-23 | store pkgname in shared items, so that delayed printing can be used | Marc Espie | |
(and use it). Optimisation: don't clone() directories | |||
2004-10-23 | clarify on SGI vs kernel disk numbering | Per Fogelstrom | |
2004-10-23 | configure() -> cpu_configure() | Michael Coulter | |
ok grange@ | |||
2004-10-23 | add missing braces, noticed by mcbride@ | Brad Smith | |
2004-10-23 | re-add old xl_encap_90xB() for 905B/C cards. removed in rev 1.52. | Brad Smith | |
fixes reported mbuf leaks as well as transmit side breakage on macppc, PR 3892. ok mcbride@ | |||
2004-10-22 | Remove option CPU hack, no changes in .o files. | Alexander Yurchenko | |
ok deraadt@ | |||
2004-10-22 | oups | Henning Brauer | |
2004-10-22 | in server mode reply with stratum from the peer that we currently prefer | Henning Brauer | |
plus one | |||
2004-10-22 | sparc does not have pci or cardbus, but sgi does | Theo de Raadt | |
2004-10-22 | a few new, a few gone | Per Fogelstrom | |
2004-10-22 | sync | Theo de Raadt | |
2004-10-22 | some Atmel devices | Theo de Raadt | |
2004-10-22 | xbowmux not yet | Per Fogelstrom | |
2004-10-22 | add some more wi devices found in netbsd and freebsd | Jonathan Gray | |
2004-10-22 | regen | Jonathan Gray | |
2004-10-22 | add some more wi devices found in netbsd and freebsd | Jonathan Gray | |
2004-10-22 | regen | Jonathan Gray | |
2004-10-22 | add id for Realtek 8180 based 802.11 devices | Jonathan Gray | |
2004-10-22 | KNF | Marco Peereboom | |
2004-10-22 | And add a license before theo kills me. | Marco Peereboom | |
2004-10-22 | Add mpt_ioctl.h file. | Marco Peereboom | |
2004-10-22 | Add: | Marco Peereboom | |
* bio ioctl interface * retrieval of manufacturing pages * retrieval of IOC pages * IM detection during boot This is the initial infrastructure to add IM/IME/IS support to the mpt driver. This is not extremely useful yet. Userland tool to follow. | |||
2004-10-22 | default pf rule too restrictive for IPv6 (need to allow NS/NA). deraadt ok | Jun-ichiro itojun Hagino | |
2004-10-21 | SIGFPE signal codes for SSE. | Mark Kettenis | |
nice deraadt@ | |||
2004-10-21 | Backout poll changes; the first mount gets an error for some reason. | Todd C. Miller | |
2004-10-21 | Move the cross glue from the root makefile to the toolchain's, | Alexander Yurchenko | |
allowing bulding cross-tools with new binutils and gcc3. ok drahn@ brad@ espie@ | |||
2004-10-21 | Temporary hack to make alpha build again. | Mark Kettenis | |
ok drahn@, deraadt@ | |||
2004-10-21 | Backport from lynx-2.8.6dev.7b to prevent a memory exhaustion from crashing | Anil Madhavapeddy | |
lynx while parsing pages such as: http://lcamtuf.coredump.cx/mangleme/gallery/lynx_die1.html Submitted by: Thorsten Glaser <tg at 66h.42h.de> | |||
2004-10-21 | Fix typo; from mpech@ | Todd C. Miller | |
2004-10-21 | sync | Theo de Raadt | |
2004-10-20 | Provide real console drivers on installation media, and deem pcons obsolete | Miod Vallat | |
(I still need to port a few SBUS video drivers from sparc to sparc64 for pcons to become really really unlikely used). GENERIC is just being reordered, RAMDISK* get the real additions, and it still fits even on the U1/1E/2 floppy disk. | |||
2004-10-20 | vr(4) now works out of the box and brings defenceless sparc64 in a new age | Miod Vallat | |
of misery, reported by Jean-Marc "Batou" Harang. | |||
2004-10-20 | defined in pcidevs now | Theo de Raadt | |
2004-10-20 | sync | Theo de Raadt | |
2004-10-20 | PRO/2200BG_3 | Theo de Raadt | |
2004-10-20 | CAPINFO_BITS from the current net/if_ieee80211.h header; fixes | Federico G. Schwindt | |
CHNL_AGILITY printing too. deraadt ok. |