Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-07-08 | Cleanup calculation of OpenBSD disklabel location on DPME partitions. The labels | Kenneth R Westerback | |
should go in the first block of the OpenBSD partition. Don't try to fake this out by tweaking the partition offset, which just confused other disklabel consumers. Problem noted on ppc@ by Mathieu Olivier some time ago. ok drahn@ | |||
2011-07-08 | do not discuss man pages which do not (yet) exist; | Jason McIntyre | |
2011-07-08 | just don;t talk about the compat pages; suggested by/ok tedu | Jason McIntyre | |
2011-07-08 | update man page for umsm(4) | Yojiro Uo | |
ok jsg@ | |||
2011-07-08 | add support for HUAWEI E1752 seriese modem | Yojiro Uo | |
ok jsg@ | |||
2011-07-08 | regen | Yojiro Uo | |
2011-07-08 | add HUAWEI E1752 | Yojiro Uo | |
ok jsg@ | |||
2011-07-08 | fix nfs pending writes, which were not handled correctly in the commit | Bob Beck | |
case. ok guenther@ thib@ | |||
2011-07-08 | regen | Yojiro Uo | |
2011-07-08 | add entry for YUBICO yubikey | Yojiro Uo | |
2011-07-08 | Move fabs(3) manual page from libm to libc, for consistency. The | Martynas Venckus | |
modf(3), frexp(3), ldexp(3), fpclassify(3) pages are in libc, too. | |||
2011-07-08 | Remove the stupid commented out fabs(3), frexp(3), and modf(3) | Martynas Venckus | |
entries and unused implementations. It is clear that this situation won't change. | |||
2011-07-08 | Alias modfl to modf. This goes together with the previous bump. | Martynas Venckus | |
2011-07-08 | Revert. | Martynas Venckus | |
2011-07-08 | Revert (leaving the complex math part alone). Some stuff is depending | Martynas Venckus | |
on this historical behavior; so we're stuck in this stupid situation. No cookie for me. | |||
2011-07-08 | Don't accidentally mask off the T_USER bit before calling trap(). | Mark Kettenis | |
At least mickey was as confused by the backwards hppa bit numbering as I am. | |||
2011-07-08 | Switch sparc to gcc4. No source upgrade possible (well, it obviously can be | Miod Vallat | |
done, but it's so tedious it will sing you to sleep, so we'll conveniently not bother documenting the steps), please upgrade from binary snapshots dated July 8th or more recent. Grunt work by kettenis@ who suffered a machine failure; ok deraadt@ | |||
2011-07-08 | Initial description of 'prio' keyword. | Ryan Thomas McBride | |
ok henning | |||
2011-07-08 | re-add ospfd/ospf6d support which got lost, and build scripts for them | Theo de Raadt | |
2011-07-08 | ensure that we won't enter an endless loop while iterating over | Mike Belopuhov | |
an address pool. problem found and solution tested by claudio. ok claudio, henning, "reads fine" to zinke | |||
2011-07-08 | First batch of converting SCSI HBAs from setting saa_targets and | Matthew Dempsky | |
saa_luns instead of adapter_buswidth and luns in the prototype link. ok dlg@, miod@ | |||
2011-07-08 | early daemons fit on a line | Theo de Raadt | |
2011-07-08 | Add regress tests for 'prio' keyword. | Ryan Thomas McBride | |
2011-07-08 | Do not continue to send data to suspended/locked clients or there will | Nicholas Marriott | |
be a huge rush of it after they are resumed/unlocked. The main output path was fine but status line updates and the terminal state reset code were missed. | |||
2011-07-08 | move the pflog0 setup to the pflogd script and only | Robert Nagy | |
do that if pf is actually enabled (rely on pfctl -si) requested by deraadt@ | |||
2011-07-08 | Allow the elf rdsetroot operation to function on 32 bit and 64 bit binaries. | Dale Rahn | |
Enables developers to build arm ramdisk kernels on amd64 archs OK deraadt@ 'looked fine' miod@ | |||
2011-07-08 | No need to set CFLAGS+=-DOPENSSL_IA32_SSE2 on amd64. Nothing uses it. | Marco Pfatschbacher | |
Small test by marco@ and md5 /usr/lib/libcrypto.so.19.0 agrees. | |||
2011-07-08 | Add F_DUPFD_CLOEXEC. | Matthew Dempsky | |
"Sure" deraadt@ | |||
2011-07-08 | Remove useless labels from copyin and copyout. | Paul Irofti | |
Noticed by matthew@, `go for it' guenther@. | |||
2011-07-08 | no reason to zero pages we are about to mark dirty | Ariane van der Steldt | |
2011-07-08 | Ensure all pages in pmemrange can be marked as dirty. | Ariane van der Steldt | |
It'd be a very bad idea to hand out dirty pages as zeroed, just because we came back from hibernate. No callers at the moment, will be called on hibernate resume path. | |||
2011-07-08 | unlink compat_aout, spotted by jmc | Ted Unangst | |
2011-07-08 | Remove COMPAT_OLDSOCK since no nothing sets MSG_COMPAT anymore. | Theo de Raadt | |
The song and dance for handling 16-bit af_family on big-endian machines remains untouched. ok claudio miod tedu guenther | |||
2011-07-08 | zap trailing whitespace; | Jason McIntyre | |
2011-07-08 | add -r to SYNOPSIS; | Jason McIntyre | |
2011-07-08 | Sort RC_DAEMONS. | Antoine Jacoutot | |
ok robert@ | |||
2011-07-08 | Only compile hibernate_machdep if option hibernate is set. | Ariane van der Steldt | |
Unbreaks i386 kernel build. ok mlarkin@ | |||
2011-07-08 | Ack, my last change used size_t for file offsets, but size_t is only | Matthew Dempsky | |
32-bit on 32-bit architectures; we need off_t to support >4GB vnd(4) images. Discovered by, tested, and ok bluhm@ | |||
2011-07-08 | surround splice structure with __BSD_VISIBLE (the right one, noticed by | Mike Belopuhov | |
bluhm, jasper and millert -- an epic fail on my side), style nits from deraadt, millert, ok guenther, kettenis, millert, ports tests by jasper | |||
2011-07-08 | Pull libm for fabs. | Martynas Venckus | |
2011-07-08 | tweak previous; | Jason McIntyre | |
2011-07-08 | Last part of pipex_{pppoe,l2tp,pptp}_input() are almost identical. | YASUOKA Masahiko | |
Integrate them into pipex_common_input(). ok hsuenaga@ | |||
2011-07-08 | Kill weak `cerror' alias, it's colliding with the userland namespace. Noticed | Miod Vallat | |
by guenther@ months ago, had to wait for a libc major bump. | |||
2011-07-08 | Support sending struct info to kdump. So far for struct stat and | Otto Moerbeek | |
struct sockaddress; mostly from freebsd. ok deraadt@ tedu@ nicm@ | |||
2011-07-08 | Support sending struct info to kdump. So far for struct stat and | Otto Moerbeek | |
struct sockaddress; mostly from freebsd. ok deraadt@ tedu@ nicm@ | |||
2011-07-08 | ext2fs is not really the most common linux filesystem. | Ted Unangst | |
2011-07-08 | Add support for tgmath--the type-generic math; now that both math | Martynas Venckus | |
and complex math routines are complete. OK kettenis@. | |||
2011-07-08 | sync | Theo de Raadt | |
2011-07-08 | Finalize work on complex math routines, now that we have the | Martynas Venckus | |
extended-precision support. Mostly from Cephes. | |||
2011-07-08 | COMPAT_43 does not do all it used to. COMPAT_AOUT is wholly useless. | Ted Unangst | |