summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2004-12-04add /etc/dhcpd.conf to FILES;Jason McIntyre
2004-12-04fix a signal race which could kill unrelated processes.Moritz Jodeit
signal handler could be interrupted by another instance of itself because it was used for multiple signals and only one signal was blocked. ok beck@ henning@
2004-12-04remove "route $hostname 127.0.0.1" line. deraadt okJun-ichiro itojun Hagino
*** please update /etc/netstart and test if it works ok for you ***
2004-12-03make reply() reentrant. fixes a signal race.Moritz Jodeit
ok henning@
2004-12-03sync w/ zlib.h -r 1.8;Jason McIntyre
2004-12-03When receiving a `Checked-in' response, update the Entries informationJean-Francois Brousseau
correctly. This fixes the problem caused by a commit not updating the information properly and subsequent commands generating a message similar to: Merging differences between 1.X and 1.Y into file file already contains the differences between 1.X and 1.Y
2004-12-03First step towards proper bsd.rd documentation. Still lacks details in theMiod Vallat
partitioning sequence for now.
2004-12-03Handle files mode 750.Tobias Weingartner
2004-12-03If the timestamp in the Entries file is larger than the file'sJean-Francois Brousseau
timestamp, consider the file to be up to date.
2004-12-03Rename variables to make more sense and fix a warning about assigningJean-Francois Brousseau
to a read-only location.
2004-12-03do not use one struct timeout for the if congestion stuff, but embedHenning Brauer
a struct timeout to struct ifqueue so that each one has its own - it is a per-queue thing. from chris pascoe
2004-12-03remove commented reference to dead URL.Jonathan Gray
2004-12-03remove reference to dead URL.Jonathan Gray
2004-12-03URL of data sheet has changed.Jonathan Gray
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@