summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-12-31missing full stop in previous;Jason McIntyre
2012-12-31Spell `calculation' correctly.Miod Vallat
2012-12-31simple optimization: if we're already erroring out, there's totally noMarc Espie
need to compute those pesky checksums.
2012-12-31document post-install hooksMarc Espie
2012-12-31Remove GLIBC_DYNAMIC_LINKER which is only relevant for Linux.Brad Smith
ok miod@
2012-12-31update currency exchange rates;Jason McIntyre
2012-12-31Make use of OPENBSD_OS_CPP_BUILTINS_COMMON here as well.Brad Smith
ok miod@
2012-12-31Remove emulation errno mapping code from platforms that no longer havePhilip Guenther
non-native emulations. ok miod@
2012-12-31Eliminate orig_errno, which could be uninitialized in one case, by doingPhilip Guenther
the emulation errno mapping directly into the register in the trapframe. Range check the value in that case to guarantee there isn't an out-of-bounds array access. Uninitialized variable issue pointed out by David Hill. Range check suggested by matthew@ ok miod@
2012-12-31Declare ucom as a DV_TTY class device, not DV_DULL; Alexander PolakovMiod Vallat
2012-12-31List ucycom as a serial interface, not a human interface device.Miod Vallat
2012-12-30Prevent a branch-with-delay-slot instruction to be the delay slot of a previousMiod Vallat
branch-with-delay-slot instruction, in the 88100 exception code path, in kernels configured without DDB. This is undefined behaviour, but we have apparently be lucky enough since RAMDISK is known to work on 88100.
2012-12-30Stop including other files in m88k/openbsd.h; instead specific the complete listMiod Vallat
of files to include, in proper order, as tm_file at configure time. This requires openbsd.h to be split, as also encountered on other platforms, and will make further work easier. No functional change introduced.
2012-12-30add Radeon HD4550Jonathan Gray
from/tested by James Ballantine
2012-12-30Provide proper ldexp{f,l} aliases to scalbn{f,l} to match the MI (ld80) code.Miod Vallat
2012-12-30In sysctl_proc_cwd(), vref() the target proc's fd_cdir before callingPhilip Guenthe
malloc(), so that it can't exit and be freed if we sleep. (another sparc.p nightmare test case) ok beck@, phessler@
2012-12-29remove unused .Pp;Jason McIntyre
2012-12-29siderealhour is measured in terms of siderealday, not "sidereal day";Jason McIntyre
from Alan Barrett, netbsd fix -r1.16;
2012-12-29make sure the entry from tree_src_tracking is still in the pool;Markus Friedl
fixes nat with sticky address and ip address change on pppoe(4) for example; ok henning@, zinke@; mikeb@
2012-12-29reset the counter in case its current value has been removedMarkus Friedl
from the pool (e.g. ifconfig em0 1.2.3.4 -alias) ok henning@, mikeb@
2012-12-29Keep mfs from potentially consuming the entire buffer cache if it getsBob Beck
behind. ok jsing@
2012-12-29pass pf_pool directly to pfr_pool_get(); simplifies the API;Markus Friedl
ok henning@, zinke@, mikeb@
2012-12-29Make HUP to either one of the processes cause a restart that willKenneth R Westerback
have dhclient re-read dhclient.conf and get a new lease. Constrain the filename passed to '-l' (alternate dhclient.lease.if location) to be a regular file for the moment. Original suggestion from phessler@. Feedback from deraadt@ and espie@.
2012-12-29Fix exit status when there is an error reading a file.Todd C. Miller
Reported by Jeramey Crawford, fix adapted from FreeBSD. OK guenther@
2012-12-28Allow the relayd regression tests to run the relayd on a differentAlexander Bluhm
host from client and server. Real TCP connections not running on localhost provide a different timing uncovering more bugs.
2012-12-28change the malloc(9) flags from M_DONTWAIT to M_NOWAIT; OK millert@Gleydson Soares
2012-12-28Respect locale for ctype purposes, e.g. display ISO Latin 1 characters;Christian Weisgerber
ok stsp@ reyk@ Document that multi-byte character sets are not supported; from stsp@
2012-12-28base on landry's remarks, stuff like .libs* and partial* shouldn't everMarc Espie
have manual annotation markers. (the read part is there for legacy, as some stuff is already written back that way. Eventually, no .libs* will have @option manual-install left).
2012-12-28Avoid spinning in the cleaner when there are insufficient clean pages, butJoel Sing
there are no buffers on the dirty queue to clean. ok beck@
2012-12-27diff-buffer-with-fileFlorian Obser
input gsoares@, Sunil Nimmagadda, jasper@ ok jasper@, benno@
2012-12-27Move code for shell-command-on-region around to make pipeio() usableFlorian Obser
in other functions. ok jasper@, benno@
2012-12-27add a FILES section; requested by Maximo PechJason McIntyre
2012-12-26Nuke commons.Miod Vallat
2012-12-26Actually invoke the system call in libc's sigreturn() wrapper; went unnoticedMiod Vallat
for 15 years or so (sigcode, of course, was correct).
2012-12-26correction of the SRCDIR checkRobert Peichaer
2012-12-26Update to sendmail 8.14.6Todd C. Miller
2012-12-26Combine almost identical code for fetching and checking of theRobert Peichaer
etcXX.tgz/xetcXX.tgz sets into a more generic function get_sets(). Move the SRCDIR check into the getopts while-loop as well. ok ajacoutot@ halex@
2012-12-25Fix longstanding bug in FRAME_POINTER_REQUIRED; unless -fomit-frame-pointerMiod Vallat
is used, a frame pointer is required for all non-leaf functions, and for leaf functions unless -momit-leaf-frame-pointer is specified. Also, a frame pointer is mandatory when profiling. This used to be mostly harmless with gcc 2.95, but is required with gcc 3 to get profiling to work.
2012-12-25Define INCOMING_RETURN_ADDR_RTX and DWARF_FRAME_RETURN_COLUMN to allow forMiod Vallat
DWARF debugging information to be produced, but define DWARF2_UNWIND_INFO to zero to prevent it from being output yet. This exposes dire weaknesses in the way the dwarf unwinder recognizes stack frame setup instructions, so borrow code from rs6000 to rewrite and annotate them as dwarf-edible instructions. No functional change intended - although this enables one more optimization code path in gcc.
2012-12-25Add GENERIC.MPMiod Vallat
2012-12-25replace one grep with awk patterns and simplify another using -qRobert Peichaer
ok ajacoutot@
2012-12-25Report macro names for the second argument to shutdown(), getrusage(),Philip Guenthe
pathconf(), and fpathconf(), and for poll()'s INFTIM. When open()'s flag arg doesn't include O_CREAT, don't show the third argument unless th e-n option is given. Ditto for fcntl()'s F_GETFD and F_GETFL ops. Show sysctl()'s KERN_PROC_KTHREAD as "kthread". ok otto@
2012-12-24Fix compilation with POOL_DEBUG but !DDBPhilip Guenthe
ok jsing@ krw@ mikeb@
2012-12-24In acpiioctl(), Return though the splx() path if suser() returns an errorPhilip Guenthe
ok deraadt@
2012-12-24Register cleanup handler passed by ld.so with atexit(3).Mark Kettenis
tested by benno@
2012-12-24Register cleanup handler passed by ld.so with atexit(3). Fix stack alignment.Mark Kettenis
ok guenther@
2012-12-24simplify things by using shell patternsRobert Peichaer
ok ajacoutot@ halex@
2012-12-24add some clues for people who want to run full bulksMarc Espie
2012-12-24Add ^ and $ special command targets to select lowest and highestNicholas Marriott
numbered windows, from Raghavendra D Prabhu.
2012-12-24Add -T option to select-window to toggle to last window if alreadyNicholas Marriott
current, from Raghavendra D Prabhu.