summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-07-09remove more atalk bitsTheo de Raadt
2011-07-09Move test(1) test into regress.Nicholas Marriott
2011-07-09Update hibernate_populate_resume_pt to include new ranges that need to beMike Larkin
2011-07-09Adapt tests for extended-precision.Martynas Venckus
2011-07-09syncTheo de Raadt
2011-07-09delete the ld.so.hints file on the ramdisk, because I am worried aboutTheo de Raadt
2011-07-09Unbreak sysmerge(8) with 'disk' install media.Antoine Jacoutot
2011-07-09Call (temporarily, until we have RLE page encoding) uvm_pmr_zero_everythingMike Larkin
2011-07-09remove that rlimit code, rc.d and login classes do it much betterer theseHenning Brauer
2011-07-09Don't reimplement the same thing twice. OK matthew@.Martynas Venckus
2011-07-09syscall() can be a lot simpler on hpaa64.Mark Kettenis
2011-07-09Simplify sdmmc_scsi by using SCSI_NO_ADAPTER_TARGET.Matthew Dempsky
2011-07-09Fix fallout from my previous SCSI refactoring diff (movingMatthew Dempsky
2011-07-09Add an atomic compare and exchange operation dealing with addressesPaul Irofti
2011-07-09error messages goes to stderrAlexander Hall
2011-07-09Unused variable.Nicholas Marriott
2011-07-09Pass the right size to calloc (* not **).Nicholas Marriott
2011-07-09Extract hibernate_write_signature and hibernate_clear_signature to the MIMike Larkin
2011-07-09tee the output from rc.firsttime to /dev/tty before passing it to mail(1)Alexander Hall
2011-07-09Add support for the O_CLOEXEC and O_DIRECTORY flags introduced inMatthew Dempsky
2011-07-09Ask to install non-free firmwares at first bootAlexander Hall
2011-07-09welcome fw_update, which installs and/or updates non-free firmware forAlexander Hall
2011-07-09Extract MI pmap function hibernate_enter_resume_mapping, refactor old i386Mike Larkin
2011-07-09conditionally include extra source files on elf archs.Dale Rahn
2011-07-09begone, fucking rotten appletalk shit. ok roomHenning Brauer
2011-07-09stop installing netatalk headersHenning Brauer
2011-07-09rmove rotten netatalk bitsHenning Brauer
2011-07-09Unbreak most archs for the last commit. cut and paste changed rdsetrootDale Rahn
2011-07-09Kludge around sdmmc(4)'s poor design: replace "struct scsi_link *"Matthew Dempsky
2011-07-09Add SCSI_NO_ADAPTER_TARGET as a value for adapters to setMatthew Dempsky
2011-07-09Copied from hppa; should work for hppa64 as well.Mark Kettenis
2011-07-09Add zlib reset, alloc, and free functions for hibernate image compressionMike Larkin
2011-07-09KNFBob Beck
2011-07-09Document the newly added FOREACH_SAFE marcos.Paul Irofti
2011-07-09zap trailing whitespace;Jason McIntyre
2011-07-09Add FOREACH_SAFE() data structure companions.Paul Irofti
2011-07-09syncTheo de Raadt
2011-07-09mark an obsolete call with the release we killed it; reminded by teduTheo de Raadt
2011-07-09On hppa64 we need to use __gp instead of $global$.Mark Kettenis
2011-07-09syncTheo de Raadt
2011-07-09Remove COMPAT_25. The one piece moved by COMPAT_LINUX moves there.Theo de Raadt
2011-07-09Separate some MD and MI bits and a bit of refactoring to make subsequentMike Larkin
2011-07-09syncTheo de Raadt
2011-07-08make exiting the shell take you back to the inital promptAlexander Hall
2011-07-08el_set(EL_BIND) requires a NULL marker as the last argument.Nicholas Marriott
2011-07-08el_set with EL_BIND needs sentinel NULL. with help from nicmTed Unangst
2011-07-08Cleanup calculation of OpenBSD disklabel location on DPME partitions. The labelsKenneth R Westerback
2011-07-08do not discuss man pages which do not (yet) exist;Jason McIntyre
2011-07-08just don;t talk about the compat pages; suggested by/ok teduJason McIntyre
2011-07-08update man page for umsm(4)Yojiro Uo