summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2004-10-05+udavJonathan Gray
2004-10-05Port 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-04Make doff_t u_quad_t. This allows me to read iso9660 DVD-ROMs thatTodd 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-04syncDavid Gwynne
2004-10-04Belkin Components F5U237 USB 2.0 7-Port HubDavid Gwynne
2004-10-04refer to re_format.7 rather than egrep.1 for a description of EREs;Jason McIntyre
2004-10-04refer to re_format.7 rather than egrep.1 for a description of EREs;Jason McIntyre
2004-10-04remove some incorrect apostrophes, and make the text referring toJason McIntyre
re_format.7 slightly more consistent w/ other pages;
2004-10-04remove the section on extended regular expressions, and pointJason McIntyre
people instead to re_format.7: there is now a list of EREs there;
2004-10-04remove the section on regular expressions - instead point peopleJason 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-04mdoc/grammar fixes;Jason McIntyre
2004-10-04Install nvram(4)Miod Vallat
2004-10-04add master.passwd to NAME, since that file is documented here too;Jason McIntyre
2004-10-04master\n.Xr passwd 5 -> .Xr master.passwd 5Jason McIntyre
2004-10-04document that /etc/security checks disklabels for changes;Jason McIntyre
from alexander taler (pr #3943);
2004-10-04a whole bunch of avance logic codecs and also patch for someMichael Shalayeff
2004-10-04need sys/param.h to compileMichael Shalayeff
2004-10-04Use poll(2) and svc_getreq_poll(2). Tested by matthieu@, ok deraadt@Todd C. Miller
2004-10-04Allow one more char for fstype, to avoid truncation of ISO9660 fstype.Otto Moerbeek
spotted by and ok krw@
2004-10-04.Xr makeMarc Espie
2004-10-04new devices supportedTheo de Raadt
2004-10-04syncTheo de Raadt
2004-10-04davicom DM9601 contains another amiphy cloneTheo de Raadt
2004-10-04COREGA_FETHER_USB2_TX; tested by meTheo de Raadt
2004-10-04syncTheo de Raadt
2004-10-04Corega Fether USB2-TX is axeTheo de Raadt
2004-10-04link FileObject, State, Action.Marc Espie
2004-10-04link `Meta/Unique' class hierarchy. Ditch some common code.Marc Espie
2004-10-04basic class hierarchy to cut up packing-list items into better groups.Marc Espie
2004-10-04Add Fatal/Warn routines: for now, they do nothing more than die/print STDERR,Marc Espie
but they can get better.
2004-10-04fix bogus indentationMarc Espie
2004-10-04cacheing -> cachingPedro Martelletto
2004-10-04do not take the average offset from all peers when calculating the totalHenning 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-04make systrace documentation more like reality.marius eriksen
ok millert@
2004-10-04hierarchy is spelt hierarchy, ok djm@Jonathan Gray
2004-10-03syncjoshua stein
2004-10-03nvram driver for i386 through /dev/nvramjoshua stein
currently read-only ok grange@, marius@
2004-10-03Merge locore_c_routines.c into machdep.c, and clear <machine/locore.h> asMiod Vallat
done on mvme88k. <machine/locore.h> is about to die very soon...
2004-10-03Fix a dvorak typo involving Nikolay; reported by David L. Goodrich, thanks!Miod Vallat
2004-10-03new regressions, based on PR 3940Otto Moerbeek
2004-10-03Remove block based mmap optimization. There are newline problemsOtto 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-03Kill <sys/types.h>Alexander Yurchenko
2004-10-03$OpenBSD$ tagAlexander Yurchenko
2004-10-03Add $OpenBSD$ tag.Alexander Yurchenko
2004-10-03put EXAMPLES in the correct place, and change a stop to a colon;Jason McIntyre
2004-10-02Associate ipl levels to clock and statclock coconuts.Miod Vallat
2004-10-02Too much dust on these files, it's time for them to leave the building.Miod Vallat
2004-10-02Typo in comment.Alexander Yurchenko
2004-10-02Minor 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 VALUESMatthieu Herrb
- add an example - add .Xr opendir Ok millert@, ok and some tweaks jaredy@.