summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Update code which creates bootinfo.dfr2001-09-136-4/+202
* * Enable dynamically linked kernel. This involves adding a self-relocatordfr2001-09-137-74/+300
* Add ext2fs modulemr2001-09-132-0/+13
* <jkh> "Hey Rocky, watch me eject this pccard outta my laptop!" "What,imp2001-09-134-23/+92
* Even better compatibility with 4.x. #define thread proc, since forimp2001-09-131-16/+2
* Better way to do compatibility between the two versions.imp2001-09-131-20/+8
* Fix KSE breakage to this file:imp2001-09-131-0/+32
* Restore these files to being portable:jhb2001-09-122-61/+73
* - Whitespace fixes.jhb2001-09-121-16/+9
* Whitespace fix.jhb2001-09-121-1/+1
* IPFilter munges multicast address packets on the loopback interface.darrenr2001-09-121-1/+1
* Whitespace fixes.jhb2001-09-121-3/+3
* Add IPFLITER.LICENCE to the kernel (requested by rwatson)darrenr2001-09-121-0/+29
* Style(9) fixes.jhb2001-09-121-2/+2
* Restore style(9) fixes from commit prior to previous commit.jhb2001-09-122-18/+18
* If an incoming struct proc could have been NULL before, tehn don'tjulian2001-09-121-4/+5
* A command file for SKI which runs the loader up to the first instructiondfr2001-09-122-0/+32
* Create backup copies using install(1).ru2001-09-125-15/+5
* KSE Milestone 2julian2001-09-12774-13853/+15842
* Build ficl on all architectures.dfr2001-09-121-2/+0
* Add a version of the loader which runs under SKI, the HP ia64 simulator.dfr2001-09-1235-1/+3631
* Increase AUTHNAME to 42 bytes for users of T-Online, which requires 41gj2001-09-121-1/+1
* Merged from sys/i386/i386/machdep.c revision 1.479.kato2001-09-122-10/+8
* Call pcic_teardown_intr to make sure that we disestablish theimp2001-09-121-1/+1
* o Fix struct ssc_time and enable the SSC call to get the RTC.marcel2001-09-121-17/+11
* Fix the kern.module_path issue that required the trailing '/' characterpeter2001-09-121-12/+15
* Correct a debugging message.dd2001-09-111-1/+1
* On second thoughts, make kldxref failures non-fatal.peter2001-09-111-1/+1
* Implement the long-awaited module->file cache database. A userlandpeter2001-09-119-207/+728
* - Axe holding_giant as it is not used now anyways and was ok'd byjhb2001-09-101-35/+4
* Rename kernel entry point from locorestart to __start.dfr2001-09-101-1/+0
* Back out the last change - it was made to the wrong Makefile.dfr2001-09-101-0/+1
* * Make a start on a realistic definition for bootinfo.dfr2001-09-106-71/+68
* Fix a warning on alpha (real problem) and make pstat -t work as a bonus.peter2001-09-102-2/+7
* Don't call log() without a format string.kris2001-09-102-2/+2
* Add kernel side support for DAO burning.sos2001-09-101-26/+83
* Add new ioctl's and rearrange a bit for DAO mode support.sos2001-09-101-10/+27
* Make the `nsops' variable in `semop' unsigned. This prevents andd2001-09-101-5/+5
* Fix some signed/unsigned integer confusion, and add bounds checking ofkris2001-09-1016-27/+57
* Fix a warning. Dont convert away from const to just re-add it in thepeter2001-09-101-16/+8
* Fix a warning in bsearch(). Like index() etc, it de-qualifies itspeter2001-09-101-1/+1
* Fix a warning. l_name is managed by us and is malloc/free'ed.peter2001-09-102-2/+2
* Add on UPAGES to ki_rssize since it is there as result of the processpeter2001-09-101-0/+2
* Implement support for MAXMEM option and hw.physmem environment variabledfr2001-09-102-0/+57
* Fix LINT breakage caused by previous commit. The linux_rt_sendsigmarcel2001-09-101-0/+9
* This will have to be revised, but allow putting 'makeoptions GCC3=true'peter2001-09-101-0/+15
* Rip some well duplicated code out of cpu_wait() and cpu_exit() and movepeter2001-09-1012-196/+75
* gcc-3 has objections about the bluetrap6 and bluetrap13 inline asmpeter2001-09-102-38/+38
* Fix some malformed macro concatenation that gcc-3 has objections about.peter2001-09-101-4/+4
* Lots of style(9) related white space fixes. Mostly missing spacesbrooks2001-09-106-122/+149
OpenPOWER on IntegriCloud