Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-05-10 | timeout_del now returns an int. | David Gwynne | |
this could probably be explained a bit better :/ | |||
2011-05-09 | the api that these timeouts replaced doesnt exist in our tree anymore, so | David Gwynne | |
dont talk about it. ok krw@, millert@, miod@ | |||
2011-04-12 | document size argument; prodded by jmc | Theo de Raadt | |
2011-04-10 | Merge viapm and viaenv | Alexandr Shadchin | |
Pluses: - Add support SMBus for VT82C596, VT82C596B, VT82C686A, VT8231 - Add support ACPI timer for all VIA South Bridges ok deraadt@, tested sthen@ | |||
2011-04-07 | zap trailing whitespace; | Jason McIntyre | |
2011-04-07 | Tweak wording a bit more. | Matthew Dempsky | |
ok jmc@ | |||
2011-04-06 | tweak previous; | Jason McIntyre | |
2011-04-05 | add a man page for dma_alloc(9) | Theo de Raadt | |
2011-04-05 | Arguments to m_dup_pkthdr() have changed; sync man page with reality. | Bret Lambert | |
ok claudio@ | |||
2011-04-04 | Nd strings do not start uppercase; | Jason McIntyre | |
2011-04-04 | tweak previous; | Jason McIntyre | |
2011-04-04 | Missing . Noted by mikeb@ | Artur Grabowski | |
2011-04-04 | Documentation for km_alloc and km_free | Artur Grabowski | |
2011-04-03 | fix typo; found by and ok jmc@ | Bret Lambert | |
2011-04-03 | Document m_dup_pkthdr function. | Bret Lambert | |
ok claudio@ | |||
2011-03-12 | There existed a race when a process was trying to read from a spliced | Alexander Bluhm | |
socket. soreceive() releases splsoftnet for uiomove(). In that moment, somove() could pull the mbuf from the receive buffer. After that, soreceive removed the mbuf again. The corrupted length accounting resulted in a panic. The fix is to block read calls in soreceive() until splicing has been finished. just commit deraadt@ | |||
2011-03-08 | Add a kernel man page sosplice(9) for the socket splicing implementation. | Alexander Bluhm | |
ok jmc@ | |||
2011-01-30 | zap unneeded Pp; | Jason McIntyre | |
2011-01-30 | missing space: out-of-banddata -> out-of-band data | Stefan Sperling | |
2011-01-29 | The function m_tag_copy_chain() returned 0 on success and 1 on | Alexander Bluhm | |
failure. The man page explained it the other way around. Change the return code to the more obvious 0 or ENOMEM and document this. ok krw@ markus@ miod@ jmc@ | |||
2011-01-09 | Upon consideration, random(9) should definately not be documented. It | Theo de Raadt | |
is not for use by other things (and is not used that way, typically very MD). Perhaps we should rename it to something else... | |||
2011-01-09 | kern(9) documents the kernel API srandom/random, which should only | Theo de Raadt | |
be used by the scheduler. we should rethink this; perhaps delete them. | |||
2011-01-09 | tweak previous; | Jason McIntyre | |
2011-01-09 | update random(4) and arc4random(9) manual pages | Theo de Raadt | |
2010-12-26 | Kill pmap_phys_address(), and force every driver's mmap() routine to return | Miod Vallat | |
a physical address [more precisely, something suitable to pass to pmap_enter()'sphysical address argument]. This allows MI drivers to implement mmap() routines without having to know about the pmap_phys_address() implementation and #ifdef obfuscation. | |||
2010-12-24 | Sync uvm_km_alloc1() prototype with reality. | Alexander Yurchenko | |
ok miod@ | |||
2010-11-17 | Make the comment for dk_timestamp more accurate. | Alexander Bluhm | |
ok krw@, jmc@ | |||
2010-11-09 | update struct uvmexp, and fix some spacing issues while here; | Jason McIntyre | |
ok tedu | |||
2010-10-28 | knock out some "-*- nroff -*-" lines; | Jason McIntyre | |
2010-10-06 | Retire Skipjack | Mike Belopuhov | |
There's not much use for the declassified cipher from the 80's with a questionable license these days. According to the FIPS drafts, Skipjack reaches its EOL in December 2010. The libc portion will be removed after the ports hackathon. djm and thib agree, no objections from deraadt Thanks to jsg for digging up FIPS drafts. | |||
2010-10-02 | srandom device no longer provides "strong" random data | Ted Unangst | |
2010-09-24 | Add timingsafe_bcmp(3) to libc, mention that it's already in the | Matthew Dempsky | |
kernel in kern(9), and remove it from OpenSSH. ok deraadt@, djm@ | |||
2010-09-23 | update struct disk; ok jsing | Jason McIntyre | |
2010-09-22 | Garbage collect the field dk_labelsector since there are no uses | Kenneth R Westerback | |
in the tree. Update disk.9 to reflect current reality. ok matthew@ deraadt@ | |||
2010-09-22 | All users of physio(9) now pass NULL as the buf pointer argument, so | Matthew Dempsky | |
no point in keeping it around. "i like this" thib@ (a while back); ok krw@ and oga@; reminder to update the man page and tweaks jmc@ | |||
2010-09-20 | Update evcount(9) documentation to reflect simplifications. | Matthew Dempsky | |
"yes, that's fine" jmc@ | |||
2010-09-19 | - put the Os macro in the correct place | Jason McIntyre | |
- in one instance, .Dr -> .Dq | |||
2010-09-07 | Update the documentation reflecting the latest churn in the vop layer. | Thordur I. Bjornsson | |
By updating I mean remove two sections (that where made wrong and where wrong before the churn) and tweak a few sentances. ok deraadt | |||
2010-08-20 | Change hzto(9) and tvtohz(9) arguments to const pointers. | Matthew Dempsky | |
ok krw@, "of course" tedu@ | |||
2010-08-08 | cpu -> CPU; | Jason McIntyre | |
2010-08-07 | Document the mutex locking assert macros. | Owain Ainsworth | |
Requested by marco. ok marco@, schwarze@ (who insists that manpages are still unlocked). | |||
2010-08-01 | document the rw_assert_ functions | Bret Lambert | |
ok jmc@ | |||
2010-07-18 | - grammar fix from Glen Barber (freebsd pr 148701) | Jason McIntyre | |
- fix some list issues found by mandoc | |||
2010-07-15 | add two new members to structs audio_encoding and audio_prinfo. | Jacob Meuser | |
for both structs, the new members are 'bps' and 'msb', which describe the number of bytes per sample and data alignment in the sample, respectively. drivers must properly set these fields in the 'query_encoding', 'set_parameters' and 'get_default_params' hardware interface methods. discussed with ratchov, deraadt | |||
2010-07-14 | Eliminate some unused malloc(9) type defines. Also get rid of the | Matthew Dempsky | |
mysterious and unused mbtypes[] array in mbuf.h. ok tedu@, deraadt@ | |||
2010-07-07 | update manpage to reflect recent changes to m_copyback | Bret Lambert | |
nag and ok sthen@ | |||
2010-06-29 | RTHREADS kernel options is gone, spotted by jmc | Ted Unangst | |
2010-05-29 | restore a line that was removed by blambert@ along with MCHTYPE. | Damien Bergamini | |
2010-04-08 | these functions are in systm.h now, reminded by kettenis | Ted Unangst | |
2010-04-03 | Add missing documention: | Philip Guenthe | |
- fork1() flags: FORK_SIGHAND, FORK_PTRACE, and FORK_THREAD - RTHREADS kernel option - rfork() RFTHREAD flag (with a BUGS entry that it's not usable from C) ok tedu@ |