Age | Commit message (Collapse) | Author | |
---|---|---|---|
1999-12-02 | paranoia, add_return may change | David Leonard | |
1999-12-02 | fix one possible buffer overrun; inspired by kris@hub.freebsd.org | David Leonard | |
1999-12-01 | more strtok_r; bad bad art | Theo de Raadt | |
1999-11-30 | Fix the "append" keyword to work as it should (looks like it was a | Angelos D. Keromytis | |
cut-n-paste of "prepend") | |||
1999-11-27 | re-enable config without arguments; fix usage | David Leonard | |
1999-11-26 | fix error where SACKs were not printed with absolute sequence numbers | Niels Provos | |
1999-11-25 | incorrect icmp packet length printf; gluk@ptci.ru | Theo de Raadt | |
1999-11-24 | Limit newaliases to root and trusted users; sendmail+gshapiro@sendmail.orG | Todd C. Miller | |
1999-11-24 | memconfig | Theo de Raadt | |
1999-11-23 | do not assume shell scripts are +x; d | Theo de Raadt | |
1999-11-22 | fix a bug w/ choice_ipaddr() reply fine, but the loop goes on. | Michael Shalayeff | |
in other words, loop variable might get null on the list end while scoring variable still has the right value, which caused NULL to get passed into rarpd_reply() in ia arg, causing coredumps deeper in. no big deal, fixed; d@ looked over. | |||
1999-11-20 | Use mkstemp() for the temp file created in the tabs dir and | Todd C. Miller | |
clean up the temp file nicely if we are interupted. | |||
1999-11-20 | add memconfig, an utility to manipulate MTRRs, from FreeBSD | Matthieu Herrb | |
1999-11-19 | make sure all the generated Makefile's are removed when running "make | Brad Smith | |
cleandir". ok'd by beck@ | |||
1999-11-15 | Consistify DHCP man page titles somewhat; d@, sebastion@irelandmail.com | Aaron Campbell | |
1999-11-13 | add /etc/group in FILES section | Eric Jackson | |
1999-11-13 | remove trailing comma also. oops | Eric Jackson | |
1999-11-13 | remove .Xr to a few non-existant man pages | Eric Jackson | |
1999-11-03 | Stupid thinko. Let pkg's MESSAGES work again. | Marc Espie | |
Spotted by Ian Darwin. | |||
1999-10-30 | Add missing include file, system/957 (evanc@concer.to). | Angelos D. Keromytis | |
1999-10-29 | Print AH payload data (with -v). jakob@ ok. | Hakan Olsson | |
1999-10-29 | Allow RARP on aliased interfaces | Niklas Hallqvist | |
1999-10-28 | net.inet.etherip.allow sysctl | Angelos D. Keromytis | |
1999-10-26 | document what's actually implemented (@srcdir -> @src) | Dug Song | |
1999-10-17 | Remove some redundant .Pp. | Aaron Campbell | |
1999-10-17 | Use the AT&T UNIX macros. | Aaron Campbell | |
1999-10-17 | Formatting fix. | Aaron Campbell | |
1999-10-17 | explain about using pkg_add interactivly from within the ftp client | Niels Provos | |
1999-10-16 | Fix typo. | Aaron Campbell | |
1999-10-16 | Improved config(8) man page; deraadt@ ok | Aaron Campbell | |
1999-10-13 | When uncompressing VJ-compressed frames, fix the ip_sum directly | brian | |
in struct cstate rather than copying the stored header slot into a potentially mis-aligned buffer then trying to update the ip_sum without causing an exception on non-i386 hardware. I've never been able to reproduce this problem, but it has been reported by many people... besides, the code is now a bit cleaner. Testing & patience by: Anthony Solovjoff <asolovjoff@hotmail.com> | |||
1999-10-12 | document config -e. -moj | Mats O Jansson | |
1999-10-11 | mount_afs -> mount_xfs; jasoni@ | Aaron Campbell | |
1999-10-10 | Make mips compile. -moj | Mats O Jansson | |
1999-10-10 | mdoc'd pages <kwesterback@home.com> | Eric Jackson | |
1999-10-09 | Band Aid fixes, polyglot of espies and mine: | Bob Beck | |
- ensure package files end in .tgz if not suffixed, but allow for .tar.gz and uncompressed .tar as well. - make pkg_add take as many args as you can feed it. - "pkg_add *.tgz" works now. - fix bug where realpath could fail and leave NULL in arg list. - fix bug where nonexistent package could fail and leave NULL in arg list. | |||
1999-10-08 | adduser_proc(8) go bye-bye; deraadt@ ok | Aaron Campbell | |
1999-10-07 | - Xr acct(2) from accton(8) and vice-versa. | Aaron Campbell | |
- Add a FILES section to accton(8) indicating the default accounting file. - From pjanzen@ | |||
1999-10-07 | Use -v option in the example; deraadt@ | Aaron Campbell | |
1999-10-07 | We are OpenBSD; pjanzen@ | Aaron Campbell | |
1999-10-07 | Much improved. Could use some more work though, I'm sure. | Aaron Campbell | |
1999-10-07 | Fix missing includes - Thanks <Peter.Galbavy@knowledge.com> | Bob Beck | |
1999-10-07 | Mention machdep.allow_aparture and machdep.kbdreset -- OK aaron@ | Wim Vandeputte | |
1999-10-07 | Remove scaffolding for tracking pipe fds. | Marc Espie | |
FD_CLOEXEC is much more appropriate here. | |||
1999-10-07 | correct .Xr | Eric Jackson | |
1999-10-07 | get rid of references to non-existant manpages. Still needs to be -mandoc'd | Eric Jackson | |
1999-10-07 | adduser.messages -> adduser.message | Eric Jackson | |
1999-10-06 | added new spiffy htdocs/openbsd_pb.gif to distribution install target. | Bob Beck | |
1999-10-06 | Reworked entire apache defaul index page. | philen | |
1999-10-06 | "Powered by OpenBSD" button, done by nemickol@monkey.org | philen | |