summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* 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-271-0/+5
* syncdelay, filedelay, dirdelay, metadelay are ints, not time_t's,dillon2001-10-272-8/+4
* Nudge the axe a bit closer to cdevsw[]:phk2001-10-272-2/+66
* 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
* 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
* 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-277-18/+22
* Force the length of the sockaddr to be correct for AF_INET and AF_INET6fenner2001-10-261-2/+23
* Add 'ciss'.msmith2001-10-261-0/+1
* Add mtx_lock_giant() and mtx_unlock_giant() wrappers for sysctl managementdillon2001-10-264-6/+101
* minor commenting based on syscall environmentdillon2001-10-261-0/+6
* Add VOP_IOCTL support, and fix a bug that would cause a panic if a file ordes2001-10-262-4/+58
* - Change the taskqueue locking to protect the necessary parts of a taskjhb2001-10-266-62/+13
* Add APM compatibility feature to ACPI.iwasaki2001-10-2610-11/+776
* Move recently added procedure which was incorrectly placed within andillon2001-10-261-17/+16
* Detach the prom console when platform.cons_init is called. This seemsmjacob2001-10-263-2/+15
* Make cdevsw[] static.phk2001-10-261-1/+1
* Reporting device drivers by traversing cdevsw[] is at best a hackphk2001-10-261-2/+6
* Finish the asbestos suited move of $mach/conf/*.$mach to conf/*.$mach.ru2001-10-266-6/+8
* Add a per-thread ucred reference for syscalls and synchronous traps fromjhb2001-10-2610-61/+164
* Add locking to taskqueues. There is one mutex per task, one mutex perjhb2001-10-266-44/+110
* Use msleep() to avoid lost wakeup's instead of doing an ineffectivejhb2001-10-261-15/+5
* Implement kern.maxvnodes. adjusting kern.maxvnodes now actually has adillon2001-10-267-57/+145
* Add missing TAILQ_INSERT_TAIL's which somehow didn't get comitted withdillon2001-10-251-0/+2
* Default to not performing ufs_dirhash's extensive directory-blockiedowse2001-10-251-1/+1
* In cluster_rbuild(), 'size' had better match buf->b_bcount and buf->b_bufsizedillon2001-10-251-2/+14
* Use TASK_INIT to initialize taskqueue task instead of violating thejhb2001-10-251-6/+6
* Remove wx driver, which got recently removed.asmodai2001-10-251-1/+0
* Unbreak NEWCARD by removing options NFS and replacing it with theasmodai2001-10-251-1/+2
* Aargh. I really shouldn't do late night commits. Remove a floating pointjlemon2001-10-251-1/+1
* Now that nfsm_reply() does not usually set 'error' to 0, we neediedowse2001-10-251-0/+1
* Defs for three (unused so far) bits in PCI command/status registerluigi2001-10-252-6/+6
* Fix an inverted test csae. Success of getenv() is determined by a returnjhb2001-10-251-1/+1
* Currently no code does a CROSSJUMP() to sw1a, so we don't need ajhb2001-10-253-6/+0
* Use %ecx instead of %ebx for the scratch register while updating %dr7 sincejhb2001-10-253-15/+9
* - Fix typo in comment from previous revision.jhb2001-10-253-9/+12
* Whitespace, comment, and string fixes.jhb2001-10-253-129/+117
* Fixed misformatting of options line for COMPAQ_M610 and EICON_DIVA inbde2001-10-252-44/+44
* Fixed bugs in rev.1.973. Actually enable PCI_ENABLE_IO_MODES. Itbde2001-10-252-2/+4
OpenPOWER on IntegriCloud