Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2013-04-03 | Set the stream orientation in open_{,w}memstream(). | 3 | -3/+19 | ||
Check it in the regress test ok mpi@ | |||||
2013-04-03 | Handle big time_t | 1 | -2/+2 | ||
ok deraadt@ | |||||
2013-04-02 | add comment for how EINPROGRESS is handled there. | 1 | -1/+6 | ||
2013-04-02 | Use __off_t instead of off_t to make this usable on its own even in our | 1 | -3/+3 | ||
default compilation environment. ok espie@, millert@, guenther@ | |||||
2013-04-02 | make sure we always point before the current offset. | 1 | -2/+2 | ||
spotted by matthew@ | |||||
2013-04-02 | Revert rev 1.21 to fix a race condition where multiple mkdir -p's trying | 1 | -11/+7 | ||
to create overlapping paths in parallel could error out. ok millert@ | |||||
2013-04-02 | Use macros sotoinpcb() and intotcpcb() instead of casts. Use NULL | 7 | -24/+23 | ||
instead of 0 for pointers. No binary change. OK mpi@ | |||||
2013-04-02 | better implementation for tcp_read() that can get the packet length in | 2 | -23/+35 | ||
multiple read. prodded by deraadt@ | |||||
2013-04-02 | - Have the tht(4) ioctl handler for SIOCSIFFLAGS set ENETRESET | 1 | -4/+6 | ||
instead of calling tht_iff() directly. - Add a comment in tht_up() about the use of tht_iff(). - Have tht_iff() set IFF_ALLMULTI when in promisc mode. ok dlg@ | |||||
2013-04-02 | Set the IFF_ALLMULTI flag as appropriate. | 1 | -6/+7 | ||
ok dlg@ | |||||
2013-04-02 | Get rid of SYSCALL_G7RFLAG. iIt's been deprecated for a long time already, | 2 | -7/+6 | ||
and we've started using %g7 as a per-thread register now. If you have any binaries left that use this flag they'll probably crash and burn! | |||||
2013-04-02 | Remove Evergreen ids people have incorrectly added to radeondrm. | 1 | -5/+1 | ||
There is currently no support for Evergreen/R800. ok mpi@ | |||||
2013-04-02 | change log format to fix warning | 1 | -3/+3 | ||
2013-04-02 | Instead of storing the link-level address of every interface in a global | 4 | -34/+20 | ||
array indexed by interface numbers, add a new field to the interface descriptor pointing to it. claudio@ and todd@ like it, ok mikeb@ | |||||
2013-04-02 | Let this work on gcc < 4, which don't accept /dev/null as a valid input file. | 1 | -10/+28 | ||
2013-04-02 | sync | 1 | -0/+2 | ||
2013-04-02 | Handle big time_t | 2 | -6/+6 | ||
ok deraadt@ | |||||
2013-04-02 | handle large time_t | 1 | -2/+5 | ||
2013-04-02 | Pull in <sys/_types.h> instead of <machine/_types.h> in prep for the future | 2 | -4/+4 | ||
ok deraadt@ | |||||
2013-04-02 | for parsing time values, fall back to atoll() for time_t | 1 | -2/+2 | ||
ok guenther | |||||
2013-04-02 | kill useless cast | 1 | -2/+2 | ||
2013-04-02 | handle larger time_t | 1 | -2/+2 | ||
ok guenther | |||||
2013-04-02 | handle large time_t in DEBUG code | 1 | -2/+2 | ||
2013-04-02 | handle time_t which is not u_int32_t | 1 | -3/+5 | ||
ok guenther | |||||
2013-04-02 | Use internal types instead of the old BSD u_int#_t types in the | 1 | -5/+5 | ||
standard portion of the header. Most of the diff from James Turner (james (at) calminferno.net) | |||||
2013-04-02 | Remove "/IPv4" from the comments of the M_{TCP,UDP}_CSUM_IN_* flags, | 1 | -5/+5 | ||
since they are also used for TCP or UDP checksums over IPv6 (originally pointed out by naddy@ when I was updating the mbuf(9) man page). ok bluhm claudio | |||||
2013-04-02 | tv_sec is not neccessarily the same type (or size) as time_t | 1 | -8/+6 | ||
ok guenther | |||||
2013-04-02 | Stop assuming time_t is long | 2 | -8/+8 | ||
ok deraadt@ | |||||
2013-04-02 | handle large time_t at least until 2038. then chaos breaks out. | 1 | -1/+3 | ||
ok guenther note to tedu: 2038 -> rwhod | |||||
2013-04-02 | Use a time_t variable with ctime() | 1 | -2/+2 | ||
ok deraadt@ | |||||
2013-04-02 | handle long time_t; ok guenther | 1 | -3/+5 | ||
2013-04-02 | Don't assume sizeof(time_t)==4 | 1 | -3/+4 | ||
ok krw@ | |||||
2013-04-02 | recognize and ignore power change event from newer thinkpads | 1 | -28/+22 | ||
group and sort ignored events ok deraadt | |||||
2013-04-01 | Allow raw IPv6 sockets for IPsec protocols. IPv4 does the same. | 1 | -7/+7 | ||
Ok claudio@ | |||||
2013-04-01 | There is no IPv6 default scope in OpenBSD. Remove leftovers. | 1 | -28/+1 | ||
No binary change. OK claudio@ | |||||
2013-04-01 | If more than one lookup line is found in resolv.conf, the latest one | 1 | -18/+9 | ||
takes precedence. Simplify code while there. suggested by deraadt@ | |||||
2013-04-01 | properly check for domain name truncation at various places and fail | 3 | -20/+30 | ||
if that happens. prodded by deraadt@ | |||||
2013-04-01 | When there are multiple groups of functions with their own #includes | 14 | -46/+55 | ||
listed, the #includes in each group are independent, so that users don't need to guess at possible carry-over. general idea ok otto@ millert@ actual diff ok jmc@ schwarze@ | |||||
2013-04-01 | Make ugen_get_cdesc() a generic function by renaming it to usbd_get_cdesc() | 3 | -45/+43 | ||
and move it to usb_subr.c. OK mpi@ | |||||
2013-04-01 | Build mips kernels with -G 0, to disable use of so-called `small' data and | 3 | -6/+6 | ||
bss sections. The current kernel linker script is not gp-friendly enough for that; and while gas 2.15 was not attempting to output gp-relative relocations for variables which might have ended up in .sdata or .sbss, gas 2.17 will, and the kernel will fail to link. To be improved eventually with a better kernel ld script putting the gp-addressable sections close enough to gp... and making sure kernel gp is reloaded in all the userland->kernel code paths which might need gp in the kernel. | |||||
2013-04-01 | Some firmware revisions on UltraSPARC T2 machines apparently insist on having | 1 | -3/+24 | ||
"rngs" and "rng" nodes in the Hypervisor machine description. | |||||
2013-04-01 | Do not expose the trap T_* values to userland, since they invade the | 7 | -17/+14 | ||
namespace a bit much. These are the names for the value encoded in core.c_ucode or siginfo.si_trapno, but userland never looks directly and only cares about the abstract signal code. ok guenther |