summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add a command 'memmap' to print out the EFI memory map.dfr2001-09-082-0/+150
* Convert the CMedia driver to using a device mutex and INTR_MPSAFE.green2001-09-081-2/+28
* Wrap array accesses in macros, which also happen to be lvalues:marcel2001-09-081-1/+1
* Add options to select between 4k, 8k and 16k page sizes on ia64. Thedfr2001-09-072-0/+19
* Typo in comment.dfr2001-09-071-2/+2
* * Track ref/mod information properly when a mapping changes.dfr2001-09-071-4/+36
* Remove old setjmp/longjmp stubs.dfr2001-09-072-138/+0
* Hook up the native EFI filesystem reader.dfr2001-09-072-2/+4
* Set currdev and loaddev variables.dfr2001-09-072-8/+8
* Add a libstand filesystem for accessing EFI native filesystems.dfr2001-09-073-3/+349
* Reformat.dfr2001-09-072-278/+280
* Remove some un-needed code that was accidentally included injulian2001-09-071-15/+0
* Patches from KAME to remove usage of Varargs in existingjulian2001-09-0710-66/+24
* First pass at porting John's "accept" changes tojulian2001-09-072-49/+383
* Fix another shortcircuit return() statement that I missed.jlemon2001-09-071-1/+1
OpenPOWER on IntegriCloud