Age | Commit message (Expand) | Author |
2014-04-22 | for consistency's sake, use the terminology from the 802.1Q standard | Henning Brauer |
2014-04-22 | Clarify an err() message | Philip Guenther |
2014-04-22 | Convert a malloc(x*y)+memset to calloc(x,y) | Philip Guenther |
2014-04-21 | Ooops. Delete discarded offered leases from correct TAILQ. More than | Kenneth R Westerback |
2014-04-21 | While we don't recommend using ext2fs, the directions for doing so | Philip Guenther |
2014-04-21 | Don't leak mountpoint info. Now with replacement for silly realloc() dance | Kenneth R Westerback |
2014-04-20 | Make -L even more useful to monitoring processes. Truncate and | Kenneth R Westerback |
2014-04-19 | Add missing description for IPv6 mtudisctimeout sysctl and | logan |
2014-04-19 | remove altq bits here, too | Henning Brauer |
2014-04-19 | Add missing man page descriptions for the following IPv6 sysctls: | logan |
2014-04-18 | round up some enemy sympathizers found calling RAND_seed(). | Ted Unangst |
2014-04-17 | Sync show.c to what we have in netstat.c (at least steal some good idioms | Claudio Jeker |
2014-04-17 | Oops. INADDR_ANY != INADDR_BROADCAST. Fixes DHCPDISCOVERY and | Kenneth R Westerback |
2014-04-17 | Eliminate a couple of always-NULL parameters. Eliminate some | Kenneth R Westerback |
2014-04-16 | Make dhclient -q even quieter. Make it immediately effective rather | Kenneth R Westerback |
2014-04-16 | OpenSSL is not the only place with bloated code! Remove unused | Kenneth R Westerback |
2014-04-16 | More des_foo -> DES_foo | Miod Vallat |
2014-04-14 | Fix the following idiom in the following way: | Bret Lambert |
2014-04-13 | At some point, we are going to switch the mandoc(1) default | Ingo Schwarze |
2014-04-11 | fix a use after free in an error path | Jonathan Gray |
2014-04-10 | Add validation routines to ikev2_pld.c: For each payload type overall | Reyk Floeter |
2014-04-08 | Use VM_UVMEXP instead of VM_METER for memory usages and directly | Martin Pieuchot |
2014-04-03 | On second thought, make that manpage MI, even though the binary is not | Miod Vallat |
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 |