summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Bring in my changes for removing the pestilent obj links (unless youjkh1996-06-241-24/+8
* Fix problem with scb flag handing that crept in with the SCB paging support.gibbs1996-06-231-58/+59
* Oops, forget the fact that LINT compiles (fixing previos PAS commi)ache1996-06-233-12/+15
* Describe the way how to add OPL for PAS without conflictache1996-06-233-6/+12
* Unstaticize psratio and staticize profprocs. psratio needs to be exportedbde1996-06-234-16/+20
* Don't truncate minor or major numbers in the nfsv3 client.bde1996-06-234-12/+12
* Moved declarations of static functions to the correct file. This fixesbde1996-06-236-111/+111
* Removed unused #include. Linux doesn't support SCO consoles.bde1996-06-232-4/+2
* Forward-declare a struct tag so that this doesn't depend on a side effectbde1996-06-231-1/+2
* Don't add -I/sys to CFLAGS. bsd.kmod.mk adds the correct (relative)bde1996-06-232-4/+4
* Don't claim to be a VFS_LKM - generate vnode_if.h by putting it in SRCS.bde1996-06-231-5/+4
* Don't (re)define ACTUALLY_LKM_NOT_KERNEL. It wasn't even used by thebde1996-06-231-1/+1
* Finished converting ipfw to use opt_ipfw.h.bde1996-06-231-1/+2
* Don't (re)define or use ACTUALLY_LKM_NOT_KERNEL - use the existingbde1996-06-231-1/+1
* Use IPFIREWALL_MODULE instead of ACTUALLY_LKM_NOT_KERNEL to indicatebde1996-06-232-6/+7
* Disabled unusable union lkm.bde1996-06-231-3/+3
* Describe MAXMEM better. Enable it by default. (It's a positive option.bde1996-06-233-15/+18
* Remove an un-necessary call to microtime() to set if_lastchangegpalmer1996-06-231-1/+0
* Dump the timeout for st_erase().joerg1996-06-221-2/+2
* Set the rmx.rmx_expire to 0 when creating fake ethernet addresses for thepeter1996-06-211-1/+3
* When writing the settings for stop bits and output hardware flow control,peter1996-06-212-36/+48
* Oops, fix a bug that caused updates to the screen to happen, withoutsos1996-06-213-6/+18
* Some news for syscons (long overdue):sos1996-06-218-317/+568
* Improve algorithm for page hash queue. It was previously aboutdyson1996-06-211-2/+2
* Use the route that's guaranteed to exist when picking a source addressfenner1996-06-201-2/+2
* Remove one last rip_output from inetsw (gpalmer missed it in rev 1.30)fenner1996-06-201-2/+2
* Put the 'debug' messages of the type:nate1996-06-201-1/+3
* Properly account for non-page aligned buffers.dg1996-06-202-6/+8
* Minor KNF formatting change to vmapbuf() and vunmapbuf().dg1996-06-202-26/+18
* Set IFF_RUNNING on the loopback interface.wollman1996-06-191-2/+2
* Macro expressions should be fully parenthesized! Fix the MAXMEMnate1996-06-193-6/+6
* Clean up vmapbuf and vunmapbuf significantly. The previous code wasdyson1996-06-192-98/+32
* Submitted by: archie@whistle.comjulian1996-06-191-2/+2
* Document MAXMEM option.nate1996-06-183-3/+21
* Obtained from: Netatalk distribution.julian1996-06-181-0/+25
* Add new parts, kernel not booted in other caseache1996-06-181-3/+3
* When bringing the netkey stuff over, I forgot that I had decided to changewollman1996-06-181-2/+2
* As we have appletalk protocol support we might as well showjulian1996-06-183-3/+9
* remove some debugging printfs left in by mistakejulian1996-06-182-10/+0
* Add procfs_type.c to the repository.dyson1996-06-182-0/+182
* Add the file procfs_type.c to procfs.dyson1996-06-181-0/+1
* Clean-up the new VM map procfs code, and also add support for executabledyson1996-06-1814-19/+63
* Removed unused #includes of <i386/isa/icu.h> and <i386/isa/icu.h>. icu.hbde1996-06-1841-97/+35
* This file is the "meat" of the process address space capability. If youdyson1996-06-172-0/+338
* Add a feature to procfs to allow display of the process address mapdyson1996-06-177-8/+23
* This time, get rid of the struct copies that were really causing gcc topeter1996-06-172-8/+8
* Stomp another compiler warning: sc_devfs_token[] should only be declaredwpaul1996-06-173-3/+9
* Add a couple of #ifdef DEVFS/#endif clauses to slence the followingwpaul1996-06-171-1/+5
* Reduced nesting of #includes in random.h and adjusted isa/random_machdep.cbde1996-06-174-36/+34
* Synced with Makefile.i386: added -Wunused.bde1996-06-171-2/+2
OpenPOWER on IntegriCloud