summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Bring in the Starter files for the contrib-crypto dir.markm1997-05-031-0/+9
| | | | | | | | | | | | | I am not going to commit anything to this area for a few days. This is because 1) I want everyone to be DARN sure there is no export of crypto that may get our USA friends it trouble. 2) I have been asked by the folk developing KTH-eBones to hold off for their new release. Worked with: rkw, jdp CVS: CVS:
* bettter -> cleaner.jkh1997-05-031-3/+3
|
* Nuke makefiles that duplicate those in libc now that libc is libc_rjb1997-05-0326-320/+0
| | | | aware. This simplifies things for libc_r.
* Use libc makefiles from now on instead of duplicating them in libc_r.jb1997-05-039-450/+27
| | | | Added Id strings too. It's useful to know who last made a change.
* Changed all paths to be relative to src/lib instead of src/lib/libcjb1997-05-0327-98/+203
| | | | | | | | | | so that all these makefiles can be used to build libc_r too. Added .if ${LIB} == "c" tests to restrict man page builds to libc to avoid needlessly building them with libc_r too. Split libc Makefile into Makefile and Makefile.inc to allow the libc_r Makefile to include Makefile.inc too.
* Let gcc know about libc_r. Use -pthread to link against libc_r insteadjb1997-05-032-2/+2
| | | | of libc.
* Change default build to include libc_r, but allow disadvantaged soulsjb1997-05-032-2/+3
| | | | to turn off the build.
* This stub has not been required by libc for a long time. Nuke it.jb1997-05-032-39/+2
|
* Fixed panic message in union_lock(): union_link --> union_lock.kato1997-05-032-4/+4
|
* Minor typo.max1997-05-021-2/+2
| | | | | PR: 3472 Submitted by: Josh Gilliam <soil@quick.net>
* Minor typo.max1997-05-021-2/+2
| | | | | PR: 3473 Submitted by: Josh Gilliam <soil@quick.net>
* Use <sect1> for sectioning instead of <p><bf>..</bf></p>.jfieber1997-05-021-4/+2
|
* Markup debogification.jfieber1997-05-021-17/+14
| | | | | (<deflist><itemize>...</itemize></deflist> is nonsensical and should not be allowed by the DTD)
* Promote "The Ports Collection" to the chapter level.jfieber1997-05-022-20/+18
| | | | Someone want to add a section to this chapter on PACKAGES?
* Users, Groups, and Security -> Securityjfieber1997-05-021-3/+3
| | | | | The chapter has evolved differently than I imagined when I made up the title.
* Merge "staying current", "staying stable" and "synching" into ajfieber1997-05-027-43/+53
| | | | | | | single chapter. Move "source tree guidelines and policies" out of the dark dungeon of the Appendix.
* delete kcorelow.c, it didn't produce any code and broke init.cgj1997-05-023-367/+4
| | | | | | | because 2 references to _initialize_kcorelow (the other one from kvm-fbsd.c) resulted. This prevented gdb from working correectly. delete kcorelow.c from XSRCS in the Makefile.
* More formatting + more infoache1997-05-021-19/+24
|
* Improve SGML formatting.ache1997-05-021-61/+92
| | | | Add more info.
* Emulate ':o' and '/o' letters using 'o'ache1997-05-021-0/+2
|
* Add ascii to comment describing default FORMATS value tooache1997-05-021-2/+2
| | | | (see previous commit)
* Add ascii to default formats list.ache1997-05-021-2/+2
| | | | | | latin1 looks very ugly on Russian screens/printers and users should be able to print/view handbook first without inner knowledge of bsd.sgml.mk tuning.
* Add more info about l10nache1997-05-021-3/+22
|
* Access correct union mount point in union_access. Old vnode is savedkato1997-05-022-4/+8
| | | | | | in savedvp variable and it is used for the argument of MOUNTTOUNIONMOUNT(). I didn't realize ap->a_vp is modified before MOUNTTOUNIONMOUNT(), so the change by revision 1.22 is incorrect.
* OpenBSD uses ID 0xa6 for its partitions on i386, arc and others that needimp1997-05-022-0/+2
| | | | | | a BIOS-like partition table. We now detect this correctly and print the right thing. Obtained from: Value obtained from OpenBSD sources.
* Add Localization section and Russian Language l10n descriptionache1997-05-024-4/+148
| | | | | | | | (somebody with better English, please check!) BTW: Next: entry have wrong name "Network Communications" in Locale Setup although points to right direction. Looks like sgmlfmt bug...
* Add mail group.jkh1997-05-021-0/+1
|
* Change "no" answer to "default" for login class, because "no" classache1997-05-011-3/+3
| | | | can exists and "default" class is really equal to empty class.
* Allow "no" answer on login class prompt override non-emptyache1997-05-011-2/+3
| | | | /etc/adduser.conf defaultclass with empty one
* 1. Deal with login classes nowache1997-05-012-14/+54
| | | | | 2. Turn on send_message by default for security reasons (mailbox must be pre-created)
* COFF sections not restricted to 16 bits.jkh1997-05-011-4/+3
| | | | Submitted by: cubfm :)
* Add 'russian' users classache1997-05-011-1/+9
|
* Increase Retry interval from 300 to 900 to shut named warning thatache1997-05-011-2/+2
| | | | (300 < 900) maintainance interval
* Add an entry about a.out vs ELF since I'm tired of reading about it.jkh1997-05-011-5/+69
| | | | Based-On-The-Postings-Of: joerg
* Ack, learn to spell "extentions" the same way in the same file.jkh1997-05-017-42/+42
| | | | | | Also make the output a little less cryptic for sysctl settings. Suggested by: bde
* YAMF22jkh1997-05-017-14/+14
| | | | PR: 3456
* cleaned up FAST_IPI code.fsmp1997-05-015-258/+135
| | | | | | | | | | - one-liners all become inline. - multi-liners become functions. - FAST_IPI defines go away. re-worked APICIPI_BANDAID code. - now refered to as DETECT_DEADLOCK. - on by default.
* fixed spelling error.fsmp1997-05-017-14/+14
| | | | Submitted by: Bruce Albrecht <bruce@zuhause.mn.org>
* Make ccd use the maxsecsize sector size as denominator, thissos1997-05-012-4/+4
| | | | fixes ccd on != 512byte devices..
* Remove old code in #if 0, leftovers from the days before != 512bytesos1997-05-011-29/+6
| | | | sector support.
* Remove the dependancy on DEV_BSIZE, now specfs works on != 512bytesos1997-05-012-6/+20
| | | | | sector devices given that the fs uses a blocksize of at least a physical sector size.
* Clean up merge from 2.2 (without spamming peter's changes)pst1997-05-012-14/+8
|
* Change holiday name to official oneache1997-05-012-6/+6
|
* Check the correct queue for waking up the pageout daemon. Specifically,dyson1997-05-011-2/+2
| | | | | | the pageout daemon wasn't always being waken up appropriately when the (cache + free) queues were depleted. Submitted by: David S. Miller <davem@jenolan.rutgers.edu>
* This is obvious to people who've been using the smp kernel for a while,peter1997-05-011-1/+3
| | | | | | but now that we've widened the scope of the smp work to -current, it might be an idea to warn new people that might not have read all the docs yet that the SMP support needs to be activated via a sysctl.
* Patch up init.c generation so that it works in -current.. It was tryingpeter1997-05-012-22/+20
| | | | to use files that do not exist here. Also, fix(?) ${.OBJDIR}/init.c hack.
* Fix include of <sys/dir.h> to <dirent.h> - it hits a #warningpeter1997-05-012-2/+2
|
* Test both the NFS and MOUNT protocols for v3 support before allowing a v3dfr1997-05-011-1/+61
| | | | | | | mount. It is possible to have v3 MOUNT but only v2 NFS, for instance for a custom user-mode server like CFS. Reviewed by: "Louis A. Mamakos" <louie@TransSys.COM>
* Oops I missed one of the pr_usrreqs changes.jhay1997-05-011-1/+4
|
* Synchronize with sys/i386/isa/syscons.c up to revision 1.213.kato1997-05-011-3/+9
|
OpenPOWER on IntegriCloud