summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Update 4.9.4-P1 -> 4.9.5-P1peter1996-12-302-42/+110
| | | | Included here are definitions for the DNSSEC key management stuff.
* Update the resolver definitions from bind-4.9.4-P1 to 4.9.5-P1 level.peter1996-12-302-53/+94
| | | | (More commits to come)
* 1) Base home directory is created if it does not already exist ifdavidn1996-12-301-35/+65
| | | | | | | | useradd -m or useradd -D -b are used. 2) Hyphen allowed in username if not first character. Fix trivial bug in error fmt string. 3) /etc/skeykeys updating changed to do 'inplace' update, commenting out a username rather than removing it completely.
* Added &a.proven, &a.jvh, &a.mbarkah and &a.nsj to the developer list.max1996-12-301-10/+14
| | | | Also, sort the developer list.
* When using the perl5 extensions, ask perl itself what the pathnames are,peter1996-12-301-8/+17
| | | | | | | | | | | | don't just hard code them into the Makefile. (This is the optional stuff to use perl scripts as a vi scripting language. eg, to load a sample script, type: :perl do 'wc.pl'; this loads /usr/share/vi/perl/wc.pl to add the "wc" command. Then, one can do this: :perl wc Yes, this is a trivial example. There are more useful examples, eg 'make' output parsing along the lines of emacs's "compile" mode. The tcl extension is similar and enabled by default since we ship with tcl.)
* Remove breakage of 1.8.2.2, choose slightly better character for quit.jkh1996-12-302-4/+4
|
* Geeze, I'm really off-target on my Makefile hacking tonite. Guess I'lljkh1996-12-301-3/+3
| | | | | | | go to bed. :-) Revert this change which would have broken the ${DESTDIR} relative link when chrooted. Pointed-Out-To-My-Embarassment-By: bde
* LIBMODE -> LIBOWNjkh1996-12-302-4/+4
|
* Argh, guys, LIBOWN, not LIBMODE for -o! :-)jkh1996-12-301-2/+2
|
* Back out max's rev 1.15. tclLoad.c and tclLoadDl2.c are most definatelypeter1996-12-301-3/+4
| | | | | | | | | | | needed, as he discovered when he tried to run vi. :-] These files used to be stubs which used #ifdef PIC to decide whether to use the real dlopen() version or the stub version from the src/contrib/tcl sources. Now, with the our stubs gone, the .PATH directive causes them to be compiled directly from src/contrib/tcl/{unix,generic}. You might need to rebuild your depend rules though as they may have stale paths. Also, this is a generated file. This should not have been edited here.
* argh!! I thought I stomped these two lines already.. :(jkh1996-12-301-3/+1
|
* Let the VM system know that on certain arch's that VM_PROT_READdyson1996-12-303-3/+19
| | | | | | | | | | | | | | also implies VM_PROT_EXEC. We support it that way for now, since the break system call by default gives VM_PROT_ALL. Now we have a better chance of coalesing map entries when mixing mmap/break type operations. This was contributing to excessive numbers of map entries on the modula-3 runtime system. The problem is still not "solved", but the situation makes more sense. Eventually, when we work on architectures where VM_PROT_READ is orthogonal to VM_PROT_EXEC, we will have to visit this issue carefully (esp. regarding security issues.)
* Add some missing ${DESTDIR}s here.jkh1996-12-301-3/+3
|
* EEEK!!! useracc and kernacc didn't lock their respectivedyson1996-12-301-2/+16
| | | | | | | maps. Additionally, eliminate the map->hint distortion associated with useracc. That may/may-not be the "right" thing to do -- but time will tell. Submitted by: Partially by Alan Cox <alc@cs.rice.edu>
* More properly call objlink target than use `obj OBJLINK=yes'; the latterjkh1996-12-301-2/+2
| | | | form seems broken these days anyway.
* Remove tclLoad.c and tclLoadDl2.c from SRCS as these files have been removed.max1996-12-301-4/+3
|
* Fixed keeping track of interrupt nesting level across ASTs. It sometimesbde1996-12-291-1/+3
| | | | | became -1, and this recently became fatal if an address error occurs in copyin/out/etc.
* Allow dash `-' (except for first char) and underscore `_' in usernames.wosch1996-12-292-5/+7
| | | | pointed out by: max
* Add SLIST_EMPTY, SLIST_FIRST, SLIST_NEXT.phk1996-12-291-0/+6
| | | | | Is it time to split this into one "intro" type and a number of detailed pages ?
* Addphk1996-12-291-1/+7
| | | | | | | | SLIST_EMPTY(head) SLIST_FIRST(head) SLIST_NEXT(elm, field) Which do the obvious things while hiding implementation details.
* Reserve 4 malloc types for generic geometry handling.phk1996-12-291-2/+10
|
* add 'i386' to macro .Dtwosch1996-12-2923-32/+32
|
* Finally document the interfaces found in libutil. While being here,joerg1996-12-297-2/+425
| | | | | | | | | also add the missing declaration of forkpty() to libutil.h. Btw., the calling interface for login(3) is crude. Some better abstraction is needed, perhaps similar to logwtmp(3). 2.2 candidate, but i'll wait for the spelling police first. :)
* Unspam this file: replace spaces with tabs so make doesn't barf. (I smellwpaul1996-12-291-5/+5
| | | | | | a cut & paste-o.) Noticed by: Ron Bolin <rlb@mindspring.com>
* remove section LIMITS, the limitations are now invalid ;-)wosch1996-12-291-6/+1
|
* remove group limits checkswosch1996-12-292-45/+7
|
* increase username length limit to 16wosch1996-12-291-2/+2
|
* Backing out my change of /etc/rmt -> /usr/sbin/rmt.obrien1996-12-292-2/+3
| | | | | | | Added comments in both files stateing why /etc/rmt is correct so someone else wont do the same thing again. Suggested by: Warner Losh & Ollivier
* Merge ee version 1.3 from the vendor branch. Clean up files we've gotjoerg1996-12-2917-4792/+644
| | | | | | | | | | in a different location. (Sigh, the initial import gratuitously changed the directory structure here, rendering the vendor branch a little useless.) Note: the French message catalog needs updating. By now, i've simply appended the English messages. NB: French message # 123 has been wrong, please correct whoever is going to deal with this.
* Delete bogus inconsistency check that could cause a gratuitous panic. Idg1996-12-291-8/+1
| | | | | had added this years ago when I didn't understand all the subtilties of the flock code.
* Synchronize with sys/i386/isa/npx.c revision 1.35 (disablekato1996-12-291-1/+3
| | | | i586-optimized copyin and copyout).
* Synchronize with sys/i386/i386/machdep.c revision 1.223 (clean-up ofkato1996-12-292-6/+6
| | | | useracc call).
* Support the use of the 2nd CDROM as a fixit aid. Also put the EHSjkh1996-12-2913-58/+430
| | | | | | | into a submenu in case you need to start it again (or at some other point in the installation). Submitted-By: joerg
* Add a "catpages" distribution for the catman stuff.jkh1996-12-298-11/+30
| | | | Submitted-By: joerg
* Make sure sysinstall gets its obj directory made. This should closejkh1996-12-291-4/+4
| | | | PR#2308, but I need to test it.
* Typo.max1996-12-291-2/+2
|
* Merge the en version changes made in 1.44 -> 1.45.max1996-12-291-230/+233
|
* Sort this file in alphabetical order of the entity.max1996-12-291-226/+226
|
* Sync with libc.alex1996-12-294-5/+14
| | | | Submitted by: John Birrell <jb@cimlogic.com.au>
* Added uthread_attr_destroy.c to SRCS.alex1996-12-293-3/+6
| | | | Submitted by: John Birrell <jb@cimlogic.com.au>
* This commit is the embodiment of some VFS read clustering improvements.dyson1996-12-2913-160/+256
| | | | | | | | | | | | Firstly, now our read-ahead clustering is on a file descriptor basis and not on a per-vnode basis. This will allow multiple processes reading the same file to take advantage of read-ahead clustering. Secondly, there previously was a problem with large reads still using the ramp-up algorithm. Of course, that was bogus, and now we read the entire "chunk" off of the disk in one operation. The read-ahead clustering algorithm should use less CPU than the previous also (I hope :-)). NOTE: THAT LKMS MUST BE REBUILT!!!
* This commit is the embodiment of some VFS read clustering improvements.dyson1996-12-292-2/+4
| | | | | | | | | | Firstly, now our read-ahead clustering is on a file descriptor basis and not on a per-vnode basis. This will allow multiple processes reading the same file to take advantage of read-ahead clustering. Secondly, there previously was a problem with large reads still using the ramp-up algorithm. Of course, that was bogus, and now we read the entire "chunk" off of the disk in one operation. The read-ahead clustering algorithm should use less CPU than the previous also (I hope :-)).
* _thread_kern_sig_unblock takes an integer, not a reference.alex1996-12-291-2/+2
| | | | Submitted by: John Birrell <jb@cimlogic.com.au>
* Superficial cleanup of comment.dyson1996-12-291-2/+2
|
* Superficial clean-up of useracc calls. (The useracc usage ofdyson1996-12-292-6/+6
| | | | | B_READ/B_WRITE is bogus anyway.) Might as well make the call prettier anyway.
* Allow pmap_protect to increase permissions. This mod can eliminatedyson1996-12-292-10/+14
| | | | | the need for unnecessary vm_faults. Submitted by: Alan Cox <alc@cs.rice.edu>
* rmt is /usr/sbin/rmt, not /etc/rmt which is a link to /usr/sbin/rmtobrien1996-12-292-2/+2
|
* Eliminate the redundancy due to the similarity between the routinesdyson1996-12-283-84/+18
| | | | | | | vm_map_simplify and vm_map_simplify_entry. Make vm_map_simplify_entry handle wired maps so that we can get rid of vm_map_simplify. Modify the callers of vm_map_simplify to properly use vm_map_simplify_entry. Submitted by: Alan Cox <alc@cs.rice.edu>
* The code unnecessarily created an object with no handle up-front, whichdyson1996-12-281-5/+10
| | | | | | has the negative effect of disabling some map optimizations. This patch defers the creation of the object until it needs to be at fault time. Submitted by: Alan Cox <alc@cs.rice.edu>
* Merge the en version changes made in 1.12 -> 1.13.max1996-12-281-4/+4
|
OpenPOWER on IntegriCloud