Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-12-31 | missing full stop in previous; | Jason McIntyre | |
2012-12-31 | Spell `calculation' correctly. | Miod Vallat | |
2012-12-31 | simple optimization: if we're already erroring out, there's totally no | Marc Espie | |
need to compute those pesky checksums. | |||
2012-12-31 | document post-install hooks | Marc Espie | |
2012-12-31 | Remove GLIBC_DYNAMIC_LINKER which is only relevant for Linux. | Brad Smith | |
ok miod@ | |||
2012-12-31 | update currency exchange rates; | Jason McIntyre | |
2012-12-31 | Make use of OPENBSD_OS_CPP_BUILTINS_COMMON here as well. | Brad Smith | |
ok miod@ | |||
2012-12-31 | Remove emulation errno mapping code from platforms that no longer have | Philip Guenther | |
non-native emulations. ok miod@ | |||
2012-12-31 | Eliminate orig_errno, which could be uninitialized in one case, by doing | Philip 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-31 | Declare ucom as a DV_TTY class device, not DV_DULL; Alexander Polakov | Miod Vallat | |
2012-12-31 | List ucycom as a serial interface, not a human interface device. | Miod Vallat | |
2012-12-30 | Prevent a branch-with-delay-slot instruction to be the delay slot of a previous | Miod 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-30 | Stop including other files in m88k/openbsd.h; instead specific the complete list | Miod 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-30 | add Radeon HD4550 | Jonathan Gray | |
from/tested by James Ballantine | |||
2012-12-30 | Provide proper ldexp{f,l} aliases to scalbn{f,l} to match the MI (ld80) code. | Miod Vallat | |
2012-12-30 | In sysctl_proc_cwd(), vref() the target proc's fd_cdir before calling | Philip 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-29 | remove unused .Pp; | Jason McIntyre | |
2012-12-29 | siderealhour is measured in terms of siderealday, not "sidereal day"; | Jason McIntyre | |
from Alan Barrett, netbsd fix -r1.16; | |||
2012-12-29 | make 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-29 | reset the counter in case its current value has been removed | Markus Friedl | |
from the pool (e.g. ifconfig em0 1.2.3.4 -alias) ok henning@, mikeb@ | |||
2012-12-29 | Keep mfs from potentially consuming the entire buffer cache if it gets | Bob Beck | |
behind. ok jsing@ | |||
2012-12-29 | pass pf_pool directly to pfr_pool_get(); simplifies the API; | Markus Friedl | |
ok henning@, zinke@, mikeb@ | |||
2012-12-29 | Make HUP to either one of the processes cause a restart that will | Kenneth 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-29 | Fix 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-28 | Allow the relayd regression tests to run the relayd on a different | Alexander Bluhm | |
host from client and server. Real TCP connections not running on localhost provide a different timing uncovering more bugs. | |||
2012-12-28 | change the malloc(9) flags from M_DONTWAIT to M_NOWAIT; OK millert@ | Gleydson Soares | |
2012-12-28 | Respect 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-28 | base on landry's remarks, stuff like .libs* and partial* shouldn't ever | Marc 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-28 | Avoid spinning in the cleaner when there are insufficient clean pages, but | Joel Sing | |
there are no buffers on the dirty queue to clean. ok beck@ | |||
2012-12-27 | diff-buffer-with-file | Florian Obser | |
input gsoares@, Sunil Nimmagadda, jasper@ ok jasper@, benno@ | |||
2012-12-27 | Move code for shell-command-on-region around to make pipeio() usable | Florian Obser | |
in other functions. ok jasper@, benno@ | |||
2012-12-27 | add a FILES section; requested by Maximo Pech | Jason McIntyre | |
2012-12-26 | Nuke commons. | Miod Vallat | |
2012-12-26 | Actually invoke the system call in libc's sigreturn() wrapper; went unnoticed | Miod Vallat | |
for 15 years or so (sigcode, of course, was correct). | |||
2012-12-26 | correction of the SRCDIR check | Robert Peichaer | |
2012-12-26 | Update to sendmail 8.14.6 | Todd C. Miller | |
2012-12-26 | Combine almost identical code for fetching and checking of the | Robert 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-25 | Fix longstanding bug in FRAME_POINTER_REQUIRED; unless -fomit-frame-pointer | Miod 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-25 | Define INCOMING_RETURN_ADDR_RTX and DWARF_FRAME_RETURN_COLUMN to allow for | Miod 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-25 | Add GENERIC.MP | Miod Vallat | |
2012-12-25 | replace one grep with awk patterns and simplify another using -q | Robert Peichaer | |
ok ajacoutot@ | |||
2012-12-25 | Report 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-24 | Fix compilation with POOL_DEBUG but !DDB | Philip Guenthe | |
ok jsing@ krw@ mikeb@ | |||
2012-12-24 | In acpiioctl(), Return though the splx() path if suser() returns an error | Philip Guenthe | |
ok deraadt@ | |||
2012-12-24 | Register cleanup handler passed by ld.so with atexit(3). | Mark Kettenis | |
tested by benno@ | |||
2012-12-24 | Register cleanup handler passed by ld.so with atexit(3). Fix stack alignment. | Mark Kettenis | |
ok guenther@ | |||
2012-12-24 | simplify things by using shell patterns | Robert Peichaer | |
ok ajacoutot@ halex@ | |||
2012-12-24 | add some clues for people who want to run full bulks | Marc Espie | |
2012-12-24 | Add ^ and $ special command targets to select lowest and highest | Nicholas Marriott | |
numbered windows, from Raghavendra D Prabhu. | |||
2012-12-24 | Add -T option to select-window to toggle to last window if already | Nicholas Marriott | |
current, from Raghavendra D Prabhu. |