Age | Commit message (Collapse) | Author | |
---|---|---|---|
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@ | |||
2004-12-02 | rev 1.126 | Brad 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-02 | rev 1.4 | Brad 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-02 | vge(4) on amd64 now | Peter Valchev | |
2004-12-02 | enable vge(4) and ciphy(4); ok deraadt | Peter Valchev | |
2004-12-02 | Vstat API changed slightly. Found out by fries@ | Marc Espie | |
2004-12-02 | wipe old .Xr's; ok espie@. | Xavier Santolaria | |
2004-12-02 | don't try to validate_plist if not needed at all. | Marc Espie | |
2004-12-02 | cosmetic: shows old and new package name, plus signatures. | Marc Espie | |
2004-12-02 | make sure we don't call Update::is_needed if we're not doing pkg_add -r. | Marc Espie | |
2004-12-01 | replace finer-grained spl locking in pfioctl() with a single broad lock | Daniel 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-01 | Much, 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-01 | Do not store preciouss data below the kernel stack, or they risk becoming | Miod Vallat | |
invisible and being lost... | |||
2004-12-01 | not all interfaces support mtu setting; | Jason McIntyre | |
ok tdeval@ miod@ nick@ | |||
2004-12-01 | fix dlsym(RTLD_NEXT,...) when called from the last shared object | Kurt Miller | |
loaded. ok drahn@ |