summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* (MFC candidate since this is already a merge from /sys/net only.)joerg2001-03-251-2/+16
* This is another MFC candidate.joerg2001-03-251-2/+2
* Remove some unused stuffpeter2001-03-252-54/+2
* Allow bog-standard ioctls through. There are really handled inmarkm2001-03-251-1/+9
* Remove an extraneous declaration.brian2001-03-251-1/+0
* Move the atomic() mbstat.m_drops incrementing to the MGET(HDR) andbmilekic2001-03-242-22/+13
* mega-commit.cg2001-03-2444-1892/+2201
* Catch these modules up with obrien's recent cleanup commit.peter2001-03-244-18/+22
* Drop 'KMODDEPS = snd_pcm' - it isn't used.peter2001-03-241-1/+0
* Back out 'KMODDEPS = miibus' addition in last commit. This isn't used.peter2001-03-241-1/+0
* Add #if'ed support for the future option CAM_NEW_TRAN_CODE.groudier2001-03-241-57/+236
* when writing to one of the setup registers, a 32-bit write is required.cg2001-03-241-2/+3
* Add bandaid to get ISA only systems to link.sos2001-03-241-0/+44
* Fix typo ); -> ,asmodai2001-03-241-1/+1
* Unbreak build on alpha.ume2001-03-244-9/+1
* Restore the careful preservation of .depend (rev 1.78 of Makefile.i386)obrien2001-03-245-10/+20
* Silence (harmless) warnings.markm2001-03-241-0/+1
* Round 1 of Brucification inspired changes.peter2001-03-241-3/+3
* Cleaner way of adding -fschg (ie, correctly implement).obrien2001-03-241-2/+1
* Fix a problem where we were switching npxproc from underneath processesobrien2001-03-243-0/+138
* Use (..., "%s", foo) instead of (..., foo) to avoid a warning about ajhb2001-03-241-1/+1
* - Define and use MAXCPU like the alpha and i386 instead of NCPUS.jhb2001-03-242-6/+10
* Stick a prototype for handleclock() in machine/clock.h and include itjhb2001-03-242-0/+2
* This is kind of a hack, but it should work. Currently, world is brokenpeter2001-03-242-2/+22
* Just use the proc lock to protect read accesses to p_pptr rather than thejhb2001-03-241-4/+4
* Protect p_wmesg and p_wchan with sched_lock while checking for deadlocksjhb2001-03-241-0/+3
* Slightly de-bogify the uname() declarations.peter2001-03-241-8/+0
* add support for opti924 and opti930 chipscg2001-03-242-7/+270
* Check that background fsck operation is being done on a ufs filesystem.mckusick2001-03-231-0/+2
* Fix the problem with some drives not reporting back when thesos2001-03-233-15/+19
* (MFC candidate, see below).joerg2001-03-231-0/+14
* fix linux_times() to take into account linux's value of CLK_TCK on the alpha.gallatin2001-03-231-0/+5
* IPv4 address is not unsigned int. This change introduces in_addr_t.ume2001-03-232-1/+2
* A few fixes..archie2001-03-233-39/+15
* * power up the external amplifiercg2001-03-231-1/+2
* replace calls to non-existant bail() subroutine with calls toalfred2001-03-232-4/+4
* Merged from sys/i386/isa/npx.c revision 1.93.kato2001-03-231-3/+3
* Merged from sys/i386/i386/machdep.c revision 1.445.kato2001-03-232-0/+2
* Now that I have a pair of CreditCard Netwave Adapter, tweak the ejectimp2001-03-231-2/+0
* Export intrnames and intrcnt as sysctls (hw.nintr, hw.intrnames andtmm2001-03-2315-15/+65
* devfs convertion used VINUMRMINOR incorrectly (passing args inalfred2001-03-221-3/+3
* Add the following ACL editing functions:jedgar2001-03-221-0/+16
* Allow AAC_COMPAT_LINUX to be used when compiling aac support into the kernel.scottl2001-03-221-0/+2
* Create /dev/afaN as a symlink to /dev/aacN. This allows the CLI tools fromscottl2001-03-221-0/+2
* Remove struct cmessage from sys/socket.h and reintroduce the privatealfred2001-03-221-5/+0
* Remove (non-protected) variable names from function prototypes.brian2001-03-221-7/+5
* Move bindery authentication ncps to ncp_ncp.c file. ncp_login.c will staybp2001-03-227-170/+178
* Properly set flags on the broken connection.bp2001-03-224-13/+24
* o Actually extract version of interface and store it along with the name.bp2001-03-221-52/+99
* Slightly reorganize code in the linker_load_dependancies() function to makebp2001-03-221-54/+52
OpenPOWER on IntegriCloud