Age | Commit message (Expand) | Author |
2013-04-19 | remove comment about "make gcc happy" for variables which WERE being | Theo de Raadt |
2013-04-19 | make sure the fs blocksize doesn't get too big; ok krw@ | Otto Moerbeek |
2013-04-17 | ext2fs has a 32-bit time fields. store a u_int32_t of the real time_t -- | Theo de Raadt |
2013-04-16 | mark time_t edges with comments | Theo de Raadt |
2013-04-16 | improve name of the 32-bit timeval that ping uses, and bound the use | Theo de Raadt |
2013-04-16 | handle big time_t types; ok guenther | Theo de Raadt |
2013-04-16 | remove casts to time_t * which are not needed | Theo de Raadt |
2013-04-16 | bzero struct tm before use | Theo de Raadt |
2013-04-16 | do not need to cast type to same type | Theo de Raadt |
2013-04-16 | These are already static, because of ../Makefile.inc | Theo de Raadt |
2013-04-16 | spelling fixes; | Jason McIntyre |
2013-04-15 | Remove CTL_USER hierarchy from sysctl() | Philip Guenther |
2013-04-06 | remove kern.rthreads | Ted Unangst |
2013-04-05 | send_packet() and writev() return ssize_t, not int. Use correct | Kenneth R Westerback |
2013-04-05 | Nuke parameter to do_packet() not used since 2006. From dhill. | Kenneth R Westerback |
2013-04-04 | Make our dump(8) honour the "nodump" flag for directories, effectively | Vadim Zhukov |
2013-04-03 | handle larger time_t types; toss some unused code | Theo de Raadt |
2013-04-02 | handle large time_t | Theo de Raadt |
2013-04-02 | handle time_t which is not u_int32_t | Theo de Raadt |
2013-04-02 | Stop assuming time_t is long | Philip Guenther |
2013-04-02 | Use a time_t variable with ctime() | Philip Guenther |
2013-04-02 | Don't assume sizeof(time_t)==4 | Philip Guenther |
2013-03-31 | typo fix from rodent@netbsd; | Jason McIntyre |
2013-03-30 | Sync with latest IKEv2 Parameters from IANA. No functional change. | Reyk Floeter |
2013-03-30 | Since deleting all the addresses on an interface removes all the | Kenneth R Westerback |
2013-03-29 | remove some of the unused fields from rndstats and stop printing zeroes. | Ted Unangst |
2013-03-29 | sadly, we are going to need machine/cpu.h here for a while to get machdep | Ted Unangst |
2013-03-28 | remove excesss includes | Theo de Raadt |
2013-03-25 | the unused palm code goes away. | Theo de Raadt |
2013-03-24 | Simplify logic when processing route dump by using a helper function | Kenneth R Westerback |
2013-03-22 | Ignore client-identifier option in leases from a server. They're not supposed | Kenneth R Westerback |
2013-03-21 | more substantial include cleanup | Theo de Raadt |
2013-03-21 | I don't feel great about adding an include for <sys/param.h>, but I feel | Theo de Raadt |
2013-03-21 | Free lease with free_client_lease() rather than free(). | Kenneth R Westerback |
2013-03-21 | Correctly issue WSKBDIO_GETDEFAULTKEYREPEAT instead of WSKBDIO_GETKEYREPEAT | Miod Vallat |
2013-03-21 | create realloc() loops around sysctl for array-based mibs, in programs | Theo de Raadt |
2013-03-21 | remove excessive includes | Theo de Raadt |
2013-03-21 | fetch NMBCLUSTERS at runtime from the sysctl kern.maxclusters | Theo de Raadt |
2013-03-20 | MCLBYTES does not belong in here. | Theo de Raadt |
2013-03-14 | tedu faith(4), suggested by todd@ some weeks ago after a submission by | Martin Pieuchot |
2013-03-13 | Describe the counters that "pfctl -s info" displays. Tweaks jmc@, ok deraadt@ | Stuart Henderson |
2013-03-13 | Make sure dhclient doesn't delete IPv6 routes. | Paul de Weerd |
2013-03-11 | handle ECONNABORTED errors from accept(). In many code blocks they can be | Theo de Raadt |
2013-03-11 | When binding a lease, check for and clear out any 'zombie' routes | Kenneth R Westerback |
2013-03-08 | Consolidate parsing of rtm address lists. Use RTAX_GATEWAY entry | Kenneth R Westerback |
2013-03-07 | Refactor code around route label creation and checking to make it easier | Kenneth R Westerback |
2013-03-05 | 802.1x enterprise is actually supported but requires external software, so | Stuart Henderson |
2013-03-05 | cross referencing the manual page is better. | Igor Sobrado |
2013-03-05 | fix program name used in AUTHORS section. | Igor Sobrado |
2013-03-05 | add a few words to the -r description to avoid ambiguity; | Jason McIntyre |