summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* fix a problem with headers not being installed properly... basicly thejmg1997-08-212-5/+10
| | | | | | | installhdrs target was not being propagated to the subdirs... also fix rpcsvc's Makefile to have a installhdrs target to install the headers..
* Get le_intr decl from sys/conf.hfsmp1997-08-211-2/+2
|
* Yank the casts.fsmp1997-08-213-4/+4
|
* 3c509.c was identical to kzipboot/unzip.c. I just copied it fromkato1997-08-211-126/+573
| | | | | | i386/boot/netboot/3c509.c. PC-98 support will be added near future. Submitted by: Tor Egge <Tor.Egge@idi.ntnu.no>
* Reorder function decls alphabetically.fsmp1997-08-212-4/+4
|
* Added to RELENG_2_2 via tagging.obrien1997-08-211-1/+1
|
* Synchronize with sys/i386/isa/sio.c revision up to 1.177.kato1997-08-212-26/+8
|
* Synchronize with sys/i386/isa/isa.c revision 1.101.kato1997-08-211-2/+1
|
* Synchronize with sys/i386/isa/clock.c revision 1.99.kato1997-08-213-102/+18
|
* Forward declaration for the intr routine, avoids compiler warning.fsmp1997-08-211-1/+2
|
* Add several casts and include several header files to eliminate compilerfsmp1997-08-214-6/+12
| | | | warnings.
* Add a cast to eliminate a compiler warning.fsmp1997-08-212-2/+2
|
* Bring comment on '-a' flag in line with reality.danny1997-08-211-2/+1
|
* A few more casts and a function declaration for warning free kernel builds.fsmp1997-08-213-4/+6
|
* Use err(3) instead of local redefinition. Add usage().charnier1997-08-212-46/+23
|
* Use err(3) instead of local redefinition.charnier1997-08-212-46/+20
|
* Use err(3). Cosmetic in usage(). Rewrote man page in mdoc format.charnier1997-08-212-115/+105
|
* Added a half dozen casts to eliminate annoying warnings.fsmp1997-08-211-7/+7
|
* Revert my previous commit about using CS_SECURE macro.charnier1997-08-2116-39/+39
| | | | Requested by: Bruce.
* Fixed a warning about undefined isa_irq_pending(). (UP kernel only)fsmp1997-08-213-12/+12
|
* Implement "eod" as an alias for "eom". HP-UX uses this name, forjoerg1997-08-212-11/+24
| | | | | | example. Also cleaned up the man page a little.
* Moved the COM_LOCK and COM_UNLOCK macros to machine/param.h.fsmp1997-08-217-62/+23
|
* Another boo-boo, this file defines cil.fsmp1997-08-211-1/+5
|
* Oops, this should have been in last commit.fsmp1997-08-211-1/+4
| | | | | Adds variable cil: current INTerrupt level. This is part of the new MP-safe spl algorithm.
* Made PEND_INTS default.fsmp1997-08-2129-955/+595
| | | | | | | | | | Made NEW_STRATEGY default. Removed misc. old cruft. Centralized simple locks into mp_machdep.c Centralized simple lock macros into param.h More cleanup in the direction of making splxx()/cpl MP-safe.
* Pre-allocate buffer to avoid core dump in corner cases.jlemon1997-08-211-2/+6
| | | | | PR: 2968 Submitted by: Gareth McCaughan <gjm11@dpmms.cam.ac.uk>
* change bin to BINOWN and BINGRPjmg1997-08-211-3/+3
| | | | Reviewed-by: joerg
* Performance improvment to minimize delayed write output of filesdyson1997-08-211-1/+7
| | | | | that have been deleted. Submitted by: Peter M. Chen <pmchen@eecs.umich.edu>
* Some corrections to the anonymous page managment.dyson1997-08-211-5/+5
| | | | Submitted by: Peter Chen <pmchen@eecs.umich.edu>
* Expand the "set stopped" command so that it canbrian1997-08-2012-136/+175
| | | | | | | | idependently time out any of the FSMs. Split LCP logging into LCP, IPCP and CCP logging, and make room in "struct fsm" for the log level that the state machine should use.
* Add forward declaration for struct proc.jlemon1997-08-201-1/+2
|
* Fix a typo and while here cleanup the use of the .Nm macro.steve1997-08-201-6/+7
| | | | | PR: docs/4339 Submitted by: Matthew Hunt <mph@pobox.com>
* Use err(3). Add usage(). Remove progname.charnier1997-08-202-44/+43
|
* Use err(3) and add usage().charnier1997-08-201-9/+22
|
* Nm uname -> Nm.charnier1997-08-201-5/+5
|
* Use err(3), add usage() and prototypes.charnier1997-08-202-26/+54
| | | | Move setmode() to setnewmode() because of a conflict with setmode(2 or 3).
* Synchronize with sys/i386/i386/trap.c revision 1.106 andkato1997-08-203-3/+105
| | | | sys/i386/isa/sio.c revision 1.175.
* Attempt to make cy.c MP-safe.fsmp1997-08-203-3/+126
| | | | | | I have no way of testing this one, first SMP/cy user please let me know... It is my belief that sio and cy are the only FAST_INTR() ISRs. If this is a bad assumption please educate me.
* Preperation for moving cpl into critical region access.fsmp1997-08-2023-219/+674
| | | | | | | | Several new fine-grained locks. New FAST_INTR() methods: - separate simplelock for FAST_INTR, no more giant lock. - FAST_INTR()s no longer checks ipending on way out of ISR. sio made MP-safe (I hope).
* Preperation for moving cpl into critical region access.fsmp1997-08-204-23/+37
| | | | | Several new fine-grained locks. Control of new FAST_INTR() methods.
* Moved splq() to isa/ipl_funcs.c for SMP only.fsmp1997-08-202-3/+8
| | | | This is in preperation for moving all cpl accesses behind a critical region lock.
* (1) Be nicer about mtree file missing. (Actually, just suggest whereasami1997-08-201-3/+13
| | | | | | | | | | you can get one from.) (2) Use "reinstall" as DEPENDS_TARGET if target is "reinstall". In particular, this will make it possible to do a "make reinstall" on several NFS clients and have them install all dependencies correctly. Tested by: davidn
* Fix example to match ls(1)'s output.steve1997-08-201-1/+1
| | | | | PR: docs/3681 Submitted by: Kazuo Horikawa <k-horik@yk.rim.or.jp>
* - In dlsym(), if the lookup fails using the original symbol, prepend annate1997-08-192-4/+60
| | | | | | | underscore and try looking it up again. This is a non-issue if we switch to ELF. Reviewed by: sef, jdp
* Document correct option in manual page.jlemon1997-08-191-2/+2
| | | | | PR: 3769 Submitted by: johnp@lodgenet.com
* Remove temporary file on exit.jlemon1997-08-191-0/+2
| | | | | PR: 4010 Submitted by: "Anatoly A. Orehovsky" <tolik@www.tomsk.su>
* Pad the input buffer whenever sync is used, not just if the noerror flagjlemon1997-08-191-10/+12
| | | | | | | | | | is also set. Change osync to not to tack on an empty block if the input buffer is null, or an even multiple of the blocksize. Also change osync to pad the output with nulls/spaces depending whether this is a block-oriented conversion or not (same as sync). PR: 3818
* *gulp* First pass at merging in ppp-2.3.0's pppd. (this haspeter1997-08-1930-2028/+8250
| | | | | | | | | | | | | | | dial-on-demand, packet filtering, idle timeouts, etc). The IPX support is pretty much there but more work needs to be done in sys-bsd.c for the interface ioctls (Linux has a very different way of configuring IPX interfaces). Along the way some things have temporarily been lost due to very messy conflicts. I will recover them shortly when I can think clearer. The main one is the local:remote address override in pap-secrets and chap-secrets. Some other home-grown features (dns1,dns2) have been implemented differently. Microsoft's chap client auth hacks have been implemented. There are bound to be more rough edges... The changes for connect-max-retries doesn't fit well with the dial-on-demand code.
* Undo last commit.wosch1997-08-192-16/+8
| | | | | | | | | Uncomment abuse, security, and ftp aliases. Add aliases ftp-bugs -> ftp. ftp-bugs is the default email address which print our ftp daemon if a user type the command 'rhelp'. Reviewed by: joerg
* Mention PPP_DEFLATE and PPP_BSDCOMP for kernel ppp.peter1997-08-193-3/+18
|
OpenPOWER on IntegriCloud