summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* ``appears'' -> ``appeared'' (closes PR#3393, Submitted-by: Josh Gilliam)jmg1997-04-2710-90/+125
| | | | | add missing Id's other minor clean ups
* Add some more "member functions" to these. Still not complete.phk1997-04-271-1/+41
|
* YAMF2.2: Allow @group entries in /etc/ftpusers & /etc/ftpchroot to denydavidn1997-04-272-10/+35
| | | | and allow chroot access to entire groups.
* Bring in rc file changes from -current.jkh1997-04-2717-628/+1643
|
* Add ports-converters and ports-textproc targets.asami1997-04-274-4/+12
|
* Add description of ports-converters and ports-textproc.asami1997-04-272-2/+8
|
* Try and make these usermode safe, Steve beat me in finding these..peter1997-04-264-9/+17
|
* fix & instead of && in #if statementpeter1997-04-261-4/+4
| | | | | | reorder #includes to alphabetical order Noted by: bde
* change #if 0 to #ifdef KERNEL since this is pretty important forpeter1997-04-261-2/+3
| | | | | smp compiling. It still leaves dset non-functional on smp kernels, but we've been doing that all along with the private smp tree anyway.
* Remove the curproc printing on trap/interrupt/etc. It's outlived it'speter1997-04-262-14/+2
| | | | | | usefulness, and there were problems with it anyway. Found by: bde
* #if'ed out the '#include "opt_smp.h"' line.fsmp1997-04-261-2/+3
| | | | | | | | | | | | The SMP source was merged into 3.0-current last nite and this broke the make of sbin/dset. Should make things work for non-SMP case. People making SMP kernels will need to edit i386/isa/isa_device.h, re-enabling '#include "opt_smp.h"'. People making SMP worlds will have to punt for now... I'm thinking about the real solution, but for now the goal is to NOT break the world!
* Back out bogus code that slipped past my read of the pre-merge diffpeter1997-04-262-6/+2
| | | | (Problems noted by Bruce)
* Fix some SMP merge bugs (from Bruce) -peter1997-04-262-24/+12
| | | | | | #include out of order pccard_configure() called twice munged tab (existing problem made worse)
* Activate gdbserver and gdbreplaypst1997-04-266-11/+11
|
* Create sysctl kern.fast_vfork, on for uniprocessor by default, off forpeter1997-04-261-6/+11
| | | | SMP.
* Disable RFMEM in vfork for smp case.. It doesn't seem to work too wellpeter1997-04-261-2/+7
| | | | yet..
* Do nothing instead of adjusting un_flags when (uppervp is locked) &&kato1997-04-262-22/+6
| | | | | (UN_ULOCK is not set) in union_lock. This condition may indicate race. DIAGNOSTIC kernel still panic here.
* Document internal ls, how to compile it in and what it changes wrtdavidn1997-04-261-1/+20
| | | | anon ftp and chrooted users.
* Adds optional "internal ls" support for ftpd, by collectingdavidn1997-04-265-8/+41
| | | | | | | | | | | modules from src/bin/ls, and handling exec(_PATH_LS,..) as a special case, very useful in an environment where many users are given chroot access. "~/etc/{s}pwd.db" files are still needed if uid/gid->user/group translation is desired. To enable this it must be compiled with the make variable FTP_INTERNAL_LS defined, either in /etc/make.conf or the environment.
* Man the liferafts! Here comes the long awaited SMP -> -current merge!peter1997-04-26111-326/+19306
| | | | | | | | | | | | | | | | There are various options documented in i386/conf/LINT, there is more to come over the next few days. The kernel should run pretty much "as before" without the options to activate SMP mode. There are a handful of known "loose ends" that need to be fixed, but have been put off since the SMP kernel is in a moderately good condition at the moment. This commit is the result of the tinkering and testing over the last 14 months by many people. A special thanks to Steve Passe for implementing the APIC code!
* Print out some more diagnostic information when we reject a message.gibbs1997-04-261-4/+10
| | | | | | | When we request sense, don't allow disconnection. This closes a window where we might allow an overlapped tagged and non-tagged transaction. The correct fix is to freeze the queue for the target that requests sense which is what will happen in the new CAM framework.
* Do not clear UN_ULOCK in certain case.kato1997-04-262-4/+24
| | | | | | | | | Our vput calls vm_object_deallocate() --> vm_object_terminate(). The vm_object_terminate() calls vn_lock(), since UN_LOCKED has been already cleared in union_unlock(). Then, union_lock locks upper vnode when UN_ULOCK is not set. The upper vnode is not unlocked when UN_KLOCK is set in union_unlock(), thus, union_lock tries to lock locked vnode and we get panic.
* Add new cpu type, CPU_CY486DX, which shows Cyrix 486S/DX series CPUs,kato1997-04-266-14/+74
| | | | | | and initialization routine for those CPUs. Tested by: Bob Bishop <rb@gid.co.uk>
* Synchronize with sys/i386/boot/biosboot/Makefile andkato1997-04-262-6/+2
| | | | sys/i386/boot/rawboot/Makefile revsions 1.56 and 1.7, respectively.
* Whoops -- code inspection showed I forgot to clean up getopt stringpst1997-04-261-2/+2
|
* Secure mode (-s) incorrectly disabled both sending and receiving of syslogpst1997-04-262-22/+15
| | | | packets over UDP. Secure boxes should still be able to send packets.
* Cosmetique changes in my entry, add yet one IDache1997-04-251-2/+3
|
* Update ID in my pgp keyache1997-04-251-36/+40
|
* This commit was generated by cvs2svn to compensate for changes in r25149,pst1997-04-252-0/+450
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Initial import of gdbserver FreeBSD supportpst1997-04-252-0/+450
| |
* | Initial import of gdbserver FreeBSD supportpst1997-04-252-0/+450
| |
* | This commit was generated by cvs2svn to compensate for changes in r25147,pst1997-04-251-0/+17
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Initial import of gdbreplay build structurepst1997-04-251-0/+17
| |
* | Initial import of gdbreplay build structurepst1997-04-251-0/+17
| |
* | Typo.max1997-04-252-2/+2
| | | | | | | | | | PR: 3385 Submitted by: Josh Gilliam <soil@quick.net>
* | Typo.max1997-04-251-1/+1
| | | | | | | | | | PR: #3178 Submitted by: Josh Gilliam <soil@quick.net>
* | Fixed `make depend'. The previous change reduced it to making onlybde1997-04-251-1/+3
| | | | | | | | | | config.h (which isn't used directly). Added a comment about the indirect use of config.h.
* | Integrated 1.54 -> 1.55 changes.max1997-04-251-3/+3
| |
* | Mailto: was missing for one contact person's address.max1997-04-251-2/+2
| | | | | | | | | | Submitted by: Dmitrij Tejblum <dima@tejblum.dnttm.rssi.ru> (Closing PR #3051.)
* | Don't complain about no input files for `ld -f'. This fixes spuriousbde1997-04-251-2/+5
| | | | | | | | | | | | (ignored :-() errors for `make depend' in /sys/i386/boot/*. It's natural for there to be no libraries there and inconvenient to check for this in bsd.prog.mk.
* | Removed LDADD=-lc and associated DPADD. libc would probably breakbde1997-04-252-6/+2
| | | | | | | | things if it were actually used.
* | Fill the padding at the end of the runtime strings with zeros,jdp1997-04-251-2/+6
| | | | | | | | | | | | instead of leaving random data there. This makes the linker's output files more deterministic -- an important property for regression tests.
* | Add vfork(2) to SEE ALSOache1997-04-251-0/+1
| |
* | Add portsinfo, which generate list of new ports for last two weeks.wosch1997-04-252-1/+23
| |
* | Don't zero b_dirtyoff and b_dirtyend on error.dfr1997-04-251-3/+3
| | | | | | | | Submitted by: Hidetoshi Shimokawa <simokawa@sat.t.u-tokyo.ac.jp>
* | Don't try to install f2c'h now that it's installed fromasami1997-04-251-2/+2
| | | | | | | | /usr/src/usr.bin/f2c. :)
* | Eliminate a small redundancy with ALL_DISTSjkh1997-04-251-2/+2
| | | | | | | | Submitted by: John-Mark Gurney <jmg@hydrogen.nike.efn.org>
* | Catch up with the original.hanai1997-04-253-46/+20
| |
* | copyin the export network mask to the correct variable.peter1997-04-252-4/+4
| | | | | | | | Submitted by: Mike Hibler <mike@marker.cs.utah.edu>, PR#3380
* | correct vfork()/exit() to vfork()/_exit(). This is far more importantpeter1997-04-251-1/+1
| | | | | | | | | | | | now that vfork() actually works in FreeBSD for the first time. Spotted by: se
OpenPOWER on IntegriCloud