summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Regeneratepeter1997-06-015-6/+16
* New syscall, signanosleep(), which is a hybrid of sigsuspend(2) andpeter1997-06-011-2/+3
* New field: p_sleepend; so that settime() can adjust the expected wakeuppeter1997-06-011-1/+2
* Create the release name of SNAPs automagically.joerg1997-06-011-2/+10
* Make this puppy compile again - add two includes.jkh1997-06-011-0/+2
* Remove initial startup printf's in -direct mode.brian1997-06-014-16/+25
* Implement "set mtu" command to allow the client tobrian1997-06-015-14/+69
* Fix a typo.tegge1997-05-311-2/+2
* specify compile-with option to get -fomit-frame-pointer on ipl_funcs.cpeter1997-05-312-4/+6
* Revert previous change, use "compile-with" in files.i386 instead.peter1997-05-313-15/+3
* Remove "set mtu ..." ability. Currently, this is anbrian1997-05-311-2/+2
* Now understand password in ftp:// URLsache1997-05-311-25/+34
* Include file update: <machine/spl.h> --> <machine/ipl.h>.kato1997-05-312-1/+2
* Synchronize with following changes:kato1997-05-316-7/+13
* Synchronize with sys/i386/conf/files.i386 revision 1.162.kato1997-05-312-2/+4
* Synchronize with sys/i386/conf/Makefile.i386 revision 1.98.kato1997-05-312-2/+10
* Bruce mentioned to me that Paul Traina had noticed that the ppp_ttypeter1997-05-312-5/+13
* don't refer to SWI_*_MASK, it's not SMP/UP kernel portable for the lkm.peter1997-05-311-4/+3
* Add prototypes for the spl* funcs and add externs for *_imask. Leavingpeter1997-05-311-1/+39
* s/intrmask/intrmask_t/gpeter1997-05-311-12/+4
* <machine/spl.h> -> <machine/ipl.h>peter1997-05-311-10/+10
* Include file updates.. <machine/spl.h> -> <machine/ipl.h>, addpeter1997-05-3119-28/+41
* add ipl_funcs.c (Hmm.. should probably use a "compile-with" arg ratherpeter1997-05-312-2/+4
* compile ipl_funcs.c with -fomit-frame-pointer, as suggested by Bruce. Thispeter1997-05-313-3/+15
OpenPOWER on IntegriCloud