summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-05-19Extend the libsa loadfile(9) granularity to tell apart randomness from the restMiod Vallat
2015-05-19Move acquisition of the kernel lock deeper in the interrupt path, and makeMiod Vallat
2015-05-19Fix installing sets from cdrom if more than one drive is present.Robert Peichaer
2015-05-19improve spacing in disklabel template.Igor Sobrado
2015-05-19better spacing in media types.Igor Sobrado
2015-05-19sort media type extensions for text/html and image/jpeg as given inIgor Sobrado
2015-05-19drop comment about being possible to include /etc/nginx/mime.types,Igor Sobrado
2015-05-19Test divert-to rules' address handling (pfctl/parse.y -r1.648)Mike Belopuhov
2015-05-19Get the rdomain from the newly exposed ifi_rdomain field in if_dataReyk Floeter
2015-05-19When a user is specified via the -u flag, use setusercontext() toTodd C. Miller
2015-05-19Add -c flag to display the user's login class. OK espie@Todd C. Miller
2015-05-19splx should also be called in the error case, fix a regressionMartin Pieuchot
2015-05-19Do not leak a rtentry if it is unusable.Martin Pieuchot
2015-05-19Keep visibility information for references to discarded sections.Mark Kettenis
2015-05-19Increase a maximum firmware handshake timeout to 10sMike Belopuhov
2015-05-19Convert to if_input().Martin Pieuchot
2015-05-19Convert to if_input().Martin Pieuchot
2015-05-19We cannot check for M_BCAST or M_MCAST now that vlan_input() is ranMartin Pieuchot
2015-05-19Take vlan(4) out of ether_input().Martin Pieuchot
2015-05-19In terminfo, sometimes cvvis implies cnorm and sometimes it doesn't, soNicholas Marriott
2015-05-19change names to not conflict with omap intcJonathan Gray
2015-05-19rename global variables to not conflict with gptimerJonathan Gray
2015-05-19Abstract the soc_machdep.c functions to allow a kernel to be built forJonathan Gray
2015-05-19use the same va entry point on all armv7 socsJonathan Gray
2015-05-18Make armv7 startup PIC. From Dale Rahn in bitrig.Jonathan Gray
2015-05-18Make TAPE=- mean stdout in tarczarkoff
2015-05-18Do lazy update/reset of the FS.base and %[def]s segment registers: resetingPhilip Guenther
2015-05-18For each file in sysctl(KERN_FILE_BYFILE), FILLIT() calls fill_file(),Alexander Bluhm
2015-05-18Make the compiler emit visibility information for (undefined) references withMark Kettenis
2015-05-18identical common code -> refactorMarc Espie
2015-05-18better error in case we can't create tempfilesMarc Espie
2015-05-18Tweak parsing so that hostnames starting with 0-9 are accepted.Kenneth R Westerback
2015-05-18Fix a crash reported and analyzed by Bertrand PROVOST. When a HTTPAlexander Bluhm
2009-10-15import of gcc-4.2.1, the last gcc release under GPLv2Robert Nagy
2015-05-18The first line of a HTTP request is the method-url-version. TheAlexander Bluhm
2015-05-18Change spamd to use divert-to instead of rdr-to.Reyk Floeter
2015-05-18Put ntpd.conf in MUTABLE so it's installed with 0644 mode.Antoine Jacoutot
2015-05-18getentropy() and sendsyslog() have been around long enough.Theo de Raadt
2015-05-18Stop rejecting leases with a subnet that overlaps a subnet alreadyKenneth R Westerback
2015-05-18Currently, after 4 failed constraint checks, we suspect the constraintReyk Floeter
2015-05-18swap calloc() arguments for clarityTheo de Raadt
2015-05-18enable ntpd by default at install time. We use pools and a reliableTheo de Raadt
2015-05-18Move the rdomain from struct ifnet into struct if_data. This way itReyk Floeter
2015-05-18Prevent splassert from firing during sd_flush which runs "cold"Mike Belopuhov
2015-05-18No longer need tricks with setvbuf(). Instead, we just give permissionTheo de Raadt
2015-05-18Do not change "rcvif" without goint through if_input() again otherwiseMartin Pieuchot
2015-05-18Simplify example constraints URL to reduce load on the server side.Darren Tucker
2015-05-18simplify progressmeter calls to visit_and: we retrieve the state from theMarc Espie
2015-05-18have visit_with_count and visit_with_size use the same parameter conventions.Marc Espie
2015-05-18since the progressmeter is always tied to a state, store the state always,Marc Espie