summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2005-07-23correctly seperate added, modified and removed files for use in theJoris Vink
construction of the log message in the editor. ok jfb@
2005-07-22remove ICH3 workaround.Brad Smith
2005-07-22We can now get the ``battery absent'' status accurately.Miod Vallat
2005-07-22be sure we accept request for _all_ of our commands on the server side;Xavier Santolaria
2005-07-22Comandate Che Guevara, with a single `m'.Federico G. Schwindt
2005-07-22use the cf_name field of the CVSFILE struct instead of using the oldJoris Vink
CVS_FILE_NAME macro. This macro used to be nifty because of all the referencing for the names, but since we don't do that anymore and use cf_name directly... byebye CVS_FILE_NAME() okay xsa@
2005-07-22minor tweaks, no functional change;Xavier Santolaria
2005-07-22for .de domains, we need to send more shit to the denic whois server soHenning Brauer
that idn domains are handled correctly...
2005-07-22Reading the IEEE specs shows that the bits have to be reversed whenBrad Smith
mapping an OUI to the MII id registers. From drochner NetBSD
2005-07-22more Marvell and Realtek PHYBrad Smith
2005-07-22add Linksys EG1032 rev 3Brad Smith
2005-07-22regenBrad Smith
2005-07-22add another Relatek OUI id and another Marvell GigE PHY.Brad Smith
From Linksys EG1032 cards via Johan P. Lindström <johan.p.lindstrom at gmail dot com>
2005-07-22spacing and tiny knfHans-Joerg Hoexer
2005-07-22- sort options and sync usage()Jason McIntyre
- reword CAVEATS whilst here
2005-07-22somehow we managed to document the exit status of these apps twice,Jason McIntyre
in slightly different ways: merge it all into one bit; RETURN VALUES section header removed since strictly speaking this is not for section one apps; help from otto@
2005-07-22- make synopsis agree with DESCRIPTIONJason McIntyre
- tidy up CAVEATS
2005-07-22Sync with ural(4).Jonathan Gray
2005-07-22Add back device that got lost last time rapla.net was synced with.Jonathan Gray
2005-07-22add -g to gzcat synopsis: although it's not necessary, it matches howJason McIntyre
we describe gzip itself; update the description of -g to reflect this;
2005-07-22Skip invalid interfaces during 'listen on *'; ok henning@Darren Tucker
2005-07-22add some z* utils to SEE ALSO;Jason McIntyre
formatting tweak;
2005-07-22add zcat and gzcat to NAME;Jason McIntyre
2005-07-22sort synopsis and options list; sync usage() (as best we can);Jason McIntyre
help + ok jaredy@
2005-07-22this line was getting too long for groff to properly handle: split it;Jason McIntyre
2005-07-22- sync prototypes and header file excerptsJared Yanovich
- typos/spelling, punctuation, rewording, macro, and layout fixes. help & ok jmc
2005-07-22- sync sk_alloc_jumbo_mem() to look like bge's bge_alloc_jumbo_mem()Brad Smith
- oops, forgot to remove a line in sk_rxeof()
2005-07-22- sync prototypes and header excerpts to realityJared Yanovich
- punctuation, rewording, typos/spelling, macro, and layout fixes - add crossrefs where relevant ok jmc
2005-07-22- sync prototypes and header file excerpts to realityJared Yanovich
- many grammar, punctuation, macro, layout, spelling/typos, rewording, etc. fixes - avoid first person - sprinkle crossrefs where relevant help & ok jmc
2005-07-22also take the PCI subsystem id into consideration when trying to probeBrad Smith
for Linksys EG1032 cards, that way we do not try and attach to newer rev 3 cards that use the RealTek 8169S chipset.
2005-07-22document KERN_CPTIME2, and update description of KERN_CPTIME; ok jmcJared Yanovich
2005-07-22advocate error checking in examples; ok jmcJared Yanovich
2005-07-22move error return information from BUGS to ERRORS; ok jmc, millertJared Yanovich
2005-07-22EFAULT can only occur on addresses; ok jmcJared Yanovich
2005-07-22exec* no longer sleep on ETXTBUSY; ok jmcJared Yanovich
2005-07-21if the remove command is issued on a file that has been added but notXavier Santolaria
committed yet, remove CVS/<file>,t (in local mode); ok joris@.
2005-07-21remove trailing newlines from err(3) calls; millert@ and matthieu@ ok.Federico G. Schwindt
2005-07-21rollback r1.48 since it caused several panics here; brad@ ok.Federico G. Schwindt
2005-07-21- add bus_dmamap_sync()'s; From NetBSDBrad Smith
- use pci_mapreg_map() - remove unnecessary splimp() usage in skc_attach() - make sure to disestablish the interrupt on failure Tested by a few end-users.
2005-07-21need moddi3 tooTheo de Raadt
2005-07-21put libkern after libzTheo de Raadt
2005-07-21grammar;Jason McIntyre
ok deraadt@
2005-07-21syncTheo de Raadt
2005-07-21escape a trailing dot to avoid unwanted double spacing;Jason McIntyre
2005-07-21show questionable files as '? foo' on the server side.Joris Vink
ok xsa@, jfb@
2005-07-21<sys/param.h> is already included in "cvs.h", no need to duplicate;Xavier Santolaria
2005-07-21Correct product names of SMC aue(4) devices.Jonathan Gray
2005-07-21#define CVS_DESCR_FILE_EXT ",t"Xavier Santolaria
ok joris@ jfb@.
2005-07-21ICH7 IDE/SATA support based diff from Marcello Balduccini inJonathan Gray
NetBSD PR 30795. ok grange@
2005-07-21regenJonathan Gray