summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2000-04-26bring in latest KAME implementation.Jun-ichiro itojun Hagino
conforms to draft-ietf-ipngwg-scopedaddr-format-01.txt. behavior change: returns numeric scopeid if we can't convert to string removed #if 0'ed portion which we will never revisit.
2000-04-26remove #if 0'ed portion which we will never revisit (no behavior change).Jun-ichiro itojun Hagino
2000-04-26fix RCS idBrad Smith
2000-04-26we've done an oopsMichael Shalayeff
2000-04-26After the fxp split, sizeof(enaddr) is now 4, not 6, since enaddr is a pointerAaron Campbell
that's passed in from the bus-dependent parts. Use ETHER_ADDR_LEN so we get the whole thing; sigh@kuzirabekon.econ.nagasaki-u.ac.jp
2000-04-26sync with latest kame.Jun-ichiro itojun Hagino
- completely disable AI_ADDRCONFIG support (post RFC2553) since it does not work for PF_UNSPEC. - remove unused variables, some delint.
2000-04-26syncTheo de Raadt
2000-04-26make usage readable on a console; eric jackson <shinobi@monkey.org>Jakob Schlyter
2000-04-26usermgmt_usage doesnt return; eric jackson <shinobi@monkey.org>Jakob Schlyter
2000-04-26enable userJakob Schlyter
2000-04-26new header files from netbsd -- also a spinlock.hBrandon Creighton
2000-04-26dc_csid ain't needed no more; jason@ okMichael Shalayeff
2000-04-26vax resurrection, part 1: sync with early-april netbsdBrandon Creighton
many changes here, notable: uvm, ansi.h, more (and cleaner) vsbus support
2000-04-26syncTheo de Raadt
2000-04-26Make perl sets happy.. Yoy!Bob Beck
2000-04-25Add AudioNvideoConstantine Sapuntzakis
2000-04-25A fix to the dreaded isadmaattach panic which hunts people playing withNiklas Hallqvist
large memory machines. This time I really hope we can continue quite a bit away over the Gig.
2000-04-25Use CIRCLEQ_FOREACHConstantine Sapuntzakis
2000-04-25mention tcp identifiers; miodrag@ifrance.comTheo de Raadt
2000-04-25syncTheo de Raadt
2000-04-25kill, test and pwd are ksh builtins--no need to include standalone binaries.Todd C. Miller
2000-04-25fix install mode for skel/dot.rhostsJakob Schlyter
2000-04-25/usr/share/skel removedJakob Schlyter
2000-04-25/usr/share/skel moved to /etc/skelJakob Schlyter
2000-04-25change /usr/share/skel to /etc/skel. maintain dot.magic for backwards ↵Jakob Schlyter
compability.
2000-04-25references to /usr/share/examples/usermgmt removed as we do not have thatJakob Schlyter
2000-04-25skeletal login directory into /etc/skelJakob Schlyter
2000-04-25s/.Os NetBSD/.Os/Jakob Schlyter
2000-04-25do not replace adduser manpage (yet)Jakob Schlyter
2000-04-25we are OpenBSD and HISTORY should say soJakob Schlyter
2000-04-252.6 -> 2.7; deraadt@Aaron Campbell
2000-04-25grammarTheo de Raadt
2000-04-25keyfile protects keys, not filesTheo de Raadt
2000-04-25well if you cannot do a libc commit properly a week before 2.7 tree lock, ↵Theo de Raadt
surely it can wait till after 2.7
2000-04-25Avoid divide-by-zero; from FreeBSD PR/8990 and NetBSD PR/6541. Use the same fixAaron Campbell
for now, at least until we determine if there is a more correct one.
2000-04-25remove some non-important HISTORYJakob Schlyter
2000-04-25Missing MLINKSMarc Espie
2000-04-25TypoMarc Espie
2000-04-25When incorporating new messages, clear the "new" count before theTodd C. Miller
inc so the count of new messages is useful afterwards. This makes mail behave more like the SunOS version in this respect.
2000-04-25Mention that ktrace(2) doesn't follow linksTodd C. Miller
2000-04-25Missed this in last ncurses syncTodd C. Miller
2000-04-25screw .S version memset does same job...Michael Shalayeff
2000-04-25make bzero() compile again; millert@ okMichael Shalayeff
2000-04-25C deals with complex functions, but not imaginary ones yet.Marc Espie
2000-04-25correct boundary check. XXX should avoid code duplicate here...Jun-ichiro itojun Hagino
2000-04-25getpw*_r()David Leonard
2000-04-25interop w/ F-secure windows clientMarkus Friedl
2000-04-25From Assar: make adosfs compile, I was supposedNiklas Hallqvist
to commit this long ago.
2000-04-25if we have to allocate a new mbuf, don't forget to copy the header info fromJason Wright
the original packet.
2000-04-25fixing the frontend means fixing the backend too... add a countdown whenJason Wright
computing the length of a destination buffer in the callback since hifn always writes in multiples of 4 bytes (and AH can produce non-nice packets)