summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* - Eliminate the "rm" command that was causing us trouble in rev. 1.799.ru2003-08-071-8/+6
* 1. Add support for printing PIM-related statistics withhsu2003-08-075-1/+136
* Add support for "options PIM" in the kernel configuration file.hsu2003-08-072-0/+5
* This commit was generated by cvs2svn to compensate for changes in r118624,njl2003-08-071-1/+1
|\
| * Fix a bug that would result in a very long sleep. Change has beennjl2003-08-071-1/+1
* | New PIM header files.hsu2003-08-072-0/+197
* | 1. Basic PIM kernel supporthsu2003-08-077-169/+1704
* | Add man pages for acpidb and iaslnjl2003-08-072-0/+317
* | td_dupfd just needs to be less than 0, it does not have to hold thejhb2003-08-072-2/+2
* | This commit was generated by cvs2svn to compensate for changes in r118617,njl2003-08-071-0/+1085
|\ \ | |/
| * Import the userland interface from acpica 0619njl2003-08-071-0/+1085
* | Add the acpidb and iasl utilities. This is not yet hooked up to the build.njl2003-08-074-1/+595
* | Update some argument-documenting comments to match reality.nectar2003-08-073-6/+9
* | This commit was generated by cvs2svn to compensate for changes in r118613,njl2003-08-072-0/+1293
|\ \ | |/
| * Import common/ files from acpica 0619njl2003-08-072-0/+1293
* | This commit was generated by cvs2svn to compensate for changes in r118611,njl2003-08-0727-0/+24646
|\ \ | |/
| * Import compiler/ files from acpica 0619njl2003-08-0727-0/+24646
* | Remove the user include of ctype.h and instead include it for each utilitynjl2003-08-071-1/+0
* | Remove nowerror from some files that no longer generate warnings.njl2003-08-071-3/+3
* | Consistently use the BSD u_int and u_short instead of the SYSV uint andjhb2003-08-0728-126/+126
* | Add all interface polling patches.mbr2003-08-071-2/+8
* | Do not poll during discover. Add a polling tunable to the interfacembr2003-08-072-4/+26
* | Null terminate the OEM hint. This rids my laptop of the smiley face thatnjl2003-08-071-0/+1
* | Add additional documentation to setfacl(1) regarding the behavior ofrwatson2003-08-071-0/+18
* | -v no longer a valid argument to setfacl(1) -- remove from usage().rwatson2003-08-071-1/+1
* | Make open channels persist across ifconfig down and up. All channelsharti2003-08-073-21/+40
* | Comment out ctype.h. It's not ok to always include in the !_KERNEL casenjl2003-08-071-1/+1
* | The ktrace mutex does not need to be locked around the post of the ktracejhb2003-08-071-1/+1
* | Make the driver preserve open connections accross ifconfig downharti2003-08-074-26/+57
* | When configuring the interface down and up again try to re-open allharti2003-08-072-33/+77
* | Implement mblen(s, n) as mbtowc(NULL, s, n) to avoid calling sgetrune()tjr2003-08-071-26/+9
* | We donot need `\n' for panic().non2003-08-071-1/+1
* | Implement mbstowcs() as a wrapper around mbsrtowcs(), and wcstombs()tjr2003-08-072-115/+24
* | Grok async contexts. When a thread is interrupted and an upcallmarcel2003-08-074-18/+82
* | Implement mbtowc() in terms of mbrtowc(), and wctomb() in terms of wcrtomb().tjr2003-08-072-53/+42
* | Better define the flags in the mcontext_t and properly set the flagsmarcel2003-08-072-35/+121
* | Implement btowc() in terms of mbrtowc() instead of sgetrune(), andtjr2003-08-072-10/+27
* | o Fix cut-n-paste whitespace corruption in previous commitmarcel2003-08-071-5/+12
* | - Fix the polling code to work with media settings in dhclient.conf.mbr2003-08-072-38/+189
* | Add preliminary support for the RealTek 8169 gigE chip. Changes:wpaul2003-08-072-4/+101
* | No need to define externs for getopt interface.imp2003-08-071-2/+1
* | Prefer PATH_MAX to MAXPATHLEN. Both contain the trailing NUL, soimp2003-08-073-5/+5
* | No need to define optind as an extern. stdlib.h does that for us.imp2003-08-071-1/+0
* | Prefer PATH_MAX to MAXPATHLEN. PATH_MAX has the trailing NUL.imp2003-08-071-1/+1
* | MAXPATHLEN includes the trailing NUL, so no need to add 1 here.imp2003-08-071-1/+1
* | Document hw.acpi.os_name. Also update the credits section.njl2003-08-071-1/+6
* | Add includes to fix user-compilation of acpica. Also clarify a commentnjl2003-08-071-2/+6
* | getopt returns -1 not EOF at the end of args. Compare against that.imp2003-08-071-1/+1
* | Add entries for NETGEAR MA401RA, IO DATA PCET10CL and Panasonic KXL-CB10AN.imp2003-08-071-0/+16
* | Remove trailing newlines (from the right branch this time)imp2003-08-071-2/+0
OpenPOWER on IntegriCloud