| Commit message (Expand) | Author | Age | Files | Lines |
* | Explain that /var/log/all.log needs to be touched and chmod'd 'ere it | asmodai | 2001-10-28 | 1 | -0/+1 |
* | Correct attribution. | asmodai | 2001-10-28 | 1 | -1/+1 |
* | Fix a problem in the disk related hack where device nodes for a physically | phk | 2001-10-28 | 2 | -1/+3 |
* | Introduce [IPC|SHM]_[INFO|STAT] to shmctl to make | mr | 2001-10-28 | 4 | -4/+113 |
* | deltat declared time_t, msg("") call used %d (assumed time_t == int). | dillon | 2001-10-28 | 1 | -1/+2 |
* | fixed to support pc98 | nyan | 2001-10-28 | 1 | -0/+5 |
* | Remove duplicate apm entry for pc98 | nyan | 2001-10-28 | 1 | -2/+1 |
* | Removed pmc_isa_identify function. It is not needed. | nyan | 2001-10-28 | 2 | -26/+0 |
* | Use a quad int conversion routine for time_t instead of ulong, capable of | dillon | 2001-10-28 | 1 | -2/+4 |
* | Various string fields for certain cpio types are 11 rather then 8 | dillon | 2001-10-28 | 1 | -6/+15 |
* | Remove unnecessary casts in timeval.tv_sec load from st_*time | dillon | 2001-10-28 | 1 | -4/+4 |
* | Remove assumption that time_t is an int | dillon | 2001-10-28 | 1 | -1/+3 |
* | Remove some extraneous spaces from the usage message. | joe | 2001-10-28 | 1 | -1/+1 |
* | sparc64 verions of the crt initialization and finalization files required | obrien | 2001-10-28 | 2 | -0/+100 |
* | Add missing cast for improper time_t use in computation. | dillon | 2001-10-28 | 1 | -1/+1 |
* | ll_time and ut_time are int32_t on disk and have to remain that way | peter | 2001-10-27 | 1 | -2/+2 |
* | sc_lasttime and sc_starttime are time_t's, not long's. | dillon | 2001-10-27 | 1 | -2/+2 |
* | Only provide function information in compile environments that support | mike | 2001-10-27 | 4 | -18/+31 |
* | syncdelay, filedelay, dirdelay, metadelay are ints, not time_t's, | dillon | 2001-10-27 | 2 | -8/+4 |
* | Restore K&R prototype. Fix other style bugs. | mike | 2001-10-27 | 2 | -10/+12 |
* | Nudge the axe a bit closer to cdevsw[]: | phk | 2001-10-27 | 2 | -2/+66 |
* | Diff-reduce these two. | markm | 2001-10-27 | 3 | -8/+9 |
* | Eliminate the prefix parameter to linux_emul_find(), which was always | des | 2001-10-27 | 4 | -11/+9 |
* | Add a P_INEXEC flag that indicates that the process has called execve() and | des | 2001-10-27 | 3 | -15/+30 |
* | Add missing crti.S and crtn.S files. I have tested these with -static | peter | 2001-10-27 | 2 | -0/+92 |
* | Sync with other platforms. | obrien | 2001-10-27 | 1 | -2/+3 |
* | minor style updating | obrien | 2001-10-27 | 3 | -13/+9 |
* | Update for reality and syncing with other FreeBSD platforms. | obrien | 2001-10-27 | 1 | -6/+5 |
* | Feh, it helps to include a file other than yourself... wonder how | obrien | 2001-10-27 | 1 | -1/+1 |
* | Tell how the import was done. | obrien | 2001-10-27 | 1 | -0/+21 |
* | This commit was generated by cvs2svn to compensate for changes in r85587, | obrien | 2001-10-27 | 18 | -0/+7666 |
|\ |
|
| * | Import the One True AWK, in the form of bwk's AWK Nov 15, 2000 release. | obrien | 2001-10-27 | 18 | -0/+7666 |
* | Implement elf_reloc. This makes klds work. | jake | 2001-10-27 | 2 | -13/+259 |
* | Handle instruction access mmu miss faults in kernel mode. These can only | jake | 2001-10-27 | 3 | -2/+95 |
* | o Modify copyright date format for improved consistency: use '-' for | rwatson | 2001-10-27 | 2 | -2/+2 |
* | o Update copyright dates. | rwatson | 2001-10-27 | 4 | -4/+4 |
* | o Improve style(9) compliance following KSE modifications. In particular, | rwatson | 2001-10-27 | 3 | -54/+57 |
* | o Althought this is not specified in POSIX.1e, the UFS ACL implementation | rwatson | 2001-10-27 | 1 | -1/+6 |
* | o Clarify a comment about the locking condition of the vnode upon exit | rwatson | 2001-10-27 | 1 | -9/+15 |
* | o The comment about ordering the destruction of the lock and the removal of | rwatson | 2001-10-27 | 1 | -1/+1 |
* | o Wrap a number of long lines of code, many of which were introduced | rwatson | 2001-10-27 | 1 | -9/+16 |
* | Since namespace support was added to the UFS extended attribute | rwatson | 2001-10-27 | 1 | -9/+7 |
* | o Spelling error s/suffient/sufficient/ | rwatson | 2001-10-27 | 1 | -1/+1 |
* | Correct James Cook's year of birth. I wonder how anybody could expect | grog | 2001-10-27 | 1 | -1/+1 |
* | Turn on table-of-contents generation for the release notes and | bmah | 2001-10-27 | 4 | -0/+8 |
* | Explicitly use int32_t for on-disk records for pw_change and pw_expire, | peter | 2001-10-27 | 2 | -10/+16 |
* | Enable round-robin arbitration between transmit and receive unit | luigi | 2001-10-27 | 2 | -0/+10 |
* | Support the "install.debug" and "reinstall.debug" targets for kernel modules. | des | 2001-10-27 | 8 | -19/+24 |
* | Force the length of the sockaddr to be correct for AF_INET and AF_INET6 | fenner | 2001-10-26 | 1 | -2/+23 |
* | Remove the -I../libc/${MACHINE_ARCH} that was there solely for | peter | 2001-10-26 | 1 | -3/+0 |