Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-10-31 | show the speed status in hw.cpuspeed; ok drahn | Theo de Raadt | |
2005-10-31 | On suspend/resume save the current time to the RTC earlier and restore it later | Dale Rahn | |
so that the very long delay operations do not slow the clock unnecessarily. Add early support for hw.setperf and hw.cpuspeed for zaurus, it appears to be able to run at 91MHz and 209MHz as well as the std 416MHz with this change. Hopefully it is doing the speed changes correctly. | |||
2005-10-31 | and panic if fork(2) fails. | Federico G. Schwindt | |
2005-10-31 | enter pthread_atfork | Federico G. Schwindt | |
2005-10-31 | list the new audio devices here; | Joris Vink | |
2005-10-31 | basic manpages for the audio drivers me and brad@ | Joris Vink | |
commited today. okay brad@ | |||
2005-10-31 | enable tumbler* to encourage more testing. it works on a 4th gen | Brad Smith | |
PowerBook but not on the 12" iBook I have (not without an i2s change). | |||
2005-10-31 | Fix a TAILQ_FOREACH where the item containing the next pointer could be | Christopher Pascoe | |
freed. ok canacar deraadt | |||
2005-10-31 | add support for bass & treble. | Brad Smith | |
2005-10-31 | update datasheet URL. | Brad Smith | |
2005-10-31 | sync | Theo de Raadt | |
2005-10-31 | pthread_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-31 | work in progress on a tumbler driver, driver is commented out for now. | Brad Smith | |
2005-10-31 | add aoa audio support, found in several macppc machines | Joris Vink | |
ok drahn@ | |||
2005-10-30 | -Wall cleanup. | Federico G. Schwindt | |
2005-10-30 | add daca audio support, found in some macppc machines; | Joris Vink | |
ok drahn@ | |||
2005-10-30 | remove some unneeded #includes and correct keyword in error string; | Kevin Steves | |
ok claudio@ | |||
2005-10-30 | Update RTC on reboot. | Mark Kettenis | |
ok drahn@ | |||
2005-10-30 | remove trailing whitespace; | Jason McIntyre | |
2005-10-30 | - SEE ALSO is sorted by section first | Jason McIntyre | |
- new sentence, new line | |||
2005-10-30 | Remove unused pcb field (this should have been part of the fetch(9)/store(9) | Miod Vallat | |
removal ages ago). | |||
2005-10-30 | prepare for more flexible hostname resolver. Right now just v4, more to come | Hans-Joerg Hoexer | |
(if groups, v6, dns). | |||
2005-10-30 | add a regression test for ipcomp | Hans-Joerg Hoexer | |
2005-10-30 | Man page for VOP_GETATTR/VOP_SETATTR vnode operations. | Pedro Martelletto | |
Usual tweaking by jaredy@ and jmc@, thanks. | |||
2005-10-30 | Xr ipcomp, sort "SEE ALSO" section | Hans-Joerg Hoexer | |
2005-10-30 | describe ipcomp | Hans-Joerg Hoexer | |
2005-10-30 | add support for ipcomp. | Hans-Joerg Hoexer | |
2005-10-30 | Make xdrstdio_getlong() and xdrstdio_putlong() work on 64-bit big-endian | Mark Kettenis | |
systems. From NetBSD and FreeBSD. ok deraadt@, otto@, "looks correct to me" fgsch@ | |||
2005-10-30 | sync | Theo de Raadt | |
2005-10-30 | restart_point is of type off_t, so use it with fseeko() and cast it | Nikolay 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-30 | nuke trailing whitespaces; | Xavier Santolaria | |
2005-10-30 | string fix; | Xavier Santolaria | |
2005-10-30 | no need to escape single quotes in comments, no binary change | Damien Miller | |
2005-10-30 | remove trailing spaces; | Jason McIntyre | |
2005-10-30 | remove trailing whitespace; | Jason McIntyre | |
2005-10-30 | Check for connections with IP options earlier and drop silently. ok djm@ | Darren Tucker | |
2005-10-30 | shuffle some of the function names around into new section names. | Brad Smith | |
2005-10-30 | fix misleading debug message; ok dtucker@ | Damien Miller | |
2005-10-30 | make ssh-keygen discard junk from server before SSH- ident, spotted by | Damien Miller | |
dave AT cirt.net; ok dtucker@ | |||
2005-10-30 | and make sure the header change goes in too. | Brad Smith | |
2005-10-30 | Add pthread_atfork(3) | Brad Smith | |
From FreeBSD 'looks ok' fgsch@ miod@ man page reviewed by jmc@ | |||
2005-10-30 | Don't use TAILQ_NEXT() on an element that has been removed. Similar to | Kenneth R Westerback | |
otto@'s diff for uvm_aobj.c. Identical to a diff canacar@ developed independantly. ok brad@ 'looks correct' fgsch@ | |||
2005-10-30 | mention control socket fallback behaviour, reported by tryponraj AT gmail.com | Damien Miller | |
2005-10-30 | Simplify sis(4) TX/RX ring initialization. | Brad Smith | |
Thanks to Ben <ben@tilderoot.com> for testing. | |||
2005-10-29 | comment fix: Two vendors sold same thing | Theo de Raadt | |
2005-10-29 | sync | Theo 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@ |