Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-12-04 | add /etc/dhcpd.conf to FILES; | Jason McIntyre | |
2004-12-04 | fix 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-04 | remove "route $hostname 127.0.0.1" line. deraadt ok | Jun-ichiro itojun Hagino | |
*** please update /etc/netstart and test if it works ok for you *** | |||
2004-12-03 | make reply() reentrant. fixes a signal race. | Moritz Jodeit | |
ok henning@ | |||
2004-12-03 | sync w/ zlib.h -r 1.8; | Jason McIntyre | |
2004-12-03 | When receiving a `Checked-in' response, update the Entries information | Jean-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-03 | First step towards proper bsd.rd documentation. Still lacks details in the | Miod Vallat | |
partitioning sequence for now. | |||
2004-12-03 | Handle files mode 750. | Tobias Weingartner | |
2004-12-03 | If the timestamp in the Entries file is larger than the file's | Jean-Francois Brousseau | |
timestamp, consider the file to be up to date. | |||
2004-12-03 | Rename variables to make more sense and fix a warning about assigning | Jean-Francois Brousseau | |
to a read-only location. | |||
2004-12-03 | do not use one struct timeout for the if congestion stuff, but embed | Henning 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-03 | remove commented reference to dead URL. | Jonathan Gray | |
2004-12-03 | remove reference to dead URL. | Jonathan Gray | |
2004-12-03 | URL of data sheet has changed. | Jonathan Gray | |
2004-12-03 | option MACOBIOVERBOSE is only useful on macppc | Martin Reindl | |
ok miod@ | |||
2004-12-03 | gnu -> GNU | Jonathan Gray | |
2004-12-03 | Don't need to set ifp->if_mtu as ether_ifattach does this for us. | Jonathan Gray | |
2004-12-03 | king bula sez: rot where the other crap rots shall these | Henning Brauer | |
2004-12-03 | Always attach intvid even if the monitor sense code seems wrong; this is | Miod Vallat | |
the case with non-Apple monitors connected with video adaptors. | |||
2004-12-03 | Kill mac68k *SBC kernels. Instead, build kernels with both sbc scsi flavours | Miod 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-03 | Invoke pdisk, not disklabel, on disks with MacOS partition information. | Miod Vallat | |
ok krw@ | |||
2004-12-03 | zlib-1.21 here too | Damien Miller | |
2004-12-03 | update 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-03 | this page documents zlib 1.2.1, not 1.1.4; | Jason McIntyre | |
2004-12-03 | various fixes for openssl x509; | Jason McIntyre | |
2004-12-02 | No need to provide an MDSETS for sgi. | Miod Vallat | |
2004-12-02 | * fix the duplicate prefix and duplicate unit parsing | Patrick Latifi | |
with suggestion & ok millert | |||
2004-12-02 | man tweaks; | Jason McIntyre | |
discussed w/ jfb@ | |||
2004-12-02 | Default to A/UX partition type for OpenBSD newly created partitions on mac68k. | Miod Vallat | |
ok drahn@ | |||
2004-12-02 | pdisk on the ramdisk | Miod Vallat | |
2004-12-02 | move IPL setup to intr.c | Martin Reindl | |
ok miod@ >From: NetBSD | |||
2004-12-02 | group paragraphs more logically; | Jason McIntyre | |
suggested by michael knudsen; | |||
2004-12-02 | - fix SEE ALSO | Jason McIntyre | |
- whitespace | |||
2004-12-02 | gnu -> GNU; | Jason McIntyre | |
from michael knudsen; ok espie@ | |||
2004-12-02 | update for denmark; | Jason McIntyre | |
from michael knudsen; ok mickey@ | |||
2004-12-02 | king bula sez: in Attic/ you shall rot | Henning Brauer | |
2004-12-02 | Redirected to /dev/null | Henning Brauer | |
2004-12-02 | Restart waitpid() if we are interupted by a signal. OK deraadt@ | Todd C. Miller | |
2004-12-02 | option DISABLE_EXT_CACHE is not used anymore. | Miod Vallat | |
2004-12-02 | big time httpd cleanup | Henning 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-02 | We do not support 2MB machines, so don't bother taking them into account | Miod Vallat | |
in allocsys(). | |||
2004-12-02 | Make 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-02 | Fix 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-02 | This commit is brought to you by the brand new improved and better tasting | Jean-Francois Brousseau | |
OpenCVS commit code. | |||
2004-12-02 | Add quotes to unconfuse pkg_create error message. | Marc Espie | |
2004-12-02 | cvs_logmsg_get() now accepts a list of files that it is getting the | Jean-Francois Brousseau | |
message for and displays those files in the commented part of the log message | |||
2004-12-02 | Add cvs_file_copy() to create a copy of a file structure. | Jean-Francois Brousseau | |
This will be used in the commit code. | |||
2004-12-02 | Oops, repair *SBC kernels. | Miod Vallat | |
2004-12-02 | Document -q and -h options, noticed by Matt Peterson <matt@eff.org>. | Alexander Yurchenko | |
With a help from jmc@. | |||
2004-12-02 | Add pci_decompose_tag() for sparc64. | Brad Smith | |
From NetBSD ok deraadt@ |