Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2003-11-20 | ftpd.8: | 2 | -76/+84 | ||
- simpler macros - sort options - some updates ftpd.c: - sync usage() | |||||
2003-11-20 | fix rounding errors; from andreas@ | 1 | -2/+2 | ||
2003-11-20 | use .Dv for AF_INET and AF_INET6 (kills ugly line break); | 1 | -6/+5 | ||
spotted by Alexey E. Suslikov; also kill some .Pp's before displays/lists for better PostScript output; | |||||
2003-11-20 | kill comma splice; from Jared Yanovich; | 1 | -2/+2 | ||
2003-11-20 | hyphenise compound adjective; from Jared Yanovich; | 1 | -2/+2 | ||
2003-11-20 | Add -fno-builtin-print -fno-builtin-log to i386/sparc/sparc64/hppa. | 4 | -5/+7 | ||
No confirmed report of `this work' for other arches yet... | |||||
2003-11-20 | bye-bye | 1 | -218/+0 | ||
2003-11-20 | reenable build of dnssec programs, used for testing | 1 | -1/+1 | ||
2003-11-20 | temporary fix for distclean & lib/bind | 1 | -6/+6 | ||
2003-11-19 | Sync with NetBSD probe code: deal with non-pullups ide bus when | 1 | -10/+15 | ||
testing status register and a better comments on probe logic. Tested on i386, sparc64 and macppc by me, jmc@, matthieu@, sturm@ and drahn@. ok costa@ | |||||
2003-11-19 | Break up the colon-separated path to -I into two -I args so the tree | 1 | -2/+2 | ||
can build with perl 5.8.2. Ok markus@ | |||||
2003-11-19 | More poll conversion fixes. | 1 | -4/+4 | ||
2003-11-19 | fix some select/poll conversion breakage, more to come from millert@. | 1 | -2/+3 | ||
ok millert@ | |||||
2003-11-19 | document some missing diagnostics from arp; | 1 | -9/+27 | ||
reported by Fabio Olive Leite on bugs@ a long time ago (sorry it took me so long Fabio!) also kill some .Pp's between list items and s/.sp/.Pp; from ho@ and myself; ok itojun@ | |||||
2003-11-19 | undo boolshit unapproved changes the author does not even care about to fix | 3 | -7/+8 | ||
2003-11-19 | MALLOC is not meant for variable size allocations | 2 | -4/+4 | ||
2003-11-19 | regen | 2 | -2/+2 | ||
2003-11-19 | MALLOC is not meant for variable size allocations | 1 | -4/+3 | ||
2003-11-19 | - add ALI M1533 and M1535 ids. ok mickey@ | 3 | -3/+15 | ||
- fix ALI M1543 id. pointed out by mickey@ | |||||
2003-11-19 | only whine about recursion once, so we don't get into problems with loops. | 1 | -19/+26 | ||
2003-11-18 | Remove the duplicated code in ssh_checkintr() - checked against mvme68k. | 1 | -190/+1 | ||
2003-11-18 | more literal confusion, "(" ")" vs. ( ) | 1 | -2/+2 | ||
the parentheses are required when using two queue arguments, and optional when using one. | |||||
2003-11-18 | un-quote "return" where it's meant to reference a bnf production | 1 | -2/+2 | ||
and not a literal. | |||||
2003-11-18 | add a commented out 'set debug' default | 1 | -1/+2 | ||
ok henning@ | |||||
2003-11-18 | reorganize | 1 | -7/+11 | ||
2003-11-18 | don't leave test code enabled, spotted Dries Schellekens | 1 | -3/+1 | ||
2003-11-18 | tyop in last commit; noticed by hugh@ | 1 | -2/+2 | ||
2003-11-18 | sensorsd startup via rc/rc.conf | 2 | -2/+7 | ||
ok millert@ | |||||
2003-11-18 | update to BIND v9.2.3. ok todd@ | 169 | -2612/+4822 | ||
2003-11-18 | use bn_asm_vax.S (from netbsd); test + ok by miod | 18 | -25/+588 | ||
use asm code for i386, except for the CBC code, because it is not clean PIC code. add <machime/asm.h> support to x86unix.pl tested by: nick (on 30386), henning, djm, tedu, jmc and more; no shlib minor crank necessary, only internal symbols changed. | |||||
2003-11-18 | unbreak fake authloop for non-existent users (my screwup). Spotted and | 1 | -1/+2 | ||
tested by dtucker@; ok markus@ | |||||
2003-11-18 | In ssh_checkintr(), better check pointers for NULL before they | 1 | -2/+3 | ||
are dereferenced. XXX Looks like there are duplicated sections in this function. This driver needs a huge cleanup anyway... | |||||
2003-11-18 | -mdoc flex(1) man page; | 1 | -3410/+3724 | ||
examples style(9)'d by otto@ | |||||
2003-11-18 | path_index isn't used for anything, so comment it out. idea millert@ | 1 | -2/+4 | ||
2003-11-18 | add lightwight reader/writer locks from art@. we will be using these | 2 | -0/+318 | ||
later. have been looked over for quite some time now. | |||||
2003-11-18 | faster pools. split pagelist into full, partial, and empty so we find what | 3 | -197/+225 | ||
we're looking for. change small page_header hash table to a splay tree. from Chuck Silvers. tested by brad grange henning mcbride naddy otto | |||||
2003-11-18 | remove useless debug print. | 1 | -3/+1 | ||
2003-11-18 | Correct check for authctxt->valid. ok djm@ | 1 | -2/+2 | ||
2003-11-18 | DDB_SAFE_CONSOLE should not be specified in GENERIC kernel except for testing. | 1 | -2/+1 | ||
2003-11-17 | st.nicholas in nyc | 1 | -1/+2 | ||
2003-11-17 | Various cleanups, knf, better debug messages. | 2 | -16/+30 | ||
2003-11-17 | Don't wait for DRQ after issuing IDENTIFY command; instead check for DRQ | 2 | -10/+12 | ||
asserted after BSY is cleared in data read codepath. Solves delays in probe. The first version of this diff was done by costa@ a long time ago but had some issues. This one is a partial sync with NetBSD. ok costa@ | |||||
2003-11-17 | aprelevka'' opens (new style) | 1 | -1/+2 | ||
2003-11-17 | kill some doubles; | 1 | -3/+1 | ||
2003-11-17 | sync | 2 | -2/+14 | ||
2003-11-17 | New vendor TigerJet Network and a new toy of tm@ -- Tiger320 | 1 | -1/+5 | ||
pci communication controller. ok mickey@ | |||||
2003-11-17 | Zero nlist array before using; fixes a bug in the error condition | 1 | -3/+4 | ||
when the corefile is not a valid executable. otto@ OK | |||||
2003-11-17 | Corega Ether II PCC-TD support. | 1 | -1/+5 | ||
from Katsuhiko Hirohashi <hasiyan at mk2 dot org>. | |||||
2003-11-17 | regen. | 1 | -2/+4 | ||
2003-11-17 | Corega Ether II PCC-TD; from Katsuhiko Hirohashi <hasiyan at mk2 dot org>. | 1 | -1/+2 | ||