summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2004-12-03option MACOBIOVERBOSE is only useful on macppcMartin Reindl
ok miod@
2004-12-03gnu -> GNUJonathan Gray
2004-12-03Don't need to set ifp->if_mtu as ether_ifattach does this for us.Jonathan Gray
2004-12-03king bula sez: rot where the other crap rots shall theseHenning Brauer
2004-12-03Always attach intvid even if the monitor sense code seems wrong; this isMiod Vallat
the case with non-Apple monitors connected with video adaptors.
2004-12-03Kill mac68k *SBC kernels. Instead, build kernels with both sbc scsi flavoursMiod Vallat
compiled in, but one disabled, and use config -e to swap them and build the other kernels; saves valuable compile time. Add ramdisks into the build (at release time). Since we are moving to a bsd.rd installation, it is not necessary to put kernels in .tgz files anymore, so don't bother, and adjust installation script sets information accordingly.
2004-12-03Invoke pdisk, not disklabel, on disks with MacOS partition information.Miod Vallat
ok krw@
2004-12-03zlib-1.21 here tooDamien Miller
2004-12-03update to zlib-1.21 (we already have the CAN-2004-0797 security fixes)Damien Miller
"in it goes" deraadt@, in the near-total absence of feedback from others
2004-12-03this page documents zlib 1.2.1, not 1.1.4;Jason McIntyre
2004-12-03various fixes for openssl x509;Jason McIntyre
2004-12-02No need to provide an MDSETS for sgi.Miod Vallat
2004-12-02* fix the duplicate prefix and duplicate unit parsingPatrick Latifi
with suggestion & ok millert
2004-12-02man tweaks;Jason McIntyre
discussed w/ jfb@
2004-12-02Default to A/UX partition type for OpenBSD newly created partitions on mac68k.Miod Vallat
ok drahn@
2004-12-02pdisk on the ramdiskMiod Vallat
2004-12-02move IPL setup to intr.cMartin Reindl
ok miod@ >From: NetBSD
2004-12-02group paragraphs more logically;Jason McIntyre
suggested by michael knudsen;
2004-12-02- fix SEE ALSOJason McIntyre
- whitespace
2004-12-02gnu -> GNU;Jason McIntyre
from michael knudsen; ok espie@
2004-12-02update for denmark;Jason McIntyre
from michael knudsen; ok mickey@
2004-12-02king bula sez: in Attic/ you shall rotHenning Brauer
2004-12-02Redirected to /dev/nullHenning Brauer
2004-12-02Restart waitpid() if we are interupted by a signal. OK deraadt@Todd C. Miller
2004-12-02option DISABLE_EXT_CACHE is not used anymore.Miod Vallat
2004-12-02big time httpd cleanupHenning Brauer
this diff removes a lot of #ifdef'd stuff that is irrelevant for us. done by Daniel Ouellet after my advice. tested by many, ok miod@
2004-12-02We do not support 2MB machines, so don't bother taking them into accountMiod Vallat
in allocsys().
2004-12-02Make BUFCACHEPERCENT adjustable through UKC, like all other arches do.Miod Vallat
(This means twice as less buffers on hp300 with unmodified GENERIC kernels now)
2004-12-02Fix signal races for isatty(3) (calls ioctl(2)) and printf(3);Otto Moerbeek
save/restore errno. YY_FLUSH_BUFFER might still be a problem. Spotted by and ok deraadt@
2004-12-02This commit is brought to you by the brand new improved and better tastingJean-Francois Brousseau
OpenCVS commit code.
2004-12-02Add quotes to unconfuse pkg_create error message.Marc Espie
2004-12-02cvs_logmsg_get() now accepts a list of files that it is getting theJean-Francois Brousseau
message for and displays those files in the commented part of the log message
2004-12-02Add cvs_file_copy() to create a copy of a file structure.Jean-Francois Brousseau
This will be used in the commit code.
2004-12-02Oops, repair *SBC kernels.Miod Vallat
2004-12-02Document -q and -h options, noticed by Matt Peterson <matt@eff.org>.Alexander Yurchenko
With a help from jmc@.
2004-12-02Add pci_decompose_tag() for sparc64.Brad Smith
From NetBSD ok deraadt@
2004-12-02rev 1.126Brad Smith
Ignore CSR13, CSR14, CSR15 'Media Specific Data' registers for 21143 based cards which use SIA mode. This fixes 10mbit mode for ZNYX ZX346Q cards and other 21143 based cards. rev 1.108 Only use a SIA/SYM media info block if no MII block is detected. The submitter of PR 32118 told me that this patch also fixes autoselecting for znyx 4 port cards (10baseT, 100baseTX did work already). From FreeBSD ok deraadt@
2004-12-02rev 1.4Brad Smith
fix obvious past-o where the activity led register gets overwritten by the traffic meter led register rev 1.5 Keep track of what we set the interrupt mask to, rather than reading it from the chip. From NetBSD ok deraadt@
2004-12-02vge(4) on amd64 nowPeter Valchev
2004-12-02enable vge(4) and ciphy(4); ok deraadtPeter Valchev
2004-12-02Vstat API changed slightly. Found out by fries@Marc Espie
2004-12-02wipe old .Xr's; ok espie@.Xavier Santolaria
2004-12-02don't try to validate_plist if not needed at all.Marc Espie
2004-12-02cosmetic: shows old and new package name, plus signatures.Marc Espie
2004-12-02make sure we don't call Update::is_needed if we're not doing pkg_add -r.Marc Espie
2004-12-01replace finer-grained spl locking in pfioctl() with a single broad lockDaniel Hartmeier
around the entire body. this resolves the (misleading) panics in pf_tag_packet() during heavy ioctl operations (like when using authpf) that occur because softclock can interrupt ioctl on i386 since SMP. patch from camield@. ok mcbride@, henning@ and (presumably ;) bob@
2004-12-01Much, much, much less stack pressure when reading a disklabel.Miod Vallat
This is a temporary workaround which might live longer than initially expected.
2004-12-01Do not store preciouss data below the kernel stack, or they risk becomingMiod Vallat
invisible and being lost...
2004-12-01not all interfaces support mtu setting;Jason McIntyre
ok tdeval@ miod@ nick@
2004-12-01fix dlsym(RTLD_NEXT,...) when called from the last shared objectKurt Miller
loaded. ok drahn@