Age | Commit message (Expand) | Author |
2005-01-06 | Replace bcopy() with memcpy() and memmove() so it is obvious what | Todd C. Miller |
2005-01-05 | Fix handling of memory allocation. Both the initial value of eup | Otto Moerbeek |
2005-01-04 | restrict forwarding to ipsec processed traffic of ip.forwarding==2 | Markus Friedl |
2004-12-30 | SIGSTOP needs .Dv, not .Ev; | Jason McIntyre |
2004-12-17 | slight sync w/ fbsd; | Jason McIntyre |
2004-12-02 | Restart waitpid() if we are interupted by a signal. OK deraadt@ | Todd C. Miller |
2004-11-25 | Don't use strlcpy() to copy just part of a string, it make the code too | Todd C. Miller |
2004-10-17 | implement strnunvis(3), a bounded version of strunvis(3). ok millert@ | Otto Moerbeek |
2004-10-07 | Kill register and fix some whilespace goofs in a do {} while loop. | Todd C. Miller |
2004-10-01 | add some missing $, ok djm@ 'That looks fine to me' millert@ | Jonathan Gray |
2004-09-16 | unused variable killed | Theo de Raadt |
2004-09-15 | pretty | Theo de Raadt |
2004-09-04 | password databases -> group databases; | Jason McIntyre |
2004-08-30 | Use CMSG_SPACE when allocating space for the control message. | Todd C. Miller |
2004-08-10 | Only expand a tilde for strings like "~", "~/..", "~user" and "~user/". | Todd C. Miller |
2004-08-09 | Support the "setenv" capability in login.conf ala FreeBSD. Following | Todd C. Miller |
2004-08-09 | Add my copyright. | Todd C. Miller |
2004-08-07 | Honor vmemoryuse resouce limit if RLIMIT_VMEM is defined. | Todd C. Miller |
2004-08-06 | in pclose(), only fclose() a stream if it has been opened by popen(), so | Pedro Martelletto |
2004-08-03 | Add support for passing a file descriptor back and forth between | Todd C. Miller |
2004-07-28 | This touches only MI code, and adds new time keeping code. The | Thorsten Lockert |
2004-07-17 | add PD statement. Requested by espie@, OK millert@ | Marco S Hyman |
2004-07-13 | errno changes, lib major version bumps, and general flag day | Marco S Hyman |
2004-07-07 | If fts_close() fails and we have not yet seen an error, return -1. | Todd C. Miller |
2004-07-06 | Set path in declaration to avoid an ugly cast in fts_open() | Todd C. Miller |
2004-07-02 | whitespace; | Jason McIntyre |
2004-07-02 | deregister, better use of strtoul and always set ERANGE on invalid octal | Otto Moerbeek |
2004-07-01 | Initialize cmd when processing octal only. Failing to do that results | Otto Moerbeek |
2004-06-07 | major bump to libc and libpthread to break the dependency of a | Marco S Hyman |
2004-06-03 | cross-Xref to make pathconf/sysconf easy to find. | Marc Espie |
2004-05-18 | ansify function definitions and zap some `register' | Jean-Francois Brousseau |
2004-05-07 | Document _SC_XOPEN_SHM, SEM_NSEMS_MAX and SEM_VALUE_MAX. | Todd C. Miller |
2004-05-07 | Implement _SC_SEM_NSEMS_MAX and _SC_SEM_VALUE_MAX. | Todd C. Miller |
2004-05-03 | XPG specifies bsd_signal(3) so make it an alias for signal(3); OK deraadt@ | Todd C. Miller |
2004-04-30 | Mention siginterrupt; OK deraadt@ | Todd C. Miller |
2004-04-20 | kern.maxclusters. ok beck@ deraadt@ jmc@ | Ted Unangst |
2004-04-16 | more display/list fixes, and a little whitespace; | Jason McIntyre |
2004-03-31 | note that hw.cpuspeed displays the current cpu frequency (from cpu(4)); | Jason McIntyre |
2004-03-24 | Disable net.inet.carp.log by default. | Ryan Thomas McBride |
2004-03-05 | don't leak memory. free and netbsd via Patrick Latifi | Ted Unangst |
2004-03-02 | bpf sysctl. ok jmc | Ted Unangst |
2004-03-02 | fix typo; fgsch@ | Todd C. Miller |
2004-03-02 | document net.inet.tcp.reasslimit | Markus Friedl |
2004-03-02 | Better wording for the longjmp(X, 0) case. OK otto@, deraadt@ | Todd C. Miller |
2004-03-01 | Be explicit about the return value of setjmp() when longjmp(..., 0) is called. | Otto Moerbeek |
2004-02-11 | sort sysctls; | Jason McIntyre |
2004-02-11 | amd64 would use negative stack direction, if it used this file; millert ok | Theo de Raadt |
2004-02-10 | It's a PTY, not a PYT and KERN_TTY_NPTYS is not changeable. | Todd C. Miller |
2004-02-10 | Document KERN_TTY_INFO, KERN_TTY_MAXPTYS and KERN_TTY_NPTYS sysctls. | Todd C. Miller |
2004-02-10 | make Nm match Dt; | Jason McIntyre |