summaryrefslogtreecommitdiff
path: root/sbin
AgeCommit message (Expand)Author
2014-04-25don't access a pointer till after the null checkJonathan Gray
2014-04-23Better name for fdmaskp, reduce the scope of some variables, don't abuseJeremie Courreges-Anglas
2014-04-23His name is Van Jacobson. ok jmc@Jeremie Courreges-Anglas
2014-04-23Replace malloc / memset / select song and dance with poll(2) likeFlorian Obser
2014-04-23don't clear label before readasciilabel(), it will not fill in someOtto Moerbeek
2014-04-22malloc/memset -> calloc. from peter maloneTed Unangst
2014-04-22malloc/memset -> calloc. from peter maloneTed Unangst
2014-04-22malloc/memset->calloc. with bonus null check. from peter malone.Ted Unangst
2014-04-22malloc/memset -> calloc. from peter maloneTed Unangst
2014-04-22Update iked to use the same proc.c that relayd uses.Reyk Floeter
2014-04-22for consistency's sake, use the terminology from the 802.1Q standardHenning Brauer
2014-04-22Clarify an err() messagePhilip Guenther
2014-04-22Convert a malloc(x*y)+memset to calloc(x,y)Philip Guenther
2014-04-21Ooops. Delete discarded offered leases from correct TAILQ. More thanKenneth R Westerback
2014-04-21While we don't recommend using ext2fs, the directions for doing soPhilip Guenther
2014-04-21Don't leak mountpoint info. Now with replacement for silly realloc() danceKenneth R Westerback
2014-04-20Make -L even more useful to monitoring processes. Truncate andKenneth R Westerback
2014-04-19Add missing description for IPv6 mtudisctimeout sysctl andlogan
2014-04-19remove altq bits here, tooHenning Brauer
2014-04-19Add missing man page descriptions for the following IPv6 sysctls:logan
2014-04-18round up some enemy sympathizers found calling RAND_seed().Ted Unangst
2014-04-17Sync show.c to what we have in netstat.c (at least steal some good idiomsClaudio Jeker
2014-04-17Oops. INADDR_ANY != INADDR_BROADCAST. Fixes DHCPDISCOVERY andKenneth R Westerback
2014-04-17Eliminate a couple of always-NULL parameters. Eliminate someKenneth R Westerback
2014-04-16Make dhclient -q even quieter. Make it immediately effective ratherKenneth R Westerback
2014-04-16OpenSSL is not the only place with bloated code! Remove unusedKenneth R Westerback
2014-04-16More des_foo -> DES_fooMiod Vallat
2014-04-14Fix the following idiom in the following way:Bret Lambert
2014-04-13At some point, we are going to switch the mandoc(1) defaultIngo Schwarze
2014-04-11fix a use after free in an error pathJonathan Gray
2014-04-10Add validation routines to ikev2_pld.c: For each payload type overallReyk Floeter
2014-04-08Use VM_UVMEXP instead of VM_METER for memory usages and directlyMartin Pieuchot
2014-04-03On second thought, make that manpage MI, even though the binary is notMiod Vallat
2014-04-03Install the manpage on loongson too (and arm* while there); it could be arguedMiod Vallat
2014-04-03Proper validation and computation of bsize in expert mode; ok krw@ millert@Otto Moerbeek
2014-03-31Use return value constants to make effects clearer than the useKenneth R Westerback
2014-03-31Whitespace rectification.Kenneth R Westerback
2014-03-31Nuke [get|put][short|long] and just use letoh[16|32] andKenneth R Westerback
2014-03-26Drop Apollo Domain keyboard support, now that hp300 has bitten the dust.Miod Vallat
2014-03-25Use 'struct dos_partition' variable to access 'struct dos_partition'Kenneth R Westerback
2014-03-24Remove "-r" option from ping(8) and traceroute{,6}(8). You've probablyMartin Pieuchot
2014-03-24Split the API: struct ucred remains the kernel internal structure whilePhilip Guenther
2014-03-23Change struct mbr signature field type from 'unsigned short' toKenneth R Westerback
2014-03-22warn() -> warnx() when errno is irrelevant.Kenneth R Westerback
2014-03-20Simplify a bit of code to make sure even -Wall can see the variablesKenneth R Westerback
2014-03-20Add back various #includes of err.h, unistd.h, ctype.h, ioctl.h toKenneth R Westerback
2014-03-20Add back #include <stdlib.h> so strtod() works better. Fixes fdisk onKenneth R Westerback
2014-03-19Unify ipsec.conf(5)'s copy of the text dealing with multiline comments,Stuart Henderson
2014-03-18Retire hp300, mvme68k and mvme88k ports. These ports have no users, keepingMiod Vallat
2014-03-18Sync built-in MBR with current (a.k.a. '2004 Version') ofKenneth R Westerback