Age | Commit message (Expand) | Author |
2000-10-09 | Don't exit when we get ENOBUFS from writev(), drop the packet instead. | brian |
2000-10-09 | If write() gives -1/ENOBUFS, keep the packet and sleep for 1/10th | brian |
2000-10-09 | fix ndp -c (flush link-locals properly) | Jun-ichiro itojun Hagino |
2000-10-09 | Create fd_sets big enough to handle getdtablesize() descriptors. | brian |
2000-10-07 | sync with kame, to make future upgrade easier | Jun-ichiro itojun Hagino |
2000-10-07 | use poll to avoid fd_set overflow | Theo de Raadt |
2000-10-07 | - Add console/X mouse transparency, so you don't have to kill moused to run X. | Aaron Campbell |
2000-10-06 | use dynamic fd_set to avoid overflow | Theo de Raadt |
2000-10-06 | printf string format audit. from: sommerfeld@netbsd.org | Jun-ichiro itojun Hagino |
2000-10-06 | Fix byte ordering for CuSeeMe and add some tidy-ups; FreeBSD | brian |
2000-10-03 | set bsize for hash to some reasonable value instead of | Michael Shalayeff |
2000-10-03 | Add $OpenBSD$. (jakob@ ok) | Hakan Olsson |
2000-10-03 | Add -Wall -Werror to CFLAGS. (niklas@, jakob@ ok) | Hakan Olsson |
2000-10-03 | Print IKE notifications (with -v). Style. (jakob@ ok) | Hakan Olsson |
2000-10-03 | Compile with -Wall. Add $OpenBSD$. (jakob@ ok) | Hakan Olsson |
2000-10-03 | More careful ntohs/ntohl etc. From Gunnar Lindberg <lindberg@cdg.chalmers.se> | Hakan Olsson |
2000-10-03 | More format string paranoia; deraadt@ ok | Aaron Campbell |
2000-09-30 | Some format string problems that were missed during initial audit; deraadt@ and | Aaron Campbell |
2000-09-28 | according to the strlcpy man page the order of arguments | Michael Shalayeff |
2000-09-24 | Correctly ignore -n flag with -d when both options are separate (i.e. | Miod Vallat |
2000-09-24 | re-apply this fix for big endian systems, this was lost in rev 1.12 | Brad Smith |
2000-09-21 | do not hardcode -g -O2 etc. into CFLAGS; pointed out by brad@ | Michael Shalayeff |
2000-09-18 | make process.S compile on mips. ok art@. -moj | Mats O Jansson |
2000-09-16 | synchronize with latest kame. | Jun-ichiro itojun Hagino |
2000-09-15 | check return value for setenv(3) for failure, and deal appropriately | Theo de Raadt |
2000-09-14 | Fix some style nits | brian |
2000-09-14 | Support PPPoATM, disabled for now as /usr/include/netnatm doesn't exist | brian |
2000-09-14 | Understand IPPROTO_ESP and IPPROTO_AH packets | brian |
2000-09-13 | Use vis(3) when escaping non-printable characters instead of doing it | Todd C. Miller |
2000-09-11 | Fix pasto: repquota does not report user quotas when a volume argument is given | Todd C. Miller |
2000-09-11 | Could someone please tell me why cvs did not bother to commit | Artur Grabowski |
2000-09-11 | Reenable afs. | Artur Grabowski |
2000-09-11 | New Arla userland from Arla between 0.34.2 and current in arla cvs. | Artur Grabowski |
2000-09-11 | Import of arla-0.35.7 | Artur Grabowski |
2000-09-11 | Disable afs temporarily until the new code is comitted. | Artur Grabowski |
2000-09-09 | i386 only | Theo de Raadt |
2000-09-07 | Install manpage on powerpc also. | Dale S. Rahn |
2000-09-07 | wscons is used on powerpc also. | Dale S. Rahn |
2000-09-07 | Remove redundant includes | brian |
2000-09-06 | Correct a typo; Dag-Erling Smorgrav <des@ofug.org> | brian |
2000-09-05 | undo security hole peter just commited | Theo de Raadt |
2000-09-05 | Remove quotes from arguement lists to for loops. | Peter Galbavy |
2000-09-04 | Set reasonable default rate/resolution values for PS/2 mice. | Aaron Campbell |
2000-09-03 | Boring... Add :L modifier to all tweakable variables tests. | Marc Espie |
2000-09-02 | strtok() -> strsep() | brian |
2000-09-02 | name-server -> nameserver | brian |
2000-09-02 | Don't delete sticky routes on exit as we may not have successfully | brian |
2000-09-02 | Some misc tidyups | brian |
2000-09-01 | A start at fixing this man page up, but I must go out now, so I'll finish it | Aaron Campbell |
2000-09-01 | Userland mouse daemon for new PCVT mouse features. The daemon must be started | Aaron Campbell |