summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-04-14Fixed a few the-the misspellings in comments. Skipped a bunch in binutils,gcc...Janne Johansson
2009-04-14Oops, this comment change should not have been commited. What itOwain Ainsworth
2009-04-14The use of uvm.pagedaemon_lock is incredibly inconsistent. only aOwain Ainsworth
2009-04-14syncTheo de Raadt
2009-04-14Correctly handle the case when state might be NULL in pf_test likeAlexander Yurchenko
2009-04-14Route costs can be safely stored in one byte.Michele Marchetto
2009-04-14Convert sis(4) to MCLGETI() and make soekris suck much less. With this theClaudio Jeker
2009-04-14initial implementation of package signatures, based on x509 certificates andMarc Espie
2009-04-14do not cache the computed TTAK unless MIC has been verified.Damien Bergamini
2009-04-14manpage bits for uvm_pglistalloc() changes.Owain Ainsworth
2009-04-14remove unused option character from getopt() optstring; ok markus@Kevin Steves
2009-04-14Convert the waitok field of uvm_pglistalloc to "flags", more will be added soon.Owain Ainsworth
2009-04-14Update to tzdata2009f from elsie.nci.nih.govTodd C. Miller
2009-04-14tweak TABLES;Jason McIntyre
2009-04-14enable ix(4).Jonathan Gray
2009-04-14Some tweaks to the cpu affinity code.Artur Grabowski
2009-04-14tweak OPTIONS; also there is no need to given an example of every "set"Jason McIntyre
2009-04-14Don't free an mbuf that's still on the TX queue. While there sanitize theMark Kettenis
2009-04-13explicitely say that package signatures contain run time dependenciesIngo Schwarze
2009-04-13Convert the page queue lock to a mutex instead of a simplelock.Owain Ainsworth
2009-04-13Ignore zero-sized regions from the BIOS memory map when reserving root PCIMark Kettenis
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