summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2005-07-23Fix a few typos. Set 'error' variable before using it in message.Kenneth R Westerback
Makes i386 and amd64 dkcsum.c identical. ok weingart@ tom@
2005-07-23remove debug messages, i always seem to forget these.Joris Vink
2005-07-23rewrite of the file code. the previous one was justJoris Vink
a mess and not clean. this code is much cleaner, faster, and uses less memory overall. tested by xsa@, brad@, Michael Knudsen, and myself. okay xsa@
2005-07-23use cvs_chdir();Xavier Santolaria
2005-07-23add cvs_chdir(); a wrapper to chdir() w/ an error msg as it is used inXavier Santolaria
many places. Let's make our life simpler for once. ok jfb@ joris@.
2005-07-23Adding netplan, 2983/tcpMarc Balmer
ok deraadt@
2005-07-23*hostent() fixes:Jared Yanovich
- Make _gethtent() static - _gethtbyname() is dead code (succeeded by _gethtbyname2), kill it - _gethtent() requires setting the address family field of the file-scope variable `host' to that of the desired type of the entry being searched for. Change the behavior to enforce this if it is not AF_UNSPEC, which will now allow stepping through entries, and set it to specific values everywhere else. help & ok millert
2005-07-23this is a bit betterBrad Smith
2005-07-23sync with re(4).Brad Smith
2005-07-23Sync with axe(4).Jonathan Gray
2005-07-23List some more devices using the generic ASIX id.Jonathan Gray
2005-07-23back out last commit, this causes problems on some systems.Brad Smith
2005-07-23add missing "Remove-entry" response in cvs_responses tableJoris Vink
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