Age | Commit message (Expand) | Author |
2009-04-13 | The start of Origin 200 support. Based on some code contributed by pefo@ | Miod Vallat |
2009-04-13 | Also match on Uniqueware family 0x91, and correctly report the third byte | Miod Vallat |
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 |
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 |
2009-04-13 | protypes in sndio.h make reference to struct pollfd; applications | Alexandre Ratchov |
2009-04-13 | Add myself to AUTHORS list, as suggested by Thomas. | Marc Espie |
2009-04-13 | A few tweaks: | Marc Espie |
2009-04-13 | Explicitly test whether the SUNW,start-cpu-by-cpuid interface is available | Mark Kettenis |
2009-04-13 | Don't try to read or remove a non-existant /tmp/hosts file. This can | Kenneth R Westerback |
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 |
2009-04-13 | use the new ftp -T title mode to compress the install script output | Theo de Raadt |
2009-04-13 | add a "-T title" option to ftp; this is is used in progress bar mode to | Theo de Raadt |
2009-04-12 | document that no leading whitespace is permitted between the option and | Okan Demirmen |
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 |
2009-04-12 | restrict YP UID and GID ranges | Ingo Schwarze |
2009-04-12 | Interrupt support for IOC3 and its subdevices (currently limited to the | Miod Vallat |
2009-04-12 | Add code to prevent the MI pci code to cause IOC3 devices to freeze and | Miod Vallat |
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 |
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 |
2009-04-12 | When runner_check_loop() detects a mail loop, remove the envelope. This is | Gilles Chehade |
2009-04-12 | Remove erroneous spaces. | Joel Sing |
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 |
2009-04-12 | when an error occurs while delivering a message with an empty envelope as a | Gilles Chehade |
2009-04-12 | Better output (i.e. /etc instead of //etc) | Antoine Jacoutot |
2009-04-12 | Treat /etc/hosts the same way as /etc/group and /etc/master.passwd: make | Antoine Jacoutot |
2009-04-12 | When in automode, sysmerge will now automatically install files | Antoine Jacoutot |
2009-04-12 | Run make depend before trying to build a RAMDISK kernel. | Joel Sing |
2009-04-12 | No longer need '-f' or '-p' when displaying layout. A few patterns | Kenneth R Westerback |
2009-04-12 | When auto-allocating, check the size of the disk and display | Kenneth R Westerback |
2009-04-11 | Always display any mountpoint info available. Thus a simple -A will | Kenneth R Westerback |
2009-04-11 | Avoid dereferencing a null pointer when pf attempts to translate a | Joel Sing |
2009-04-11 | fix two typos; "fine" jmc@ | Ingo Schwarze |
2009-04-11 | use MANPS only for BSDSRCDIR; | Jason McIntyre |
2009-04-11 | honor MSG_DONTWAIT | Jacob Meuser |