summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Send a .4 second BREAK rather than a .25 second break so thatbrian2001-09-231-2/+2
* Add commands to dump the configuration tables and the SAL System Table.dfr2001-09-232-8/+232
* Add definitions of SAL System Table.dfr2001-09-231-0/+98
* Reinitialize the keyboard after the ACPI resume event.yokota2001-09-233-3/+30
* Overzealous search/replace: PROC_LOCK_ASSERT(p, not PROC_LOCK_ASSERT(td,peter2001-09-231-1/+1
* Implement TCP/IP checksum off-loading on receive. Announcealc2001-09-231-3/+21
* Since we no longer inline any debugging code in the mutex operations, movejhb2001-09-223-52/+52
* Add CONSPEED option.dfr2001-09-221-0/+2
* Don't activate the ssc console unless we are running in SKI.dfr2001-09-221-1/+5
* Add implementations of readx() and writex().dfr2001-09-221-6/+33
* Add declaration of ia64_running_in_simulator().dfr2001-09-221-0/+1
* * Turn off memory descriptor debugging - its served its purpose.dfr2001-09-221-10/+15
* Remove a redundant stop.dfr2001-09-222-2/+0
* Tweak so I can use a serial console on ia64.dfr2001-09-222-2/+2
* Add EFI network support.dfr2001-09-226-6/+26
* * Flesh out elf_exec and bootinfo.dfr2001-09-227-77/+1168
* Update NFS_ROOT comments to reflect the NFSCLIENT optionjedgar2001-09-222-2/+2
* Add getsecs() for the libstand network code.dfr2001-09-221-0/+6
* Add a twiddle meter when reading from files. Gives me something to lookdfr2001-09-221-6/+17
* Give the pps driver an additional 8 inputs if we can persuade thephk2001-09-221-43/+154
* o vpaccess() -> vn_access() -- Peter reminds me that there is alreadyrwatson2001-09-222-8/+8
* Use __FILE__ and __LINE__ explicitly since we know we will be using themjhb2001-09-211-1/+1
* Fix statclock() on non-boot processors: curproc -> curthread.jhb2001-09-211-1/+1
* Use the passed in thread to selrecord() instead of curthread.jhb2001-09-2110-12/+12
* Use the passed in thread to selrecord() instead of curthread.jhb2001-09-212-2/+2
* Use the passed in thread pointer instead of curthread in calls tojhb2001-09-211-2/+2
* The P_SELECT flag was moved from p->p_flag to td->td_flags, but p_flagjhb2001-09-211-2/+20
* Remove unneeded proc variables and fix comments.jhb2001-09-211-11/+6
* o Part two of eaccess(2) commit, rebuilt system call code.rwatson2001-09-216-8/+18
* o Introduce eaccess(2), a version of access(2) that uses the effectiverwatson2001-09-213-28/+135
* Introduce new syscons(4) kernel options:sobomax2001-09-214-100/+105
* Remove a bogus comment. "atomic" doesn't mean that the operation is donejhb2001-09-211-1/+0
* GC some #if 0'd code.jhb2001-09-211-8/+2
* Whitespace and spelling fixes.jhb2001-09-211-2/+2
* Fixed the bug that prevented communication with FTP servers behindru2001-09-211-3/+4
* Only call kldxref(8) once, after installing all modules.ru2001-09-211-0/+7
* Fix a warning and make sure we flush the cache after writing andfr2001-09-211-0/+3
* Add ia64_fc().dfr2001-09-211-0/+9
* Make msgseg, msgssz (->msgmax) and msgmni TUNABLE.mr2001-09-211-0/+5
* Fix, I think, The second slot problem with Cirrus Logic PD6729/30 parts:imp2001-09-211-6/+5
* Add some comments about KVA_PAGES and a test.peter2001-09-212-0/+18
* Introduce a new option, KVA_SPACE, which can be used to reconfigurepeter2001-09-214-8/+32
* Add kernbase symbol and use it instead of magic numbers in thejake2001-09-214-4/+12
* Add a pointer to kenv(1).peter2001-09-211-0/+3
* Revert last commit. The same functionality can be obtained through thejlemon2001-09-211-26/+27
* o Rename u_cansee() to cr_cansee(), making the name more comprehensiblerwatson2001-09-205-9/+9
* Add a sysctl MIB 'kern.env', that dumps the contents of the kerneljlemon2001-09-201-27/+26
* If two @fptr relocations refer to the same symbol, use the same fptrdfr2001-09-202-14/+48
* Don't clear the single-step bit after a trap - leave it up to thedfr2001-09-201-6/+0
* The second instruction in an MLX bundle is slot one, not slot two, evendfr2001-09-201-1/+13
OpenPOWER on IntegriCloud