Age | Commit message (Expand) | Author |
2014-04-03 | Install the manpage on loongson too (and arm* while there); it could be argued | Miod Vallat |
2014-04-03 | Proper validation and computation of bsize in expert mode; ok krw@ millert@ | Otto Moerbeek |
2014-03-31 | Use return value constants to make effects clearer than the use | Kenneth R Westerback |
2014-03-31 | Whitespace rectification. | Kenneth R Westerback |
2014-03-31 | Nuke [get|put][short|long] and just use letoh[16|32] and | Kenneth R Westerback |
2014-03-26 | Drop Apollo Domain keyboard support, now that hp300 has bitten the dust. | Miod Vallat |
2014-03-25 | Use 'struct dos_partition' variable to access 'struct dos_partition' | Kenneth R Westerback |
2014-03-24 | Remove "-r" option from ping(8) and traceroute{,6}(8). You've probably | Martin Pieuchot |
2014-03-24 | Split the API: struct ucred remains the kernel internal structure while | Philip Guenther |
2014-03-23 | Change struct mbr signature field type from 'unsigned short' to | Kenneth R Westerback |
2014-03-22 | warn() -> warnx() when errno is irrelevant. | Kenneth R Westerback |
2014-03-20 | Simplify a bit of code to make sure even -Wall can see the variables | Kenneth R Westerback |
2014-03-20 | Add back various #includes of err.h, unistd.h, ctype.h, ioctl.h to | Kenneth R Westerback |
2014-03-20 | Add back #include <stdlib.h> so strtod() works better. Fixes fdisk on | Kenneth R Westerback |
2014-03-19 | Unify ipsec.conf(5)'s copy of the text dealing with multiline comments, | Stuart Henderson |
2014-03-18 | Retire hp300, mvme68k and mvme88k ports. These ports have no users, keeping | Miod Vallat |
2014-03-18 | Sync built-in MBR with current (a.k.a. '2004 Version') of | Kenneth R Westerback |
2014-03-17 | Nuke pointless blank lines, defines, comments and casts. Eliminate | Kenneth R Westerback |
2014-03-17 | Un-revert, being careful to not break snap building. Add paranoia check | Kenneth R Westerback |
2014-03-14 | Revert last -- broke building snaps. | Kenneth R Westerback |
2014-03-13 | Remove some lint -- ARGSUSED. | Kenneth R Westerback |
2014-03-13 | Merge 'struct DISK_metrics' and 'struct disk' into one, since we don't | Kenneth R Westerback |
2014-03-13 | no more spray(8); | Jason McIntyre |
2014-03-12 | don't leak an ibuf for each expired SA; ok mikeb@ | Markus Friedl |
2014-03-12 | unbreak config-address w/o pool; ok mikeb@ | Markus Friedl |
2014-03-11 | For CA generation, go back to using a two-step procedure to create a CSR and | Stuart Henderson |
2014-03-10 | No need to pass the name of the command to the function that is | Kenneth R Westerback |
2014-03-09 | Instead of passing around 'char buf[DEV_BSIZE]' buffers, pass around | Kenneth R Westerback |
2014-03-08 | It's silly to check at compile time for DEV_BSIZE == 512. | Kenneth R Westerback |
2014-03-07 | Relieve the code of an overburden of unnecessary typedef | Kenneth R Westerback |
2014-03-07 | If allocation of 'id' fails, don't try to deref it after 'goto fail'. | Gerhard Roth |
2014-03-06 | tweak previous; | Jason McIntyre |
2014-03-05 | fix a null test, from remco. | Ted Unangst |
2014-03-02 | -l disksize code, to force LBA mode. code by chris, after I suggested | Theo de Raadt |
2014-02-28 | Bring back the code removed in rev1.317 used to print anchors with | Mike Belopuhov |
2014-02-26 | Try to reduce the confusion about rdomain vs rtable. More is needed but | Claudio Jeker |
2014-02-26 | Try to be more precise about rtable and rdomains. | Claudio Jeker |
2014-02-26 | Still a lie, the default is not 0. It is inherited from the process. | Claudio Jeker |
2014-02-26 | don't policy_ref an activate policy (policy_ref/unref are assymetrical), | Markus Friedl |
2014-02-26 | short note that the filesystem is always mounted readonly | Ted Unangst |
2014-02-22 | Revert mountpoints tweaking. Needs much more serious surgery than time | Kenneth R Westerback |
2014-02-21 | support rekeying for IPCOMP; ok mikeb@ | Markus Friedl |
2014-02-21 | Permit building without portmap/mountd rpc calls in the fallback nfs path | Theo de Raadt |
2014-02-18 | check the error from ikev2_cp_setaddr | Markus Friedl |
2014-02-18 | Do not create the default dhcp-client-identifier if an empty string | Kenneth R Westerback |
2014-02-17 | interpret 'config address net/prefix' as a pool of addresses and | Markus Friedl |
2014-02-17 | basic OCSP support. enable with 'set ocsp "http://10.0.0.10:8888/"' | Markus Friedl |
2014-02-17 | Fix compiler warnings in the format strings: use %zd for ssize_t and | Reyk Floeter |
2014-02-17 | Remove a stray debug printf that crept in via one of the newqueue | Lawrence Teo |
2014-02-16 | Further tweak to mpfree(). Don't bother setting about-to-be-freed | Kenneth R Westerback |