Age | Commit message (Expand) | Author |
2017-03-23 | Implement memory size and SMP CPU count NVRAM registers in the emulated | Mike Larkin |
2017-03-23 | Various i8253/i8254 implementation improvements - Fix an error that used | Mike Larkin |
2017-03-23 | Various mc146818 emulation fixes - don't block interrupts needlessly, and | Mike Larkin |
2017-03-23 | use proper return data size when doing PIC reads - don't clobber %eax | Mike Larkin |
2017-03-23 | set ps_noaction to not fork uneeded children when checking config with -n | Jonathan Gray |
2017-03-23 | Use explicit_bzero() to wipe out key material and add some sizes to free(). | Theo Buehler |
2017-03-22 | less verbose KERNEL OPTIONS section; help/ok sthen | Jason McIntyre |
2017-03-22 | kill Tn; | Jason McIntyre |
2017-03-22 | Fix syntax of example route command. | Alexander Bluhm |
2017-03-22 | simplify description of -S and -w, point from EXIT STATUS | Ingo Schwarze |
2017-03-22 | Replace an expensive microtime call with a getmicrotime for if_lastchange | Mike Belopuhov |
2017-03-22 | Improve manpage and config file to show the more common use case. | Sebastian Benoit |
2017-03-22 | Implement kernel W^X for arm64. For this purpose align the different segments | Mark Kettenis |
2017-03-22 | Provide the necessary weak alias for fpgetround(). Delete the obsolete | Philip Guenther |
2017-03-22 | Use the hidden aliases to avoid PLT entries for {,_}{set,long}jmp | Philip Guenther |
2017-03-22 | Add some more PCI classes and subclasses. Checked against EDK2 as | Jonathan Gray |
2017-03-22 | Add support for the strikethrough attribute (SGR 9), using the new smxx | Nicholas Marriott |
2017-03-22 | zap some historical notes and an out of date url; | Jason McIntyre |
2017-03-22 | update ure(4) entry; from tinker | Jason McIntyre |
2017-03-21 | As a first step towards SMP, use an array for the destination masks with | Mark Kettenis |
2017-03-21 | Avoid panic in arm_sync_icache() by only flushing the parts of the address | Mark Kettenis |
2017-03-21 | Use uid_t for UID not u_int. | Nicholas Marriott |
2017-03-21 | Revise the definition of "struct reg" to have a layout compatible with other | Mark Kettenis |
2017-03-21 | simplify .Nd; to display manuals, use man(1) instead; | Ingo Schwarze |
2017-03-21 | delete documentation of a hack that was removed years ago | Ingo Schwarze |
2017-03-21 | From a syslog perspective it does not make sense to log fatal and | Alexander Bluhm |
2017-03-21 | From a syslog perspective it does not make sense to log fatal and | Alexander Bluhm |
2017-03-21 | Export CROSSDIR so that the two users (ld.so and binutils) of that | Patrick Wildt |
2017-03-21 | Fix movement after select-line, from Omar Sandoval. | Nicholas Marriott |
2017-03-21 | Fix pane movement by direction (up, down, left, right) when | Nicholas Marriott |
2017-03-21 | When a new WPA key is set while WEP is enabled, disable WEP, | Stefan Sperling |
2017-03-21 | Replace a magic number with the corresponding macro from ieee80211_ioctl.h. | Stefan Sperling |
2017-03-21 | getnameinfo errors should go to stderr & should print what's going on. | Florian Obser |
2017-03-21 | Fix two errors in NS8250 (UART) emulation. The first error zeroed out the | Mike Larkin |
2017-03-21 | Don't allow the guest to clear CR0_NE or CR4_VMXE. While we should be | Mike Larkin |
2017-03-21 | CPUID feature 0x80000000 emulation fell through to 0x80000001, which | Mike Larkin |
2017-03-20 | some notes from bluhm about setting a reject route; | Jason McIntyre |
2017-03-20 | remove /usr/bin/time calls around tests, makes diffing test runs harder. | Damien Miller |
2017-03-20 | Generate the bogus challenge using arc4random_buf(3) instead of reading | Theo Buehler |
2017-03-20 | Do not map resources which are actually not used within the kernel. Saves | Miod Vallat |
2017-03-20 | Fix previous. Commited from the wrong tree. | Miod Vallat |
2017-03-20 | Remove unused defines. Some of them can be traced to MVME188 and make no | Miod Vallat |
2017-03-20 | Replace hardcoded addresses with symbolic constants from <machine/board.h> | Miod Vallat |
2017-03-20 | show inet6 proposals in route monitor | Florian Obser |
2017-03-20 | use explicit_bzero. one from Ricardo Mestre plus two more. | Ted Unangst |
2017-03-20 | Read the free clusters bitmap in 1MB chunks | Jeremie Courreges-Anglas |
2017-03-20 | send proposals | Florian Obser |
2017-03-20 | simplify control socket path handling; sync from netcfgd by krw@ | Florian Obser |
2017-03-20 | recallocarray array that has remote data | Theo de Raadt |
2017-03-20 | Simplify cron(8) job example. | Antoine Jacoutot |