summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Update if_ppp lkm to pull in the new files...peter1995-10-312-6/+6
* Remove the old pppcompress files (btw: these look net-2 derived)peter1995-10-313-773/+9
* Drat.. Missed this one, which #includes ppp-comp.h, not ppp_comp.hpeter1995-10-311-2/+2
* Update the file list for the new ppp files..peter1995-10-311-1/+3
* Fix the `pkg_add relative to .' bug. Thank you, Ville!jkh1995-10-312-5/+7
* Merge/update ppp-2.2 kernel parts onto mainline.peter1995-10-316-1220/+1061
* Initial revisionpeter1995-10-315-0/+2540
* Fixed initialization of TS_CONNECTED bit in t_state. It wasn'tbde1995-10-311-1/+4
* slcompress: split one of the functions into two parts, to allow use by bothpeter1995-10-313-38/+88
* Add a simplistic netisr register routine - I need this now for ppp-2.2.peter1995-10-313-9/+42
* Make a putc()/b_to_q() to a clist that hasn't had cblocks reservedpeter1995-10-312-10/+30
* Cleanup, make things static.phk1995-10-3110-205/+214
* Get pccard stuff into LINT.phk1995-10-316-9/+276
* Support the configuration of "od" devices.joerg1995-10-311-1/+1
* The "od" driver. While the name is suggesting the use forjoerg1995-10-311-0/+802
* Include the "od" driver. (Oops, forgot to cvs add the driver filejoerg1995-10-312-49/+100
* Minor correction for the "od" driver.joerg1995-10-311-2/+2
* Include the "od" driver.joerg1995-10-315-5/+12
* Make a lot of stuff static.phk1995-10-318-132/+138
* mfs_open could panic with false identification: panic("mfs_ioctl: ....peter1995-10-311-2/+2
* Revert fsync ifdef behaviour and name, now default variant acts likeache1995-10-312-2/+4
* Add setlocale LC_CTYPEache1995-10-311-0/+6
* Put fsync under #ifdef EXTRA_SANITY and turn it off by default.ache1995-10-312-5/+8
* Reviewed by: not yetjulian1995-10-316-3/+1646
* Submitted by: Mike mitchelljulian1995-10-311-0/+72
* Submitted by: Mike Mitchelljulian1995-10-3112-131/+179
* Security fix - do not allow anyone but root to choose the interrupts usedmarkm1995-10-302-2/+18
* When moving kernel to kernel.old, also change kern.bootfile.toguido1995-10-303-3/+6
* Don't pass an extra trailing arg to some functions.bde1995-10-301-5/+14
* Removed an annoying redundant declaration that I added in the previousbde1995-10-301-2/+1
* Removed bogus statics in declarations that don't allocate storage.bde1995-10-302-8/+26
* Mask netisrs during softtty isrs. This may fix PR 798. SLIP and PPPbde1995-10-301-3/+7
* <sys/user.h> -> <sys/time.h>phk1995-10-301-1/+1
* <sys/user.h> -> <sys/time.h>phk1995-10-301-2/+2
* Implement simple quoting for command args.adam1995-10-301-3/+10
* Merge in Coranth's latest Apache setup fixes.jkh1995-10-301-23/+30
* Remove the $ Log: ... $ lines from the comments in the files that hadpeter1995-10-2918-94/+18
* Start the 2MSL timer when the socket is closed and the TCP connection isolah1995-10-291-2/+6
* Recover the -K option to co, for handling selective keyword expansion.peter1995-10-294-8/+95
* Restore phk's changes from 1.3 - 1.5.. Adds a -v switch to rlog to get itpeter1995-10-291-4/+26
* Restore nate's change from rev 1.2; improve readability of the rlog outputpeter1995-10-291-1/+12
* Made wcstart() non-static again. It is called from atapi.c. Thebde1995-10-291-4/+4
* Made wcdattach() non-static again. It is called from atapi.c. Thebde1995-10-291-1/+4
* Add random and urandom.bde1995-10-292-2/+22
* Second batch of cleanup changes.phk1995-10-2966-866/+764
* Use back-quotes in `echo ...recover.*`ache1995-10-291-2/+2
* Fix mmioctl() for !DEVRANDOM case. mmioctl() is a function, not abde1995-10-292-20/+24
* Use the new config(8) %SFILES token to auto-generate the SFILES list.dg1995-10-293-9/+9
* Added support for a %SFILES token to auto-generate a SFILES= file list indg1995-10-291-0/+27
* Remove char->int promotion.ache1995-10-291-6/+4
OpenPOWER on IntegriCloud