Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-03-24 | Match documented rc.conf(5) flags. | Antoine Jacoutot | |
ok deraadt@ | |||
2013-03-24 | document default operation of identd; mentioned by creamy@nocrater.com | Theo de Raadt | |
2013-03-24 | dlerror() should not return const char *, as noted by landry | Theo de Raadt | |
ok guenther | |||
2013-03-24 | pstats is already 0, but the bonus = 0 belongs outside the pointer section | Ted Unangst | |
2013-03-24 | tic writes into /usr/share/terminfo not /usr/share/misc/terminfo, | Nicholas Marriott | |
pointed out by creamy at nocrater dot com. ok millert | |||
2013-03-23 | pull the suser check for sysctl pointers up higher, out of the loops. | Ted Unangst | |
hide a few more pointery things. ok deraadt | |||
2013-03-23 | wchan is no longer exposed, just check if wmesg is not empty. | Ted Unangst | |
(wmesg hasn't itself been a pointer since conversion to kinfo_proc.) noticed by sthen. ok deraadt jsing millert sthen | |||
2013-03-23 | Sync checksum flags with mbuf.h by renaming M_{TCP,UDP}V4_CSUM_OUT to | Lawrence Teo | |
M_{TCP,UDP}_CSUM_OUT. Also rename m_pkthdr.csum to m_pkthdr.csum_flags. Remove "/IPv4" from the descriptions of the M_{TCP,UDP}_CSUM_IN_* flags since they are also used to calculate TCP or UDP checksums over IPv6, such as on newer bge(4) chips (pointed out by naddy@). feedback/ok naddy, ok haesbaert jmc | |||
2013-03-23 | A small sprinking of #ifdef _KERNEL | Theo de Raadt | |
2013-03-23 | do not need udf_extern.h | Theo de Raadt | |
2013-03-23 | refactor sys/param.h and machine/param.h. A lot of #ifdef _KERNEL is added | Theo de Raadt | |
to keep definitions our of user space. The MD files now follow a consistant order -- all namespace intrusion is at the tail can be cleaned up independently. locore, bootblocks, and libkvm still see enough visibility to build. Checked on 90% of platforms... | |||
2013-03-23 | Avoid using DEV_BSHIFT, and use DEV_BSIZE instead. | Theo de Raadt | |
2013-03-23 | convert a DEV_BSHIFT use to DEV_BSIZE (this .h file is reused in | Theo de Raadt | |
in userland by libkvm) ok sthen | |||
2013-03-23 | avoid machine/param.h use | Theo de Raadt | |
2013-03-23 | Revert 1.138 and switch amd64, i386, arm, sh and sparc64 back to binutils 2.15. | Miod Vallat | |
2013-03-23 | Regenerate moduli file for next release. | Darren Tucker | |
2013-03-23 | Only regenerate host keys if they don't exist or if ssh-keygen has changed | Darren Tucker | |
since they were. Reduces test runtime by 5-30% depending on machine speed. | |||
2013-03-23 | rework the main loop so we can drop kmem privs a little later, | Ted Unangst | |
prepping for a coming kernel change. we need to call sysctl for all the procs to get their vmspace pointer, then we drop, then we go grovelling. ok deraadt | |||
2013-03-23 | Fix a bug in ld --gc-sections: it strips out .note sections, while | David Coppa | |
it should never do so. This can cause global constructors and destructors to not be executed at run-time, resulting in crashes and other strange behaviour. From FreeBSD: http://svnweb.freebsd.org/base?view=revision&revision=244600 This unbreaks building chromium with binutils-2.17 ok miod@, sthen@ | |||
2011-04-24 | Here comes the easter bunnytils 2.17 (the last version released against a | Miod Vallat | |
licence mere mortals can understand the terms of); will be connected to the build on an arch-by-arch basis. Testsuites and generated files have been intentionnaly omitted from this import. Peer pressure and ok from at least drahn@ pirofti@ deraadt@ | |||
2013-03-22 | Ignore client-identifier option in leases from a server. They're not supposed | Kenneth R Westerback | |
to be there! Instead, always record the client-identifier used to obtain the lease. Ignore recorded leases that have a different client-identifier than the one currently in force. If a client-identifier is not specified in the dhclient.conf file, construct one from the network type and MAC, like most other clients out there do these days. Thus, if one plugs in a different USB network adapter, renewing the previous lease (which upsets servers due to the MAC being different) is skipped and DISCOVER is attempted at once. Issue noted and fix tested by tedu@. | |||
2013-03-22 | RFC 2131 4.3.1 seems clear that a server MUST NOT include the | Kenneth R Westerback | |
client-identifier option in OFFER or ACK messages. So stop doing so. | |||
2013-03-22 | Move i915_gem_gtt_map_ioctl() from i915_drv.c to i915_gem.c and rename it | Mark Kettenis | |
to i915_gem_mmap_ioctl(). | |||
2013-03-22 | Add missing luna88k for 'make obj'. | Kenji Aoyama | |
ok miod@ | |||
2013-03-22 | Newer Thinkpads (x220, x230, t430) send a 0x6050 event whenever the brightness | Mark Kettenis | |
keys are used. Simply ignore this event. We have no use for it and the keys work just fine with the new inteldrm(4). ok mpi@, jsg@, otto@, jsg@ | |||
2013-03-22 | ARM Cortex A8 was defined twice, we don't need that. | Patrick Wildt | |
ok miod@ | |||
2013-03-22 | Use different setup functions for ARM9E and ARM10 to fix an undefined | Patrick Wildt | |
instruction fault on ARM9E caused by a coprocessor call. ok miod@ | |||
2013-03-22 | NBPG is spelled PAGE_SIZE | Theo de Raadt | |
2013-03-22 | Couple of fixes pointed out by jmc. | Nicholas Marriott | |
2013-03-22 | tweak previous; ok sthen | Jason McIntyre | |
2013-03-22 | there is no lower controllable lower bound for nkmempages | Theo de Raadt | |
2013-03-22 | decl's before code. please push to upstream. | Theo de Raadt | |
2013-03-22 | Add a load of miscellaneous pane formats, from George Nachman. | Nicholas Marriott | |
2013-03-22 | Add session_set_current helper function, extracted from a diff from | Nicholas Marriott | |
Aaron Jensen. | |||
2013-03-22 | Add -C and -J to capture pane to escape control sequences and to join | Nicholas Marriott | |
wrapped line, based on a diff from George Nachman. | |||
2013-03-22 | evbuffer_readline returns allocated storage, don't leak it. | Nicholas Marriott | |
2013-03-22 | Need to set clients in context before changing their reference count. | Nicholas Marriott | |
2013-03-22 | Clear last attributes after reset in string_cells, from George Nachman. | Nicholas Marriott | |
2013-03-22 | Fix so capture-pane/save-buffer can work in control clients, from George | Nicholas Marriott | |
Nachman. | |||
2013-03-22 | Add copy-pipe mode command to copy selection and also pipe to a command. | Nicholas Marriott | |
2013-03-22 | Add -e flag to capture-pane to include embedded ANSI SGR escape | Nicholas Marriott | |
sequences, from George Nachman. | |||
2013-03-22 | Don't use a target-client for stdout, just always cmdclient. | Nicholas Marriott | |
2013-03-22 | Remove unnecessary initializers of cmd_ctx. | Nicholas Marriott | |
2013-03-22 | This has no reason to pull in machine/param.h | Theo de Raadt | |
ok guenther | |||
2013-03-22 | load_cfg can actually use the same context now they are reference counted. | Nicholas Marriott | |
2013-03-22 | Add functions to allocate and free command contexts rather than doing it | Nicholas Marriott | |
all on the stack. | |||
2013-03-22 | sync | Theo de Raadt | |
2013-03-22 | port from ospfd/lsreq.c r1.20, ok claudio@ | Stuart Henderson | |
date: 2013/01/17 09:02:22; author: markus; state: Exp; lines: +4 -2 the peer might still send more DD messages, even if the RDE has processed all received DDs (dd_pending == 0), so we need to check for state != NBR_STA_XCHNG; ok claudio@ | |||
2013-03-22 | Allow use of an alternative control socket, ported from ospfd. ok claudio@ | Stuart Henderson | |
2013-03-22 | sync comment typos/whitespace with ospfd | Stuart Henderson | |