summaryrefslogtreecommitdiff
path: root/sbin
AgeCommit message (Expand)Author
2014-10-29dial down the direness of the warning; vnd isn't going anywhere yetTed Unangst
2014-10-29Calling a function to htonl() a constant 32-bit value into a stackKenneth R Westerback
2014-10-29remove ugly return value castsTheo de Raadt
2014-10-29convert simple cases of select() to poll()Theo de Raadt
2014-10-27Fixup incorrect expansion of the networking mask for dynamic interfaceMike Belopuhov
2014-10-27Compare with/use UINT16_MAX rather than 65535. Less magic is more.Kenneth R Westerback
2014-10-27Nuke getLong(), getShort(), getUShort(). Two line functions (memcpy();Kenneth R Westerback
2014-10-27htonl(ntohl(memcpy'd buf)) seems like the long way around to copyKenneth R Westerback
2014-10-27Zap extraneous whitespace and a stuttered extra 'break;'.Kenneth R Westerback
2014-10-26Allow the current lease to expire without causing dhclient to segKenneth R Westerback
2014-10-26Add a format specifier for the printf.Brad Smith
2014-10-25Remove unnecessary netinet/in_systm.h include.Lawrence Teo
2014-10-23mention hw.perfpolicy; Daniel JakotsTheo de Raadt
2014-10-22Fix error reporting when reallocarray() fails. OK miod@Todd C. Miller
2014-10-22Use svc_getreq_poll() instead of svc_getreqset2() for mountd'sTodd C. Miller
2014-10-18Simple malloc() to reallocarray() conversion to potentially avoid integerDoug Hogan
2014-10-18Convert malloc() with a size var using multiplication to reallocarray().Doug Hogan
2014-10-17Nuke 'increase' which was always set to 1. Replace the if/else that testedKenneth R Westerback
2014-10-17trivial replacement with reallocarray()Theo de Raadt
2014-10-14rely on reallocarray() to give us the overflow detection, rather thanTheo de Raadt
2014-10-12DH_compute_key() returns -1 on error but this was notJonathan Gray
2014-10-11slightly more complicated reallocarray conversion. always realloc* ratherTheo de Raadt
2014-10-11Userland reallocarray() audit.Doug Hogan
2014-10-09no more modulesTed Unangst
2014-10-09no more modulesTed Unangst
2014-10-09fairly obvious reallocarray() conversion, where the size is recalculatedTheo de Raadt
2014-10-09obvious reallocarray() conversionsTheo de Raadt
2014-10-08trivial use of getreallocarray()Theo de Raadt
2014-10-08trivial use of reallocarrayTheo de Raadt
2014-10-08replace internal erealloc() with ereallocarray(), and then use it toTheo de Raadt
2014-10-08tedu the tedu code that tedu forgot to tedu when he tedued the other partJoel Sing
2014-10-08trivial use of reallocarray()Theo de Raadt
2014-10-02dhclient: add support for RFC 3442 local subnet routesMatthew Dempsky
2014-10-02no more sl(4);Jason McIntyre
2014-10-01Remove some sl(4) references.Martin Pieuchot
2014-10-01tedu slattach, part of the slip show.Martin Pieuchot
2014-10-01Unhook slattach(8) it has been deprecated for a long time and will hitMartin Pieuchot
2014-09-27Fix mmap() calls that check for a result other than MAP_FAILED.Doug Hogan
2014-09-20provide a hint for enabling jumbo frames, since we removed it from theJason McIntyre
2014-09-15Remove non-standard <sys/dkstat.h> header. It has not contained anythingMiod Vallat
2014-09-13Replace all queue *_END macro calls except CIRCLEQ_END with NULL.Doug Hogan
2014-09-08Additional cleanup for procfs removalDoug Hogan
2014-09-08Delete procfs; it's always had races and is now unused: no one noticed forPhilip Guenther
2014-09-08obvious cases of missing .An;Ingo Schwarze
2014-09-07Reuse xtrfile() to avoid duplication.Philip Guenther
2014-09-06inodesc.id_entryno holds a file size, so upgrade it from int to u_int64_t;Philip Guenther
2014-09-03Mark msg() and panic() as printf-like and fix the format error it turns upPhilip Guenther
2014-09-03Kill off compat for systems that don't define NAME_MAX or that lack stuffPhilip Guenther
2014-08-29mount_mfs does not require disklabel to be run;Jason McIntyre
2014-08-27Nuke net.inet6.icmp6.rediraccept and allow redirects on interfacesFlorian Obser