summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-10-09Remove -noinhibit-exec now that we no longer have to deal withJoel Sing
2012-10-09Dynamically build the Interrupt Descriptor Table (IDT), instead of usingJoel Sing
2012-10-09simplify hook_disestablish() handling by always resetting the hook whenMarkus Friedl
2012-10-09- bump the version to match fd.o's 0.27.1 release.Jasper Lievisse Adriaanse
2012-10-09- also check Requires.private for --exists.Jasper Lievisse Adriaanse
2012-10-09- adjust missing-req-4 test to properly failJasper Lievisse Adriaanse
2012-10-09Sync "Structured Extended Feature Flags" cpuid bits withJonathan Gray
2012-10-09- add a (currently failing) test for nonexistant modules in Requires.private.Jasper Lievisse Adriaanse
2012-10-09- allow PKG_CONFIG to be overriden and remove the commented fd.o PKG_CONFIG v...Jasper Lievisse Adriaanse
2012-10-09Enable Supervisor Mode Execution Protection (SMEP), found in recentJonathan Gray
2012-10-08Revamp the sequences for suspend/hibernate -> resume so that the codeTheo de Raadt
2012-10-08disk space is cheap but we still want to limit the default size of a bodyGilles Chehade
2012-10-08push irqloop warnings into #ifdef DEBUGTheo de Raadt
2012-10-08when building a db map, always lowercase the key before a lookup in makemapGilles Chehade
2012-10-08Make carp_ourether() shorter and more generic. Only a mac addressCamiel Dobbelaar
2012-10-08make sure we don't call hook_disestablish() twice e.g. ifconfig -syncdevMarkus Friedl
2012-10-08Add Huawei E352.Kirill Bychkov
2012-10-08Forward declare struct m_tag in netinet/ip_ipsp.h so we don't need toCamiel Dobbelaar
2012-10-08syncKirill Bychkov
2012-10-08Add Garmin Dakota 20 GPS reciever.Kirill Bychkov
2012-10-08enable 3 new OAK usb sensors on at least two architecturesTheo de Raadt
2012-10-08Protect vnode.h from multiple inclusions.Joel Sing
2012-10-08Provide a mechanism for the kernel to pass data through to the disciplineJoel Sing
2012-10-08If we have booted from a disk that is a member of a bootable softraidJoel Sing
2012-10-08appered -> appeared;Jason McIntyre
2012-10-08Change handling for volumes that are marked no-auto assemble. If we bootedJoel Sing
2012-10-08bzero the right variable.Joel Sing
2012-10-08Avoid accessing .data or .bss from real mode, since they may not be withinJoel Sing
2012-10-08update to 1.2.4Robert Nagy
2012-10-08deivce -> deviceJonathan Gray
2012-10-08first in 5.3 not 5.2Jonathan Gray
2012-10-08reduce the difference between i386 and amd64 versions of the speedstep codeJonathan Gray
2012-10-08skip RR if type is not MX. Use hostname if the list of MX is emptyEric Faurot
2012-10-07spacingMike Belopuhov
2012-10-07Align the stack on a 64-byte boundary as required by "The 32-bit PA-RISCMark Kettenis
2012-10-07Implement a simple wait queue API. The idea is to allow multiple "waiters"Eric Faurot
2012-10-07We need to provide a sendmail-like interface to makemap so that some toolsGilles Chehade
2012-10-07convert iobuf_queue()'s to iobuf_fqueue(). (idea from gilles@)Charles Longeau
2012-10-07bump max number of connections to a route from 5 to 10, the limit is tooGilles Chehade
2012-10-06truncate silent command output to two lines. okay millert@Marc Espie
2012-10-06Remove bridge_rttrim(). It's only triggered in the unlikely event that theCamiel Dobbelaar
2012-10-06rework section about special targets/prereq to be somewhat readable.Marc Espie
2012-10-06Update for xkeyboard-config 2.7.Alexandr Shadchin
2012-10-06fix usage(); ok dlgJason McIntyre
2012-10-06Our system headers are supposed to be C++-aware these days so stop GCC fromMark Kettenis
2012-10-06- extra juice for debugging signal passing. Note when we can't pass theMarc Espie
2012-10-06inetd Xr no longer relevant; ok dlgJason McIntyre
2012-10-05Point an interface directly to its bridgeport configuration, insteadCamiel Dobbelaar
2012-10-05document implicit rules and target dependency operators better.Marc Espie
2012-10-05fix signed vs unsigned warning; feedback & ok: djm@Markus Friedl