summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Explain that /var/log/all.log needs to be touched and chmod'd 'ere itasmodai2001-10-281-0/+1
* Correct attribution.asmodai2001-10-281-1/+1
* Fix a problem in the disk related hack where device nodes for a physicallyphk2001-10-282-1/+3
* Introduce [IPC|SHM]_[INFO|STAT] to shmctl to makemr2001-10-284-4/+113
* deltat declared time_t, msg("") call used %d (assumed time_t == int).dillon2001-10-281-1/+2
* fixed to support pc98nyan2001-10-281-0/+5
* Remove duplicate apm entry for pc98nyan2001-10-281-2/+1
* Removed pmc_isa_identify function. It is not needed.nyan2001-10-282-26/+0
* Use a quad int conversion routine for time_t instead of ulong, capable ofdillon2001-10-281-2/+4
* Various string fields for certain cpio types are 11 rather then 8dillon2001-10-281-6/+15
* Remove unnecessary casts in timeval.tv_sec load from st_*timedillon2001-10-281-4/+4
* Remove assumption that time_t is an intdillon2001-10-281-1/+3
* Remove some extraneous spaces from the usage message.joe2001-10-281-1/+1
* sparc64 verions of the crt initialization and finalization files requiredobrien2001-10-282-0/+100
* Add missing cast for improper time_t use in computation.dillon2001-10-281-1/+1
* ll_time and ut_time are int32_t on disk and have to remain that waypeter2001-10-271-2/+2
* sc_lasttime and sc_starttime are time_t's, not long's.dillon2001-10-271-2/+2
* Only provide function information in compile environments that supportmike2001-10-274-18/+31
* syncdelay, filedelay, dirdelay, metadelay are ints, not time_t's,dillon2001-10-272-8/+4
* Restore K&R prototype. Fix other style bugs.mike2001-10-272-10/+12
* Nudge the axe a bit closer to cdevsw[]:phk2001-10-272-2/+66
* Diff-reduce these two.markm2001-10-273-8/+9
* Eliminate the prefix parameter to linux_emul_find(), which was alwaysdes2001-10-274-11/+9
* Add a P_INEXEC flag that indicates that the process has called execve() anddes2001-10-273-15/+30
* Add missing crti.S and crtn.S files. I have tested these with -staticpeter2001-10-272-0/+92
* Sync with other platforms.obrien2001-10-271-2/+3
* minor style updatingobrien2001-10-273-13/+9
* Update for reality and syncing with other FreeBSD platforms.obrien2001-10-271-6/+5
* Feh, it helps to include a file other than yourself... wonder howobrien2001-10-271-1/+1
* Tell how the import was done.obrien2001-10-271-0/+21
* This commit was generated by cvs2svn to compensate for changes in r85587,obrien2001-10-2718-0/+7666
|\
| * Import the One True AWK, in the form of bwk's AWK Nov 15, 2000 release.obrien2001-10-2718-0/+7666
* Implement elf_reloc. This makes klds work.jake2001-10-272-13/+259
* Handle instruction access mmu miss faults in kernel mode. These can onlyjake2001-10-273-2/+95
* o Modify copyright date format for improved consistency: use '-' forrwatson2001-10-272-2/+2
* o Update copyright dates.rwatson2001-10-274-4/+4
* o Improve style(9) compliance following KSE modifications. In particular,rwatson2001-10-273-54/+57
* o Althought this is not specified in POSIX.1e, the UFS ACL implementationrwatson2001-10-271-1/+6
* o Clarify a comment about the locking condition of the vnode upon exitrwatson2001-10-271-9/+15
* o The comment about ordering the destruction of the lock and the removal ofrwatson2001-10-271-1/+1
* o Wrap a number of long lines of code, many of which were introducedrwatson2001-10-271-9/+16
* Since namespace support was added to the UFS extended attributerwatson2001-10-271-9/+7
* o Spelling error s/suffient/sufficient/rwatson2001-10-271-1/+1
* Correct James Cook's year of birth. I wonder how anybody could expectgrog2001-10-271-1/+1
* Turn on table-of-contents generation for the release notes andbmah2001-10-274-0/+8
* Explicitly use int32_t for on-disk records for pw_change and pw_expire,peter2001-10-272-10/+16
* Enable round-robin arbitration between transmit and receive unitluigi2001-10-272-0/+10
* Support the "install.debug" and "reinstall.debug" targets for kernel modules.des2001-10-278-19/+24
* Force the length of the sockaddr to be correct for AF_INET and AF_INET6fenner2001-10-261-2/+23
* Remove the -I../libc/${MACHINE_ARCH} that was there solely forpeter2001-10-261-3/+0
OpenPOWER on IntegriCloud