Age | Commit message (Expand) | Author |
1998-12-20 | Don't assume /bsd if no system given, let the kvm routines pick a default (an... | Todd C. Miller |
1998-12-20 | o make sure C-style strings in packet are NUL-terminated and increase size of | Todd C. Miller |
1998-12-19 | back out recently added sanity check for data and bss as ksyms has neither | Todd C. Miller |
1998-12-18 | merge freebsd version of accton | Theo de Raadt |
1998-12-18 | fix 64-bit unaligned problems | Theo de Raadt |
1998-12-18 | indent | Theo de Raadt |
1998-12-17 | Don't return stack-based data. This may have caused | brian |
1998-12-16 | more .Nm fixes | Aaron Campbell |
1998-12-16 | Typo police | brian |
1998-12-15 | Fix a potentially bad latency problem. | brian |
1998-12-15 | always give .Nm macros an argument in SYNOPSIS sections; krw@tcn.net | Aaron Campbell |
1998-12-15 | push CC and CFLAGS; wd@ics.nara-wu.ac.jp | Theo de Raadt |
1998-12-14 | Allow a variable as the first arg to ``set proctitle''. | brian |
1998-12-14 | Mention the cosmetic necessity to ``iface clear'' in ppp.linkdown. | brian |
1998-12-10 | Boy, this was tricky to find: | brian |
1998-12-10 | When using ``set device !someprogram'', when ``someprogram'' | brian |
1998-12-05 | NOMAN fixes | kstailey |
1998-12-04 | support user.group or user:group, per chown(8) | Theo de Raadt |
1998-11-29 | Blow up a little more verbosely if something's feeding us garbage. | Jason Downs |
1998-11-28 | use MAXPATHLEN | Todd C. Miller |
1998-11-28 | o use in_port_t | Todd C. Miller |
1998-11-24 | grammer | Theo de Raadt |
1998-11-23 | pass length for OpenFile(), bug in previous oflow detection; found by form | Theo de Raadt |
1998-11-23 | Even better; get rid of tempnam completely in favor of mkstemp) | Todd C. Miller |
1998-11-22 | fixed typo, noticed by jbernard@ox.mines.edu (netbsd/pkg/6481) | Marc Espie |
1998-11-22 | race-less tempnam() use | Theo de Raadt |
1998-11-22 | please -Wall | Theo de Raadt |
1998-11-21 | missing \n | Theo de Raadt |
1998-11-20 | Add thread-safety to libc, so that libc_r will build (on i386 at least). | David Leonard |
1998-11-19 | catch extra junk at the end of the numbers | Theo de Raadt |
1998-11-19 | - fix pkg_info to give more rational summary when COMMENTS files are weird. | Marc Espie |
1998-11-18 | correct strtol() mess around rpc version numbers | Theo de Raadt |
1998-11-18 | paramters -> parameters (but this whole page needs to be redone, hopefully soon) | Aaron Campbell |
1998-11-15 | put userdir back; "disabled" keyword is to be used instead | Theo de Raadt |
1998-11-14 | put bootpd.dump in /var/run, not /tmp, to avoid /tmp race | Todd C. Miller |
1998-11-13 | put p option in getopt(); garath@code.ridgefield.org | Theo de Raadt |
1998-11-12 | make dirs in /usr/share/sendmail owned by group wheel to match mtree | Todd C. Miller |
1998-11-10 | hash & cache hostnames; garath@code.ridgefield.org | Theo de Raadt |
1998-11-10 | fix htdocs path; evanc@concer.to | Theo de Raadt |
1998-11-10 | Don't forget to initialise dbuff when debugging. | brian |
1998-11-08 | Explain what the command line switches do and what the | brian |
1998-11-08 | Fix a few typos | brian |
1998-11-08 | usr.sbin/ man page repairs, a-i | Aaron Campbell |
1998-11-07 | Nasty hack to add execute permission to helper scripts if they don't | Todd C. Miller |
1998-11-06 | Set PATH before running Configure | Todd C. Miller |
1998-11-05 | Don't delete the primary interface address when | brian |
1998-11-03 | Back out previous change, the problem is Linux-specific. To quote Wietse 'On... | Todd C. Miller |
1998-10-31 | If the CBCP callee offsers no callback, send our configured | brian |
1998-10-31 | Allow multiple systems (config labels) on the command | brian |
1998-10-31 | Catch other cases where the accept(2) can fail. | Todd C. Miller |