summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix various bogosities.phk1995-10-221-16/+16
|
* Undo the the changes in the previous revision (MANSRC now works right again).bde1995-10-221-7/+8
| | | | Use ${INSTALL} instead of install.
* Update to 4.4lite2 (clean up includes; initialize the name of the masterbde1995-10-221-9/+10
| | | | | | pty correctly (it was broken for calls to openpty() after the first successful one)). Obtained from: 4.4lite2
* Remove the last trace of arptnew()phk1995-10-221-2/+1
|
* Removed unnecessary include of <sys/tty.h>. tty.h apparently once hadbde1995-10-221-1/+0
| | | | some user interfaces in it. It no longer does.
* Update to 4.4lite2 (initialize arrow key data completely).bde1995-10-221-1/+5
|
* Fixed lint from cc -Wall.bde1995-10-221-5/+6
| | | | Cleaned up includes.
* Fixed dependencies for scrt0.o.bde1995-10-221-7/+14
| | | | | | Build a static gcrt0.o (sgcrt0.o) too. Currently only the dynamic gcrt0.o is used, although -pg forces -static. Sorted the .o targets.
* Remove includes of the wrong ../Makefile.inc (one was commented out, thebde1995-10-222-2/+0
| | | | other was in the wrong order).
* Fixed use of too many args for `.Em'.bde1995-10-221-10/+12
| | | | | | | | Fixed description of domain of y*(). Fixed description of error domain. (This description is still half redundant and half wrong, as in many other math man pages. fdlibm doesn't support the VAX or Tahoe.) Fixed capitalization of `Bessel'.
* Second round of screen update changes. Now handle the yes/no dialogsjkh1995-10-225-4/+16
| | | | as well as the confirmation dialogs.
* Style changes. Clear the screen before a lot of error dialogs so that theyjkh1995-10-2210-65/+168
| | | | | | don't bogusly restore the screen to the message that was the cause of the abort. That resulted in lots of weird flickering dialog boxes that appeared to be displayed out of sequence.
* sio.c:bde1995-10-226-153/+63
| | | | | | | | | | | | | | | | | | | | Fix the tests for being a console by reverting to the ones that were used before the the RB_SERIAL changes. RB_SERIAL only needs to be tested in one place. The initialization of comconsole was wrong before the RB_SERIAL changes for the COMCONSOLE case. This may have been the cause of the unnecessary changes. Start eliminating #includes of <i386/i386/cons.h>. This header is supposed to be included from <machine> although it should be completely machine-independent and included from <sys>. Remove a wrong XXX comment. `comconsole' is used to test for being a console and even the tests for deciding the default termios state are necessary (the semi-reentrant i/o routines don't handle ordinary device i/o). cy.c: Sync with sio.c. The console tests are present but always fail.
* Only allow `sensitive' devices for displays in find_display(). This isbde1995-10-222-6/+12
| | | | | a quick fix for syscons deciding not to become the console because it thinks another tty device has priority.
* minor cleanup, #includes.phk1995-10-225-6/+11
|
* Mino cleanup, #includes & unused vars.phk1995-10-222-2/+6
|
* Minor cleanup, #include's and unused vars.phk1995-10-223-1/+5
| | | | Added compile-time warning to an old funky function.
* Well, cvs commit core'ed on me, I belive I have got all the locks out,phk1995-10-2223-32/+64
| | | | | | | | | | | | | | | | | | | but a commit mail got lost, it's the same as for this commit: lib/libc/gen confstr.c crypt.c disklabel.c fstab.c getcap.c getgrent.c getgrouplist.c getpass.c getpwent.c initgroups.c nlist.c psignal.c pwcache.c setmode.c sleep.c sysconf.c sysctl.c syslog.c usleep.c lib/libc/locale none.c read_runemagi.c setlocale.c lib/libc/net gethostbydns.c getnetbydns.c getnetbynis.c lib/libc/nls msgcat.c lib/libc/quad Makefile.inc lib/libc/regex engine.c regcomp.c regerror.c Minor cleanup, mostly unused vars and missing #includes. Limit the number of quad functions we pull in for 'i386'. I still belive the quad stuff should go back into gcc. Add compile-time warnings about crypt functions.
* Remove EXTRA_SANITY, fix a unused var.phk1995-10-221-4/+8
|
* More cleanup.phk1995-10-223-4/+1
| | | | Uhm, I also forgot: I took "EXTRA_SANITY" out of malloc.c
* limit the number of functions we pull in for 'i386'.phk1995-10-221-1/+11
| | | | I still belive this stuff should go back into gcc.
* and so on...phk1995-10-221-5/+3
|
* As above.phk1995-10-223-5/+7
|
* As above.phk1995-10-223-3/+2
| | | | Oh I also put in a couple of compile-time warnings for the crypt stuff.
* Minor cleanup, mostly unused vars and missing #includes.phk1995-10-2219-43/+46
|
* Don't assume that $HOME is always set.jkh1995-10-221-2/+4
|
* Merge version 1.04 into HEAD.joerg1995-10-2211-74/+411
|
* Just fixin' them bugs as fast as they pop up.jkh1995-10-221-0/+2
| | | | Also add instrumentation for adding packages from scripts.
* Clean up some of the english here..jkh1995-10-221-10/+10
|
* Fix a bug in dist extraction when a dist was missing.jkh1995-10-223-3/+22
| | | | Allow instrumentation for adding packages from scripts.
* Add more knobs to the preconfiguration stuff.jkh1995-10-221-1/+3
|
* This commit was generated by cvs2svn to compensate for changes in r11646,joerg1995-10-224-20/+622
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Import version 1.04 of mkisofs.joerg1995-10-2215-89/+1032
| | | | | | | | | | | | | | This is a vendor-branch import by now, the merge with our regular tree will happen later. Obtained from: Eric Youngdale of Yggdrasil Computing Inc.
* | Fix order problem: unbusy pages before releasing the buffer.dg1995-10-222-4/+4
| | | | | | | | Submitted by: John Dyson <dyson>
* | Moved the filesystem read-only check out of the syscalls and into thedg1995-10-2212-404/+446
| | | | | | | | | | | | | | | | filesystem layer, as was done in lite-2. Merged in some other cosmetic changes while I was at it. Rewrote most of msdosfs_access() to be more like ufs_access() and to include the FS read-only check. Obtained from: partially from 4.4BSD-lite2
* | Simplified some expressions.dg1995-10-222-14/+8
| |
* | Style police throughout.jkh1995-10-229-50/+50
| | | | | | | | | | Fix the ppp startup code. Make the disklabel and fdisk screens "automatable"
* | Link LC_COLLATE inside dirs instead of dirs linkingache1995-10-221-1/+10
| |
* | Link LC_CTYPE inside dirs instead of dirs linkingache1995-10-221-0/+9
| |
* | Lots of tweaks.jfieber1995-10-229-84/+147
| | | | | | | | Submitted by: Joerg Wunsch <joerg_wunsch@uriah.heep.sax.de>
* | Implement locale.alias via links (including backward-compatible issue)ache1995-10-222-4/+161
| |
* | Finally catch up with the Frenchmen, and create the German messagejoerg1995-10-214-3/+349
| | | | | | | | | | catalog. :-)
* | Make real directories for each 8859-1 localeache1995-10-211-1/+45
| |
* | Make a lot of things static.phk1995-10-215-66/+66
| |
* | Remove declamations which <ctype.h> already does for us.phk1995-10-211-13/+0
| |
* | Added #include <ctype.h>phk1995-10-211-0/+1
| |
* | In bsd_to_ibcs2_sigaction(), flag for ibcs2 system should beswallace1995-10-211-2/+2
| | | | | | | | | | | | IBCS2_SA_NOCLDSTOP and not SA_NOCLDSTOP. Submitted by: bde
* | Error message reform. Make an unnecessarily fatal error a warning.jkh1995-10-212-4/+4
| |
* | Start including <sys/sysproto.h> to get the correct args structs andbde1995-10-213-53/+109
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | prototypes for all syscalls. The args structs are still declared in comments as in VOP implementation functions. I don't like the duplication for this, but several more layers of changes are required to get it right. First we need to catch up with 4.4lite2, which uses macros to handle struct padding. Then we need to catch up with NetBSD, which passes the args correctly (as void *). Then we need to handle varargs functions and struct padding better. I think all the details can be hidden in machine-generated functions so that the args structs and verbose macros to reference them don't have to appear in the core sources. Add prototypes. Add bogus casts to hide the evil type puns exposed by the previous steps. &uap[1] was used to get at the args after the first. This worked because only the first arg in *uap was declared. This broke when the machine- genenerated args struct declared all the args (actually it declares extra args in some cases and depends on the user stack having some accessible junk after the last arg, not to mention the user args being on the stack. It isn't possible to declare a correct args struct for a varargs syscall). The msgsys(), semsys() and shmsys() syscall interfaces are BAD because they multiplex several syscalls that have different types of args. There was no reason to duplicate this sysv braindamage but now we're stuck with it. NetBSD has reimplemented the syscalls properly as separate syscalls #220-231. Declare static functions as static in both their prototype and their implementation (the latter is optional, and this misfeature was used). Remove gratuitous #includes. Continue cleaning up new init stuff.
* | Make all FTP failures "bounce" the connection properly.jkh1995-10-210-0/+0
| |
OpenPOWER on IntegriCloud