summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix for new Kerberos4. Make a fist cut at PAM-ising while I'm here.markm1999-09-198-326/+388
|
* Convert the VIA Rhine driver to miibus.wpaul1999-09-197-1268/+242
|
* Fixes for new Kerberos4. Userland to follow.markm1999-09-1925-301/+633
|
* Merge anf fix for build.markm1999-09-1935-3041/+360
|
* Allow the AMD PHY driver to support the DM9101 PHY. The DM9101 and thewpaul1999-09-191-3/+10
| | | | | AMD AM79c873 have identical registers. I'm not sure why; one is probably a clone of the other.
* Make the firewall file variable space-safe.green1999-09-197-14/+14
|
* libdes is bmaked and built from src/crypto/... now.markm1999-09-1970-12014/+12
|
* Add link syscons.4 -> sc.4phantom1999-09-191-1/+2
| | | | PR: docs/13289
* "Disks" is more correct than "Disks" could be.green1999-09-191-1/+1
|
* Fix typophantom1999-09-191-1/+1
| | | | | PR: docs/13814 Submitted by: Alex Vasylenko <lxv@mix.nest.org>
* This is what was "fdfix2.patch," a fix for fd sharing. It's prettygreen1999-09-1927-173/+257
| | | | | | | | | | | | | | | | | far-reaching in fd-land, so you'll want to consult the code for changes. The biggest change is that now, you don't use fp->f_ops->fo_foo(fp, bar) but instead fo_foo(fp, bar), which increments and decrements the fp refcount upon entry and exit. Two new calls, fhold() and fdrop(), are provided. Each does what it seems like it should, and if fdrop() brings the refcount to zero, the fd is freed as well. Thanks to peter ("to hell with it, it looks ok to me.") for his review. Thanks to msmith for keeping me from putting locks everywhere :) Reviewed by: peter
* This commit was generated by cvs2svn to compensate for changes in r51415,markm1999-09-19481-12270/+67276
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Clean import of KTH krb4-0.10.1.markm1999-09-19487-12770/+67597
| |
* | Big OpenSSL/KTH/FreeBSD merge, badly poisoned by $FreeBSD$'s.markm1999-09-1922-227/+259
| |
* | Two more devstat_end_transaction() -> devstat_end_transaction_buf().phk1999-09-194-28/+4
| |
* | Bring BDE's printf format error fixes into EGCS.obrien1999-09-192-3640/+4483
| |
* | Bring our profiling tweaks into EGCS 1.1.2.obrien1999-09-191-414/+2432
| |
* | "COMMENT_BEGIN" is no longer used.obrien1999-09-192-6/+0
| |
* | Support linking against libgcc_r.obrien1999-09-192-8/+0
| | | | | | | | Submitted by: Luoqi Chen <luoqi@chen.ml.org>
* | This should get us the same functionality we had with GCC 2.7.2.1.obrien1999-09-192-214/+278
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Support for our dual ELF/a.out building ability * Our custom ASM_* definitions * Our custom debugger and profiling related definitions * Our custom STARTFILE/ENDFILE specs * The stock EGCS 1.1.2 freebsd-elf.h file depended on egcs-1.1.2/gcc/config/linux.h, which included "svr4.h". We will include "svr4.h" via our "tm.h" definition. So add the few bits from "linux.h" we actually needed. * Using our current crtbegin.o/crtend.o we cannot support the DWARF2 unwinding mechanisms. In the future we will switch to the non-sjlj-exceptions type exception machanism. However the `make world' bootstrap problems with the EGCS crtstuff.c must be overcome first. * Our a.out gas doesn't "know" to use NOP's for aligns while in the text section. Thus the a.out alignment generation needed tweaking from what we did with GCC 2.7.2. [from BDE] * The definition of SUPPORTS_ONE_ONLY prevents the compiler from trying to use "linkonce" sections for a.out. The definition of NO_DBX_FUNCTION_END we had causes it to avoid .stabs symbols that the assembler cannot handle for a.out. [from JDP] * The previous "EXCEPTION_SECTION_FUNCTION" is the wrong name for EGCS. It also needed tweaking for EGCS. [from JDP] Also bump __FreeBSD_cc_version to 400002 in case we need to know we are using EGCS at some point.
* | Fix the "dsp sync" debugging printf that was unconditional. Fix a fewpeter1999-09-192-14/+14
| | | | | | | | formatting nits/glitches/whatever.
* | Use the stock EGCS version of this.obrien1999-09-191-96/+94
| |
* | Document the new i386 family options.obrien1999-09-191-0/+43
| | | | | | | | Obtained from: invoke.texi
* | - Hang the scr_stat struct from dev_t.yokota1999-09-196-139/+97
| | | | | | | | | | | | | | | | | | | | | | | | | | - Remove sc_get_scr_stat(). It's not necessary anymore. - Call ttymalloc() to allocate the struct tty for each vty, rather than statically declaring an array of struct tty. We still need a statically allocated struct tty for the first vty which is used for the kernel console I/O, though. - Likewise, call ttymalloc() for /dev/sysmouse and /dev/consolectl. - Delete unnecessary test on the pointer struct tty *tp in some functions. - Delete unused code in scmouse.c. WARNING: this change requires you to recompile screen savers!
* | Document -Os optimization. Add to -O{0,2} documentation.obrien1999-09-191-0/+8
| | | | | | | | Obtained from: invoke.texi
* | Merge revs 1.2-1.11 (doc fixes and updates to reflect reality) into theobrien1999-09-191-6/+79
| | | | | | | | EGCS 1.1.2 manpage.
* | KASSERT that we cannot use M_WAITOK in interrupt context.phk1999-09-191-0/+9
| | | | | | | | Reviewed by: bde
* | Add a version number field to the jail(2) argument so that future changesphk1999-09-191-0/+2
| | | | | | | | | | | | can be handled intelligently. WARNING: you will need to reinstall #includes and recompile jail(8).
* | Add a version number field to the jail(2) argument so that future changesphk1999-09-193-6/+20
| | | | | | | | can be handled intelligently.
* | Move an end-paren to its intended place.phk1999-09-191-1/+1
| |
* | execute a strategic clear.jkh1999-09-193-3/+9
| |
* | Merge rev 1.2 docs fixes into EGCS 1.1.2's manpage.obrien1999-09-191-14/+8
| |
* | - Preserve the content of the back scroll buffer when changing theyokota1999-09-193-10/+52
| | | | | | | | | | | | | | video mode. Requested by: a lot of people. PR: kern/13764
* | Fix -s option.yokota1999-09-191-1/+1
| | | | | | | | PR: bin/13799
* | - Mention that the SC_PIXEL_MODE kernel option is required, in orderyokota1999-09-191-1/+8
| | | | | | | | | | | | to use the VESA_800x600 raster text mode. - Fix the list of recognized keywords; "40x25" is not recognized, but "VGA_40x25" is.
* | Deal with new "auto" setting for network_interfaces.jkh1999-09-192-2/+2
| |
* | Make `ed' PC-Cards work again. It has been over two weeks that laptopobrien1999-09-191-470/+384
| | | | | | | | | | | | | | | | | | | | | | | | users have suffered from this breakage, w/o commitment from someone that they would fix the problems. This effectively backs out revs 1.{157-160}. It does however fix the build problem that caused 1.157 to be committed. If the changes from rev 1.156-1.160 can't be fully tested by the committer, may I offer posting a diff in the freebsd-current mailing list for broader testing before inflicting this breakage again.
* | Fix BOOTP root FS mounts. Also cleanup vfs_getnewfsid() and collapsedillon1999-09-195-44/+117
| | | | | | | | | | | | | | | | | | | | addaliasu() into addalias() (no operational change) and clarify comments relating to a trick that vclean() uses. The fix to BOOTP is yet another hack. Actually, rootfsid handling is already a major hack. The whole thing needs to be cleaned up. Reviewed by: David Greenman <dg@root.com>, Alan Cox <alc@cs.rice.edu>
* | This adds support for the 3Com Megahertz 574B ethernet 16-bit PC-Card.obrien1999-09-192-38/+108
| | | | | | | | | | | | | | | | 1) Reworked the probe routine 2) Addition of the 574B's product ID. 3) Added useful info when booting verbosely. Submitted by: Jason Young <doogie@anet-stl.com>
* | Update for GCC 2.95.1's bundled libf2c.obrien1999-09-191-4/+4
| |
* | This commit was generated by cvs2svn to compensate for changes in r51384,obrien1999-09-1964-887/+2706
|\ \ | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | Virgin import of GCC 2.95.1's libf2cobrien1999-09-1964-887/+2706
| | |
* | | Tell people how this work was done.obrien1999-09-191-0/+22
| | |
* | | Minor cleanupsdillon1999-09-191-7/+13
| | | | | | | | | | | | | | | Reviewed by: Matthew Dillon <dillon@backplane.com> Submitted by: Alexey Zelkin <phantom@cris.net>
* | | Change so_cred's type to a ucred, not a pcred. THis makes more sense, actually.green1999-09-1910-46/+55
| | | | | | | | | | | | | | | | | | Make a sonewconn3() which takes an extra argument (proc) so new sockets created with sonewconn() from a user's system call get the correct credentials, not just the parent's credentials.
* | | Make trash removals less chatty.jkh1999-09-191-1/+2
| | |
* | | Bump version number.phk1999-09-181-1/+1
| | | | | | | | | | | | Pointed out by: ken
* | | Only assign to si_bsize_phys if we have an intelligent value for it.phk1999-09-181-1/+0
| | | | | | | | | | | | Otherwise leave at zero and let the generic code decide.
* | | document devstat_end_transaction_buf()phk1999-09-181-0/+12
| | |
* | | Use devstat_end_transaction_buf() rather than Use devstat_end_transaction()phk1999-09-1816-90/+19
| | |
OpenPOWER on IntegriCloud