Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-10-05 | +udav | Jonathan Gray | |
2004-10-05 | Port of NetBSD's udav driver for Davicom USB DM960 based Ethernet. | Jonathan Gray | |
Thanks to Mark Uemura for donating several of these adapters. Tested by and ok deraadt@ | |||
2004-10-04 | Make doff_t u_quad_t. This allows me to read iso9660 DVD-ROMs that | Todd C. Miller | |
are > 2GB. doff_t should really be off_t but making it signed exposed a bug that I haven't tried to track down yet. Based on a patch from and OK by pedro@. | |||
2004-10-04 | sync | David Gwynne | |
2004-10-04 | Belkin Components F5U237 USB 2.0 7-Port Hub | David Gwynne | |
2004-10-04 | refer to re_format.7 rather than egrep.1 for a description of EREs; | Jason McIntyre | |
2004-10-04 | refer to re_format.7 rather than egrep.1 for a description of EREs; | Jason McIntyre | |
2004-10-04 | remove some incorrect apostrophes, and make the text referring to | Jason McIntyre | |
re_format.7 slightly more consistent w/ other pages; | |||
2004-10-04 | remove the section on extended regular expressions, and point | Jason McIntyre | |
people instead to re_format.7: there is now a list of EREs there; | |||
2004-10-04 | remove the section on regular expressions - instead point people | Jason McIntyre | |
to re_format.7 (which is where the list of BREs went); also, rename LIMITATIONS to CAVEATS, as this is a standard mdoc thing, and shuffle it to the end of the page; | |||
2004-10-04 | mdoc/grammar fixes; | Jason McIntyre | |
2004-10-04 | Install nvram(4) | Miod Vallat | |
2004-10-04 | add master.passwd to NAME, since that file is documented here too; | Jason McIntyre | |
2004-10-04 | master\n.Xr passwd 5 -> .Xr master.passwd 5 | Jason McIntyre | |
2004-10-04 | document that /etc/security checks disklabels for changes; | Jason McIntyre | |
from alexander taler (pr #3943); | |||
2004-10-04 | a whole bunch of avance logic codecs and also patch for some | Michael Shalayeff | |
2004-10-04 | need sys/param.h to compile | Michael Shalayeff | |
2004-10-04 | Use poll(2) and svc_getreq_poll(2). Tested by matthieu@, ok deraadt@ | Todd C. Miller | |
2004-10-04 | Allow one more char for fstype, to avoid truncation of ISO9660 fstype. | Otto Moerbeek | |
spotted by and ok krw@ | |||
2004-10-04 | .Xr make | Marc Espie | |
2004-10-04 | new devices supported | Theo de Raadt | |
2004-10-04 | sync | Theo de Raadt | |
2004-10-04 | davicom DM9601 contains another amiphy clone | Theo de Raadt | |
2004-10-04 | COREGA_FETHER_USB2_TX; tested by me | Theo de Raadt | |
2004-10-04 | sync | Theo de Raadt | |
2004-10-04 | Corega Fether USB2-TX is axe | Theo de Raadt | |
2004-10-04 | link FileObject, State, Action. | Marc Espie | |
2004-10-04 | link `Meta/Unique' class hierarchy. Ditch some common code. | Marc Espie | |
2004-10-04 | basic class hierarchy to cut up packing-list items into better groups. | Marc Espie | |
2004-10-04 | Add Fatal/Warn routines: for now, they do nothing more than die/print STDERR, | Marc Espie | |
but they can get better. | |||
2004-10-04 | fix bogus indentation | Marc Espie | |
2004-10-04 | cacheing -> caching | Pedro Martelletto | |
2004-10-04 | do not take the average offset from all peers when calculating the total | Henning Brauer | |
offset to correct the local clock, but use the median. given a reasonable sized set of servers this makes us nearly immune against outliers or flasetickers, without the need for a horribly complicated outliers detection which does not yield to better results anyway. test & ok otto | |||
2004-10-04 | make systrace documentation more like reality. | marius eriksen | |
ok millert@ | |||
2004-10-04 | hierarchy is spelt hierarchy, ok djm@ | Jonathan Gray | |
2004-10-03 | sync | joshua stein | |
2004-10-03 | nvram driver for i386 through /dev/nvram | joshua stein | |
currently read-only ok grange@, marius@ | |||
2004-10-03 | Merge locore_c_routines.c into machdep.c, and clear <machine/locore.h> as | Miod Vallat | |
done on mvme88k. <machine/locore.h> is about to die very soon... | |||
2004-10-03 | Fix a dvorak typo involving Nikolay; reported by David L. Goodrich, thanks! | Miod Vallat | |
2004-10-03 | new regressions, based on PR 3940 | Otto Moerbeek | |
2004-10-03 | Remove block based mmap optimization. There are newline problems | Otto Moerbeek | |
(PR 3940, 3941) which can be fixed, but if a match starts at the end of a block and continues into the next block, no match will be found. Measurements by millert@ showed that the improvements of this optimization are non-measurable anyway. Diff from Alexander Taler. ok millert@ | |||
2004-10-03 | Kill <sys/types.h> | Alexander Yurchenko | |
2004-10-03 | $OpenBSD$ tag | Alexander Yurchenko | |
2004-10-03 | Add $OpenBSD$ tag. | Alexander Yurchenko | |
2004-10-03 | put EXAMPLES in the correct place, and change a stop to a colon; | Jason McIntyre | |
2004-10-02 | Associate ipl levels to clock and statclock coconuts. | Miod Vallat | |
2004-10-02 | Too much dust on these files, it's time for them to leave the building. | Miod Vallat | |
2004-10-02 | Typo in comment. | Alexander Yurchenko | |
2004-10-02 | Minor code cleanup and shrinkage. No functional change. | Kenneth R Westerback | |
2004-10-02 | - move the fact that it returns 0 on directory end in RETURN VALUES | Matthieu Herrb | |
- add an example - add .Xr opendir Ok millert@, ok and some tweaks jaredy@. |