Go to file
joff 79ce2f10af Various improvements for connecting HD44780s using bit-banging style devices
o add sc_writereg and sc_readreg functions that get passed the hd44780_chip
  struct and RS (register-select) signal
o add sc_dev to struct hd44780_chip so upper level read/write routines can get
  back to their parent softc
o change TIMEOUT_XXX to HD_TIMEOUT_XXX
o remove sc_rread and sc_rwrite in favor of new sc_writereg and sc_readreg
o add new flag HD_UP to sc_flags that is set once 4bit/8bit mode selection
  has been finalized.
o remove sc_irwrite, MD readreg/writereg should check state of HD_UP instead
2005-01-08 20:17:22 +00:00
bin Use the same width (9) for both the Used and Avail columns. 2004-12-31 09:54:28 +00:00
contrib/sys Finalize import of the Atheros HAL 0.9.9.13, bringing ath(4) 2004-07-28 08:57:40 +00:00
crypto don't throw const away for no reason. 2004-12-11 06:58:20 +00:00
dist Fix debugging compilation. 2005-01-08 07:58:02 +00:00
distrib librpcsvc.so.0.0 (et al) 2005-01-08 10:04:35 +00:00
doc Note recent change to restore(8). 2005-01-08 14:41:09 +00:00
etc add ssh and krb5 now that they compile 2005-01-08 08:43:03 +00:00
games Convert from libc/threadlib-style mutex protection to pthread style. 2004-12-14 00:21:01 +00:00
gnu PR/28781: OBATA Akio: gdb -write would core-dump if the executable did not 2004-12-26 16:55:00 +00:00
include Implement getgroupmembership(3). This is similar to getgrouplist(3), except 2005-01-06 15:10:45 +00:00
lib Build librpcsvc as a shared library, since pam_unix.so needs it. 2005-01-08 10:02:36 +00:00
libexec ANSIfy; de-__P(); use STD*_FILENO rather than `magic' numbers 2005-01-08 03:14:02 +00:00
regress Use correct checksum (approved by darrenr). 2005-01-06 12:20:35 +00:00
rescue Complete removal of "liboverride" to fix build problems. 2004-08-20 11:01:03 +00:00
sbin Make a judicious choice as to whether to apply the permissions 2005-01-08 14:30:39 +00:00
share + ADPCM, BPS, CCD, CDDA, CIS, CYMK, DCT, DFT, DPCM, DPI, EFM, LRC, LZW, MSF, 2005-01-08 18:48:56 +00:00
sys Various improvements for connecting HD44780s using bit-banging style devices 2005-01-08 20:17:22 +00:00
tools for mknative, move -B from CC to CFLAGS, fixes vax configs 2004-12-12 12:42:35 +00:00
usr.bin if we are using pam and it succeeded, don't re-initialize kerberos needlessly. 2005-01-08 18:12:35 +00:00
usr.sbin Always echo the command about to be executed to standard output, not 2005-01-06 11:59:35 +00:00
x11 Repeat after me: 2005-01-06 00:45:42 +00:00
BUILDING Fix some typo's/bad wording as highlighted in PR#27219 2004-10-12 04:07:09 +00:00
Makefile correct the comment describing the build order 2005-01-01 10:32:39 +00:00
Makefile.inc
UPDATING mention make lossage 2005-01-06 23:28:56 +00:00
build.sh Initial import of iyonix port. 2004-10-13 23:28:34 +00:00