Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | This commit was generated by cvs2svn to compensate for changes in r52878, | obrien | 1999-11-04 | 4 | -0/+827 |
|\ | | | | | | | which included commits to RCS files with non-trunk default branches. | ||||
| * | Virgin import from GCC 2.95.1. | obrien | 1999-11-04 | 4 | -0/+827 |
| | | | | | | | | | | | | | | | | | | As of GCC 2.95 these files from libiberty are absolutely required: ansidecl.h libiberty.h splay-tree.h splay-tree.c To keep from having to import all of libiberty, they are imported here for now. Before all is said and done, libiberty might be imported, or these files might move elsewhere. | ||||
* | | Merge rev 1.2 [_exit() over exit()] into GCC 2.95.1. | obrien | 1999-11-04 | 1 | -75/+36 |
| | | |||||
* | | Merge rev 1.2 (use /tmp 1st, and then /var/tmp) into GCC 2.95.1. | obrien | 1999-11-04 | 1 | -21/+13 |
| | | |||||
* | | This commit was generated by cvs2svn to compensate for changes in r52874, | obrien | 1999-11-04 | 3 | -412/+1110 |
|\ \ | |/ | | | | | which included commits to RCS files with non-trunk default branches. | ||||
| * | Virgin import from GCC 2.95.1. | obrien | 1999-11-04 | 5 | -508/+1157 |
| | | | | | | | | | | | | | | | | | | | | As of GCC 2.95 these files: choose-temp.c demangle.h getopt.h obstack.c pexecute.c cplus-dem.c getopt.c getopt1.c obstack.h were removed from the GCC compilers proper to libiberty. To continue our revision history, and to keep from having to import all of libiberty, they are imported here as if they were never moved. | ||||
* | | Pass IP fragments with non-zero offset. The semantics of matching | ru | 1999-11-04 | 1 | -0/+6 |
| | | | | | | | | | | | | IP fragments has been changed in src/sys/netinet/ip_fw.c,v 1.78. Reminded by: "Ronald F. Guilmette" <rfg@monkeys.com> | ||||
* | | Fix the atomic arithmetic primitives for address where (p&7) >= 4. | dfr | 1999-11-04 | 1 | -24/+24 |
| | | | | | | | | Reviewed by: gallatin | ||||
* | | Bring ``ac'' into reality. This great tools now works correctly (for | phantom | 1999-11-04 | 1 | -12/+11 |
| | | | | | | | | current state of the tree) | ||||
* | | Add short description of dumpvfscache | phantom | 1999-11-04 | 1 | -2/+7 |
| | | |||||
* | | Link manual page for login_getpwclass(3) to login_cap(3). | jkoshy | 1999-11-04 | 1 | -1/+3 |
| | | | | | | | | | | PR: docs/14673 Submitted by: Andrew <andrew@ugh.net.au> | ||||
* | | Eliminate two useracc(..., VM_PROT_READ) calls that immediately precede | alc | 1999-11-04 | 1 | -8/+4 |
| | | | | | | | | | | | | copyin() calls. Submitted by: bde | ||||
* | | Add unsigned char cast to isalpha | ache | 1999-11-04 | 2 | -2/+2 |
| | | |||||
* | | Add unsigned char cast to isdigit | ache | 1999-11-04 | 1 | -1/+1 |
| | | |||||
* | | Add unsigned char cast to is[x]digit | ache | 1999-11-04 | 2 | -5/+5 |
| | | |||||
* | | Add unsigned char cast to isdigit | ache | 1999-11-04 | 2 | -2/+2 |
| | | |||||
* | | Minor cosmetic changes in an attempt to improve consistancy. | obrien | 1999-11-04 | 7 | -7/+15 |
| | | |||||
* | | Add unsigned char cast to isupper | ache | 1999-11-04 | 1 | -1/+1 |
| | | |||||
* | | unsigned char cast to ctype macros | ache | 1999-11-04 | 1 | -1/+3 |
| | | |||||
* | | Add unsigned char cast to ctype macros arg | ache | 1999-11-04 | 5 | -37/+39 |
| | | |||||
* | | Revert to 1.19. ${.OBJDIR}/../strfile must be taken out, since it | dcs | 1999-11-04 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | breaks the cross-compilation case, but I'm not the one doing it. $$PATH *will* have a new strfile in /usr/bin built at build-tools time, unless you defined NOTOOLS. If you defined NOTOOLS and it breaks for you, don't do that. If you did not define NOTOOLS but things are not working, the error is elsewhere. See logs for src/Makefine.inc1, particularly rev 1.36, and revision 1.14 of this file. | ||||
* | | Add unsigned char cast to isspace arg | ache | 1999-11-04 | 4 | -7/+15 |
| | | |||||
* | | "make install" did not install 150.clean-hoststat. | ghelmer | 1999-11-04 | 1 | -0/+1 |
| | | | | | | | | PR: bin/12497 | ||||
* | | Re-implement the handing of RB_CDROM in a machine-independant fashion. | msmith | 1999-11-04 | 2 | -0/+48 |
| | | | | | | | | | | | | We currently only search SCSI and IDE CDROMs; if there's felt to be a need for supporting the very old and rare soundcard etc. drives for this application they can be trivially added. | ||||
* | | now that a map's base addr is 64-bits, the alpha multi-hose hack needs | gallatin | 1999-11-03 | 2 | -8/+8 |
| | | | | | | | | | | to be cast to 64-bits in pci_add_map. This should allow XP1000s and DS20s to boot -current again. | ||||
* | | Fix bug in BIOCGETIF ioctl() where it would return a bogus interface | archie | 1999-11-03 | 1 | -24/+8 |
| | | | | | | | | name if the interface unit number was greater than 9. | ||||
* | | Fix a typo. | chris | 1999-11-03 | 1 | -1/+1 |
| | | | | | | | | PR: docs/14684 | ||||
* | | Add back netboot since it compiles just fine. Note that you need a full | dfr | 1999-11-03 | 1 | -1/+1 |
| | | | | | | | | source tree to build netboot since it depends on headers from libstand. | ||||
* | | * Don't wait forever for the boot2 filename if the PCC wraps. | dfr | 1999-11-03 | 1 | -3/+6 |
| | | | | | | | | * If the user presses return, load boot2 immediately. | ||||
* | | Emergency fix to stop world breakage. | grog | 1999-11-03 | 1 | -4/+0 |
| | | | | | | | | Broken-by: archie | ||||
* | | Move strto{u}[ql]() into their own libkern files. | phk | 1999-11-03 | 6 | -314/+491 |
| | | | | | | | | Urged by: bde | ||||
* | | Move isfoo() and friends to the newly created sys/ctype.h. | phk | 1999-11-03 | 8 | -13/+66 |
| | | | | | | | | Urged by: bde | ||||
* | | Fix bus_setup_intr(); I changed exintr() to take a pointer to ex_softc | mdodd | 1999-11-03 | 2 | -2/+2 |
| | | | | | | | | | | | | but didn't change bus_setup_intr() to pass the softc in. Submitted by: Warner Losh <imp@village.org> | ||||
* | | Remove compat cruft. | phk | 1999-11-03 | 1 | -4/+0 |
| | | |||||
* | | Structure field name changed. | obrien | 1999-11-03 | 1 | -1/+1 |
| | | |||||
* | | Add examples for a mount_nwfs command. | bp | 1999-11-03 | 2 | -0/+112 |
| | | |||||
* | | Quick fix for breakage of ext2fs link counts as reported by stat(2) by | bde | 1999-11-03 | 5 | -1/+6 |
| | | | | | | | | | | | | | | the soft updates changes: only report the link count to be i_effnlink in ufs_getattr() for file systems that maintain i_effnlink. Tested by: Mike Dracopoulos <mdraco@math.uoa.gr> | ||||
* | | Add share/examples/nwclient directory. | bp | 1999-11-03 | 1 | -0/+2 |
| | | |||||
* | | Make MFS work with the new root filesystem search process. | msmith | 1999-11-03 | 3 | -30/+50 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In order to achieve this, root filesystem mount is moved from SI_ORDER_FIRST to SI_ORDER_SECOND in the SI_SUB_MOUNT_ROOT sysinit group. Now, modules which wish to usurp the default root mount can use SI_ORDER_FIRST. A compiled-in or preloaded MFS filesystem will become the root filesystem unless the vfs.root.mountfrom environment variable refers to a valid bootable device. This will normally only be the case when the kernel and MFS image have been loaded from a disk which has a valid /etc/fstab file. In this case, the variable should be manually overridden in the loader, or the kernel booted with -a. In either case "mfs:" should be supplied as the new value. Also fix a typo in one DFLTROOT case that would not have compiled. | ||||
* | | Move the description of the traditional sleep() form out into the history | joerg | 1999-11-03 | 1 | -6/+9 |
| | | | | | | | | | | | | section, we no longer have it. Fix mdoc style violations caused by a previous committer. | ||||
* | | Cosmetic changes. | nyan | 1999-11-03 | 2 | -6/+6 |
| | | |||||
* | | Support RSA-98III PnP mode. | nyan | 1999-11-03 | 2 | -0/+22 |
| | | |||||
* | | Sync with sys/isa/sio.c revision from 1.269 to 1.273. | nyan | 1999-11-03 | 2 | -218/+202 |
| | | |||||
* | | Remove unnecessary file. | nyan | 1999-11-03 | 1 | -190/+0 |
| | | |||||
* | | Sync with sys/i386/conf/GENERIC revision 1.199. | nyan | 1999-11-03 | 2 | -16/+16 |
| | | |||||
* | | Sync with sys/i386/isa/clock.c revision 1.146. | nyan | 1999-11-03 | 3 | -0/+66 |
| | | |||||
* | | Sync with sys/boot/i386/btx/btx/btx.s revision 1.13. | nyan | 1999-11-03 | 2 | -0/+10 |
| | | |||||
* | | Sync with sys/i386/i386/machdep.c revision 1.371. | nyan | 1999-11-03 | 2 | -2/+2 |
| | | |||||
* | | Sync with sys/boot/i386/libi386/Makefile revision 1.15. | nyan | 1999-11-03 | 1 | -0/+4 |
| | | |||||
* | | Sync with sys/dev/syscons/syscons.c revision 1.326. | nyan | 1999-11-03 | 1 | -7/+0 |
| | |