aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* KSE Milestone 2Julian Elischer2001-09-12774-13853/+15842
* Build ficl on all architectures.Doug Rabson2001-09-121-2/+0
* Add a version of the loader which runs under SKI, the HP ia64 simulator.Doug Rabson2001-09-1235-1/+3631
* Increase AUTHNAME to 42 bytes for users of T-Online, which requires 41Gary Jennejohn2001-09-121-1/+1
* Merged from sys/i386/i386/machdep.c revision 1.479.KATO Takenori2001-09-122-10/+8
* Call pcic_teardown_intr to make sure that we disestablish theWarner Losh2001-09-121-1/+1
* o Fix struct ssc_time and enable the SSC call to get the RTC.Marcel Moolenaar2001-09-121-17/+11
* Fix the kern.module_path issue that required the trailing '/' characterPeter Wemm2001-09-121-12/+15
* Correct a debugging message.Dima Dorfman2001-09-111-1/+1
* On second thoughts, make kldxref failures non-fatal.Peter Wemm2001-09-111-1/+1
* Implement the long-awaited module->file cache database. A userlandPeter Wemm2001-09-119-207/+728
* - Axe holding_giant as it is not used now anyways and was ok'd byJohn Baldwin2001-09-101-35/+4
* Rename kernel entry point from locorestart to __start.Doug Rabson2001-09-101-1/+0
* Back out the last change - it was made to the wrong Makefile.Doug Rabson2001-09-101-0/+1
* * Make a start on a realistic definition for bootinfo.Doug Rabson2001-09-106-71/+68
* Fix a warning on alpha (real problem) and make pstat -t work as a bonus.Peter Wemm2001-09-102-2/+7
* Don't call log() without a format string.Kris Kennaway2001-09-102-2/+2
* Add kernel side support for DAO burning.Søren Schmidt2001-09-101-26/+83
* Add new ioctl's and rearrange a bit for DAO mode support.Søren Schmidt2001-09-101-10/+27
* Make the `nsops' variable in `semop' unsigned. This prevents anDima Dorfman2001-09-101-5/+5
* Fix some signed/unsigned integer confusion, and add bounds checking ofKris Kennaway2001-09-1016-27/+57
* Fix a warning. Dont convert away from const to just re-add it in thePeter Wemm2001-09-101-16/+8
* Fix a warning in bsearch(). Like index() etc, it de-qualifies itsPeter Wemm2001-09-101-1/+1
* Fix a warning. l_name is managed by us and is malloc/free'ed.Peter Wemm2001-09-102-2/+2
* Add on UPAGES to ki_rssize since it is there as result of the processPeter Wemm2001-09-101-0/+2
* Implement support for MAXMEM option and hw.physmem environment variableDoug Rabson2001-09-102-0/+57
* Fix LINT breakage caused by previous commit. The linux_rt_sendsigMarcel Moolenaar2001-09-101-0/+9
* This will have to be revised, but allow putting 'makeoptions GCC3=true'Peter Wemm2001-09-101-0/+15
* Rip some well duplicated code out of cpu_wait() and cpu_exit() and movePeter Wemm2001-09-1012-196/+75
* gcc-3 has objections about the bluetrap6 and bluetrap13 inline asmPeter Wemm2001-09-102-38/+38
* Fix some malformed macro concatenation that gcc-3 has objections about.Peter Wemm2001-09-101-4/+4
* Lots of style(9) related white space fixes. Mostly missing spacesBrooks Davis2001-09-106-122/+149
* Add support for monitor mode. This means that after enabling theBrooks Davis2001-09-101-93/+255
* Remove/comment tokens after #endif (#endif NETATALK)Peter Wemm2001-09-102-4/+4
* Fix a minor buglet/typo here that gcc3 complains about.Peter Wemm2001-09-101-1/+1
* #endif /* comment */Peter Wemm2001-09-101-1/+1
* The "dirpref" directory layout preference improvements make use ofIan Dowse2001-09-091-1/+1
* When booting verbose, print the config space for this device. ThisWarner Losh2001-09-091-0/+19
* If flags were specified for the device, print them in the probeWarner Losh2001-09-091-1/+4
* regenerate this file too (forgotten after last usbdevs update)Bill Paul2001-09-091-1/+7
* Fix some problems with the reference/modified tracking which I introducedDoug Rabson2001-09-091-4/+51
* Use protected variables names in prototypes visible to the userland asDima Dorfman2001-09-091-4/+4
* Add a missing newline to an error message.Dima Dorfman2001-09-092-2/+2
* Add support for the Accton USB320-EC Ethernet adapter.Doug White2001-09-091-0/+1
* Regen.Doug White2001-09-091-1/+4
* Add entry for Accton USB320-EC Ethernet adapter.Doug White2001-09-091-0/+3
* Correct intended fix to my foul-up.Marcel Moolenaar2001-09-082-2/+2
* Stole unicode translation table from mount_msdos. Add kernel codeSemen Ustimenko2001-09-086-18/+137
* Catch up with common usage:Marcel Moolenaar2001-09-081-0/+3
* Fix opening particular file's attributes (as described in man page).Semen Ustimenko2001-09-081-9/+14