Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-04-13 | Ignore zero-sized regions from the BIOS memory map when reserving root PCI | Mark Kettenis | |
bus address space. Fixes a problem reported by david@. | |||
2009-04-13 | The start of Origin 200 support. Based on some code contributed by pefo@ | Miod Vallat | |
some years ago for KL enumeration, building on the existing XBow support to limit ourselves to a single node for now. This is a work-in-progress; it currently lacks complete interrupt code, as well as PCI resource management. And there are likely bugs creeping inside. | |||
2009-04-13 | Also match on Uniqueware family 0x91, and correctly report the third byte | Miod Vallat | |
of the Ethernet address. | |||
2009-04-13 | Add missing option BOOT_CONFIG | Miod Vallat | |
2009-04-13 | Remove commented out debug options. | Miod Vallat | |
2009-04-13 | Add gcj java class registration hooks for gcc3 elf archs. From NetBSD | Kurt Miller | |
with minor differences. okay kettenis@ drahn@ | |||
2009-04-13 | sort OPTIONS; | Jason McIntyre | |
2009-04-13 | fix possessive; ok djm@ | Kevin Steves | |
2009-04-13 | document -w; ok espie wiz@netbsd | Jason McIntyre | |
2009-04-13 | Convert macros to functions to reduce kernel memory usage. | Bret Lambert | |
In snaps for a while (way too long, according to deraadt@) | |||
2009-04-13 | protypes in sndio.h make reference to struct pollfd; applications | Alexandre Ratchov | |
that don't use sys/poll.h, wont compile with gcc2. Fix this by declaring the pollfd structure spotted by and ok deraadt | |||
2009-04-13 | Add myself to AUTHORS list, as suggested by Thomas. | Marc Espie | |
Always cool to see email addresses @netbsd/@openbsd in the same program ;) | |||
2009-04-13 | A few tweaks: | Marc Espie | |
- display only section headers in warning messages if -w (asked by jmc@) - better fix option: have process_line return the processed line, and use that info. - return proper line for comments (noticed by Thomas Klausner) - let more code run always, only display warnings when wanted - sorting of see also should be case-insensitive (noticed by jmc@) | |||
2009-04-13 | Explicitly test whether the SUNW,start-cpu-by-cpuid interface is available | Mark Kettenis | |
instead of assuming it is. Makes sure we actually spin up the secondary CPUs on Serengeti machines with certain firmware revisions. Tested by Christophe Latt. | |||
2009-04-13 | Don't try to read or remove a non-existant /tmp/hosts file. This can | Kenneth R Westerback | |
happen if no interfaces are configured during an install. Noticed by jsing@. Diff from jsing@, only slightly tweaked. | |||
2009-04-13 | krw says comments only stripped when alone on a line | Theo de Raadt | |
2009-04-13 | Print the sets list in 3 columns. Some pathological case handling for | Theo de Raadt | |
extremely siteXX-stupidlonghostname.tgz files worked out with krw The shell script output is now substantially shorter than it was before and blind people will appreciate this in our next release. | |||
2009-04-13 | use the new ftp -T title mode to compress the install script output | Theo de Raadt | |
a bit more (and it is a lot prettier, too) ok krw | |||
2009-04-13 | add a "-T title" option to ftp; this is is used in progress bar mode to | Theo de Raadt | |
show which filename is being used. ok krw, mdoc repair from jmc | |||
2009-04-12 | document that no leading whitespace is permitted between the option and | Okan Demirmen | |
argument if the argument is deemed to be optional ('::'). feedback and ok jmc@ and millert@ | |||
2009-04-12 | regen | Mark Kettenis | |
2009-04-12 | regen | Mark Kettenis | |
2009-04-12 | Add /dev/mdesc. | Mark Kettenis | |
2009-04-12 | Implement /dev/mdesc, a device to read the machine description on sun4v | Mark Kettenis | |
(virtual) machines. | |||
2009-04-12 | restrict YP UID and GID ranges | Ingo Schwarze | |
from NetBSD and Debian via ajacoutot@ tweaks and documentation updates by myself with help from jmc@ OK ajacoutot@ jmc@ "move ahead" deraadt@ | |||
2009-04-12 | Interrupt support for IOC3 and its subdevices (currently limited to the | Miod Vallat | |
SuperIO part, the Ethernet part needs a whole driver); kernel now boot single user (or bsd.rd). Joint work with jsing@ | |||
2009-04-12 | Add code to prevent the MI pci code to cause IOC3 devices to freeze and | Miod Vallat | |
hog the bus, and also to fake a valid interrupt register. The IOC3 device is not a PCI device at all, but pretends to be one. Except its own registers overlap the PCI configuration space, and some flavours do not support disabling memory space in the control register, violating the PCI specs. Fun. | |||
2009-04-12 | Needs <machine/atomic.h> to compile. | Miod Vallat | |
2009-04-12 | Get com console global variables from <dev/ic/comvar.h> instead of declaring | Miod Vallat | |
them manually. | |||
2009-04-12 | Better constraints on the temporary register in atomic_{set,clear}bits_int. | Miod Vallat | |
2009-04-12 | run make depend for kernel, too; ok miod | Theo de Raadt | |
2009-04-12 | need nvram to link; ok miod | Theo de Raadt | |
2009-04-12 | Code assumed the certificate name to always match the interface name, even | Gilles Chehade | |
when a certificate name was explicitely provided. This would cause imsg to fatal() because with some configurations, it would look for the wrong name in the ssl tree and would fail to find the proper cert. issue spotted by Gregory Edigarov <gregory.edigarov@gmail.com>, I found the fix just a few minutes ago when I succeeded to reproduce the issue... | |||
2009-04-12 | When runner_check_loop() detects a mail loop, remove the envelope. This is | Gilles Chehade | |
only half of the problem solved, we need to generate a mailer daemon too. This fixes a bug in my smtpd where it would try to schedule a message, detect that it is a loop and not schedule it, then trying again at next queue walk ... | |||
2009-04-12 | Remove erroneous spaces. | Joel Sing | |
From brad | |||
2009-04-12 | Move code handling Machine Descriptions out of the cbus(4) driver. | Mark Kettenis | |
2009-04-12 | regen | Mark Kettenis | |
2009-04-12 | The Intel 21154 was incorrectly named S21154. | Mark Kettenis | |
2009-04-12 | Tweak pattern used to select partition lines for display so the | Kenneth R Westerback | |
'# /dev/r...' line is not selected. Noticed by deraadt@ | |||
2009-04-12 | when an error occurs while delivering a message with an empty envelope as a | Gilles Chehade | |
sender, do not try to generate a mailer daemon message for it. fixes a crash experienced by sthen@ that I could reproduce | |||
2009-04-12 | Better output (i.e. /etc instead of //etc) | Antoine Jacoutot | |
mostly from and ok sthen@ | |||
2009-04-12 | Treat /etc/hosts the same way as /etc/group and /etc/master.passwd: make | Antoine Jacoutot | |
it impossible to install a virgin one over the currently installed one. from Mitja Muzenic, with a tweak | |||
2009-04-12 | When in automode, sysmerge will now automatically install files | Antoine Jacoutot | |
that only differ by CVS Id (adapted from FreeBSD mergemaster) Ground work on the man page, from jmc@ * do not duplicate info * rewordings * move some stuffs around ok jmc@ sthen@ | |||
2009-04-12 | Run make depend before trying to build a RAMDISK kernel. | Joel Sing | |
ok deraadt@ | |||
2009-04-12 | No longer need '-f' or '-p' when displaying layout. A few patterns | Kenneth R Westerback | |
missed the '# size offset ...' line at the top of the partition list. | |||
2009-04-12 | When auto-allocating, check the size of the disk and display | Kenneth R Westerback | |
offset/size information in MB if the disk is <10G, and in GB otherwise. '-p' will override this default. | |||
2009-04-11 | Always display any mountpoint info available. Thus a simple -A will | Kenneth R Westerback | |
now show the planned mountpoint layout. ok deraadt@ | |||
2009-04-11 | Avoid dereferencing a null pointer when pf attempts to translate a | Joel Sing | |
specifically crafted IP datagram. Problem noted by Sebastian Rother. ok henning@ mcbride@ sthen@ | |||
2009-04-11 | fix two typos; "fine" jmc@ | Ingo Schwarze | |
2009-04-11 | use MANPS only for BSDSRCDIR; | Jason McIntyre | |