summaryrefslogtreecommitdiffstats
path: root/sbin (follow)
Commit message (Expand)AuthorAgeFilesLines
* fix a use after free in an error pathjsg2014-04-111-1/+2
* Add validation routines to ikev2_pld.c: For each payload type overallreyk2014-04-104-157/+717
* Use VM_UVMEXP instead of VM_METER for memory usages and directlympi2014-04-081-1/+2
* On second thought, make that manpage MI, even though the binary is notmiod2014-04-031-3/+1
* Install the manpage on loongson too (and arm* while there); it could be arguedmiod2014-04-031-4/+5
* Proper validation and computation of bsize in expert mode; ok krw@ millert@otto2014-04-031-6/+8
* Use return value constants to make effects clearer than the usekrw2014-03-311-18/+12
* Whitespace rectification.krw2014-03-316-16/+7
* Nuke [get|put][short|long] and just use letoh[16|32] andkrw2014-03-314-54/+22
* Drop Apollo Domain keyboard support, now that hp300 has bitten the dust.miod2014-03-261-6/+6
* Use 'struct dos_partition' variable to access 'struct dos_partition'krw2014-03-252-42/+33
* Remove "-r" option from ping(8) and traceroute{,6}(8). You've probablympi2014-03-242-19/+7
* Split the API: struct ucred remains the kernel internal structure whileguenther2014-03-241-19/+15
* Change struct mbr signature field type from 'unsigned short' tokrw2014-03-231-2/+2
* warn() -> warnx() when errno is irrelevant.krw2014-03-221-2/+2
* Simplify a bit of code to make sure even -Wall can see the variableskrw2014-03-201-10/+9
* Add back various #includes of err.h, unistd.h, ctype.h, ioctl.h tokrw2014-03-206-6/+17
* Add back #include <stdlib.h> so strtod() works better. Fixes fdisk onkrw2014-03-201-1/+2
* Unify ipsec.conf(5)'s copy of the text dealing with multiline comments,sthen2014-03-191-9/+9
* Retire hp300, mvme68k and mvme88k ports. These ports have no users, keepingmiod2014-03-185-20/+11
* Sync built-in MBR with current (a.k.a. '2004 Version') ofkrw2014-03-181-2/+2
* Nuke pointless blank lines, defines, comments and casts. Eliminatekrw2014-03-1713-70/+40
* Un-revert, being careful to not break snap building. Add paranoia checkkrw2014-03-178-140/+82
* Revert last -- broke building snaps.krw2014-03-148-81/+139
* Remove some lint -- ARGSUSED.krw2014-03-131-15/+1
* Merge 'struct DISK_metrics' and 'struct disk' into one, since we don'tkrw2014-03-138-139/+81
* no more spray(8);jmc2014-03-131-4/+3
* don't leak an ibuf for each expired SA; ok mikeb@markus2014-03-121-6/+1
* unbreak config-address w/o pool; ok mikeb@markus2014-03-121-2/+2
* For CA generation, go back to using a two-step procedure to create a CSR andsthen2014-03-111-10/+16
* No need to pass the name of the command to the function that iskrw2014-03-105-77/+66
* Instead of passing around 'char buf[DEV_BSIZE]' buffers, pass aroundkrw2014-03-098-100/+68
* It's silly to check at compile time for DEV_BSIZE == 512.krw2014-03-081-7/+3
* Relieve the code of an overburden of unnecessary typedefkrw2014-03-0713-122/+133
* If allocation of 'id' fails, don't try to deref it after 'goto fail'.gerhard2014-03-071-1/+2
* tweak previous;jmc2014-03-062-7/+7
* fix a null test, from remco.tedu2014-03-051-11/+11
* -l disksize code, to force LBA mode. code by chris, after I suggestedderaadt2014-03-022-5/+27
* Bring back the code removed in rev1.317 used to print anchors withmikeb2014-02-281-1/+39
* Try to reduce the confusion about rdomain vs rtable. More is needed butclaudio2014-02-261-10/+14
* Try to be more precise about rtable and rdomains.claudio2014-02-261-5/+5
* Still a lie, the default is not 0. It is inherited from the process.claudio2014-02-262-6/+4
* don't policy_ref an activate policy (policy_ref/unref are assymetrical),markus2014-02-261-6/+3
* short note that the filesystem is always mounted readonlytedu2014-02-262-4/+6
* Revert mountpoints tweaking. Needs much more serious surgery than timekrw2014-02-221-19/+4
* support rekeying for IPCOMP; ok mikeb@markus2014-02-215-29/+165
* Permit building without portmap/mountd rpc calls in the fallback nfs pathderaadt2014-02-211-2/+7
* check the error from ikev2_cp_setaddrmarkus2014-02-181-3/+3
* Do not create the default dhcp-client-identifier if an empty stringkrw2014-02-181-2/+8
* interpret 'config address net/prefix' as a pool of addresses andmarkus2014-02-174-6/+204