summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
it from lint. Found by cloder@
2005-11-29tabs on empty linesClaudio Jeker
2005-11-29Put this back in...Brad Smith
Use pci_get_capability() to check if were on a PCI Express card or not. Tested by deraadt@, marco@ and a few end-users who reported issues.
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
Tested sturm@
2005-11-29Remove XXX_BROKEN_GCC ifdefs, which were used to work around an ancientChad Loder
(from 1995) gcc bug on i386. From NetBSD.
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
argument. useful to convert string-to-epoch (with +%s) or just to check whether the argument is parsed correctly before really setting the clock. ok millert@, deraadt@
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
OK mcbride@
2005-11-29- Zap duplicate semicolon. From Alexander Hall via PR #4913. Thanks!Bernd Ahlers
- Some indentation fixes while I'm here. okay espie@
2005-11-29document `-b';Xavier Santolaria
2005-11-29document:Xavier Santolaria
- `-ddates' - `-l[lockers]' - `-sstates' - `-w[logins]' help+OK jmc@.
2005-11-29from the diffs so old they're growing mold dept:Ted Unangst
while () return; is pretty dumb, change to ifs as intended
2005-11-29apply patch from david hill for two netbsd prs:Ted Unangst
14060 skip MADV_SEQUENTIAL if refaulting 18037 missing pageactivate tested for some time by jolan krw
2005-11-29Kill unused localsChad Loder
2005-11-29Make lint grok __func__, which in C99 is a predifined identifier thatChad Loder
holds the name of the current function. Makes thousands of lint warnings vanish and since lint can now fully parse compound expressions involving __func__, we see some new interesting warnings instead.
2005-11-29Fix bus_dma code to eliminate my busted logic, align usage with manKenneth R Westerback
page, adopt jason's suggestions and use the goto based unwind marco likes. Based on marco's original diff. ok marco@ jason@
2005-11-29something in the eurobsdcon route-a-thon broke my simple home networkJolan Luff
router so back out the routing stuff to pre-eurobsdcon where my machine doesn't crash immediately. i am happy to test diffs and report success/failures but i am not happy to have instantaneous crashes when i reboot with a new kernel that was compiled from pristine sources. if you are going to be an elitist asshole then you could at least make sure your code works. ok and "be crass towards them" deraadt@
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
2005-11-29add some casts to please lint. these are the typical tv_sec vs time_tTheo de Raadt
problems. in time, we will move to 64 bit time_t, when the time is right (ha ha) but not before. These casts do not harm the future model. ok cloder millert
2005-11-29potential memory leak in hifn7751.c:hifn_newsession; 3873, fixed by jasonTheo de Raadt
2005-11-28correct attach() outputTheo de Raadt
2005-11-28no need for printf; man page should describe functionalityTheo de Raadt
2005-11-28Added ipmi watchdog code, based on esm watchdog code by dlg@Jordan Hargrave
Added signextend function to cleanup conversion routine ok marco@
2005-11-28Correct parameter in bus_dmamem_alloc().Kenneth R Westerback
ok marco@
2005-11-28Simplify checks for division by zero.Chad Loder
2005-11-28Maintain an interrupt depth counter for CLKF_INTR to be correct.Miod Vallat
Tested aoyama@ martin@ and I.
2005-11-28Switch to per-process AST flags and clean AST-related codepaths; speeds upMiod Vallat
forks as a bonus. Tested on luna88k and mvme88k by aoyama@ martin@ and I.
2005-11-28spacingTheo de Raadt
2005-11-28Added dlg@ watchdog code for enabling ESM2 watchdog timerJordan Hargrave
Fixes for watchdog code by jordan@ Spacing fixes in esmreg ok marco@
2005-11-28Remove older-than-gramps poor man's assym.h defines; .S files do not even needMiod Vallat
these constants.
2005-11-28Leftovers from picatimes.Miod Vallat
2005-11-28spaces, and a off_t typecast to please lintTheo de Raadt
2005-11-28syncTheo de Raadt
2005-11-28syncTheo de Raadt
2005-11-28tapwave zodiac is a uvisor interfaceTheo de Raadt
2005-11-28Fixed Motherbobrd typoJordan Hargrave
Changed type of Power Unit sensor ok marco@
2005-11-28Added sysids for PowerVault/PowerApp ESM2 systemsJordan Hargrave
Changed Register names to be more readable ok marco@