Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-11-24 | remove a debug() that pollutes stderr on client connecting to a server | Damien Miller | |
in debug mode (channel_close_fds is called transitively from the session code post-fork); bz#1719, ok dtucker | |||
2010-11-24 | fix spelling in an error message | Stuart Henderson | |
2010-11-24 | malloc the temporary struct pppx_if used in pppx_if_find (it's currently | Stuart Henderson | |
only called from pppx_del_session); lets an amd64 pppx kernel build (otherwise we hit excessive stack use warnings with -Werror). if this ends up being called more frequently in future, then dlg suggests making it static instead. ok claudio@ | |||
2010-11-23 | avoid NULL deref on receiving a channel request on an unknown or invalid | Damien Miller | |
channel; report bz#1842 from jchadima AT redhat.com; ok dtucker@ | |||
2010-11-23 | passing stack pointer to secondary processors | Takuya ASADA | |
2010-11-23 | Correct interrupt handling | Takuya ASADA | |
2010-11-23 | do not print the terminating null character after strings | Alexander Hall | |
ok deraadt@ | |||
2010-11-23 | regen | Kevin Lo | |
2010-11-23 | Recognize the Marvell PHYG65G Gig PHY; tested by Frans Haarman | Kevin Lo | |
From FreeBSD ok deraadt@ | |||
2010-11-23 | removed slot argument of function pckbc_cnattach | Alexandr Shadchin | |
because it is always PCKBC_KBD_SLOT ok krw@, miod@ | |||
2010-11-23 | use strict_modes already passed as function argument over referencing | Damien Miller | |
global options.strict_modes | |||
2010-11-22 | There is somewhere that WINDOW_HIDDEN is getting set when it shouldn't | Nicholas Marriott | |
be and I can't find it, but the flag itself is a useless optimisation that only applies to automatic-resize windows, so just dispose of it entirely. Fixes problems reported by Nicholas Riley. | |||
2010-11-22 | Remove old comment about constab[] being eventually generated by config(8). | Miod Vallat | |
This has never happened and this wouldn't make much sense on anything but hp300, if at all, nowadays. | |||
2010-11-22 | Use cons_decl() to get console routine prototypes, instead of rolling our own. | Miod Vallat | |
2010-11-22 | Remove bus_space_probe prototype, this function is not implemented. | Miod Vallat | |
2010-11-22 | Remove unused (and dummied) bios console routines. | Miod Vallat | |
2010-11-22 | Remove old pcons leftover defines. | Miod Vallat | |
2010-11-22 | Remove prototypes for missing (removed) functions or already found in a | Miod Vallat | |
MI header file. | |||
2010-11-22 | Remove unused VM_MAX_KERNEL_BUF define. | Miod Vallat | |
2010-11-22 | create devices for fstab entries that are using the disklabel UID notation too | Alexander Hall | |
ok krw@, jsing@ | |||
2010-11-22 | SCSI devices are assumed to be T_FIXED unless they say otherwise. | Kenneth R Westerback | |
cd(4) did not believe any T_FIXED device was its responsibility. Thus when a USB CD forgot to mention that it is T_REMOV, it appeared as uk(4). Make cd(4) accept even T_FIXED devices that claim to be T_CDROM or T_WORM. Noticed and fix tested by Rene Maroufi. Closes PR #6513. | |||
2010-11-22 | allow weird practices such as ftp_proxy='' instead of unset altogether | Marc Espie | |
because, apparently, that's what they do in the 3rd world. | |||
2010-11-22 | Update example disk partition info to more current reality. Noticed | Kenneth R Westerback | |
by and diff from Roberth via tech@. ok jmc@ | |||
2010-11-21 | adding timer randomness in ioctl doesn't really help and looks suspicious. | Ted Unangst | |
ok deraadt | |||
2010-11-21 | Refactor internals of private key loading and saving to work on memory | Damien Miller | |
buffers rather than directly on files. This will make a few things easier to do in the future; ok markus@ | |||
2010-11-21 | Properly handle when uhci_alloc_sqh() fails to allocate memory in | Matthew Dempsky | |
uhci_device_setintr(). ok jakemsr@ | |||
2010-11-21 | honour $TMPDIR for client xauth and ssh-agent temporary directories; | Damien Miller | |
feedback and ok markus@ | |||
2010-11-21 | the posix regex mistake is here to stay. ok deraadt | Ted Unangst | |
2010-11-20 | throw some yields into the pf table code so it doesn't lock up the kernel. | Ted Unangst | |
ok deraadt henning | |||
2010-11-20 | typo | Miod Vallat | |
2010-11-20 | Change wsdisplay_kbdinput() to get an aray of keysym_t and a count, instead of | Miod Vallat | |
a single keysym_t at a time - this means tty sanity checks will only happen once. Introduce wsdisplay_rawkbdinput() for raw mode input, since raw input is a byte array. As a bonus this allows us to skip the `is this a KS_GROUP_Ascii value' test in that case. | |||
2010-11-20 | Replace all mentions of sc_base.me_dispdv with sc_displaydv. The latter is a | Miod Vallat | |
short #define for the former, and seeing both forms in this file is confusing. | |||
2010-11-20 | This is a first step towards getting rid of avail_start and avail_end in the | Miod Vallat | |
kernel, currently limited to low-hanging fruit: these variables were used by bus_dma to specify the range in which to allocate memory, back when uvm_pglistalloc() was stupid and would not walk the vm_physseg[]. Nowadays, except on some platforms for early initialization, these variables are not used, or do not need to be global variables. Therefore: - remove `extern' declarations of avail_start and avail_end (or close cousins, such as arm physical_start and physical_end) from files which no longer need to use them. - make them local variables whenever possible. - remove them when they are assigned to but no longer used. | |||
2010-11-20 | Make sure we do not overrun the memory ranges array, should the booter | Miod Vallat | |
give us more ranges than we expect. | |||
2010-11-20 | At first I intended to make this use mktemp for its temporary file, but since | Miod Vallat | |
we don't really use this script, let's rm it. ok deraadt@ millert@ | |||
2010-11-20 | Check uvm_km_alloc() return values; pmap_fork() will currently panic, | Miod Vallat | |
while i386_set_ldt() can fail gracefully. To be improved eventually. From mpech@ sometime ago. ok deraadt@ kettenis@ | |||
2010-11-20 | Remove unnecessary empty <machine/psl.h> files on arm-based platforms. | Miod Vallat | |
2010-11-20 | Do not attempt to include <machine/psl.h> when including this file from | Miod Vallat | |
assembly code (_KERNEL && _LOCORE) | |||
2010-11-20 | __attribute__((packed)) -> __packed. The ioprbs.c chunk was commented out, and | Miod Vallat | |
uncommenting it is intentional. ok deraadt@ | |||
2010-11-20 | Add CAVEATS section documenting error handling caveats. | Stefan Sperling | |
tweak and ok jmc, tedu | |||
2010-11-20 | Explain how to start a rebuild in a more obvious way and add an example. | Stefan Sperling | |
help and ok marco@ jsing@ jmc@ | |||
2010-11-20 | Missing splx() in hil_thread(). This turned out to be harmless due to the | Miod Vallat | |
way this code works (always ends up in tsleep eventually), but it never hurts to be correct. | |||
2010-11-20 | remove bs_list occurrences. fixes panic on destroy. | Federico G. Schwindt | |
ok from the m guild: mikeb@ miod@ mpf@ | |||
2010-11-20 | some more installboot cleanup from gapz@dud-t.org | Theo de Raadt | |
2010-11-20 | /tmp/cvsaGVL4U | Marc Espie | |
2010-11-20 | clean up cases of ;; | Theo de Raadt | |
2010-11-19 | typo; from ilya a. kovalenko <shadow () oganer ! net> | Mike Belopuhov | |
2010-11-19 | miscellanous->miscellaneous | Miod Vallat | |
2010-11-19 | mahine->machine | Miod Vallat | |
2010-11-19 | regen | Miod Vallat | |