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