summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add missing include file.mp2001-09-203-0/+3
* Don't include NFS headers.mp2001-09-201-4/+0
* Overhaul to minimize stack usage, in some places >2K was usedsos2001-09-2018-251/+264
* Tidy.dfr2001-09-201-21/+21
* A bunch of minor changes to the code (see below) for readability, code sizeluigi2001-09-202-310/+339
* Don't include NFS headers. I have no idea why they were here in the firstdfr2001-09-201-4/+0
* Use the kernbase symbol exported from locore.o instead of hardcoded magicpeter2001-09-201-2/+2
* Export kernbase like on the i386. I dont think the alpha kernel ispeter2001-09-202-1/+5
* Use the current process's credentials rather than socket's cached.ru2001-09-201-2/+2
* Add definition of SSC_GET_RTC.dfr2001-09-202-0/+2
* Removed a wrong comment.sumikawa2001-09-201-5/+0
* Fixed comment: ipip_input -> mroute_encapcheck.sumikawa2001-09-201-1/+1
* decrement the dumping variable after use so we can call it several timespeter2001-09-201-4/+6
* Add nfs_lock.c to the build list. *blush*peter2001-09-201-1/+1
* Finish KSE-ification updates.peter2001-09-202-20/+21
* Wrap a module around the init code so that we have somethign do do apeter2001-09-201-38/+46
* Add probe line for the AMD 761 northbridge chip. At least it detects now,cokane2001-09-202-0/+4
* Regenerate. This seems to have been missed in the last commit.peter2001-09-203-337/+349
* Add the magic marker so that loader and kldload(2) can find this inpeter2001-09-201-0/+4
* Pass 1: update for KSE and NFS changes. Somehow this got missed.peter2001-09-205-253/+268
* Make this compile again. I would have sworn that I did this already inpeter2001-09-203-43/+43
* Oops. Fix a missing indirection level. gcc didn't complain about it onpeter2001-09-201-1/+1
* Replicate a change from alpha/genassym.c to other arches. This shouldpeter2001-09-202-6/+6
* Make alpha/genassym.c compile again. *oops*peter2001-09-201-3/+3
* I forgot to rm the nfs module directory.peter2001-09-201-18/+0
* Use BATL/BATU macros instead of hardcoded hex constants.mp2001-09-203-27/+12
* Update PowerPC MD code to compile and do initial bootstrap based onmp2001-09-2022-193/+519
* Fix a bug in propagate priority: the kse group pointer wasn't beingjhb2001-09-192-0/+2
* Handle the RX FIFO overflow condition with the rxeof handler insteadwpaul2001-09-192-3/+4
* Solve our braindead sourcetree dependency on GCC in another way.asmodai2001-09-191-1/+0
* o Clarification of securelevel_{ge,gt} comment.rwatson2001-09-191-2/+2
* Fix abuse of vtagtype. In addition, after this the linux programs will besobomax2001-09-191-32/+20
* Implement time().dfr2001-09-192-2/+226
* Reserve an extra 16 bytes in case we have to grow the trapframe intopeter2001-09-192-2/+4
* Fix a mistake I made with the pcb movement relative to the stack in thepeter2001-09-193-6/+6
OpenPOWER on IntegriCloud