summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1999-03-02doc timer{clear,add,sub,cmp,isset}Theo de Raadt
1999-03-02wss_isapnp; work by apollo@slcnet.net..Theo de Raadt
1999-03-02syncTheo de Raadt
1999-03-02wss/sb splitup of sortsTheo de Raadt
1999-03-02ncurses-4.2-990301Todd C. Miller
1999-03-02Ignore TX interrupts when there are not packets buffered.Federico G. Schwindt
This fix a problem seen with realtek 80[12]9 based cards; noted by scomeau@obscurity.org.
1999-03-02argh, swapon does not fitTheo de Raadt
1999-03-02getservbyport() takes a network byte order port #Theo de Raadt
1999-03-02securelevel should be changed in /etc/rc.securelevel, not /etc/rc; fries@Aaron Campbell
1999-03-02add MLINKS for rc.local, rc.securelevel, and netstartAaron Campbell
1999-03-02put the DELAY back into xl_wait()Jason Wright
1999-03-01syncTheo de Raadt
1999-03-01Fix build bug (don't install CVS stuff in man) and remove ssl MakefileBob Beck
and ssl_expr_scan.c which are autogenerated.
1999-03-01add checks for if_bridge (in addition to if_bpf)Jason Wright
1999-03-01talk about positional arguments and sizes; james@oaktree.co.ukTheo de Raadt
1999-03-01Note that NO_SHARED_LIBS can not be tested until afterMarco S Hyman
bsd.port.mk is included; define CONFIGURE_SHARED that is set to either --enable-shared or --disable-shared depending upon the architecture.
1999-03-01Work around some broken Configure (such as elm) which don't work correctlyMarc Espie
when they're invoked with an absolute path. This was introduced by the WRKBUILD/WRKSRC split. So: - replace default CONFIGURE with a full path, so that you can override it. - remove leading ${WRKSRC} from the configure invocation. - add . to the configure path.
1999-03-01reflect new ioctl interfacesJason Wright
move sections around to match mdoc.template
1999-03-01document 'maxaddr' commandJason Wright
1999-03-01When negotiating ACCMAPs, sync our ACCMAP with thebrian
peers by ORing the two together and NAKing or REQing the result rather than allowing seperate local/peer values. If the peer REJs our ACCMAP and our ACCMAP isn't 0, warn about it and ignore the rejection.
1999-03-01SIGINFO supportDavid Leonard
1999-03-01insert a missing .Ar; d@Aaron Campbell
1999-03-01cleanup; d@Aaron Campbell
1999-03-01vary -> very; d@Aaron Campbell
1999-03-01Xr savecoreAaron Campbell
1999-03-01obliveous -> oblivious; d@Aaron Campbell
1999-03-01.Ar -> .Pa, rearrange Xr's, remove redundant .Nm arguments, other cleanup; d@Aaron Campbell
1999-03-01cleanup; d@Aaron Campbell
1999-03-01currect -> current; d@Aaron Campbell
1999-03-01fix a command sequence description; d@, also some misc cleanupAaron Campbell
1999-03-01Add support in /etc/hostname.xxx for files of the format:Todd C. Miller
up [options] Any of the following may or may not be set: $name $mask $bcaddr $extras
1999-03-01add /var/www/htdocs/manual/mod/mod_sslBob Beck
1999-03-01led driver support for 4/[1236]00 machinesJason Wright
1999-03-01Fix stupid makefile mistake.Bob Beck
1999-03-01Makefile changes and forgotten file for mod_sslBob Beck
1999-03-01import apache 1.3.27 and mod_ssl 2.8.11Bob Beck
1999-03-01completely (almost) revamped ioctl's:Jason Wright
o new ioctls for getting/setting cache size (default == 100) o changed SIOCBRDGRT -> SIOCBRDGRTS o changed SIOCBRDGIDX -> SIOCBRDGIFS
1999-03-01Don't print cfsd output on start.Federico G. Schwindt
1999-03-01re-do how copyright messages are doneTheo de Raadt
1999-03-01mod_ssl-2.2.3-1.3.4 (will require libssl-1.1 for https to work, butBob Beck
mostly harmless otherwise).
1999-03-01import apache 1.3.27 and mod_ssl 2.8.11Bob Beck
1999-03-01tweak for 2.5Theo de Raadt
1999-03-01Comment why we do a TLF when we get a ``Down'' event in statebrian
``closing''. Pointed out by: archie Don't do a TLF when we get a ``Catastrphic Protocol Reject'' event in state ``closed'' or ``stopped''. Pointed out but not suggested by: archie This makes no difference in the current implementation as LcpLayerFinish() does nothing but log the event, but I disagree in principle because it unbalances the TLF/TLS calls which (IMHO) doesn't fit with the intentions of the RFC. Maybe the RFC author had a reason for this. It can only happen in two circumstances: - if LCP has already been negotiated then stopped or closed and we receive a protocol reject, then we must already have done a TLF. Why do one again and stay in the same state ? - if LCP hasn't yet been started and we receive an unsolicted protocol reject, why should we TLF when we haven't done a TLS ?
1999-03-01Not present in 1.3.4Bob Beck
1999-03-01Change undocumented '-p' flag to '-d' and document. Also document '-v'.Todd C. Miller
Make 'disklabel -ed' not overwrite your label if you make no changes in the editor (added a cmplabel function to compare two labels).
1999-03-01typo: .su -> .auDavid Leonard
1999-03-01There is no -h flagDavid Leonard
1999-03-01import apache 1.3.26 + mod_ssl 2.8.10Bob Beck
1999-03-01Apache 1.3.4Bob Beck
1999-03-01Add extra pixel to 'l', so that it no longer looks like a '|'Marc Espie