summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2005-10-31list the new audio devices here;Joris Vink
2005-10-31basic manpages for the audio drivers me and brad@Joris Vink
commited today. okay brad@
2005-10-31enable tumbler* to encourage more testing. it works on a 4th genBrad Smith
PowerBook but not on the 12" iBook I have (not without an i2s change).
2005-10-31Fix a TAILQ_FOREACH where the item containing the next pointer could beChristopher Pascoe
freed. ok canacar deraadt
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
- add support for bass & treble in snapper; ok drahn@
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
ok drahn@
2005-10-30-Wall cleanup.Federico G. Schwindt
2005-10-30add daca audio support, found in some macppc machines;Joris Vink
ok drahn@
2005-10-30remove some unneeded #includes and correct keyword in error string;Kevin Steves
ok claudio@
2005-10-30Update RTC on reboot.Mark Kettenis
ok drahn@
2005-10-30remove trailing whitespace;Jason McIntyre
2005-10-30- SEE ALSO is sorted by section firstJason McIntyre
- new sentence, new line
2005-10-30Remove unused pcb field (this should have been part of the fetch(9)/store(9)Miod Vallat
removal ages ago).
2005-10-30prepare for more flexible hostname resolver. Right now just v4, more to comeHans-Joerg Hoexer
(if groups, v6, dns).
2005-10-30add a regression test for ipcompHans-Joerg Hoexer
2005-10-30Man page for VOP_GETATTR/VOP_SETATTR vnode operations.Pedro Martelletto
Usual tweaking by jaredy@ and jmc@, thanks.
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
systems. From NetBSD and FreeBSD. ok deraadt@, otto@, "looks correct to me" fgsch@
2005-10-30syncTheo de Raadt
2005-10-30restart_point is of type off_t, so use it with fseeko() and cast itNikolay Sturm
to long long for printing this way we can reget partially downloaded files of more than 2GB on i386 noticed by Thilo Hannemann <hannemann at physnet.uni-hamburg.de> ok djm@
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
2005-10-30shuffle some of the function names around into new section names.Brad Smith
2005-10-30fix misleading debug message; ok dtucker@Damien Miller
2005-10-30make ssh-keygen discard junk from server before SSH- ident, spotted byDamien Miller
dave AT cirt.net; ok dtucker@
2005-10-30and make sure the header change goes in too.Brad Smith
2005-10-30Add pthread_atfork(3)Brad Smith
From FreeBSD 'looks ok' fgsch@ miod@ man page reviewed by jmc@
2005-10-30Don't use TAILQ_NEXT() on an element that has been removed. Similar toKenneth R Westerback
otto@'s diff for uvm_aobj.c. Identical to a diff canacar@ developed independantly. ok brad@ 'looks correct' fgsch@
2005-10-30mention control socket fallback behaviour, reported by tryponraj AT gmail.comDamien Miller
2005-10-30Simplify sis(4) TX/RX ring initialization.Brad Smith
Thanks to Ben <ben@tilderoot.com> for testing.
2005-10-29comment fix: Two vendors sold same thingTheo de Raadt
2005-10-29syncTheo de Raadt
2005-10-29- sync checkin_usage()Niall O'Higgins
2005-10-29- document `-s' option.Niall O'Higgins
2005-10-29- add two new functions to RCS api: rcs_state_set() and rcs_state_check()Niall O'Higgins
- use these two new functions to implement -s<state> option in ci ok joris@
2005-10-29rewording; ok millert ottoJared Yanovich
2005-10-29Don't use TAILQ_NEXT() on an element that has been removed. Similar toKenneth R Westerback
otto@'s diff for uvm_aobj.c. ok deraadt@ pedro@
2005-10-29Correct type for dd_grid, so that we print the device id correctly forMiod Vallat
byte-mode roms.
2005-10-29Activate missing wcswidth, as noted by Alexander Bluhm.Marc Espie
okay deraadt@, otto@ Minor bump (nobody stepped forward with other changes, so let's do this one)