summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Instead of only being able to compare two terminal definitions, nowedwin2009-06-141-21/+88
* Rename since it has will have more capabilities than just comparing ofedwin2009-06-141-0/+0
* Include <sys/module.h> for modfind().ed2009-06-141-0/+1
* Include <camlib.h> for cam_path_string().ed2009-06-141-0/+1
* Include <stdio.h> for asprintf().ed2009-06-141-0/+1
* Include <sys/wait.h> and <signal.h> for wait() and kill().ed2009-06-141-0/+2
* Fix missing includes of <string.h>, to silence some compiler warnings.ed2009-06-147-2/+7
* Remove a line break leaving a function return type attached to the oldbz2009-06-141-2/+1
* Add more entries to the Unicode-to-CP437 table.ed2009-06-141-9/+15
* Fix type of lowaddr variable.mav2009-06-141-2/+2
* Add missing passthrough printing entries for VT100 and workalikesedwin2009-06-141-1/+1
* Termcap updates for screen and linux console:edwin2009-06-141-1/+5
* Add -m and -t options.brian2009-06-142-2/+13
* Remove HOME= - this has surprised me several times in the past.brian2009-06-141-1/+0
* Don't set $PATH - if the caller doesn't have /bin and /usr/bin in theirbrian2009-06-141-1/+0
* Add missing terminal definition for Wyse 120 in termcapedwin2009-06-141-0/+25
* Add missing termcap entry for rxvt-unicode.edwin2009-06-141-0/+6
* Fix typo... bad imp.imp2009-06-141-1/+1
* Tool to compare two (roughly similar) termcap entries (like rxvt-monoedwin2009-06-141-0/+98
* After Marcel's change to DEFAULTS, we were bringing in a bogus copy ofimp2009-06-141-1/+1
* Formatting nit.imp2009-06-141-1/+1
* Missed style fixes.marius2009-06-141-5/+3
* Fix style.marius2009-06-1410-183/+193
* note abi change for IEEE80211_IOC_STA_INFOsam2009-06-131-0/+5
* Rev IEEE80211_IOC_STA_INFO abi: ni_flags grew from 16 bits to 32sam2009-06-132-22/+33
* purge HAL_TXSTAT_ALTRATE; you can figure this out by checking ts_finaltsisam2009-06-135-17/+10
* - Also probe DP83865, which is an is an ultra low power versionmarius2009-06-132-10/+24
* When a Solaris10 client does an NFS mount using krb5i or krb5p, thermacklem2009-06-131-1/+1
* update backend_changed to reflect .m prototypekmacy2009-06-132-2/+5
* Avoid leaving unnecessary waiting shells in many forms of sh -c COMMAND.jilles2009-06-135-9/+35
* Don't skip forking for an external command if any traps are active.jilles2009-06-133-1/+17
* Eliminate an unnecessary clearing of a page's dirty bits inalc2009-06-131-1/+2
* Eliminate unnecessary variables.alc2009-06-131-4/+2
* Correct the method of waking the page daemon when the number of allocatedalc2009-06-131-7/+2
* Rename the host-related prison fields to be the same as the host.*jamie2009-06-1314-54/+62
* Use getcredhostuuid instead of accessing the prison directly.jamie2009-06-131-5/+1
* Clobber "cc" instead of using volatile.ed2009-06-131-2/+2
* Remove "extern" from function prototypes, and fix some (but not all)des2009-06-1315-196/+154
* Clobber "cc" instead of using volatile; remove obsolete register keyword.ed2009-06-131-7/+8
* Simplify the inline assembler (and correct potential error) of pte_load_store().ed2009-06-131-9/+2
* Wrap some macros that needed wrapping.des2009-06-131-8/+14
* Sync termcap.small with main termcap; add xterm entry for libtekenedwin2009-06-131-5/+77
* Remove the static from int hardlink_check_uid.bz2009-06-131-1/+1
* Remove casts from {c,m,re}alloc() and simplify sizeof().des2009-06-1313-87/+87
* Make the proof-of-concept UTF-8 support in Syscons less useless.ed2009-06-131-18/+121
* Correct entry of vendor ID 0x0d8c. It's C-Media, not ABC.sanpei2009-06-131-1/+1
* Fix Book-E/MPC85XX build. Some prototypes were wrong and got revealed withraj2009-06-134-10/+15
* Make variables static where appropriate.thompsa2009-06-139-10/+10
* nscd builds cleanly at WARNS level 3.des2009-06-131-2/+1
* Explain to the compiler why the aliasing we're doing is OK.des2009-06-137-38/+33
OpenPOWER on IntegriCloud