summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Keep calling getdirentries() until we no longer fill up our buffer.millert2004-10-021-14/+22
|
* remove if NVLAN here toobrad2004-10-021-3/+1
|
* Don't put /bin/test or /bin/[ on install media since they are builtinskrw2004-10-0212-25/+12
| | | | | | for ksh. ok millert@
* convert to 64 bitpefo2004-10-021-97/+55
|
* Last use of sleep(1) in install scripts was eliminated by recentkrw2004-10-0214-28/+14
| | | | | | re-write of install_cd() so remove sleep(1) from install media. "sure!" deraadt@
* let stdbool.h work with recent gcc, since they modified the interface,espie2004-10-021-1/+18
| | | | | | | | again... okay millert@ a while back, needed some more paranoid testing from my part...
* convert to 64 bitpefo2004-10-021-19/+13
|
* Add missing sc_mii, broken by PHY entry point changes.mcbride2004-10-021-2/+2
| | | | (apparantly only affects cats GENERIC)
* add Intel Gigbrad2004-10-021-1/+20
|
* sync em(4) listbrad2004-10-024-12/+16
|
* ftello and fseek ok and such, ok ottoderaadt2004-10-021-147/+139
|
* bgebrad2004-10-023-9/+12
|
* mention Dell and HP bge NICs, uncomment the jumbo frames portion and somebrad2004-10-021-17/+24
| | | | | | other fixes. From FreeBSD
* regenbrad2004-10-022-2/+7
|
* another Broadcom idbrad2004-10-021-1/+2
|
* First pass at doing regress tests on the optimizer (pfctl -o).mcbride2004-10-0164-1/+2427
| | | | Still need to add some more input files to test specific corner cases.
* Fix GOT reloc which had flaws in reloc processing.pefo2004-10-011-4/+13
| | | | Big thanks to Mark Kettenis for finding the problem!
* No deletions unless initially agreed upon or with a very good reason;miod2004-10-011-1/+10
| | | | by popular demand; henning loses 7.5 karma points.
* Sync with openpic.c evcount fixes; ok drahn@miod2004-10-011-7/+3
|
* Mention xetc and update with final sizes.miod2004-10-011-6/+8
|
* guarded_access() is really only used by the MVME188 interrupt engine, somiod2004-10-013-53/+54
| | | | | do not provide it on luna88k. Makes trap() slightly faster on non-MVME188 kernels.
* Fix off-by-BAR in IO space finding.grange2004-10-011-2/+2
| | | | ok jason@
* regenbrad2004-10-013-4/+21
|
* add ids for Broadcom BCM5750/5751brad2004-10-012-2/+6
| | | | From: FreeBSD
* More mvme88k code cleaning:miod2004-10-019-1176/+1273
| | | | | | | | - merge locore_c_routines.c into machdep.c - split machdep.c into really machdep.c content, and board-specific routines (memory sizing, early initialization, etc). No functionnal change.
* Get rid of CHECK_PAGE_ALIGN debug macros.miod2004-10-011-32/+1
|
* add a blink_led API (shaves ~1k from GENERIC) rather than have the samejason2004-10-019-160/+102
| | | | | logic in 3 files. Devices register a function to be called to turn the led on and off based on load average. (Note: rerun config and make depend)
* more register defnsjason2004-10-011-4/+9
|
* comment out the listen on statements, we don't want any by default,henning2004-10-011-7/+7
| | | | and some minor tweaks
* if we're opening a socket for a default listener because no "listen on"henning2004-10-011-5/+13
| | | | | | | stetements were found in the config file, and one fails with EPROTONOSUPPORT (this is the case for the default ::1 listener on machines without INET6), remove that listener and move on instead of bailing out. ok claudio
* Block splsoftclock in splsoftnet, and splsoftclock and splsoftnet in splsoftttydrahn2004-10-011-3/+3
| | | | Prevents a race which can corrupt pools, found dhartmei, fix by art and me.
* Avoid overwriting the cursor page when the cursor page becomes theotto2004-10-011-3/+11
| | | | | LRU page. From pacman at manson dot clss dot net. ok deraadt@ millert@
* optimism in man kind does not belong herehenning2004-10-011-11/+3
| | | | (and kill a few boring ones)
* regenmickey2004-10-012-2/+22
|
* a few hp zx1 idsmickey2004-10-011-1/+5
|
* Oops, trimmed includes too much for RAMDISK.miod2004-10-012-2/+4
|
* sync with change to print the invalid hostmask when refusing; ok mcbride@david2004-10-011-2/+2
|
* Add lc(4), reported as working by mcbride@drahn2004-10-012-2/+6
|
* Missing pieces of the bus_space abi, found when attempting to compile adrahn2004-10-011-0/+44
| | | | new driver.
* add some missing $, ok djm@ 'That looks fine to me' millert@jsg2004-10-0131-2/+50
|
* add the time for that thing...mickey2004-10-011-2/+2
|
* when trying to locate the io register we must jump over memory BARs, whichjason2004-09-301-4/+6
| | | | are variable size. Do it correctly: jump by 8 for 64 bit BARs.
* Introduce sparc-like CPU_ISFOO macros, to short-circuit evaluations whenmiod2004-09-3012-80/+125
| | | | | | | compiling for one flavour only. This makes code slightly smaller on all m88k-based platforms (my roughly 1KB), and saves more than meets the eye on luna88k, which is m88100-based.
* Closer to reality comments.miod2004-09-303-7/+6
|
* magic constants... bad... this isn't linux.jason2004-09-301-2/+2
|
* cope nicer with accept() failures, from freebsd; millert okderaadt2004-09-301-5/+7
|
* isp and hme are not just for SBus any more (on sparc64 at least)jason2004-09-301-3/+3
|
* kill default locatorsmickey2004-09-30276-740/+740
|
* syncgrange2004-09-302-4/+44
|
* A couple of new nvidia ethernet ids found in the linux driver.grange2004-09-301-2/+10
|