summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1996-06-20add Cyclom-Y definitions; from jmarin@pyy.jmp.fiTheo de Raadt
1996-06-20calcru() must calculate using u_quad_t to avoid overflows; netbsd pr#2496, ↵Theo de Raadt
brb@exp.com
1996-06-20kern_malloc() can fail in canwait case if no more map space; return NULL inTheo de Raadt
that case so that callers can deal with shortage rather than deadlocking.
1996-06-20tick v_swpin & v_swpoutTheo de Raadt
1996-06-20if kmem_malloc() fails to allocate a cluster, call m_reclaim(). logTheo de Raadt
"mb_map full" message only once a minute.
1996-06-20only write to realpath if non-NULLTheo de Raadt
1996-06-20add fdformat for the i386: based on an old FreeBSD version, gotten fromJason Downs
jtk's port of dosemu; some cleaning by me, but it needs more. Should probably just be rewritten...
1996-06-20don't blow away jtk's rcsidJason Downs
1996-06-20fdformat support:Jason Downs
patches taken from jtk's dosemu for NetBSD 1.1 and updated for the current driver. Some of the code is based an older FreeBSD version of the driver.
1996-06-20max 64 chars for TERM; rlogind accepts no moreTheo de Raadt
1996-06-19turn off *DIAG; something is miserably wrong with it and various peopleTheo de Raadt
have wasted weeks because of the crashes.
1996-06-19do not use system() to start $EDITOR, but fake system() ourselvesTheo de Raadt
1996-06-19pstat == statTheo de Raadt
1996-06-19do not use system() to start $EDITOR, but fake system() ourselvesTheo de Raadt
1996-06-19do not unexpectedly unlink the ptmp file; also support SIG*STOP cleanlyTheo de Raadt
with our changes which permit "EDITOR=emacs -nw" to work.
1996-06-19util.h no longer hereTheo de Raadt
1996-06-19let user set TOS, DF bit, and TTL. also use strtol() instead of atoi() soTheo de Raadt
that other bases work; netbsd pr#2017; jhawk@mit.edu
1996-06-19do not overflow term buffer, noted initially by darren reed. my own fixTheo de Raadt
1996-06-19our kernel is bsd, not netbsd.Michael Shalayeff
1996-06-19OpenBSD RCSIDNiklas Hallqvist
1996-06-19MD2 copyright is too restrictive for us, pointed out by Jason ThorpeNiklas Hallqvist
1996-06-19Makefiles supported obj, but not obj.${MACHINE}. Use same solution asMats O Jansson
eg. kerberosIV/kadm.
1996-06-18Fix off by one error when setting up ttytype[]Thorsten Lockert
1996-06-18Our terminfo emulation library now supports ttytype[], no need to special-Thorsten Lockert
case this anymore
1996-06-18Also emulate old ttytype[] behaviour. Strip off any obsolete 2-characterThorsten Lockert
terminal type found at the head of the name list before saving the list.
1996-06-18talk about ypinit; fails to talk about "ypmake" stillTheo de Raadt
1996-06-18name the client "client", and mention YP supportTheo de Raadt
1996-06-18Note that bootparamd returns both server and path. Minor nit.briggs
1996-06-18bootparam paths are server:/path, duh. pointed out by briggsTheo de Raadt
1996-06-18libpcap used yyparse(), which is bad; netbsd pr#2031; ↵Theo de Raadt
lukem@supp.cpr.itg.telecom.com.au
1996-06-18bpf BIOCSRTIMEOUT can round tv_usec down to zero & block; netbsd pr#2531; ↵Theo de Raadt
jhawk@mit.edu
1996-06-18move std stuff from rc.local to rcTheo de Raadt
1996-06-18LOCK_UN before close, not afterTheo de Raadt
1996-06-18+x68k, mvme68k, mvme88kTheo de Raadt
1996-06-18Try to avoid collisions with reselection when starting a new selection.Theo de Raadt
Enable reselections as soon as possible after a disconnect - prevents losing a reselecting device. Check for and ignore a spurious interrupt during a DMA input (from the Mach driver).
1996-06-18fix a type mismatchTheo de Raadt
1996-06-18New rev. from Matt Thomas (June 7, 1996), whichTheo de Raadt
(1) adds another parameter to PDQ_OS_VA_TO_PA() so that (via a hack) the driver works on more Alpha models, and (2) adds the definition PDQ_OS_PTR_FMT, which specifies what printf format to use when printing pointers. (%p under NetBSD.)
1996-06-18add missing newline in printf. pointed out by Matt ThomasTheo de Raadt
1996-06-18from netbsd; Fix typos in SUSP and DSUSP mapping when setting UltrixTheo de Raadt
posixmode tty attributes (was 112 and 113, should be 12 and 13).
1996-06-18sync to libcTheo de Raadt
1996-06-18from netbsd; Fix PR/2504: return with no args returns 0 instead ofTheo de Raadt
the return value of the previous command in functions
1996-06-18my netbsd pr#2217: add utmp support to ftpd, some other small changes/fixes.Jason Downs
1996-06-18from okiTheo de Raadt
1996-06-18use p->hashfraction when doing non-time-critical calculations, rather thanTheo de Raadt
using HASHFRACTION directly. in time-critical calculations, if HASHFRACTION is a power of two, check that p->hashfraction == HASHFRACTION and if so do the calculation with the compiled-in value so that the compiler can optimize out (potentially) expensive divisions. if p->hashfraction != HASHFRACTION, actually do the division. This has the result that on machines with slow division, the division can be optimized out of the common case, but that if HASHFRACTION changes from the compiled-in value (for whatever reason), profiling will still work. Changes suggested by Chris Torek.
1996-06-18update idTheo de Raadt
1996-06-18xpg4.2 makes sys/types.h optional, so we gotta include it ourselvesTheo de Raadt
1996-06-18from netbsd; remove nstest/nsquery referencesTheo de Raadt
1996-06-18vi fixes from bosticTheo de Raadt
1996-06-18from netbsd Fix missing `)' in the sideways view of interfacesTheo de Raadt
(i.e. netstat -w 1). Bug pointed out by Chris G. Demetriou.
1996-06-18merge in rev 1.6; emul_nativeTheo de Raadt