summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Moved pc98_system_parameter from .text to .data to make ELF kernelkato1999-01-304-31/+29
| | | | work.
* Distinguish EPP address/data register. Add EPP address register access to ppi.nsouch1999-01-3014-100/+129
| | | | | | | | Change microseq offsets. Previously, offsets of the program counter where added to the index of the current microinstruction. Make them rely on the index of the next executed microinstruction. Suggested by: Luigi Rizzo <luigi@labinfo.iet.unipi.it>
* ppbconf.9 removednsouch1999-01-301-2/+2
|
* Improve ppbus(4) microsequencer description. Remove ppbconf.9 which isnsouch1999-01-302-242/+381
| | | | to rapidly depreciated.
* Rewrote the changes in rev.1.53. Don't ignore errors from makeinfo.bde1999-01-301-20/+7
| | | | | Use fancy substitutions instead of a huge if statement to handle the rather delicate quoting.
* Put a comment here about using suser() to determine super-user-ness.phk1999-01-301-1/+4
| | | | | | | | Using suser() means that the p_acflag will (can) be set, to show that a process used super-powers during execution. It also makes it easier to restrict roots we don't trust later on. Reviewed by: bde
* Use suser() to determine super-user-ness.phk1999-01-302-52/+32
| | | | | | Collapse some duplicated checks. Reviewed by: bde
* Use suser() to determine super-user-ness.phk1999-01-302-34/+30
| | | | | | Don't pretend we can mount RW. Reviewed by: bde
* Use suser() to determine super-user-ness, don't examine cr_uid directly.phk1999-01-308-30/+45
|
* Use suser() to check for super user rather than examining cr_uid directly.phk1999-01-3028-55/+77
| | | | | | Use TTYDEF_SPEED rather than 9600 a couple of places. Reviewed by: bde, with a few grumbles.
* Oops - Ripped out a bit of debugging code which will stop certain bitsnewton1999-01-302-2/+2
| | | | of networking from working for people without DEC Tulip ethernet cards.
* Nuked the "hello, world!" program from this directory (it hasnewton1999-01-301-0/+0
| | | | been teleported to share/examples/svr4).
* Added examples for svr4 /compat trees.newton1999-01-304-0/+31
|
* Added /usr/share/examples/svr4newton1999-01-301-1/+3
|
* Implement and use Fast Posting for both parallel && fibre. Redo a bit ofmjacob1999-01-307-205/+410
| | | | | | | the startup code. Implement a call to outer framework function so that asynchronous events can be handled (e.g., speed negotiation, target mode). Roll internal release tags.
* Grrr.. Do the *correct* and *usable* 1.31 firmware. You have to powermjacob1999-01-301-1135/+3100
| | | | | | | | | | cycle to get rid of the old 1.31 firmware. *@!$&^@&$!&^&^!!!!! But anyway comment it out and use new SBus 7.55 firmware. We get fast posting with this as well as 32 luns and target mode support. (not that this is used yet in FreeBSD, but it's ready for FreeBSD-sparc whenever it happens....)
* Added a knob for svr4 to rc.conf (and associated support in rc.i386)newton1999-01-303-3/+14
| | | | Suggested by: jkh
* roll internal release tagmjacob1999-01-301-2/+2
|
* roll internal release tagmjacob1999-01-302-4/+4
|
* Added a "README" file containing text taken from the message I sentnewton1999-01-301-0/+33
| | | | to -current explaining how to use this sucker.
* Activate svr4 modulenewton1999-01-301-2/+2
|
* Add streams pseudo-devicenewton1999-01-303-3/+9
|
* Emulator KLD for SysVR4 executables grabbed from NetBSD.newton1999-01-30120-0/+28894
| | | | | See http://www.freebsd.org/~newton/freebsd-svr4 for limitations, capabilities, history and TO-DO list.
* New pseudo-device to provide for a way of obtaining a socket by open()ingnewton1999-01-301-0/+1
| | | | | | something in /dev. Obtained from: Christos Zoulas (NetBSD)
* New pseudo-device to provide for a way of obtaining a socket by open()ingnewton1999-01-301-0/+427
| | | | | something in /dev. Obtained from: Christos Zoulas, with FreeBSD modifications
* Changed struct socket to include a new field (at the end, so as notnewton1999-01-301-1/+2
| | | | | | | | | | to break existing software) acting as a pointer to emulator-specific state data that some emulators may (or may not) need to maintain about a socket. Used by the svr4 module as a place for maintaining STREAMS emulation state. Discussed with: Mike Smith, Garrett Wollman back in Sept 98
* Unstaticized routines which are needed by the svr4 KLD and the streamsnewton1999-01-303-12/+12
| | | | garbage needed to support SysVR4 networking.
* Added "SVR4" as an acceptable brandnewton1999-01-301-2/+2
|
* Slightly relax the requirements fro removing extra braces and parenthesis.julian1999-01-301-4/+19
| | | | Objected to by: bde
* Add MAINTAINERgrog1999-01-301-0/+1
|
* Add MAINTAINERgrog1999-01-301-0/+3
|
* More const fixes for -Wall, -Wcast-qualdillon1999-01-297-16/+16
|
* *_execsw static structures cannot be const due to the way they interactdillon1999-01-294-8/+8
| | | | | | with EXEC_SET, DECLARE_MODULE, and module_register. Specifically, module_register. We may eventually be able to make these const, but not now.
* o Send a CHAP challenge of 16 random digits when RADIUS isbrian1999-01-292-40/+44
| | | | | | | | | | | | | | configured. This isn't strictly necessary according to the rfc, but it's suggested there.... o Don't forget to include our authname when sending a CHAP challenge when RADIUS is configured. o Don't supply the ``16'' representing the chap answer length to radius_Authenticate() - libradius does this for us. o When we successfully authenticate via radius_Authenticate(), continue with datalink_AuthOk() as expected. Sponsored by: Internet Business Solutions Ltd., Switzerland
* Install -C radlib.hbrian1999-01-293-7/+23
| | | | | | | | Don't insist that RAD_USER_PASSWORD is supplied before calling rad_send_request(). Instead, insist on only one of RAD_USER_PASSWORD and RAD_CHAP_PASSWORD. Sponsored by: Internet Business Solutions Ltd., Switzerland
* Unload the splash decoder module when a screen saver module is loaded.yokota1999-01-292-2/+8
| | | | | | | | Strictly speaking, it is not necessary; the screen saver will load even if the splash module is still in memory. But still, it is the right thing to do, otherwise the splash decoder module just wasts the kernel space. Discussed with: des
* Add two additional cards to the supported adapters list: the Racore 8165wpaul1999-01-296-4/+18
| | | | | | | | | and Racore 8148 adapters are now supported by the ThunderLAN driver. The 8165 is just a plain vanilla 10/100 card; the 8148 is a 'multi- personality' adapter which can support 10baseT, 100baseTX and 100baseFX if you include the proper modules. Also update the tl man page to mention the Racore cards.
* Fixed parenthesization botch in previous commit. Async update of inodesbde1999-01-292-2/+2
| | | | was broken.
* Add MAINTAINER.des1999-01-291-1/+2
|
* More support for Alpha installs.jkh1999-01-293-4/+76
| | | | Submitted by: dfr
* More support for Alpha installs.jkh1999-01-297-16/+104
| | | | Submitted by: dfr
* Removed a bogus cast to v_caddr_t. This is part of terminatingbde1999-01-292-4/+4
| | | | | | | v_caddr_t with extreme prejudice. Here the bogons were originally the same as for c_caddr_t (half-baked K&R support), but rev.1.95 changed one wrong cast and one harmless cast to 2 wrong casts, and rev.1.96 only fixed the originally wrong cast.
* Fixed comment and whitespace lossage in recent commits. The -W flagbde1999-01-292-14/+28
| | | | | | is not implied by -Wall as claimed by gcc.1. Adding it causes a measly 7193 new warnings for LINT, mostly for "unused parameter" and "comparison between signed and unsigned".
* Sync with sys/i386/i386/machdep.c revision 1.323.kato1999-01-292-2/+22
|
* Cast to `const char *' instead of to c_caddr_t. This is part ofbde1999-01-292-10/+10
| | | | | | terminating c_caddr_t with extreme prejudice. Here we depended on the "opaque" type c_caddr_t being precisely `const char *' to do unportable pointer arithmetic.
* More -Wall / -Wcast-qual cleanup. Also, EXEC_SET can't usedillon1999-01-298-24/+28
| | | | | C_DECLARE_MODULE due to the linker_file_sysinit() function making modifications to the data.
* Removed bogus casts to c_caddr_t. This is part of terminatingbde1999-01-294-12/+10
| | | | | | c_caddr_t with extreme prejudice. Here the original casts to caddr_t were to support K&R compilers (or missing prototypes), but the relevant source files require an ANSI compiler.
* Commit a solution for the SYSINIT vs C_SYSINIT conundrum. Thedillon1999-01-291-20/+28
| | | | | | | | problem and solution is outlined in the comments, but basically we needed a way to allow the SYSINIT mechanism to handle const void * arguments and function pointers as well as non-const arguments and function pointers while still maintaining the compiler's ability to issue warnings if you try to use a bad combination.
* Removed a bogus cast to c_caddr_t. This is part of terminatingbde1999-01-291-2/+2
| | | | | | | | | | | | | | | | c_caddr_t with extreme prejudice. Here the point of the original cast to caddr_t was to break the warning about the const mismatch between write(2)'s `const void *buf' and `struct uio's `char *iov_base' (previous bitrot gave a gratuitous dependency on caddr_t being char *). Compiling with -Wcast-qual made the cast a full no-op. This change has no effect on the warning for discarding `const' on assignment to iov_base. The warning should not be fixed by splitting `struct iovec' into a non-const version for read() and a const version for write(), since correct const poisoning would affect all pointers to i/o addresses. Const'ness should probably be forgotten by not declaring it in syscalls.master.
* cleanup warnings by propogating const char pointers properly.dillon1999-01-291-3/+3
|
OpenPOWER on IntegriCloud