summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-04-13The start of Origin 200 support. Based on some code contributed by pefo@Miod Vallat
2009-04-13Also match on Uniqueware family 0x91, and correctly report the third byteMiod Vallat
2009-04-13Add missing option BOOT_CONFIGMiod Vallat
2009-04-13Remove commented out debug options.Miod Vallat
2009-04-13Add gcj java class registration hooks for gcc3 elf archs. From NetBSDKurt Miller
2009-04-13sort OPTIONS;Jason McIntyre
2009-04-13fix possessive; ok djm@Kevin Steves
2009-04-13document -w; ok espie wiz@netbsdJason McIntyre
2009-04-13Convert macros to functions to reduce kernel memory usage.Bret Lambert
2009-04-13protypes in sndio.h make reference to struct pollfd; applicationsAlexandre Ratchov
2009-04-13Add myself to AUTHORS list, as suggested by Thomas.Marc Espie
2009-04-13A few tweaks:Marc Espie
2009-04-13Explicitly test whether the SUNW,start-cpu-by-cpuid interface is availableMark Kettenis
2009-04-13Don't try to read or remove a non-existant /tmp/hosts file. This canKenneth R Westerback
2009-04-13krw says comments only stripped when alone on a lineTheo de Raadt
2009-04-13Print the sets list in 3 columns. Some pathological case handling forTheo de Raadt
2009-04-13use the new ftp -T title mode to compress the install script outputTheo de Raadt
2009-04-13add a "-T title" option to ftp; this is is used in progress bar mode toTheo de Raadt
2009-04-12document that no leading whitespace is permitted between the option andOkan Demirmen
2009-04-12regenMark Kettenis
2009-04-12regenMark Kettenis
2009-04-12Add /dev/mdesc.Mark Kettenis
2009-04-12Implement /dev/mdesc, a device to read the machine description on sun4vMark Kettenis
2009-04-12restrict YP UID and GID rangesIngo Schwarze
2009-04-12Interrupt support for IOC3 and its subdevices (currently limited to theMiod Vallat
2009-04-12Add code to prevent the MI pci code to cause IOC3 devices to freeze andMiod Vallat
2009-04-12Needs <machine/atomic.h> to compile.Miod Vallat
2009-04-12Get com console global variables from <dev/ic/comvar.h> instead of declaringMiod Vallat
2009-04-12Better constraints on the temporary register in atomic_{set,clear}bits_int.Miod Vallat
2009-04-12run make depend for kernel, too; ok miodTheo de Raadt
2009-04-12need nvram to link; ok miodTheo de Raadt
2009-04-12Code assumed the certificate name to always match the interface name, evenGilles Chehade
2009-04-12When runner_check_loop() detects a mail loop, remove the envelope. This isGilles Chehade
2009-04-12Remove erroneous spaces.Joel Sing
2009-04-12Move code handling Machine Descriptions out of the cbus(4) driver.Mark Kettenis
2009-04-12regenMark Kettenis
2009-04-12The Intel 21154 was incorrectly named S21154.Mark Kettenis
2009-04-12Tweak pattern used to select partition lines for display so theKenneth R Westerback
2009-04-12when an error occurs while delivering a message with an empty envelope as aGilles Chehade
2009-04-12Better output (i.e. /etc instead of //etc)Antoine Jacoutot
2009-04-12Treat /etc/hosts the same way as /etc/group and /etc/master.passwd: makeAntoine Jacoutot
2009-04-12When in automode, sysmerge will now automatically install filesAntoine Jacoutot
2009-04-12Run make depend before trying to build a RAMDISK kernel.Joel Sing
2009-04-12No longer need '-f' or '-p' when displaying layout. A few patternsKenneth R Westerback
2009-04-12When auto-allocating, check the size of the disk and displayKenneth R Westerback
2009-04-11Always display any mountpoint info available. Thus a simple -A willKenneth R Westerback
2009-04-11Avoid dereferencing a null pointer when pf attempts to translate aJoel Sing
2009-04-11fix two typos; "fine" jmc@Ingo Schwarze
2009-04-11use MANPS only for BSDSRCDIR;Jason McIntyre
2009-04-11honor MSG_DONTWAITJacob Meuser