summaryrefslogtreecommitdiff
path: root/sbin
AgeCommit message (Expand)Author
2016-10-12copy updated log.c from vmd: for correctness, save errno when doingReyk Floeter
2016-10-11Enable the noperm option for mount_mfs. mfs is ffs in sheeps clothing,Martin Natano
2016-10-10Rename BIOS parameter block field from bsPBP to bsBPB. This typoAlexander Bluhm
2016-10-09fix heap overflow by rewriting loop; detected by new malloc canariesOtto Moerbeek
2016-10-08add missing AUTHORS; OK sobrado@, also checked by Sevan JaniyanIngo Schwarze
2016-10-06On noperm mount points honor the permissions of the root directory, soMartin Natano
2016-10-06Add support for RFC 6842, which says the client MUST drop packets whenKenneth R Westerback
2016-10-06typoChristian Weisgerber
2016-10-06fix HISTORY:Ingo Schwarze
2016-10-06init auto-partition table to zeroes; ok tb@Otto Moerbeek
2016-10-06fix HISTORY;Ingo Schwarze
2016-10-06fix HISTORY;Ingo Schwarze
2016-10-04Improve description of the noperm option.Martin Natano
2016-10-03Those while loops look better written as for loopsJeremie Courreges-Anglas
2016-09-30Zap stray whitespace.Kenneth R Westerback
2016-09-30Use WSKBDIO_GETENCODINGS ioctl to generate a list of supported keyboardMark Kettenis
2016-09-29Don't record non-existant client identifier in lease file.Kenneth R Westerback
2016-09-29'ifname' --> 'ifi->name' so DEBUG compiles again.Kenneth R Westerback
2016-09-28document kern.allowkmem; ok deraadtJason McIntyre
2016-09-28Always do the setgroups, setresgid and setresuid even if if theFlorian Obser
2016-09-27remove more kvm codeTheo de Raadt
2016-09-27Reintroduce rdaemon() - working properly this timeJeremie Courreges-Anglas
2016-09-26Remove kvm groveling code. To restore the lost functionality we need toMark Kettenis
2016-09-26Pass the flags argument of recvfromto down to the underlying recvmsgJeremie Courreges-Anglas
2016-09-26Drop privileges to newly added _ping user/group.Florian Obser
2016-09-24print a BFD route message.Peter Hessler
2016-09-23kern.arandom no longer existsTheo de Raadt
2016-09-21Remove reference to zaurusFrederic Cambus
2016-09-21Document auto rounds.Joel Sing
2016-09-21Add support for automatically selecting the number of rounds to use withJoel Sing
2016-09-21Be clearer with the description of bioctl(8)'s -r option.Joel Sing
2016-09-21sysctl KERN_ARND is no longer used (in ports, it only occurs in fallbackTheo de Raadt
2016-09-20whitespaceTheo de Raadt
2016-09-20various cleanup; ok florianJason McIntyre
2016-09-19Update for bcrypt pbkdf.Joel Sing
2016-09-19Switch softraid crypto from PKCS5 PBKDF2 to bcrypt PBKDF.Joel Sing
2016-09-19Only allow standard dot notation for IPv4 addresses.Florian Obser
2016-09-18unbreak IPv6 source selectionFlorian Obser
2016-09-18simplify startup, since we know earlier which type of socket we needTheo de Raadt
2016-09-18whitespaceTheo de Raadt
2016-09-18If running in verbose mode and no source address has been specifiedFlorian Obser
2016-09-18Do not print 'ping6' in reporting output, just 'ping'.Florian Obser
2016-09-18minor tweaks;Jason McIntyre
2016-09-17backwards if(v6flag); pointed out by naddyFlorian Obser
2016-09-17... and we have unification.Florian Obser
2016-09-17unhook ping6 from the buildFlorian Obser
2016-09-17Merge ping6(8) manual into ping(8).Florian Obser
2016-09-17ping6(8) is now a hardlink to ping(8).Florian Obser
2016-09-17The final merge ping6 into ping.Florian Obser
2016-09-17Sync printing of wrong additional data to ping version.Florian Obser