summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2000-01-08Fix serious crash-and-burn bug I introduced with last revision.Angelos D. Keromytis
2000-01-08securelevel is specified in rc.securelevel, not rc.confHugh Graham
2000-01-08Most of this is covered in securelevel(7) now.Hugh Graham
2000-01-08Give securelevel its own manpage and enable.Hugh Graham
2000-01-08We don't need a pseudo-header for tcpdump on the output routine.Angelos D. Keromytis
2000-01-08Formatting fixes + better description of -a.Aaron Campbell
2000-01-08Incoming bpf tap.Angelos D. Keromytis
2000-01-07Fix tcpdump -n -i greN (causes a panic in NetBSD)Angelos D. Keromytis
2000-01-07gre(4) man page, from NetBSD.Angelos D. Keromytis
2000-01-07Remove unnecessary include files.Angelos D. Keromytis
2000-01-07Remove unused include files.Angelos D. Keromytis
2000-01-07Make some of the GRE-specific ioctls privileged. Remove a lot ofAngelos D. Keromytis
unnecessary include files.
2000-01-07Missing sysctl.h includeAngelos D. Keromytis
2000-01-07Forgot the names here...Angelos D. Keromytis
2000-01-07GRE/MobileIP input routine processing, from NetBSD (with a fewAngelos D. Keromytis
changes). Also, minor cleanup in in_proto.c
2000-01-07gre interface code, from NetBSD (with some changes)Angelos D. Keromytis
2000-01-07Document gre.allow and mobileip.allowAngelos D. Keromytis
2000-01-07gre.allow and mobileip.allowAngelos D. Keromytis
2000-01-07Add mobileip (proto 55)Angelos D. Keromytis
2000-01-07Add missing IF_DROPsAngelos D. Keromytis
2000-01-07IPPROTO_GRE and IPPROTO_MOBILE definitions (from NetBSD)Angelos D. Keromytis
2000-01-07ifdef cleanupAngelos D. Keromytis
2000-01-07Cleanup ifdefsAngelos D. Keromytis
2000-01-07Early check for destination port 0 (itojun@)Angelos D. Keromytis
2000-01-07sync with Greg Oster's NetBSD changes to Jan 4th 2000Peter Galbavy
2000-01-07sync with Greg Oster's NetBSD chages to Jan 4th 2000.Peter Galbavy
2000-01-07sync with work by Greg Oster on NetBSDPeter Galbavy
Please note: This update has *only* been tested on i386 with IDE disks. Could someone with a spare box please make sure all is OK with SCSI and maybe other arches ? sparc testing will follow locally. * remove rf_sys.h * many changes to make it more stable * some performance increases * All raid threads now get their own kernel process and the calling raidctl(8) program will show status progress through a meter. * In theory FFS_SOFTUPDATES and RAIDframe will now work together - NOT TESTED YET See http://www.cs.usask.ca/staff/oster/raid.html This updates include Greg's changes to Jan 4th 2000. TODO: * some odd behaviour when running raictl -c on an already config'ed raid set - problem founf, fix being done * progress meter is in raidctl(8) - seperate commit, but could do with sync'ing with OpenBSD ftp version
2000-01-07Update documentation to reflect 3.3.6Kjell Wooding
2000-01-07Update documentation to reflect 3.3.6 changes.Kjell Wooding
2000-01-07Don't set ifaddr::in_addrs to 1 after an ``iface clear'' on an interfacebrian
with no addresses.
2000-01-07Upgrade from 2.23 -> 2.26brian
I'll follow up with a list of changes (too big for a commit message IMHO)
2000-01-07s/memset/bzero/Jun-ichiro itojun Hagino
From: Michael Shalayeff <mickey@lucifier.dial-up.user.akula.net>
2000-01-06build libpthread AND libc_r for i386David Leonard
2000-01-06fix includes; bdeTheo de Raadt
2000-01-06In multi-column output, don't bother filling up last column before '\n'.Marc Espie
As a result, we gain one extra position to format multi-column output, since there is no added space at the end of the last column. For instance, 26 long filenames now print in 3 columns instead of 2. At first, both millert@ and I thought that ending the line on the last column might trigger trouble on some terminals, but then I realized that current ls may already fill the last column with a space, with no apparent grief anywhere, and Todd agreed.
2000-01-06use everything in libc_r (sorry, todd)David Leonard
2000-01-06Leave audio alone for midi or midibus.Federico G. Schwindt
2000-01-06for now, use -lpthread on i386. one day every arch will do this...David Leonard
2000-01-06for now, disable weak aliases for all archs except i386David Leonard
2000-01-06don't use _C_LABEL. but do use __STRINGDavid Leonard
2000-01-06missing ';'David Leonard
2000-01-06abstract -pthread switch into PTHREAD varDavid Leonard
2000-01-06happy with non-weak testing. bump major versions just in case.David Leonard
2000-01-06rename thread_storage to unithread_storage to avoid object name conflictDavid Leonard
2000-01-06remove mx and replace with dcJason Wright
2000-01-06 use 'x/**/y' as non-ansi concat, and not 'x /**/ y' - duhDavid Leonard
2000-01-06okay then, don't use _C_LABEL. redefine _PROF_PROLOGUE which seems a lot sanerDavid Leonard
2000-01-06well. that wasnt tested very well.David Leonard
2000-01-06add __weak_alias() macroDavid Leonard
2000-01-06oopsDavid Leonard