Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-07-23 | Fix 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-23 | remove debug messages, i always seem to forget these. | Joris Vink | |
2005-07-23 | rewrite of the file code. the previous one was just | Joris 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-23 | use cvs_chdir(); | Xavier Santolaria | |
2005-07-23 | add cvs_chdir(); a wrapper to chdir() w/ an error msg as it is used in | Xavier Santolaria | |
many places. Let's make our life simpler for once. ok jfb@ joris@. | |||
2005-07-23 | Adding netplan, 2983/tcp | Marc 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-23 | this is a bit better | Brad Smith | |
2005-07-23 | sync with re(4). | Brad Smith | |
2005-07-23 | Sync with axe(4). | Jonathan Gray | |
2005-07-23 | List some more devices using the generic ASIX id. | Jonathan Gray | |
2005-07-23 | back out last commit, this causes problems on some systems. | Brad Smith | |
2005-07-23 | add missing "Remove-entry" response in cvs_responses table | Joris Vink | |
2005-07-23 | correctly seperate added, modified and removed files for use in the | Joris Vink | |
construction of the log message in the editor. ok jfb@ | |||
2005-07-22 | remove ICH3 workaround. | Brad Smith | |
2005-07-22 | We can now get the ``battery absent'' status accurately. | Miod Vallat | |
2005-07-22 | be sure we accept request for _all_ of our commands on the server side; | Xavier Santolaria | |
2005-07-22 | Comandate Che Guevara, with a single `m'. | Federico G. Schwindt | |
2005-07-22 | use the cf_name field of the CVSFILE struct instead of using the old | Joris 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-22 | minor tweaks, no functional change; | Xavier Santolaria | |
2005-07-22 | for .de domains, we need to send more shit to the denic whois server so | Henning Brauer | |
that idn domains are handled correctly... | |||
2005-07-22 | Reading the IEEE specs shows that the bits have to be reversed when | Brad Smith | |
mapping an OUI to the MII id registers. From drochner NetBSD | |||
2005-07-22 | more Marvell and Realtek PHY | Brad Smith | |
2005-07-22 | add Linksys EG1032 rev 3 | Brad Smith | |
2005-07-22 | regen | Brad Smith | |
2005-07-22 | add 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-22 | spacing and tiny knf | Hans-Joerg Hoexer | |
2005-07-22 | - sort options and sync usage() | Jason McIntyre | |
- reword CAVEATS whilst here | |||
2005-07-22 | somehow 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 DESCRIPTION | Jason McIntyre | |
- tidy up CAVEATS | |||
2005-07-22 | Sync with ural(4). | Jonathan Gray | |
2005-07-22 | Add back device that got lost last time rapla.net was synced with. | Jonathan Gray | |
2005-07-22 | add -g to gzcat synopsis: although it's not necessary, it matches how | Jason McIntyre | |
we describe gzip itself; update the description of -g to reflect this; | |||
2005-07-22 | Skip invalid interfaces during 'listen on *'; ok henning@ | Darren Tucker | |
2005-07-22 | add some z* utils to SEE ALSO; | Jason McIntyre | |
formatting tweak; | |||
2005-07-22 | add zcat and gzcat to NAME; | Jason McIntyre | |
2005-07-22 | sort synopsis and options list; sync usage() (as best we can); | Jason McIntyre | |
help + ok jaredy@ | |||
2005-07-22 | this line was getting too long for groff to properly handle: split it; | Jason McIntyre | |
2005-07-22 | - sync prototypes and header file excerpts | Jared 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 reality | Jared 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 reality | Jared Yanovich | |
- many grammar, punctuation, macro, layout, spelling/typos, rewording, etc. fixes - avoid first person - sprinkle crossrefs where relevant help & ok jmc | |||
2005-07-22 | also take the PCI subsystem id into consideration when trying to probe | Brad 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-22 | document KERN_CPTIME2, and update description of KERN_CPTIME; ok jmc | Jared Yanovich | |
2005-07-22 | advocate error checking in examples; ok jmc | Jared Yanovich | |
2005-07-22 | move error return information from BUGS to ERRORS; ok jmc, millert | Jared Yanovich | |
2005-07-22 | EFAULT can only occur on addresses; ok jmc | Jared Yanovich | |
2005-07-22 | exec* no longer sleep on ETXTBUSY; ok jmc | Jared Yanovich | |
2005-07-21 | if the remove command is issued on a file that has been added but not | Xavier Santolaria | |
committed yet, remove CVS/<file>,t (in local mode); ok joris@. | |||
2005-07-21 | remove trailing newlines from err(3) calls; millert@ and matthieu@ ok. | Federico G. Schwindt | |