| Commit message (Expand) | Author | Age | Files | Lines |
* | Fixed overallocation of _thread_fd_table. | alex | 1997-05-13 | 3 | -3/+3 |
* | Merge the EN version changes, 1.240 -> 1.241. | max | 1997-05-13 | 1 | -3/+3 |
* | Merge the EN version changes, 1.65 -> 1.67. | max | 1997-05-13 | 1 | -2/+14 |
* | Add a comment to the >16M and >64M entries for lying COMPAQ BIOSes. | pds | 1997-05-13 | 1 | -5/+9 |
* | First cut at patches to make appletalk compile again | julian | 1997-05-13 | 5 | -222/+378 |
* | Don't output extraneous tab | brian | 1997-05-13 | 1 | -3/+7 |
* | Don't drop into the troff args after parsing -#. | brian | 1997-05-13 | 1 | -1/+2 |
* | Fix a bug (dereferencing zero) introduced by the last mods. | brian | 1997-05-13 | 1 | -2/+2 |
* | Check the B_CLUSTER flag when choosing whether to use unstable or filesync | dfr | 1997-05-13 | 2 | -4/+4 |
* | Forgot to commit this.. Do a 'make all' in src/include before trying | peter | 1997-05-13 | 1 | -3/+2 |
* | Don't keep addresses in mbuf chains. This should simplify the next round | dfr | 1997-05-13 | 12 | -123/+183 |
* | Localize it | ache | 1997-05-13 | 1 | -0/+3 |
* | #ifdef out C locale extension to 8859-1 encoding, it now stays to ASCII | ache | 1997-05-13 | 1 | -1/+4 |
* | struct timespec needs to be useable with just <time.h>, but needs to not | peter | 1997-05-13 | 2 | -8/+8 |
* | Changes to support the kernel linker: | dfr | 1997-05-13 | 4 | -9/+26 |
* | struct timespec needs to be useable with just <time.h>, but needs to not | peter | 1997-05-13 | 1 | -7/+27 |
* | Correct the files section for tunX.pid and ttyXX.if | brian | 1997-05-13 | 2 | -8/+16 |
* | remove stray forward declaration for struct timespec | peter | 1997-05-13 | 1 | -3/+0 |
* | Add clockid_t definition like in sys/types.h to allow time.h | ache | 1997-05-13 | 1 | -0/+5 |
* | Back out previous revision. Shlib version numbers are supposed to be | asami | 1997-05-13 | 1 | -1/+1 |
* | Added Gene Stark as a developer/CVS committer. | dg | 1997-05-13 | 2 | -3/+7 |
* | Add arp_proxyall knob. | jkh | 1997-05-13 | 8 | -8/+44 |
* | Remove explicit rule for setup. This effectively deletes revisions 1.2 | asami | 1997-05-13 | 1 | -3/+0 |
* | Fix a few typos in last commit. | brian | 1997-05-13 | 1 | -10/+8 |
* | Add ${CFLAGS} to makerom command line. Note: don't add ${LDFLAGS} here, | asami | 1997-05-13 | 1 | -2/+2 |
* | Add ${CFLAGS} and ${LDFLAGS} to the setup command line. | asami | 1997-05-13 | 1 | -1/+1 |
* | save/restore %ebx, %esi and %edi when calling bios routines. | tegge | 1997-05-12 | 1 | -12/+38 |
* | Use the old nfs arguments in the nfs_diskless structure, to be | tegge | 1997-05-12 | 4 | -102/+116 |
* | Make things more descriptive. | brian | 1997-05-12 | 2 | -255/+628 |
* | Make the META tag specifying the document character set the first | jfieber | 1997-05-12 | 1 | -8/+8 |
* | Bring pmdemand example in line with handbook and man | brian | 1997-05-12 | 1 | -3/+3 |
* | Oops, move clock_*() and nanosleep() to time.h | peter | 1997-05-12 | 2 | -4/+4 |
* | Synchronize with sys/i386/i386/machdep.c revision 1.241. | kato | 1997-05-12 | 2 | -8/+16 |
* | add .St -p1003.1b and -p1003.1b-93 | peter | 1997-05-12 | 1 | -0/+20 |
* | Add clock_* and nanosleep manpages and links. | peter | 1997-05-12 | 1 | -2/+5 |
* | manpage for nanosleep(2) | peter | 1997-05-12 | 1 | -0/+96 |
* | Man pages for clock_{get/set}time() and clock_getres(). | peter | 1997-05-12 | 1 | -0/+124 |
* | Correct sample file name. | brian | 1997-05-12 | 2 | -4/+4 |
* | Make uu_* const correct. | brian | 1997-05-12 | 3 | -12/+12 |
* | Use nanosleep() in all cases, not just in the reentrant libc (_THREAD_SAFE) | peter | 1997-05-12 | 1 | -70/+9 |
* | Add const in the thread version of nanosleep()'s args | peter | 1997-05-12 | 3 | -3/+6 |
* | remove prototype for nanosleep(), it's visible in unistd.h now. | peter | 1997-05-12 | 3 | -3/+0 |
* | Create the clock_settime(), clock_gettime(), clock_getres() and nanosleep() | peter | 1997-05-12 | 1 | -3/+7 |
* | prototype clock_settime(), clock_gettime(), clock_getres(), nanosleep(). | peter | 1997-05-12 | 1 | -0/+7 |
* | Build osreldate.h at build time rather than install time. This fixes | peter | 1997-05-12 | 1 | -15/+20 |
* | The -pthread option was added to freebsd.h but missed from freebsd-elf.h | peter | 1997-05-12 | 1 | -1/+1 |
* | Typo fix: sq --> qs | alex | 1997-05-12 | 1 | -1/+1 |
* | Typo fix. | max | 1997-05-11 | 2 | -3/+3 |
* | Specify EUC-JP character encoding. | jfieber | 1997-05-11 | 1 | -1/+2 |
* | - fixed typo | andreas | 1997-05-11 | 1 | -2/+5 |