summaryrefslogtreecommitdiff
path: root/sbin
AgeCommit message (Expand)Author
2016-11-10The simple UTF-16 decode routine stopped too early due to wrong calculationGerhard Roth
2016-11-08- Declare usage() as __dead void (remaining prototypes are not declared asRicardo Mestre
2016-10-26in florian;s last commit i urged him to change "twenty-four" toJason McIntyre
2016-10-26When using a /32 IPv4 interface address, pfctl(8) reports a 0.0.0.0Alexander Bluhm
2016-10-26Due to 64 bit seconds + 64 bit nano seconds resolution and theFlorian Obser
2016-10-20Only drop to _ping user if invoked as root. If invoked as anFlorian Obser
2016-10-20delete useless call to setlocale(3);Ingo Schwarze
2016-10-20optarg is declared in unistd.h and usage is __dead. From Jan Stary.Theo Buehler
2016-10-18Rewrite the kern.malloc.kmemstat in the same style as previous. This one doesOtto Moerbeek
2016-10-17Use strtoull() to read the datapath id and expect "datapath" instead ofRafael Zalamena
2016-10-15add kern.dnsjackport;Jason McIntyre
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