summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2005-11-30timezone -> time zoneJason McIntyre
2005-11-30a few more saa philips tv cardsMichael Shalayeff
2005-11-30timzeone -> time zone; preferred by jmc@.Xavier Santolaria
2005-11-30No need for vfs_busy() and vfs_unbusy() to take a process pointerPedro Martelletto
2005-11-30`-ztz' is only here for compatibility;Xavier Santolaria
2005-11-30document `-ztz';Xavier Santolaria
2005-11-30Use sysctl(KERN_ARND) to get n bytes, instead of just 4 at a timeOtto Moerbeek
2005-11-30KNFChad Loder
2005-11-30KNFChad Loder
2005-11-30Fix a very old bug_t with memsetChad Loder
2005-11-30another unused variable found by lintTheo de Raadt
2005-11-29this has the .Nd from axe.4 in itTheo de Raadt
2005-11-29Add support for ASIX AX88772 10/100 based adapters which are very similiarJonathan Gray
2005-11-29regenJonathan Gray
2005-11-29Add generic id for ASIX AX88772.Jonathan Gray
2005-11-29if we pull in a .S file, we must fake out the lint with a .c fileTheo de Raadt
2005-11-29Provide stubs for things which are supplied by crt0. I don't think weTheo de Raadt
2005-11-29Add a flags field to struct prefix which will be used shortly. Remove the peerClaudio Jeker
2005-11-29syncTheo de Raadt
2005-11-29stdlib.h has strtouq in itChad Loder
2005-11-29even more spaces and tabs.Claudio Jeker
2005-11-29crontab.c uses the rcsid in the crontab head comment so don't protectTodd C. Miller
2005-11-29tabs on empty linesClaudio Jeker
2005-11-29Put this back in...Brad Smith
2005-11-29document KERN_ARND better; ok deraadt@Otto Moerbeek
2005-11-29kill unused var found by lint. ok deraadt@Otto Moerbeek
2005-11-29TypoChad Loder
2005-11-29TypoChad Loder
2005-11-29Replace unnecessary mmap allocator with malloc.Chad Loder
2005-11-29Remove old gcc 2.9.5 workaround for sparc64 now that we use gcc3.Chad Loder
2005-11-29Remove XXX_BROKEN_GCC ifdefs, which were used to work around an ancientChad Loder
2005-11-29Typos in comments: explizit and implizitChad Loder
2005-11-29add an option -j which suppresses setting the clock, but parses the dateDaniel Hartmeier
2005-11-29superfluous ; OK henning@Claudio Jeker
2005-11-29Missing ht(4) man page.Mark Kettenis
2005-11-29.Nm atd -> adtJason McIntyre
2005-11-29consistency in variables naming;Xavier Santolaria
2005-11-29some more bits for `-w[user]' support;Xavier Santolaria
2005-11-29Fix IPv6 hmac calculation.Marco Pfatschbacher
2005-11-29- Zap duplicate semicolon. From Alexander Hall via PR #4913. Thanks!Bernd Ahlers
2005-11-29document `-b';Xavier Santolaria
2005-11-29document:Xavier Santolaria
2005-11-29from the diffs so old they're growing mold dept:Ted Unangst
2005-11-29apply patch from david hill for two netbsd prs:Ted Unangst
2005-11-29Kill unused localsChad Loder
2005-11-29Make lint grok __func__, which in C99 is a predifined identifier thatChad Loder
2005-11-29Fix bus_dma code to eliminate my busted logic, align usage with manKenneth R Westerback
2005-11-29something in the eurobsdcon route-a-thon broke my simple home networkJolan Luff
2005-11-29backout miod's change because he did not compile libc.Theo de Raadt
2005-11-29Populate default key sizes before checking them; from & ok tim@Darren Tucker