summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Resize both VMIO and non-VMIO buffers if the size changes.dg1995-08-061-8/+2
|
* Removed redundant call to vm_object_page_clean: this is already handleddg1995-08-061-7/+1
| | | | by vfs_msync().
* Removed redundant call to vm_object_page_clean - this is already donedg1995-08-061-6/+1
| | | | in vfs_msync().
* Fixed bug where vnode_pager_uncache() wasn't always called when it shoulddg1995-08-062-6/+4
| | | | | | | be. The result was that the file's space wouldn't be properly freed when it was deleted. Submitted by: John Dyson
* Fix %c to be ctime-compatibleache1995-08-061-3/+3
|
* Fix default %c to be ctime-compatible as supposed (by Solaris too)ache1995-08-061-4/+4
|
* Add timedefache1995-08-061-1/+1
|
* Only build telnetd if secure telnetd is not going to be built.markm1995-08-061-1/+5
| | | | Reviewed by: rgrimes
* Remove timedefache1995-08-061-2/+2
|
*-. This commit was generated by cvs2svn to compensate for changes in r9958,ache1995-08-062-0/+89
|\ \ | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| | * Re-import it to proper locationache1995-08-061-0/+76
| | |
| * | Re-import it to proper locationache1995-08-061-0/+13
| | |
* | | Only build libtelnet if the secure libtelnet is not going to be built.markm1995-08-061-1/+5
| | | | | | | | | | | | Reviewed by: rgrimes
* | | Only build telnet if secure telnet is not going to be built.markm1995-08-061-2/+6
| | | | | | | | | | | | Reviewed by: rgrimes
* | | Clean up the mesgin code to make it easier to read with proceedure lablesgibbs1995-08-061-55/+49
| | | | | | | | | | | | | | | | | | that are based on what mesage is being processed instead of just numbers. Order the tests for incoming message type by level of occurance.
* | | Make "out of space in ${PKG_TMPDIR}" handling a bit more robust.jkh1995-08-062-7/+8
| | | | | | | | | | | | Print the right thing, do the right thing. Back to you, Satoshi!
* | | Eliminate a few more lurking obj bogons.jkh1995-08-061-9/+27
| | |
* | | Don't attempt to install rtprio.2 from here. It has moved to lib/libc/sys.bde1995-08-061-2/+1
| | |
* | | Fix pm name after some time playing withache1995-08-051-1/+1
| | |
* | | timedef addedache1995-08-051-4/+4
| | |
* | | Close:jkh1995-08-051-0/+1
| | | | | | | | | | | | | | | | | | | | | >Number: 656 >Category: docs >Synopsis: -v is not fully documented in portmap.8 Submitted by: Mike Grupenhoff <kashmir@umiacs.umd.edu>
* | | This commit was generated by cvs2svn to compensate for changes in r9946,ache1995-08-052-0/+89
|\ \ \ | | |/ | |/| | | | which included commits to RCS files with non-trunk default branches.
| * | Very simple LC_TIME compiler, you fill free to commit more complicated oneache1995-08-052-0/+89
| | |
* | | Reference to obj dir hardcoded in this file replaced withjkh1995-08-051-3/+9
| | | | | | | | | | | | | | | a more intelligent macro. I hate the obj link mechanism, I tell you, I hate it! :-)
* | | Use %+ to print data using LC_TIMEache1995-08-051-2/+2
| | |
* | | Remove _set_ospeed, it is done in tgetentache1995-08-051-1/+0
| | |
* | | Remove _set_ospeed, it is done in tgetent nowache1995-08-052-6/+0
| | | | | | | | | | | | Remove ospeed redefinition from header file
* | | Remove _set_ospeed, done in tgetent now.ache1995-08-052-14/+0
| | |
* | | Grab next major (68) for the Specialix SI/XIO driver which is due topeter1995-08-053-3/+32
| | | | | | | | | | | | come in RSN. As Jordan said "First in, first served.."
* | | Remove _set_ospeed, trick done in tgetent nowache1995-08-051-1/+1
| | |
* | | Do a little trick which covers 99% cases: initialize ospeedache1995-08-057-48/+53
| | | | | | | | | | | | | | | | | | | | | variable directly in tgetent by stderr or stdout output speed. It helps hide in non-standard __set_ospeed function and remove it from other sources (coming soon). Do prototype cleanup too.
* | | Update timezone compiler and dumper to understand the new EC rules.wollman1995-08-053-184/+251
| | |
* | | The European Commission went out and invented a new sort of summer-timewollman1995-08-053-224/+321
| | | | | | | | | | | | | | | | | | changeover, so we have to extend the format of timezone files (in a backward- compatible way, of course). This probably means that libc needs a minor version number bump before 2.2 is released (or maybe not).
* | | Don't depend on bogusly-installed <tzfile.h>.wollman1995-08-051-1/+1
| | |
* | | Don't install bogus tzfile.h. In fact, don't install any tzfile.h.wollman1995-08-051-2/+2
| | |
* | | Use data ports in the range 40000..44999 by default to enhance FTP usabilitypst1995-08-0511-18/+130
| | | | | | | | | | | | | | | | | | | | | in a firewall environment. Original idea by Mark Tracy (?). Reviewed by: wollman Submitted by: pst
* | | Comment out LDADD+=-ldescrypt, it is not yet active due toache1995-08-056-8/+14
| | | | | | | | | | | | missng defines for krb4encpwd and rsaencpwd and missing rsa library too.
* | | Fix some typos in a comment BUAD -> BAUD.ats1995-08-051-3/+3
| | |
* | | Update the SCB controll byte bit definitions to match new SCB_DISCENB bit.gibbs1995-08-052-13/+10
| | | | | | | | | | | | | | | Remove "#ifdef NOT_YET"s since the features they pertain too are committed now.
* | | Fix cut&paste error: LC_COLLATE should be LC_TIMEache1995-08-051-3/+3
| | |
* | | Total rewrite of the dataphase sections of the sequencer. This was donegibbs1995-08-051-237/+171
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | to replace the very poor, original implementation of Scatter/Gather operations. Use a bit (that was freed up with the rewrite above) in the SCB control byte to designate commands that should allow disconnection. The kernel driver makes this decision now instead of the sequencer since the sequencer can't do the indexing very efficiently. This commit drops the sequencer from 426 instructions to 390 most likely freeing enough space to do a target mode implementation.
* | | Add time locale loadingache1995-08-051-0/+8
| | |
* | | Add back $Id$ that got nuked in rev 1.6.dg1995-08-051-1/+1
| | |
* | | Move rtprio.2 from usr.sbin/rtprio to lib/libc/sys, overwriting the bogusbde1995-08-051-28/+42
| | | | | | | | | | | | | | | | | | version in the latter directory. Reviewed by: davidg
* | | Don't install me.7. Use the one in groff.bde1995-08-051-1/+3
| | |
* | | Fix two race conditions.gibbs1995-08-051-9/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The first could occur because the original code would continue to reset the SCSIID register while waiting for a selection. This could potentially conflict with a reconnect since a successfull reconnect will also set the SCSIID register. The fix is to use a separate wait loop after starting a selection (as was done a few revisions ago). The second probably never happens, but it was possible for a target to reconnect while there was a pending SCB on the waiting list and not get noticed. The fix was to remove a supurflous check of the scb waiting list.
* | | Update cmich's URL.jkh1995-08-051-2/+2
| | | | | | | | | | | | Submitted by: Mail Archive <archive@cps.cmich.edu>
* | | Add missing ospeed initializationache1995-08-041-1/+5
| | |
* | | Fix sh coredump in vi mode with empty colon commandache1995-08-041-0/+3
| | |
* | | Implement locale-sensitive strftime () from ADO (heavily modifiedwollman1995-08-043-106/+254
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | by me). This probably loses for multibyte characters, but I have no way of telling. I'll let ache decide whether to add this support to startup_setlocale. Note that for this to make any sense at all, the symlinks in /usr/share/locale must go. (For the moment, this doesn't make any difference since there are no locales supplied.) Obtained from: Arthur David Olson <ado@elsie.nci.nih.gov>
OpenPOWER on IntegriCloud