summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Add X-reference to ch(4).max1997-06-021-0/+1
* Actually POINT to the appletalk usrreqs struct.julian1997-06-022-0/+2
* Add 2 new ioctls: WORMIOCREADSESSIONINFO and WORMIOCWRITESESSION.jmz1997-06-024-6/+258
* Move call of pci_addcfg() before test of cfg->subordinatebus, since these1997-06-022-4/+26
* Don't overflow when calculating the size in MB of a partition.gibbs1997-06-022-6/+24
* Fill in some gaps in the cpuid features list..peter1997-06-022-6/+38
* Fix the man page's title (.Dt).max1997-06-022-2/+2
* Re-activate the nanosleep style using code, but with the signal handlingpeter1997-06-022-110/+2
* Synchronize with following files:kato1997-06-0210-414/+20
* Added PC-98 code.kato1997-06-024-52/+248
* Synchronize with sys/i386/isa/sio.c revision 1.169.kato1997-06-022-136/+30
* The defines INTR_FAST and INTR_EXCL are part of the public interface. Thedfr1997-06-022-4/+5
* Change isa_device.h to intr_machdep.hdfr1997-06-027-14/+14
* Make this thing actually compile.dfr1997-06-022-4/+4
* Back out /var/run/*.pid cleaning since some programms (like innd)ache1997-06-021-2/+1
* Synchronize with sys/i386/conf/files.i386 revision up to 1.164.kato1997-06-022-12/+18
* Synchronize with sys/i386/conf/Makefile.i386 revision 1.99.kato1997-06-022-10/+2
* Move interrupt handling code from isa.c to a new file. This should makedfr1997-06-0230-800/+1930
* If the localid is set, don't forget to expand it...peter1997-06-021-0/+1
* Grr. Remove not-ready LDT modification fluff that also crept in withmsmith1997-06-022-52/+2
* Correct the way IRQs are passed to rndcontrol. If there are more thanmarkm1997-06-023-6/+6
* Typo fix.charnier1997-06-021-2/+3
* Oops, remove some bogus debugging code that crept in with the last commit.msmith1997-06-022-20/+2
* Typo (the the -> the).charnier1997-06-021-2/+2
* Add support for the SIOCGIFHWADDR ioctl, commonly used bymsmith1997-06-024-4/+230
* Off by 1 adjustment. Properly NUL terminate after strncpy.charnier1997-06-023-7/+11
* Off by 1 adjustment.charnier1997-06-021-2/+2
* Remove unused variables. Suppress -Wall warnings. Check for potential buffercharnier1997-06-021-5/+13
* Submitted by: Whistle Communications (archie Cobbs)julian1997-06-0210-17/+78
* Submitted by: Whistle Communications (archie Cobbs)julian1997-06-028-528/+1085
* tiny spelling fix in commentjulian1997-06-021-3/+3
* Was superseded by ns16550.h 4-5 years ago.bde1997-06-021-50/+0
* timed_enabled -> timed_enablejkh1997-06-021-2/+2
* Back out last change (which in fact breaks rfc1661)brian1997-06-021-4/+5
* Add rm -f /var/run/*.pid to prevent random process killing due toache1997-06-011-1/+2
* I've given up on the idea of sizing FIFO's. You can set it with a flagphk1997-06-013-204/+45
* Don't use -fomit-frame-pointer for ipl_funcs.c if ${PROF} is nonempty,bde1997-06-012-14/+18
* Move "typedef struct intrec {} intrec" from sys/interrupt.h to kern_intr.cpeter1997-06-012-21/+21
* on second thoughts, it doesn't even need <machine/ipl.h> either.peter1997-06-012-4/+2
* PCI_CLASS_MASS_STORAGE (under PCI_COMPAT) was used in a driver in LINTpeter1997-06-012-2/+4
* <machine/spl.h> -> <machine/ipl.h>peter1997-06-012-4/+4
* typo fix, s/imp/inp'; move lookup call inside splnet since there werepeter1997-06-011-2/+2
* Go directly to ST_STOPPED when a TerminateReq isbrian1997-06-011-3/+3
* Reduce MAX_M[RT]U back to 2048. Even on a null-modembrian1997-06-012-8/+6
* Add xref to signanosleep(2)peter1997-06-011-0/+1
* Doc signanosleep, add to linkspeter1997-06-012-4/+28
* Update the sleep(3)/usleep(3) code to use signanosleep(2) if compiled withpeter1997-06-012-17/+117
* Generate signanosleep(2) syscall wrapperpeter1997-06-011-2/+3
* oops, fix a braino that I noticed during the commit.. Don't verify thepeter1997-06-011-5/+7
* - implement signanosleep(2) by moving common code from nanosleep() into apeter1997-06-011-28/+102
OpenPOWER on IntegriCloud