summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1999-03-031. Fix the SYNOPSIS. ``-'' may be used anywhere within the file operands.Aaron Campbell
2. Move option descriptions from a lexigraphical -> more logical order. 3. Xr setbuf(3) and sh(1) 4. Add an EXAMPLES section. 5. HISTORY should follow STANDARDS, according to mdoc.template. 6. Other misc niceties. Look mom, I can do man page content too.
1999-03-03take out reference to -x flag since we don't build curses with ↵Todd C. Miller
NCURSES_XNAMES defined
1999-03-03Don't install .wml files in doc tree.Bob Beck
1999-03-02Finally, new and improved mandoc ksh/sh man pages. This took hours, and hours,Aaron Campbell
and hours... Someone please read it and find any typos I may have missed.
1999-03-02RFNOWAIT does not dissociate the child from its parent in any otherNiklas Hallqvist
way than that the parent wait call will never get the status of this child, says Rob
1999-03-02Shouldn't be here. Autogenerated.Bob Beck
1999-03-02keep track of SATYPE registrations per PFKEY socketTheo de Raadt
1999-03-02do not crash if -n has no arg; spotted by weingartTheo de Raadt
1999-03-02Remove 3 bad panic cases, which should just report an error upNiklas Hallqvist
to the caller. This fixes some cases of panics due to SCSI errors.
1999-03-02Provide a method to do prerequisites needed beforeNiklas Hallqvist
installation of includes can happen. Do these before and not run via ${SUDO}.
1999-03-02When an NFS3 server replies with NFS3ERR_JUKEBOX, currently, itTodd C. Miller
panics the kernel, because the kernel tries to reuse a freed mbuf; dm@reeducation-labor.lcs.mit.edu
1999-03-02some SPI references should talk about SAs; ↵Theo de Raadt
markus.friedl@informatik.uni-erlangen.de
1999-03-02ESRCH, not EEXIST; markus.friedl@informatik.uni-erlangen.deTheo de Raadt
1999-03-02TypoMarc Espie
1999-03-02sa.c: Merge with EOM 1.67Niklas Hallqvist
Add SA attributes, specifically stayalive sa.h: Merge with EOM 1.42 Add SA attributes, specifically stayalive pf_encap.c: Merge with EOM 1.46 Add SA attributes, specifically stayalive exchange.c: Merge with EOM 1.65 Add SA attributes, specifically stayalive
1999-03-02EACESS -> EACCES; garath@code.ridgefield.orgAaron Campbell
1999-03-02conf.c: Merge with EOM 1.15Niklas Hallqvist
One include too much conf.h: Merge with EOM 1.7 Forgotten include file
1999-03-02EACESS -> EACCES; garath@code.ridgefield.orgAaron Campbell
1999-03-02RCS tagsNiklas Hallqvist
1999-03-02RCS tagsNiklas Hallqvist
1999-03-02if.c: Merge with EOM 1.8Niklas Hallqvist
Deal with old socket APIs udp.c: Merge with EOM 1.31 Deal with old socket APIs message.c: Merge with EOM 1.107 Remove unnecessary system dependent include
1999-03-02Makefile: Merge with EOM 1.43Niklas Hallqvist
Makefile.inc -> Makefile.sysdep Make SUBDIR changeable by the OS support sysdep/openbsd/Makefile.sysdep: Merge with EOM 1.1 Makefile.inc -> Makefile.sysdep
1999-03-02README: Merge with EOM 1.17Niklas Hallqvist
I changed my mind: other OS support files ships separately Mention the OS define in Makefile sysdep/README: Merge with EOM 1.1 I changed my mind: other OS support files ships separately sysdep/linux/*: Removed
1999-03-02describe some additional things many people do not knowTheo de Raadt
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