Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Splitting "realinstall" into parts was a (failed) part of the work | ru | 2002-04-29 | 1 | -5/+4 |
| | | | | | | | | | | in progress, and should not have been committed in revision 1.114. This broke gnu/usr.bin/binutils/strip and usr.bin/strip makefiles; they were now attempting to install and strip "strip" from objdir. Pointed out by: bde This has nothing to do with PR misc/37516. | ||||
* | Use the SCRIPTS knob. | ru | 2002-04-29 | 1 | -4/+1 |
| | |||||
* | Update Heimdal version string to 0.4e. This should have been done when that | nectar | 2002-04-29 | 1 | -2/+2 |
| | | | | version was imported on 2002/02/19. | ||||
* | Some components of the crunched binaries may use build-tools | ru | 2002-04-29 | 1 | -11/+14 |
| | | | | | | that are to be run on the building host. (Currently, bin/sh and usr.sbin/sysinstall use them.) Make sure we build them in the correct environment, like we do it in the buildworld. | ||||
* | Parallel "make release" fixes. | ru | 2002-04-29 | 2 | -8/+13 |
| | |||||
* | Add no_warn to pam_lastlog. This should prevent xdm from dumping core | des | 2002-04-29 | 1 | -1/+1 |
| | | | | when linked with Linux-PAM. | ||||
* | Regen after rev.1.89 of usbdevs. | sobomax | 2002-04-29 | 2 | -2/+2 |
| | |||||
* | Change Device ID string for DaisyTech devices to be more sensible. | sobomax | 2002-04-29 | 1 | -1/+1 |
| | | | | | PR: 37197 Submitted by: Olexander Kunytsa <kunia@istc.kiev.ua> | ||||
* | Introduce NetBSD's mii_phy_match() API and use it in the nsgphy to | phk | 2002-04-29 | 3 | -10/+45 |
| | | | | get a description printed. | ||||
* | Convert exphy and ukphy over to the new code. | phk | 2002-04-29 | 3 | -61/+10 |
| | | | | exphy is done flying blind, ukphy is tested on one card. | ||||
* | Make one generic mii_phy_detach() to replace 19 slightly different ones. | phk | 2002-04-29 | 25 | -388/+64 |
| | | | | | | | Rename mii_phy_auto_stop() mii_phy_down(). Introduce mii_down(), use it from nge. Do not indirect it to 19 identical case's in 19 switchstatements like NetBSD did. | ||||
* | Removed "-fkeep-inline-functions" from CFLAGS, since it now has no effect | bde | 2002-04-29 | 2 | -2/+2 |
| | | | | | | | | | | | | | except to generate spurious warnings about a system header <sys/param.h> having some inline functions (the bswap family). This backs out the main part of rev.1.5 (which was the only part left). The problem fixed by rev.1.5 of the Makefile went away in rev.1.5 of ../common/crtbegin.c when the references to do_ctors() and do_dtors() in the latter were moved from inline asm to C code. This leaves the problem that implementation details cause warnings. Discussed with: jdp | ||||
* | Commit of stuff that's been sitting in my tree for a while. | benno | 2002-04-29 | 13 | -2831/+2845 |
| | | | | | | | | | | | Highlights include: - New low-level trap code from NetBSD. The high level code still needs a lot of work. - Fixes for some pmap handling in thread switching. - The kernel will now get to attempting to jump into init in user mode. There are some pmap/trap issues which prevent it from actually getting there though. Obtained from: NetBSD (parts) | ||||
* | Move a lot closer to NetBSDs MII support for GigE. | phk | 2002-04-29 | 7 | -290/+247 |
| | | | | Move fxp and nge drivers over to use the new stuff. | ||||
* | Do not override the `install' target. | ru | 2002-04-29 | 1 | -1/+1 |
| | |||||
* | - Add back calls to setfault that were removed when these functions were moved. | benno | 2002-04-29 | 2 | -28/+148 |
| | |||||
* | Add a sysctl which disables the logging of console output. | dwmalone | 2002-04-29 | 1 | -0/+7 |
| | | | | | Approved by: phk MFC after: 2 weeks | ||||
* | Fix indention which I did wrong in a previous commit. | asmodai | 2002-04-29 | 1 | -1/+1 |
| | | | | Submitted by: bde | ||||
* | Tidy up some loose ends. | peter | 2002-04-29 | 23 | -297/+33 |
| | | | | | | | | | | | | i386/ia64/alpha - catch up to sparc64/ppc: - replace pmap_kernel() with refs to kernel_pmap - change kernel_pmap pointer to (&kernel_pmap_store) (this is a speedup since ld can set these at compile/link time) all platforms (as suggested by jake): - gc unused pmap_reference - gc unused pmap_destroy - gc unused struct pmap.pm_count (we never used pm_count - we track address space sharing at the vmspace) | ||||
* | Spell hw.cbb.start_memory the same in the HINT as well as the sysctl. | imp | 2002-04-29 | 1 | -1/+1 |
| | | | | Noted by: bde | ||||
* | Make sysctl RW | imp | 2002-04-29 | 1 | -4/+4 |
| | |||||
* | Moving closer to being able to use NetBSD's generic mii_set_media() | phk | 2002-04-29 | 3 | -20/+141 |
| | | | | function. | ||||
* | Untimeout before calling timeout. I think that I have caught all the cases | imp | 2002-04-29 | 2 | -3/+7 |
| | | | | where we were scheduling a timeout multiple times, but am not positive. | ||||
* | Edging ever closer to NetBSD... | phk | 2002-04-29 | 3 | -12/+11 |
| | |||||
* | Barrow something from the `nmap' port to help the ENOCLUE people upgrading | obrien | 2002-04-29 | 1 | -0/+2 |
| | | | | from releng4 and are not able to properly read make(1) output. | ||||
* | Add something absurd I used one night as an example of CS overcomplication | jmallett | 2002-04-29 | 1 | -0/+19 |
| | | | | of things most hackers take for granted. | ||||
* | Move us yet closer to IFM_* definitions in NetBSD. | phk | 2002-04-29 | 4 | -56/+56 |
| | |||||
* | Document three synchronization issues in vm_fault(). | alc | 2002-04-29 | 1 | -0/+8 |
| | |||||
* | Add one more here. | jmallett | 2002-04-29 | 1 | -0/+10 |
| | | | | Submitted by: Glen "Going to be a Daddy" Neff | ||||
* | Remove a Kurt Vonnegut quote that appears in fortunes. | jmallett | 2002-04-29 | 1 | -18/+0 |
| | |||||
* | Spell out the name of Hunter S. Thompson. | jmallett | 2002-04-29 | 3 | -6/+6 |
| | |||||
* | Sort one, remove some dupes. | jmallett | 2002-04-29 | 1 | -17/+3 |
| | |||||
* | Add something I found amusing when overheard, and a paraphrasal of it. | jmallett | 2002-04-29 | 1 | -0/+4 |
| | |||||
* | Move the Rush Limbaugh fortunes to the offensive file, right after the | dougb | 2002-04-29 | 2 | -227/+227 |
| | | | | | Anti-Reagan section. :) Apparently, people find opinions contrary to their own to be offensive. | ||||
* | Sort according to ../tools/do_sort | dougb | 2002-04-29 | 1 | -263/+264 |
| | |||||
* | Diff reduction to my experimental code: clean up return code handling. | anholt | 2002-04-29 | 24 | -359/+354 |
| | | | | Approved by: des | ||||
* | * Add a quote about the differences between human and machine | dougb | 2002-04-28 | 1 | -1/+239 |
| | | | | | | understanding from Ellen Ullman. * Add Rush Limbaugh's 35 Undeniable Truths of Life. The ordering of the entries is due to the ../tools/do_sort script. | ||||
* | Add a French calendar. | dwmalone | 2002-04-28 | 5 | -3/+21 |
| | | | | | | PR: 32265 Submitted by: Thierry Thomas <thierry@pompo.net> MFC after: 1 week | ||||
* | Pass the caller's file name and line number to the vm_map locking functions. | alc | 2002-04-28 | 2 | -20/+35 |
| | |||||
* | add a missing \n to an unregister failure message | cg | 2002-04-28 | 1 | -1/+1 |
| | |||||
* | recognise ct5880-e | cg | 2002-04-28 | 1 | -1/+7 |
| | | | | Submitted by: SONODA Yoshihide <yshd@na.rim.or.jp> | ||||
* | * Add $FreeBSD$ to limerick and zippy | dougb | 2002-04-28 | 8 | -752/+754 |
| | | | | | | | * Delete trailing white space in all its forms. In addition to being bad style in general, it also causes formatting, and other problems for various third party items (like xscreensaver) which use fortunes for their own purposes. | ||||
* | Kill one version of a limerick here. | jmallett | 2002-04-28 | 1 | -6/+0 |
| | | | | Approved by: The usual suspects on that IRC channel. | ||||
* | Kill some duplicates. | jmallett | 2002-04-28 | 1 | -24/+0 |
| | | | | Kill an incorrectly duplicated Einstein limerick (thanks phk!) | ||||
* | Follow NetBSD and s/IFM_1000_TX/IFM_1000_T/ | phk | 2002-04-28 | 14 | -50/+50 |
| | |||||
* | Don't pass three args when one will do just fine, and even prevent | phk | 2002-04-28 | 19 | -24/+29 |
| | | | | mistakes like the one brgphy.c (now corrected). | ||||
* | Move drm to the i386-only section. | des | 2002-04-28 | 1 | -1/+1 |
| | |||||
* | Improve an API by about 4 lines per driver. | phk | 2002-04-28 | 17 | -67/+21 |
| | |||||
* | Use generic MII #defines instead of private ones when the registers | phk | 2002-04-28 | 2 | -169/+67 |
| | | | | | | are IEEE defined. Object file comes out the same. | ||||
* | Merge in rev 1.9 from NetBSD. | phk | 2002-04-28 | 1 | -3/+81 |
| |