summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add support for monitor mode. This means that after enabling thebrooks2001-09-101-93/+255
* Remove/comment tokens after #endif (#endif NETATALK)peter2001-09-102-4/+4
* Fix a minor buglet/typo here that gcc3 complains about.peter2001-09-101-1/+1
* #endif /* comment */peter2001-09-101-1/+1
* The "dirpref" directory layout preference improvements make use ofiedowse2001-09-091-1/+1
* When booting verbose, print the config space for this device. Thisimp2001-09-091-0/+19
* If flags were specified for the device, print them in the probeimp2001-09-091-1/+4
* regenerate this file too (forgotten after last usbdevs update)wpaul2001-09-091-1/+7
* Fix some problems with the reference/modified tracking which I introduceddfr2001-09-091-4/+51
* Use protected variables names in prototypes visible to the userland asdd2001-09-091-4/+4
* Add a missing newline to an error message.dd2001-09-092-2/+2
* Add support for the Accton USB320-EC Ethernet adapter.dwhite2001-09-091-0/+1
* Regen.dwhite2001-09-091-1/+4
* Add entry for Accton USB320-EC Ethernet adapter.dwhite2001-09-091-0/+3
* Correct intended fix to my foul-up.marcel2001-09-082-2/+2
* Stole unicode translation table from mount_msdos. Add kernel codesemenu2001-09-086-18/+137
* Catch up with common usage:marcel2001-09-081-0/+3
* Fix opening particular file's attributes (as described in man page).semenu2001-09-081-9/+14
* Reference devvp on ntnode creation and dereference on removal. Previoussemenu2001-09-083-22/+17
* Fix errors and warnings when compiling with NTFS_DEBUG > 1semenu2001-09-082-6/+4
* Add linux_sysctl.c, and linux_uid16.c to the x86 platforms.peter2001-09-083-0/+5
* Missing part of dillon's coredump commit. cpu_coredump() was stillpeter2001-09-086-16/+8
* This brings in a Yahoo coredump patch from Paul, with additional mods bydillon2001-09-086-16/+74
* Round of cleanups and enhancements. These include (in random order):marcel2001-09-0827-2748/+3655
* o Introduce private types for use in linux syscalls for two reasons:marcel2001-09-081-190/+210
* o Introduce private types for use in linux syscalls for two reasons:marcel2001-09-081-166/+215
* Don't call tsleep from AcpiOsStall(), call DELAY() always instead.iwasaki2001-09-081-5/+1
* Add missing entry to memory type name table and adjust field widths.dfr2001-09-082-4/+6
OpenPOWER on IntegriCloud