Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-06-24 | Add cache operation functions pointers to struct cpu_info; the various | Miod Vallat | |
cache lines and sizes are already there, after all. The ConfigCache cache routine is responsible for filling these function pointers; cache routine invocation macros are updated to use the cpu_info fields, but may still be overriden in <machine/cpu.h> on platforms where only one set of cache routines is used. | |||
2012-06-24 | Nuke interface_link_status() (check media status only) and use | Kenneth R Westerback | |
interface_status() (check IFF_UP|IFF_RUNNING and media status). The interface is forced up when dhclient starts so the flags should be correct. Thanks to guenther@ for pointing out the original raison d'etre of the difference between the two. | |||
2012-06-24 | clean-up the mess: move modes into separate files, | Marc Espie | |
this makes dependencies more apparent. This should also speed libtool up a bit, since it won't load all the code all the time, but only the parts that are actually needed (to wit "compile mode" which is much smaller). okay jasper@ | |||
2012-06-24 | tweak previous (sorry matthieu, i should have spotted this earlier); | Jason McIntyre | |
2012-06-24 | Fix comment. Pointed out by Seth Wright (seth at crosse.org) | Philip Guenthe | |
2012-06-24 | Make the default SSL file locations match the ssl(8) man page for | Lawrence Teo | |
consistency. ok robert haesbaert henning | |||
2012-06-23 | Document that -Wsystem-headers is on by default. | Matthieu Herrb | |
ok pascal@, jmc@. | |||
2012-06-23 | Replace R5000 and R10000 family assembly cache routines with C equivalents, | Miod Vallat | |
which will be easier to maintain on the long run. Be sure to rm cache_r*.d in your kernel compile directories after updating. | |||
2012-06-23 | Fix ITLBNOPFIX macro definition on RM7000-capable kernels, and use it | Miod Vallat | |
in cp0_set_config() for consistency. | |||
2012-06-23 | sync | Theo de Raadt | |
2012-06-23 | There's no need to check for the last qTD of a list because they are | Martin Pieuchot | |
NULL-terminated. Part of a larger diff from Gerhard Roth | |||
2012-06-23 | Fix a bad copy/paste; when starting an isochronous transfer set the | Martin Pieuchot | |
first and last qTD pointers to NULL because only iTDs will be used. Part of a larger diff from Gerhard Roth | |||
2012-06-23 | Put back the non-controversial changes from r1.5 that I reverted on | Martin Pieuchot | |
r1.6 due to the key modifier change. In details: - Fix the backspace key under X11 - Always use the command key (58) as modifier in console for *all* European keyboards - Do not use the small enter key (52) as modifier in console for the fr, sg, and sv_nodead layouts. - Do not redefined keys that are inherited from the default layout (de, uk). ok shadchin@, miod@ | |||
2012-06-23 | add (currently failing) stackjmp regress test | Matthew Dempsky | |
2012-06-22 | Improve error messages when removing/recreating symlinks in the build dir | Philip Guenthe | |
ok deraadt@ | |||
2012-06-22 | add support for AF_INET6 to inet_net_pton() and inet_net_ntop() | Gilles Chehade | |
using inet_pton() and inet_ntop() as suggested by claudio ok claudio@ | |||
2012-06-22 | synch build after import | Marc Espie | |
2012-06-22 | import 3.7.13 | Marc Espie | |
okay jasper@ | |||
2012-06-22 | Add initial support for retransmition timeouts and response retries. | Mike Belopuhov | |
This should still be considered an experimental work in progress. | |||
2012-06-22 | decouple timer initialization from timer_register | Mike Belopuhov | |
2012-06-22 | sync | Theo de Raadt | |
2012-06-22 | Remove unused variable leftover from tab-completion changes. | Darren Tucker | |
From Steve.McClellan at radisys com, ok markus@ | |||
2012-06-22 | remove dead code following 'for (;;)' loops. | Darren Tucker | |
From Steve.McClellan at radisys com, ok markus@ | |||
2012-06-22 | 'ingnoring' -> 'ignoring' in a couple of note()'s. | Kenneth R Westerback | |
2012-06-22 | correct unconfig directories | Theo de Raadt | |
2012-06-22 | two changes which should improve realloc. first, fix zapcacheregion to | Ted Unangst | |
clear out the entire requested area, not just a perfect fit. second, use mquery to check for room to avoid getting an address we don't like and having to send it back. | |||
2012-06-22 | Two 'ioctl() < 0' -> 'ioctl() == -1'. guenther@ says they're odd. | Kenneth R Westerback | |
2012-06-22 | Set state to S_REBOOTING when calling state_reboot() and set state | Kenneth R Westerback | |
inside state_reboot() to S_INIT when calling state_init(). Rather than the other way around. Makes for more consistant idiom and might reduce state confusion. | |||
2012-06-21 | rfc 3542 obsoletes rfc 2292; ok guenther | Jason McIntyre | |
2012-06-21 | link copy.9 to kcopy.9 | Matthew Dempsky | |
2012-06-21 | Document kcopy() and add a note that copystr() does not return EFAULT | Matthew Dempsky | |
when it encounters an illegal address. Discussed with deraadt, guenther, and kettenis. | |||
2012-06-21 | Shuffle leave-tmpdir-backups up to correct place in alphabetic order. | lum | |
(the command name changed at one point from move-... -> leave-...) | |||
2012-06-21 | sync from mirrors.dat | Stuart Henderson | |
2012-06-21 | use regular i/o functions in the hibernate resume path. ahci(4) hibernate | Jonathan Matthew | |
i/o will not mix with regular i/o so it can only be used in the hibernate path. ok deraadt@ mlarkin@ | |||
2012-06-21 | Only allow the memory and mmio regions to be mmap()'ed at their real | Martin Pieuchot | |
addresses, remove the magic value to uniformize access to the mmio and doesn't map the unused pseudo-vga registers. While here simplify the console attachement logic and removed some unused global variables. Tested by matthieu@ and myself on various different G3 and G4 models. ok kettenis@ | |||
2012-06-21 | Add dumping of struct __tfork done by the revised __tfork syscall | Philip Guenthe | |
2012-06-21 | Actually enabling the __tfork compat code would be a Good Thing | Philip Guenthe | |
2012-06-21 | A piece of this is still needed | Theo de Raadt | |
2012-06-21 | Update to reflect API changes | Philip Guenthe | |
2012-06-21 | For now... libpthread is just a container directory, since all the new | Theo de Raadt | |
goop is in librthread. As a result, the top-level Makefile and shlib_version here are simply very confusing and tell lies. Remove them, and update the instructions in libc to not make my mistake again. ok guenther | |||
2012-06-21 | clean mac68k dribbles | Theo de Raadt | |
2012-06-21 | sync | Theo de Raadt | |
2012-06-21 | Regenerate | Philip Guenthe | |
2012-06-21 | __tfork() needs to set the stack address of the new thread in the kernel, | Philip Guenthe | |
so that it can't get a signal while still running on the parent thread's stack. Also, pass in sizeof(struct __tfork) to provide forward compat when more members are added. This is an ABI change, so switch syscall numbers and bump lib majors this time. ok deraadt@ matthew@ | |||
2012-06-21 | fix strlcpy truncation check. from carsten at debian org, ok markus | Darren Tucker | |
2012-06-20 | Corrent and expand passwd(5) HISTORY, | Ingo Schwarze | |
and apply some minor tweaks to group(5) HISTORY. All facts found on http://minnie.tuhs.org/cgi-bin/utree.pl ok jmc@ sobrado@ | |||
2012-06-20 | no more mac68k; ok schwarze | Jason McIntyre | |
2012-06-20 | Cancel all timeouts in state_reboot(), since we can get there from any state | Mark Kettenis | |
if a link state change happens. Fixes a problem where we'd continue to send (corrupted) discover packets after binding. ok krw@ | |||
2012-06-20 | move to 5.2-beta | Theo de Raadt | |
2012-06-20 | When i moved some low-level stuff from mdoc(7) and man(7) | Ingo Schwarze | |
to roff(7) some time ago, i forgot to adjust the cross-references. Reported by Tim van der Molen <tbvdm at xs4all dot nl>, thanks. ok jmc@ |