Go to file
kleink cb63b5cd8c * Remove GLOB_QUOTE, add GLOB_NOESCAPE. Per POSIX, backslash quoting of
special characters is the default behaviour, which may be disabled by
  setting GLOB_NOESCAPE.
* If no matching pathnames have been found and GLOB_NOCHECK was not set
  (or special csh(1)-specific treatment of magic characters was requested),
  return GLOB_NOMATCH instead of 0; the latter would indicate a successful
  operation.
* Use strcoll() instead of strcmp() to sort globbed pathnames.
1998-06-19 22:53:57 +00:00
bin fix some bugs. 1998-06-11 00:58:31 +00:00
distrib Clarify and correct the 'Configure your network' section a bit. Getting 1998-06-17 11:55:39 +00:00
etc change wscons tty names to ttyE* to avoid clashes with the pty namespace 1998-06-18 15:02:34 +00:00
games Added optional argument for calculating the phase of the moon for a specified 1998-06-13 01:09:22 +00:00
gnu Avoid unnecessary calls to fetch_inferior_registers() by calling 1998-06-16 18:39:04 +00:00
include * Remove GLOB_QUOTE, add GLOB_NOESCAPE. Per POSIX, backslash quoting of 1998-06-19 22:41:44 +00:00
lib * Remove GLOB_QUOTE, add GLOB_NOESCAPE. Per POSIX, backslash quoting of 1998-06-19 22:53:57 +00:00
libexec Don't forget to update _rtld_objtail when _rtld_dlclose() removes the 1998-06-16 03:24:13 +00:00
regress *** empty log message *** 1998-06-16 19:06:31 +00:00
sbin Fix this to correctly do swapctl -l for regions > 2^31 bytes. 1998-06-17 07:46:35 +00:00
share update for the wide range of systems now using an esp driver to talk to the ncr53c9x MI code 1998-06-19 11:28:56 +00:00
sys * Update pmax db_init() to match db_aout.c rev 1.19 (tv's Shark changes). 1998-06-19 22:44:48 +00:00
usr.bin Don't segfault just because a line starts with null. 1998-06-10 05:28:16 +00:00
usr.sbin divide (not multiply) ratio by 256 1998-06-18 08:03:08 +00:00
Makefile