Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Clean up the bogus pci.h file we create. | phk | 2001-11-03 | 1 | -0/+2 |
| | |||||
* | Remove PAO3 dependent part. | non | 2001-11-03 | 10 | -352/+1 |
| | | | | This will not affect either -current nor -stable. | ||||
* | Remove FreeBSD/vax and FreeBSD/tahoe support. | peter | 2001-11-03 | 1 | -17/+1 |
| | | | | | | Add $FreeBSD$ Submitted by: phk | ||||
* | Remove support for FreeBSD/tahoe | peter | 2001-11-03 | 1 | -19/+0 |
| | | | | Submitted by: phk | ||||
* | No FreeBSD/vax here either. | peter | 2001-11-03 | 2 | -2/+2 |
| | |||||
* | FreeBSD/vax is quite some time away. | peter | 2001-11-03 | 2 | -7/+0 |
| | |||||
* | Add modules for lpt, plip, ppbus, ppi and pps. | phk | 2001-11-03 | 6 | -0/+60 |
| | | | | Submitted by: j mckitrick <jcm@freebsd-uk.eu.org> | ||||
* | FreeBSD/tahoe is not likely for a while. | peter | 2001-11-03 | 1 | -3/+0 |
| | |||||
* | Repo copied contents of src/sbin/i386 to src/sbin and set specific | peter | 2001-11-03 | 11 | -3388/+0 |
| | | | | SUBDIR lists there. Some of these are used on other platforms. | ||||
* | Move i386/{fdisk,cxconfig,nextboot} to src/sbin. Eliminate the i386 | peter | 2001-11-03 | 1 | -4/+8 |
| | | | | | subdir. Add fdisk to ia64 SUBDIR list. Add all the previous occupants of the i386 subdir to the i386 SUBDIR list. | ||||
* | Do not fail doing rm -f ${DESTDIR}${LIBDIR}/lib${LIB}.a if the | peter | 2001-11-03 | 1 | -1/+1 |
| | | | | | intermediate directories dont exist. (eg: when building standalone includes, using the beforeinstall target in src/lib) | ||||
* | Put in an attempt at stack trace/unwind records. | peter | 2001-11-03 | 1 | -0/+8 |
| | |||||
* | Do not ``build'' (ie remove, and put in stub libraries) for libresolv | peter | 2001-11-03 | 1 | -3/+8 |
| | | | | | | | | | | | and/or libgnumalloc on anything but i386. The other platforms post-date this mistake. Do not build libc_r for ia64. There are some fundamental issues that need to be resolved (ie: it cannot use setjmp/longjmp for thread switching, which isn't likely to be fixed soon. libc_r has to be reimplemented using something like makecontext()/swapcontext() etc in order to work in ia64.) | ||||
* | Dont fail if ${DESTDIR}${LIBDIR}/ or any of its components dont | peter | 2001-11-03 | 1 | -1/+2 |
| | | | | exist for the rm -f of libresolv.a | ||||
* | Dont fail if the intermediate directories in ${DESTDIR}/usr/lib/compat/* | peter | 2001-11-03 | 1 | -1/+1 |
| | | | | dont exist. IMHO, this is kinda silly. | ||||
* | Add Id for 82801CA (ICH3?). The ich driver seems to work fine on the | peter | 2001-11-03 | 1 | -1/+5 |
| | | | | laptop that had it. | ||||
* | Add ICH3 (82801CA/CAM) and 460GX | peter | 2001-11-03 | 2 | -0/+48 |
| | |||||
* | Add a 'reset' command. This is useful for panics really early before | peter | 2001-11-03 | 1 | -0/+13 |
| | | | | any symbols are loaded. Especially for unattended machines. | ||||
* | Declare struct uio so consumers don't have to #include <sys/uio.h> unless | des | 2001-11-03 | 1 | -0/+1 |
| | | | | they intend to call proc_rwmem(). | ||||
* | Reduce the number of #include dependencies by declaring some of the structs | des | 2001-11-03 | 4 | -6/+19 |
| | | | | used in pseudofs.h as opaque structs. | ||||
* | allocrqg: Don't ever try to write to a NULL pointer. | grog | 2001-11-03 | 1 | -1/+1 |
| | | | | Reported by: Jeff Roberson <jeff@midstream.com> | ||||
* | Tighten up the random seeding a little bit more. getpid() alone only | obrien | 2001-11-03 | 1 | -1/+2 |
| | | | | | | | affect only lower bits of seed which would resulte in the same seed for sequences of fast-started awk's resulting the same random sequence. Submitted by: ache | ||||
* | Revert rev 1.3 which moved us away from POSIX character classes. | obrien | 2001-11-03 | 1 | -4/+4 |
| | | | | The community feels our base AWK must handle them. | ||||
* | Revert rev 1.7 which moved us away from POSIX character classes. | obrien | 2001-11-03 | 1 | -15/+18 |
| | | | | The community feels our base AWK must handle them. | ||||
* | Remove a debugging warnx() that got committed by mistake. | des | 2001-11-03 | 1 | -1/+0 |
| | |||||
* | Implement i386/i386/pmap.c 1.292 for alpha, ia64 (avoid free | dillon | 2001-11-03 | 2 | -2/+34 |
| | | | | page exhaustion / kernel panic for certain madvise() scenarios) | ||||
* | We have a _SIG_VALID() macro, so use it instead of duplicating the test all | des | 2001-11-02 | 1 | -7/+5 |
| | | | | | | over the place. Also replace a printf() + panic() with a KASSERT(). Reviewed by: jhb | ||||
* | Bring Gawk back. There just isn't any other POSIX compliant AWK out there. | obrien | 2001-11-02 | 3 | -3/+2 |
| | | | | The biggest thing missing from Bell-Labs AWK is the character class regexes. | ||||
* | Update to Gawk 3.1.0. | obrien | 2001-11-02 | 2 | -29/+119 |
| | |||||
* | Bring Gawk back. There just isn't any other POSIX compliant AWK out there. | obrien | 2001-11-02 | 3 | -0/+273 |
| | | | | The biggest thing missing from Bell-Labs AWK is the character class regexes. | ||||
* | This commit was generated by cvs2svn to compensate for changes in r85919, | obrien | 2001-11-02 | 1 | -2/+2 |
|\ | | | | | | | which included commits to RCS files with non-trunk default branches. | ||||
| * | I'd put down $10 says the author did a last minute tweak to awkgram.y (which | obrien | 2001-11-02 | 1 | -2/+2 |
| | | | | | | | | | | | | had an error in it), and applied it by hand to awkgram.c (getting it right) rather than really generating an new awkgram.c properly using Bison/YACC... Fix his mistake here. | ||||
* | | Add the as-yet-unused S_ALLSTOPS which I forgot in previous commit. | des | 2001-11-02 | 1 | -0/+1 |
| | | |||||
* | | Fix a bug I introduced yesterday. People who built world since the | cjc | 2001-11-02 | 1 | -0/+1 |
| | | | | | | | | previous commit yesterday may wish to check /var/run for junk. | ||||
* | | We use the stock version of this file now, but since someone foolishly | obrien | 2001-11-02 | 2 | -169/+467 |
| | | | | | | | | | | | | took about 15 files off the vendor branch for what turned out to be good reason a Gawk update takes an order of magnitude more effort than it should... | ||||
* | | Arrgh. A clean pc98 build failed due to bogons on my part :-(. | imp | 2001-11-02 | 2 | -0/+4 |
| | | | | | | | | | | | | | | | | Fix it by putting back the link of machine to sys/i386/include rather than ../../include (aka sys/pc98/include). I had a stale machine link on my first test. Not sure what the "right" fix is, but this unbreaks things. | ||||
* | | We use the stock 3.1.0 file. | obrien | 2001-11-02 | 1 | -444/+859 |
| | | |||||
* | | The bug rev 1.6 fixed was fixed in the vendor sources. | obrien | 2001-11-02 | 0 | -0/+0 |
| | | |||||
* | | We use the stock 3.1.0 file now. | obrien | 2001-11-02 | 1 | -84/+120 |
| | | |||||
* | | We use the stock 3.1.0 file (other than needing $FreeBSD$). | obrien | 2001-11-02 | 1 | -231/+584 |
| | | |||||
* | | Factor the common parts of the Makefile.foo files. This introduces two | imp | 2001-11-02 | 8 | -1791/+343 |
| | | | | | | | | | | | | | | | | | | | | | | new files: kern.pre.mk, which contains most of the definitions, and kern.post.mk, which contains most of the rules. I've tested this on i386 and pc98. I have had feedback on the sparc64 port, but no reports from anybody on alpha, ia64 or powerpc. I appologize in advance if I've broken you. Reviewed by: jake, jhb, arch@ | ||||
* | | Merge revision 1.2 (unspam l10n ranges check) into Gawk 3.1.0. | obrien | 2001-11-02 | 1 | -287/+271 |
| | | |||||
* | | Merge revs 1.9 (don't choke on long lines), | obrien | 2001-11-02 | 1 | -222/+596 |
| | | | | | | | | rev 1.3 (use srandom(time() ^ getpid())) into Gawk 3.1.0. | ||||
* | | Better error messages for the cases where device_add_child fails. We | imp | 2001-11-02 | 1 | -2/+8 |
| | | | | | | | | | | | | | | | | should also whine if the old pccardd is used, but that's a little harder than it sounds. This also has the effect of fixing a typo that was in the last version I committed. | ||||
* | | Well spell it "gnuregex.h". | obrien | 2001-11-02 | 1 | -92/+203 |
| | | |||||
* | | o Remove (struct proc *p = td->td_proc) indirection in ipcperm(), | rwatson | 2001-11-02 | 1 | -5/+3 |
| | | | | | | | | | | | | | | | | | | as suser_td(td) works as well as suser_xxx(NULL, p->p_ucred, 0); This simplifies upcoming changes to suser(), and causes this code to use the right credential (well, largely) once the td->td_ucred changes are complete. There remains some redundancy and oddness in this code, which should be rethought after the next batch of suser and credential changes. | ||||
* | | Back out the -w, option strict and our($...). They don't work for me and | imp | 2001-11-02 | 1 | -3/+3 |
| | | | | | | | | have broken the kernel build. | ||||
* | | o Remove the local temporary variable "struct proc *p" from vfs_mount() | rwatson | 2001-11-02 | 2 | -14/+14 |
| | | | | | | | | | | | | | | | | | | in vfs_syscalls.c. Although it did save some indirection, many of those savings will be obscured with the impending commit of suser() changes, and the result is increased code complexity. Also, once p->p_ucred and td->td_ucred are distinguished, this will make vfs_mount() use the correct thread credential, rather than the process credential. | ||||
* | | Remove an extra " that crept into a string. | silby | 2001-11-02 | 1 | -1/+1 |
| | | |||||
* | | This commit was generated by cvs2svn to compensate for changes in r85898, | obrien | 2001-11-02 | 206 | -12113/+41490 |
|\ \ | |/ | | | | | which included commits to RCS files with non-trunk default branches. |