summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-01-06In the new PIE world, all dynamic binaries (for instance those foundTheo de Raadt
2014-01-06we do not need apm or apmd on the install media, that is sillyTheo de Raadt
2014-01-06Disable the code disabling memory beyond 1.5GB on Octane temporarily, butMiod Vallat
2014-01-06Use the dedicated BCD macros from sys/time.h instead of handrollingPaul Irofti
2014-01-06Another 25% speedup for mandocdb(8) -Q mode, found with gprof(1).Ingo Schwarze
2014-01-06typoMiod Vallat
2014-01-06Fix sparc64 kernel profiling, add the etext symbol back.Tobias Ulmer
2014-01-06Remove mention of installXX not bootable on IP27/35.Miod Vallat
2014-01-06Rework the setup of the bootable installation cd-rom (installXX.iso) toMiod Vallat
2014-01-06In readsgilabel(), do not override the driver-provided initial geometry withMiod Vallat
2014-01-06Do not sync to disk after each individual manual page (duh!),Ingo Schwarze
2014-01-06syncMiod Vallat
2014-01-06syncMiod Vallat
2014-01-06Put PG_EXEC and PG_FOE into the PG_PROT mask, and make sure the defaultMiod Vallat
2014-01-06Remove I-sync stuff from pmap_changebit(). The AARM says that weMiod Vallat
2014-01-06syncTheo de Raadt
2014-01-06Program window #2 to allow the second GB of low memory to use direct DMA;Miod Vallat
2014-01-06Make macppc/socppc boot() code path more similar to others.Masao Uebayashi
2014-01-06Fix mandocdb(8) -d and -u.Ingo Schwarze
2014-01-06Increase NPTECL, as cache-lines are 64-bytes nowadays.Stefan Fritsch
2014-01-06Rename dbindex() to dbadd() to be less confusing.Ingo Schwarze
2014-01-06Make in6_ifdetach() remove the ff01::1 route for the detaching interface, too.Stefan Sperling
2014-01-06fgetln may return incomplete lines (Tobias Stoeckmann <tobias@stoeckmann.org>)Marc Espie
2014-01-06add a proper test for error message location as well.Marc Espie
2014-01-06turn mk34 into a proper full-fledged test.Marc Espie
2014-01-06Suff_FindDeps must happen before SuffExpandChildren (expand_all_children)Marc Espie
2014-01-06this actually requires a comment. I would never have figured it out ifMarc Espie
2014-01-06fix error messages, avoid dereferencing null pointers.Marc Espie
2014-01-06Recognize the ALC292Brad Smith
2014-01-06Remove the redundant "file" column from the "mlinks" table.Ingo Schwarze
2014-01-06Drop Nd from the mpages table, it is still in the keys table.Ingo Schwarze
2014-01-06tedu unused macro.Marc Espie
2014-01-06Joerg Sonnenberger contributed copyrightable amounts of text toIngo Schwarze
2014-01-06Mention tmpfsBrad Smith
2014-01-05regenBrad Smith
2014-01-05Add Realtek RTS5227Brad Smith
2014-01-05don't whine about octal numbers > 2^32. They're not portable, butMarc Espie
2014-01-05HIBERNATE_SELTABLE is not used anymore. Remove, and reclaim its stolenMike Larkin
2014-01-05Fix one case where a non-literal is used as format string.Ingo Schwarze
2014-01-05Merge NetBSD rev. 1.4:Ingo Schwarze
2014-01-05missing newline on error messageTheo de Raadt
2014-01-05Add an option -Q (quick) to mandocdb(8)Ingo Schwarze
2014-01-05Don't use the first 64KB for anything, including tramps. Move tramps andMike Larkin
2014-01-05Hook installboot into the build.Joel Sing
2014-01-05Add initial man page for installboot.Joel Sing
2014-01-05On some architectures you can get away with using an uninitialised mutex;Joel Sing
2014-01-05Cleanup some leftovers from previous changes.Miod Vallat
2014-01-05document -DFW_UPDATE/@option firmwareMarc Espie
2014-01-05have -DFW_UPDATE set @option firmware on downloaded firmwares.Marc Espie
2014-01-05comma previous;Jason McIntyre