Age | Commit message (Collapse) | Author | |
---|---|---|---|
1998-03-26 | fix Id; add comments | Jason Wright | |
1998-03-25 | Driver for the 8 leds on the back of sun4 machines. | Jason Wright | |
1998-03-22 | Add UID_MAX and GID_MAX | Todd C. Miller | |
1998-03-20 | small (aka 'fixed' from X) fonts for raster consoles < 800*600 in size | Todd T. Fries | |
this changes the choice to be at run-time from compile time | |||
1998-03-09 | print how much memory | Theo de Raadt | |
1998-03-09 | print hotfix info at end of cpu attach line | Theo de Raadt | |
1998-03-04 | Backout HZ comments I added, which are not appropriate for inclusion in | johns | |
kernel config files. | |||
1998-03-04 | Corrected comments for machines with oclock0... | johns | |
1998-03-04 | Improved error/warning messages for clock/statclock rate stuff, added | johns | |
missing mesg for oclock on 4/100 and 4/200.. | |||
1998-03-04 | added support for the TIOCM* ioctl's | Jason Wright | |
1998-03-04 | Added comments about changing HZ to custom values on sparc. Only supported | johns | |
for sun4c and sun4m machines. sun4 will only run at the default HZ=100. Added commented out option for HZ=1000 along with info for GENERIC, SUN4C, and SUN4M configs. Added note to SUN4 config warning that HZ is ignored. | |||
1998-03-04 | Adapt comments to reality | Niklas Hallqvist | |
1998-03-03 | Add -Wno-main for GCC 2.8 | Niklas Hallqvist | |
1998-03-02 | gcc may generate references to libgcc.a at any time, we lucked out in previous | johns | |
verions of gcc, but for 2.8 the boot stuff needs to be linked against libgcc.a, to get ___cmpdi2 for cd9660.o Since ld doesn't automatically link against libgcc.a we have to add `cc -print-libgcc-file-name` to the end of the ld link line(s), whenever we see things like this. | |||
1998-03-02 | NULLFS is required by UMAPFS, don't know when this got messed up, perhaps | johns | |
its a gcc 2.8 related thing. | |||
1998-03-01 | Fixes for gcc 2.8 | johns | |
Added explicit type of integer to register variable i.. | |||
1998-03-01 | Fixes required for gcc 2.8, trapsignal() takes a union sigval as its | johns | |
fifth parameter, gcc 2.8 will not allow us to pass in an integer anymore. | |||
1998-03-01 | Changed declaration of maddr in the dumpsys() so it is an unsigned int, | johns | |
old code semantics let it default to an int. AFter careful inspection of the surrounding code, it would appear that maddr has to be unsigned, and that the original code was a bug. Also added correct return type for sunos_exec_aout_makecmds() declaration. Both fixes are required for building on gcc 2.8... | |||
1998-03-01 | trapsignal() requires parameter five to be of type "union sigval". | johns | |
gcc 2.8 will not allow us to pass in a caddr_t, changes based on Niklas' stuff in i386 trap.c | |||
1998-03-01 | Fixed declaration of iorqno in xd_piodriver(), | johns | |
should have been int, used to be a char. Prototype for xd_piodriver() also said int.. Fix required for gcc 2.8 ... | |||
1998-02-26 | Backout of cpu init changes, breaks on sun4m currently.. | johns | |
1998-02-26 | Backout of Jason's cpu init changes, causes an immediate panic on sun4m | johns | |
machines.. | |||
1998-02-26 | updated to reflect cpu initialization | Jason Wright | |
1998-02-26 | Change order of cpu initialization to force the correct dmesg output. | Jason Wright | |
1998-02-24 | compensate for new gas | Theo de Raadt | |
1998-02-18 | installboot onto partition c | Theo de Raadt | |
1998-02-12 | Look for installboot in /usr/mdec unless user specified otherwise. | Magnus Holmberg | |
1998-02-11 | From NetBSD: sun4m anti crash code in IOMMU_FLUSH{PAGE,ALL} | Marco S Hyman | |
1998-02-05 | sync with netbsd: 4/300 dma fix | Jason Wright | |
1998-02-05 | oops, need include file | Theo de Raadt | |
1998-02-05 | rename ddb.panic_ddb, and add ddb.console. Now you can stop console ddb entry | Theo de Raadt | |
with a sysctl. There will be architectures and drivers that lack function, and I trust the maintainers of those will forget to add the code.. | |||
1998-01-28 | Undo the 4/300 dmaselect hack and fix it correctly | Jason Wright | |
1998-01-14 | For some reason the 4/300 doesn't like ncr53c9x_dmaselect. | Jason Wright | |
Added code to check to see if parent device == obio, if so, disable dmaselect More research to be done here for a real fix (if possible) | |||
1998-01-13 | Workaround for fpu_cleanup panic. We just ignore it. I'm going to | Jason Wright | |
look further into really fixing this problem. | |||
1997-12-25 | do not break the bootblocks | Theo de Raadt | |
1997-12-23 | use raster console by default since the sun prom is buggy. | chuck | |
1997-12-21 | ifdef some definitions of NBPG that use kernel variables, when the | Angelos D. Keromytis | |
file is included from userland programs (such as lsof) | |||
1997-11-11 | blush! | Niklas Hallqvist | |
1997-11-11 | make tty col/row size be unsigned | Niklas Hallqvist | |
1997-11-11 | whoops typo in last commit + accept 0 in col/row values on sun4 mean full sz | Niklas Hallqvist | |
1997-11-11 | Limit the console size by the frambuffer size. My 4/100 seems | Niklas Hallqvist | |
to lie about the console size | |||
1997-11-11 | A vital variable was not initialized! Thanks DDB, and you... | Niklas Hallqvist | |
remember to kill those static specifiers. | |||
1997-11-11 | I might as well say it here: please do not make functions in the | Niklas Hallqvist | |
kernel static, unless they are also inline. Debugging in DDB becomes a nightmare when the symbols are not there. Instead use good non-clashing names, maybe prefixed by the devicename, subsystemname or similar. | |||
1997-11-11 | Remove thos evil statics, some KNF | Niklas Hallqvist | |
1997-11-11 | unused variable under certain conditions | Niklas Hallqvist | |
1997-11-11 | Remove those static specifiers | Niklas Hallqvist | |
1997-11-09 | New endian.h design. All architectures now use a common file for the bulk | Niklas Hallqvist | |
part. Some ports can optimize the swap operations. This also means the general API is extended with swap16, swap32, htobe16, htobe32, betoh16, betoh32, htole16, htole32, letoh16 and letoh32. | |||
1997-11-07 | simple_lock api changed slightly | Theo de Raadt | |
1997-10-23 | correct obj building | Theo de Raadt | |
1997-10-01 | make rawpart FS_UNUSED | Theo de Raadt | |