Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2005-07-21 | rollback r1.48 since it caused several panics here; brad@ ok. | Federico G. Schwindt | |
2005-07-21 | - add bus_dmamap_sync()'s; From NetBSD | Brad 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-21 | need moddi3 too | Theo de Raadt | |
2005-07-21 | put libkern after libz | Theo de Raadt | |
2005-07-21 | grammar; | Jason McIntyre | |
ok deraadt@ | |||
2005-07-21 | sync | Theo de Raadt | |
2005-07-21 | escape a trailing dot to avoid unwanted double spacing; | Jason McIntyre | |
2005-07-21 | show 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-21 | Correct 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-21 | ICH7 IDE/SATA support based diff from Marcello Balduccini in | Jonathan Gray | |
NetBSD PR 30795. ok grange@ | |||
2005-07-21 | regen | Jonathan Gray | |