Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-10-02 | Don't put /bin/test or /bin/[ on install media since they are builtins | Kenneth R Westerback | |
for ksh. ok millert@ | |||
2004-10-02 | convert to 64 bit | Per Fogelstrom | |
2004-10-02 | Last use of sleep(1) in install scripts was eliminated by recent | Kenneth R Westerback | |
re-write of install_cd() so remove sleep(1) from install media. "sure!" deraadt@ | |||
2004-10-02 | let stdbool.h work with recent gcc, since they modified the interface, | Marc Espie | |
again... okay millert@ a while back, needed some more paranoid testing from my part... | |||
2004-10-02 | convert to 64 bit | Per Fogelstrom | |
2004-10-02 | Add missing sc_mii, broken by PHY entry point changes. | Ryan Thomas McBride | |
(apparantly only affects cats GENERIC) | |||
2004-10-02 | add Intel Gig | Brad Smith | |
2004-10-02 | sync em(4) list | Brad Smith | |
2004-10-02 | ftello and fseek ok and such, ok otto | Theo de Raadt | |
2004-10-02 | bge | Brad Smith | |
2004-10-02 | mention Dell and HP bge NICs, uncomment the jumbo frames portion and some | Brad Smith | |
other fixes. From FreeBSD | |||
2004-10-02 | regen | Brad Smith | |
2004-10-02 | another Broadcom id | Brad Smith | |
2004-10-01 | First pass at doing regress tests on the optimizer (pfctl -o). | Ryan Thomas McBride | |
Still need to add some more input files to test specific corner cases. | |||
2004-10-01 | Fix GOT reloc which had flaws in reloc processing. | Per Fogelstrom | |
Big thanks to Mark Kettenis for finding the problem! | |||
2004-10-01 | No deletions unless initially agreed upon or with a very good reason; | Miod Vallat | |
by popular demand; henning loses 7.5 karma points. | |||
2004-10-01 | Sync with openpic.c evcount fixes; ok drahn@ | Miod Vallat | |
2004-10-01 | Mention xetc and update with final sizes. | Miod Vallat | |
2004-10-01 | guarded_access() is really only used by the MVME188 interrupt engine, so | Miod Vallat | |
do not provide it on luna88k. Makes trap() slightly faster on non-MVME188 kernels. | |||
2004-10-01 | Fix off-by-BAR in IO space finding. | Alexander Yurchenko | |
ok jason@ | |||
2004-10-01 | regen | Brad Smith | |
2004-10-01 | add ids for Broadcom BCM5750/5751 | Brad Smith | |
From: FreeBSD | |||
2004-10-01 | More mvme88k code cleaning: | Miod Vallat | |
- 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. | |||
2004-10-01 | Get rid of CHECK_PAGE_ALIGN debug macros. | Miod Vallat | |
2004-10-01 | add a blink_led API (shaves ~1k from GENERIC) rather than have the same | Jason Wright | |
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) | |||
2004-10-01 | more register defns | Jason Wright | |
2004-10-01 | comment out the listen on statements, we don't want any by default, | Henning Brauer | |
and some minor tweaks | |||
2004-10-01 | if we're opening a socket for a default listener because no "listen on" | Henning Brauer | |
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 | |||
2004-10-01 | Block splsoftclock in splsoftnet, and splsoftclock and splsoftnet in splsofttty | Dale Rahn | |
Prevents a race which can corrupt pools, found dhartmei, fix by art and me. | |||
2004-10-01 | Avoid overwriting the cursor page when the cursor page becomes the | Otto Moerbeek | |
LRU page. From pacman at manson dot clss dot net. ok deraadt@ millert@ | |||
2004-10-01 | optimism in man kind does not belong here | Henning Brauer | |
(and kill a few boring ones) | |||
2004-10-01 | regen | Michael Shalayeff | |
2004-10-01 | a few hp zx1 ids | Michael Shalayeff | |
2004-10-01 | Oops, trimmed includes too much for RAMDISK. | Miod Vallat | |
2004-10-01 | sync with change to print the invalid hostmask when refusing; ok mcbride@ | David Krause | |
2004-10-01 | Add lc(4), reported as working by mcbride@ | Dale Rahn | |
2004-10-01 | Missing pieces of the bus_space abi, found when attempting to compile a | Dale Rahn | |
new driver. | |||
2004-10-01 | add some missing $, ok djm@ 'That looks fine to me' millert@ | Jonathan Gray | |
2004-10-01 | add the time for that thing... | Michael Shalayeff | |
2004-09-30 | when trying to locate the io register we must jump over memory BARs, which | Jason Wright | |
are variable size. Do it correctly: jump by 8 for 64 bit BARs. | |||
2004-09-30 | Introduce sparc-like CPU_ISFOO macros, to short-circuit evaluations when | Miod Vallat | |
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. | |||
2004-09-30 | Closer to reality comments. | Miod Vallat | |
2004-09-30 | magic constants... bad... this isn't linux. | Jason Wright | |
2004-09-30 | cope nicer with accept() failures, from freebsd; millert ok | Theo de Raadt | |
2004-09-30 | isp and hme are not just for SBus any more (on sparc64 at least) | Jason Wright | |
2004-09-30 | kill default locators | Michael Shalayeff | |
2004-09-30 | sync | Alexander Yurchenko | |
2004-09-30 | A couple of new nvidia ethernet ids found in the linux driver. | Alexander Yurchenko | |
2004-09-30 | document a bunch of rl(4) cards; ok jason@ | Robert Nagy | |
2004-09-30 | rl(4) support for sparc64; ok jason@ | Robert Nagy | |