Age | Commit message (Expand) | Author |
2007-06-25 | Fix a couple of "of of"s in comments. | Tom Cosgrove |
2007-06-25 | "of of" is wrong - it should be "off of" - but "from" is even nicer | Tom Cosgrove |
2007-06-25 | pretty mechanical change: now that the state tables use seperate state | Henning Brauer |
2007-06-25 | some wording improvements for -d and -m; from Jacek Masiulaniec | Jason McIntyre |
2007-06-25 | s/is is/it is/. From Jim Razmus, jim (at) bonetruck (dot) org; thanks. | Tom Cosgrove |
2007-06-25 | placeholder to split off the code that handles UpdateSets, as it's | Marc Espie |
2007-06-25 | merge tcp_set_iss() and tcp_set_tsm(); ok mcbride, djm (on earlier version) | Markus Friedl |
2007-06-25 | Include <poll.h> like the man page says rather than <sys/poll.h>. ok djm@ | Darren Tucker |
2007-06-25 | Greg A. Woods: stty(1) should mention tty(4) | Jason McIntyre |
2007-06-25 | typo | Marc Espie |
2007-06-25 | Correct test for window updates every three packets; prevents sending | Darren Tucker |
2007-06-24 | Add a BUGS section, ok jmc@ | Can Erkin Acar |
2007-06-24 | Remove some unused leftover code; original request from jasper@ | Uwe Stuehler |
2007-06-24 | Crank initial storage for extents a bit. We really should allocate extents | Mark Kettenis |
2007-06-24 | Fix xd and xy disklabel handling. | Miod Vallat |
2007-06-24 | Attach as console when appropriate. | Mark Kettenis |
2007-06-24 | When bootfile was made global so that macppc could modify it, it | Tom Cosgrove |
2007-06-24 | Fix typo in (unused) #define. | Mark Kettenis |
2007-06-24 | Save some bytes and make code more readable by removing junk union and | Ryan Thomas McBride |
2007-06-24 | tweak the description of sensor_task_unregister; | Jason McIntyre |
2007-06-24 | document changes to the sensor_task api. task_register now returns a | David Gwynne |
2007-06-24 | rework sensor tasks to use the kernels generic workq rather than a special | David Gwynne |
2007-06-23 | Implement disk sizes > 2^32-1. Code modelled on NetBSD. | Kenneth R Westerback |
2007-06-23 | expand size/offset to 16 characters, and drop the Cyl comments which | Theo de Raadt |
2007-06-23 | Enable workaround for decrementer exception problem. | Dale Rahn |
2007-06-23 | setup a local sigalarm to send a HUP to the ftp process if it takes longer | Marc Espie |
2007-06-23 | net80211 growth means vr(4) goes away for now | Theo de Raadt |
2007-06-23 | use a masked destination network instead of the interface ip for the | Reyk Floeter |
2007-06-23 | sync description of "-m" option to reality. mcbride@ ok | Jun-ichiro itojun Hagino |
2007-06-23 | default rule.flags and rule.flagset to 0 instead of null | joshua stein |
2007-06-23 | Accept 0x00 as notify type since some notebooks (MSI-S260) | Can Erkin Acar |
2007-06-23 | document REGRESS_LOG* | Steven Mestdagh |
2007-06-23 | Remove raidmakedisklabel(). The only invocation was commented out in | Kenneth R Westerback |
2007-06-22 | sync | Todd T. Fries |
2007-06-22 | according to claudio, entries should be ordered by PCI ID, fix two not in order | Todd T. Fries |
2007-06-22 | daddr_t -> daddr64_t; ok pedro@ thib@ | Otto Moerbeek |
2007-06-22 | Update ffs[1/2] time last written for cg's in | Thordur I. Bjornsson |
2007-06-22 | Regen. | Alexander Yurchenko |
2007-06-22 | Add vendor/product HUMAX/PVR-SMART for jmc@. | Alexander Yurchenko |
2007-06-22 | export the flow/filter information attached to the SA, too; ok hshoexer@ | Markus Friedl |
2007-06-22 | PCI malo(4) works | Martin Reindl |
2007-06-22 | ansify/de-register | Jasper Lievisse Adriaanse |
2007-06-22 | declare "uid" as uid_t instead of u_int, and fix format string accordingly | Jasper Lievisse Adriaanse |
2007-06-22 | declare "pid" as pid_t instead of long, and remove unneeded cast to pid_t | Jasper Lievisse Adriaanse |
2007-06-22 | more supported models; from brad and jsg | Jason McIntyre |
2007-06-21 | remove a whole bunch of duplicate function | Thordur I. Bjornsson |
2007-06-21 | cleanup CAPINFO values. | Damien Bergamini |
2007-06-21 | add EDCA Parameter Set and QoS capability IEs to appropriate frames | Damien Bergamini |
2007-06-21 | add two new functions: | Damien Bergamini |
2007-06-21 | Brace got lost in rev 1.51. | Miod Vallat |