summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2005-10-31Print group names in rules in double quotes. Makes the output more parsable.Claudio Jeker
2005-10-31mention i82559SBrad Smith
2005-10-31syncTheo de Raadt
2005-10-31make sure we clean up wtmp, etc. file when we receive a SIGTERM,Damien Miller
2005-10-31generate a protocol 2 RSA key by defaultDamien Miller
2005-10-31Rewrite -m processing to not use queue internals and make it moreOtto Moerbeek
2005-10-31add bits for watchdogd startup, PR4540 Michael Knudsen <e@molioner.dk>Henning Brauer
2005-10-31aperture applies to amd64 as well.Federico G. Schwindt
2005-10-31Fix sorting with "ls -1" command. From Robert Tsai, "looks right" deraadt@Darren Tucker
2005-10-31print something useful about mainbus, system model as reported by Openfirmware.Dale Rahn
2005-10-31regenJonathan Gray
2005-10-31A few more nvidia video cards, mostly from submitted dmesgs.Jonathan Gray
2005-10-31Move from arpcom to ieee80211com in wi softc. This will beJonathan Gray
2005-10-31show the speed status in hw.cpuspeed; ok drahnTheo de Raadt
2005-10-31On suspend/resume save the current time to the RTC earlier and restore it laterDale Rahn
2005-10-31and panic if fork(2) fails.Federico G. Schwindt
2005-10-31enter pthread_atforkFederico G. Schwindt
2005-10-31list the new audio devices here;Joris Vink
2005-10-31basic manpages for the audio drivers me and brad@Joris Vink
2005-10-31enable tumbler* to encourage more testing. it works on a 4th genBrad Smith
2005-10-31Fix a TAILQ_FOREACH where the item containing the next pointer could beChristopher Pascoe
2005-10-31add support for bass & treble.Brad Smith
2005-10-31update datasheet URL.Brad Smith
2005-10-31syncTheo de Raadt
2005-10-31pthread_atfork(3) regression.Federico G. Schwindt
2005-10-31- add needed bass & treble glue in i2s;Joris Vink
2005-10-31work in progress on a tumbler driver, driver is commented out for now.Brad Smith
2005-10-31add aoa audio support, found in several macppc machinesJoris Vink
2005-10-30-Wall cleanup.Federico G. Schwindt
2005-10-30add daca audio support, found in some macppc machines;Joris Vink
2005-10-30remove some unneeded #includes and correct keyword in error string;Kevin Steves
2005-10-30Update RTC on reboot.Mark Kettenis
2005-10-30remove trailing whitespace;Jason McIntyre
2005-10-30- SEE ALSO is sorted by section firstJason McIntyre
2005-10-30Remove unused pcb field (this should have been part of the fetch(9)/store(9)Miod Vallat
2005-10-30prepare for more flexible hostname resolver. Right now just v4, more to comeHans-Joerg Hoexer
2005-10-30add a regression test for ipcompHans-Joerg Hoexer
2005-10-30Man page for VOP_GETATTR/VOP_SETATTR vnode operations.Pedro Martelletto
2005-10-30Xr ipcomp, sort "SEE ALSO" sectionHans-Joerg Hoexer
2005-10-30describe ipcompHans-Joerg Hoexer
2005-10-30add support for ipcomp.Hans-Joerg Hoexer
2005-10-30Make xdrstdio_getlong() and xdrstdio_putlong() work on 64-bit big-endianMark Kettenis
2005-10-30syncTheo de Raadt
2005-10-30restart_point is of type off_t, so use it with fseeko() and cast itNikolay Sturm
2005-10-30nuke trailing whitespaces;Xavier Santolaria
2005-10-30string fix;Xavier Santolaria
2005-10-30no need to escape single quotes in comments, no binary changeDamien Miller
2005-10-30remove trailing spaces;Jason McIntyre
2005-10-30remove trailing whitespace;Jason McIntyre
2005-10-30Check for connections with IP options earlier and drop silently. ok djm@Darren Tucker