summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Clean up the bogus pci.h file we create.phk2001-11-031-0/+2
|
* Remove PAO3 dependent part.non2001-11-0310-352/+1
| | | | This will not affect either -current nor -stable.
* Remove FreeBSD/vax and FreeBSD/tahoe support.peter2001-11-031-17/+1
| | | | | | Add $FreeBSD$ Submitted by: phk
* Remove support for FreeBSD/tahoepeter2001-11-031-19/+0
| | | | Submitted by: phk
* No FreeBSD/vax here either.peter2001-11-032-2/+2
|
* FreeBSD/vax is quite some time away.peter2001-11-032-7/+0
|
* Add modules for lpt, plip, ppbus, ppi and pps.phk2001-11-036-0/+60
| | | | Submitted by: j mckitrick <jcm@freebsd-uk.eu.org>
* FreeBSD/tahoe is not likely for a while.peter2001-11-031-3/+0
|
* Repo copied contents of src/sbin/i386 to src/sbin and set specificpeter2001-11-0311-3388/+0
| | | | SUBDIR lists there. Some of these are used on other platforms.
* Move i386/{fdisk,cxconfig,nextboot} to src/sbin. Eliminate the i386peter2001-11-031-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 thepeter2001-11-031-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.peter2001-11-031-0/+8
|
* Do not ``build'' (ie remove, and put in stub libraries) for libresolvpeter2001-11-031-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 dontpeter2001-11-031-1/+2
| | | | exist for the rm -f of libresolv.a
* Dont fail if the intermediate directories in ${DESTDIR}/usr/lib/compat/*peter2001-11-031-1/+1
| | | | dont exist. IMHO, this is kinda silly.
* Add Id for 82801CA (ICH3?). The ich driver seems to work fine on thepeter2001-11-031-1/+5
| | | | laptop that had it.
* Add ICH3 (82801CA/CAM) and 460GXpeter2001-11-032-0/+48
|
* Add a 'reset' command. This is useful for panics really early beforepeter2001-11-031-0/+13
| | | | any symbols are loaded. Especially for unattended machines.
* Declare struct uio so consumers don't have to #include <sys/uio.h> unlessdes2001-11-031-0/+1
| | | | they intend to call proc_rwmem().
* Reduce the number of #include dependencies by declaring some of the structsdes2001-11-034-6/+19
| | | | used in pseudofs.h as opaque structs.
* allocrqg: Don't ever try to write to a NULL pointer.grog2001-11-031-1/+1
| | | | Reported by: Jeff Roberson <jeff@midstream.com>
* Tighten up the random seeding a little bit more. getpid() alone onlyobrien2001-11-031-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.obrien2001-11-031-4/+4
| | | | The community feels our base AWK must handle them.
* Revert rev 1.7 which moved us away from POSIX character classes.obrien2001-11-031-15/+18
| | | | The community feels our base AWK must handle them.
* Remove a debugging warnx() that got committed by mistake.des2001-11-031-1/+0
|
* Implement i386/i386/pmap.c 1.292 for alpha, ia64 (avoid freedillon2001-11-032-2/+34
| | | | page exhaustion / kernel panic for certain madvise() scenarios)
* We have a _SIG_VALID() macro, so use it instead of duplicating the test alldes2001-11-021-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.obrien2001-11-023-3/+2
| | | | The biggest thing missing from Bell-Labs AWK is the character class regexes.
* Update to Gawk 3.1.0.obrien2001-11-022-29/+119
|
* Bring Gawk back. There just isn't any other POSIX compliant AWK out there.obrien2001-11-023-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,obrien2001-11-021-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 (whichobrien2001-11-021-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.des2001-11-021-0/+1
| |
* | Fix a bug I introduced yesterday. People who built world since thecjc2001-11-021-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 foolishlyobrien2001-11-022-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 :-(.imp2001-11-022-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.obrien2001-11-021-444/+859
| |
* | The bug rev 1.6 fixed was fixed in the vendor sources.obrien2001-11-020-0/+0
| |
* | We use the stock 3.1.0 file now.obrien2001-11-021-84/+120
| |
* | We use the stock 3.1.0 file (other than needing $FreeBSD$).obrien2001-11-021-231/+584
| |
* | Factor the common parts of the Makefile.foo files. This introduces twoimp2001-11-028-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.obrien2001-11-021-287/+271
| |
* | Merge revs 1.9 (don't choke on long lines),obrien2001-11-021-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. Weimp2001-11-021-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".obrien2001-11-021-92/+203
| |
* | o Remove (struct proc *p = td->td_proc) indirection in ipcperm(),rwatson2001-11-021-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 andimp2001-11-021-3/+3
| | | | | | | | have broken the kernel build.
* | o Remove the local temporary variable "struct proc *p" from vfs_mount()rwatson2001-11-022-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.silby2001-11-021-1/+1
| |
* | This commit was generated by cvs2svn to compensate for changes in r85898,obrien2001-11-02206-12113/+41490
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
OpenPOWER on IntegriCloud