Age | Commit message (Expand) | Author |
2004-07-04 | Compute the local clock offset from the server's response. | Alexander Guy |
2004-07-04 | add myself, brad said i needed another commit | Jolan Luff |
2004-07-04 | 2 more file descriptors for each RDE and SE inherited from the parent | Henning Brauer |
2004-07-04 | when getting rid of the listen_addr TAILQ after forking actually close | Henning Brauer |
2004-07-04 | sync | Theo de Raadt |
2004-07-04 | two hp netserver LH 3 devices | Theo de Raadt |
2004-07-04 | turn off _KERN_DO_ECOFF unless COMPAT_OSF1 is enabled. This shrinks the | Theo de Raadt |
2004-07-03 | -Wall,-Wshadow cleanup with avsm@; ok henning@ krw@ | Damien Miller |
2004-07-03 | move sysctl comment on namelist[] entry | Theo de Raadt |
2004-07-03 | wrong struct calloc'ed; ok henning@ | Alexander Guy |
2004-07-03 | Fixes from Jared Yanovich with help from myself and cloder@; OK otto@ | Todd C. Miller |
2004-07-03 | Check return value instead of uninitialized variable. | Mark Kettenis |
2004-07-03 | zap INET_ONLY, compress usage(); jared | Theo de Raadt |
2004-07-03 | ansi; jared | Theo de Raadt |
2004-07-03 | This was supposed to compile. | Miod Vallat |
2004-07-03 | pfctl can finally run as non-root again, so we can get rid of a lot of ${SUDO}s | Henning Brauer |
2004-07-03 | sigh, not yet | Theo de Raadt |
2004-07-03 | Cruft removal; ed(4) has been dead for ages. OK deraadt@ miod@ | Todd C. Miller |
2004-07-03 | oops something went wrong in commit | Theo de Raadt |
2004-07-03 | {e,}intr{names,cnt} are extinct | Theo de Raadt |
2004-07-03 | if vinvalbuf() fails, unlock the vnode and release it. ok marius@ | Pedro Martelletto |
2004-07-03 | Switch mrt dumping to fd passing. This gives some speed up when extensive | Claudio Jeker |
2004-07-03 | Oops, one more mmap() bounds check. | Miod Vallat |
2004-07-03 | On 1[67]7 boards, always use the VMEChip2 timers for delay(), even if the | Miod Vallat |
2004-07-03 | Put s/key functions inside #ifdef SKEY same as monitor.c, | Darren Tucker |
2004-07-03 | quick workaround until proper PF_FORWARD reass gets implemented. | Jun-ichiro itojun Hagino |
2004-07-03 | support @hostname:port syntax in syslog.conf, prompted by msf@ at c2k4; | Damien Miller |
2004-07-03 | Use '\0' not 0 for string; ok djm@, deraadt@ | Darren Tucker |
2004-07-03 | sync | Theo de Raadt |
2004-07-03 | typo; Jared | Theo de Raadt |
2004-07-02 | move into #ifdef; various people | Theo de Raadt |
2004-07-02 | During bootup, only print the VMEChip2 decoder settings for those which are | Miod Vallat |
2004-07-02 | Remove unused code, per mvme88k. | Miod Vallat |
2004-07-02 | Stricter bounds checking for mmap() calls. | Miod Vallat |
2004-07-02 | Kill ca_master in autoconf structures. Drivers either only attach to one | Miod Vallat |
2004-07-02 | Merge *ramread() and *ramwrite(), as done on mvme88k. | Miod Vallat |
2004-07-02 | Remove unused getdevunit(). | Miod Vallat |
2004-07-02 | Cope with SONPROC scheduler changes. | Miod Vallat |
2004-07-02 | Maintain %f and %gs over traps. Mostly from NetBSD. Preparation for SMP | Niklas Hallqvist |
2004-07-02 | whitespace; | Jason McIntyre |
2004-07-02 | add `cast' and `cast-cbc' to the list of supported args to speed; | Jason McIntyre |
2004-07-02 | Take TMPDIR into account when creating a temp mountpoint for populating. | Otto Moerbeek |
2004-07-02 | reorder for openssl speed; | Jason McIntyre |
2004-07-02 | Make page-aligned variable contiguous. Saves almost one page of data. | Miod Vallat |
2004-07-02 | Switch mvme88k to evcount, but keep maintaining intrcnt[] too for now. | Miod Vallat |
2004-07-02 | Disable a -O2 specific optimization which causes kern_fork (and probably other | Miod Vallat |
2004-07-02 | deregister, better use of strtoul and always set ERANGE on invalid octal | Otto Moerbeek |
2004-07-02 | Use "time_second" instead of "time" now that time handling in the kernel | Thorsten Lockert |
2004-07-02 | printf inode numer as unsigned -- just the way it is | Michael Shalayeff |
2004-07-02 | Accept but ignore -E and -X since they specify default more(1) behavior. | Todd C. Miller |