summaryrefslogtreecommitdiff
path: root/sbin
AgeCommit message (Expand)Author
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
2014-03-17Nuke pointless blank lines, defines, comments and casts. EliminateKenneth R Westerback
2014-03-17Un-revert, being careful to not break snap building. Add paranoia checkKenneth R Westerback
2014-03-14Revert last -- broke building snaps.Kenneth R Westerback
2014-03-13Remove some lint -- ARGSUSED.Kenneth R Westerback
2014-03-13Merge 'struct DISK_metrics' and 'struct disk' into one, since we don'tKenneth R Westerback
2014-03-13no more spray(8);Jason McIntyre
2014-03-12don't leak an ibuf for each expired SA; ok mikeb@Markus Friedl
2014-03-12unbreak config-address w/o pool; ok mikeb@Markus Friedl
2014-03-11For CA generation, go back to using a two-step procedure to create a CSR andStuart Henderson
2014-03-10No need to pass the name of the command to the function that isKenneth R Westerback
2014-03-09Instead of passing around 'char buf[DEV_BSIZE]' buffers, pass aroundKenneth R Westerback
2014-03-08It's silly to check at compile time for DEV_BSIZE == 512.Kenneth R Westerback
2014-03-07Relieve the code of an overburden of unnecessary typedefKenneth R Westerback
2014-03-07If allocation of 'id' fails, don't try to deref it after 'goto fail'.Gerhard Roth
2014-03-06tweak previous;Jason McIntyre
2014-03-05fix a null test, from remco.Ted Unangst
2014-03-02-l disksize code, to force LBA mode. code by chris, after I suggestedTheo de Raadt
2014-02-28Bring back the code removed in rev1.317 used to print anchors withMike Belopuhov
2014-02-26Try to reduce the confusion about rdomain vs rtable. More is needed butClaudio Jeker
2014-02-26Try to be more precise about rtable and rdomains.Claudio Jeker
2014-02-26Still a lie, the default is not 0. It is inherited from the process.Claudio Jeker
2014-02-26don't policy_ref an activate policy (policy_ref/unref are assymetrical),Markus Friedl
2014-02-26short note that the filesystem is always mounted readonlyTed Unangst
2014-02-22Revert mountpoints tweaking. Needs much more serious surgery than timeKenneth R Westerback
2014-02-21support rekeying for IPCOMP; ok mikeb@Markus Friedl
2014-02-21Permit building without portmap/mountd rpc calls in the fallback nfs pathTheo de Raadt
2014-02-18check the error from ikev2_cp_setaddrMarkus Friedl
2014-02-18Do not create the default dhcp-client-identifier if an empty stringKenneth R Westerback
2014-02-17interpret 'config address net/prefix' as a pool of addresses andMarkus Friedl
2014-02-17basic OCSP support. enable with 'set ocsp "http://10.0.0.10:8888/"'Markus Friedl
2014-02-17Fix compiler warnings in the format strings: use %zd for ssize_t andReyk Floeter