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