'2858 142 880 124 559 163 184 166 114 321 273 270 204 1007 193 765 815 511 358 130 306 205 318 286 136 140 236 136 219 149 868 235 157 278 139 140 134 130 114 136 245 115 130 169 261 191 181 145 189 167 229 226 296 203 150 138 129 172 127 339 475 238 155 121 155 275 191 207 105 240 135 207 248 199 223 98 137 182 247 187 197 117 122 136 200 431 134 213 164 164 207 218 218 169 147 122 214 228 195 113 115 337 162 154 362 213 212 244 318 179 109 167 290 165 132 119 133 278 293 179 134 253 268 302 143 235 169 118 142 114 123 235 124 235 128 235 169 117 161 112 113 115 112 152 K 10 svn:author V 7 wollman K 8 svn:date V 27 1994-09-18T20:40:01.000000Z K 7 svn:log V 783 Redo Kernel NTP PLL support, kernel side. This code is mostly taken from the 1.1 port (which was in turn taken from Dave Mills's kern.tar.Z example). A few significant differences: 1) ntp_gettime() is now a MIB variable rather than a system call. A few fiddles are done in libc to make it behave the same. 2) mono_time does not participate in the PLL adjustments. 3) A new interface has been defined (in ) for doing possibly machine-dependent things around the time of the clock update. This is used in Pentium kernels to disable interrupts, set `time', and reset the CPU cycle counter as quickly as possible to avoid jitter in microtime(). Measurements show an apparent resolution of a bit more than 8.14usec, which is reasonable given system-call overhead. END K 10 svn:author V 7 wollman K 8 svn:date V 27 1994-09-18T21:09:10.000000Z K 7 svn:log V 28 Declare [gs]etdomainname(). END K 10 svn:author V 7 rgrimes K 8 svn:date V 27 1994-09-18T21:17:40.000000Z K 7 svn:log V 462 1. Remove commented out CFLAGS+=-DDEBUG from Makefile 2. Clean up code so it compiles -Wall (except for sccsid's and copyright). This included fixing several printf formats that where not correct, and changing the data types of a few things. 3. Implement new option -i that produces indented mtree output files. 4. Implement new option -n that turns off directory comments. 5. Only emit /set records if something has changed since the last one. END K 10 svn:author V 2 se K 8 svn:date V 27 1994-09-18T21:18:49.000000Z K 7 svn:log V 72 Removed obsolete example of specifying PCI IntA to IRQ mapping for NCR. END K 10 svn:author V 7 wollman K 8 svn:date V 27 1994-09-18T21:23:37.000000Z K 7 svn:log V 88 A new domainname(1) command based on hostname(1), this time with a correct manual page. END K 10 svn:author V 7 rgrimes K 8 svn:date V 27 1994-09-18T21:25:02.000000Z K 7 svn:log V 70 Add q modifier (for long longs) support to -Wformat. Reviewed by: bde END K 10 svn:author V 7 wollman K 8 svn:date V 27 1994-09-18T21:25:26.000000Z K 7 svn:log V 18 Added domainname. END K 10 svn:author V 3 bde K 8 svn:date V 27 1994-09-18T21:30:30.000000Z K 7 svn:log V 228 Remove "#ifdef notdef" around declaration of fuibyte(). fuibyte() _is_ actually used. Remove "#ifdef __GNUC__" around some __dead* declarations. __dead* is harmless if __GNUC__ is not defined. Uniformize idempotency #ifdef. END K 10 svn:author V 3 bde K 8 svn:date V 27 1994-09-18T21:37:56.000000Z K 7 svn:log V 180 Clean up #includes. has to be included by almost everything in case an spl inline is used, so this is not the place to include it. Uniformize idempotency #ifdef. END K 10 svn:author V 3 bde K 8 svn:date V 27 1994-09-18T22:05:22.000000Z K 7 svn:log V 177 Replace `unsigned' by `u_int' so that it is not necessary to include before including this header. This header is now idempotent. Uniformize idempotency #ifdef. END K 10 svn:author V 7 wollman K 8 svn:date V 27 1994-09-18T22:06:04.000000Z K 7 svn:log V 107 It turns out that occasionally you want both shared and static versions of INTERNALLIBs, so generate both. END K 10 svn:author V 4 ache K 8 svn:date V 27 1994-09-18T22:21:04.000000Z K 7 svn:log V 913 Add (#ifdef'ed by STARTUP_LOCALE) following line to crt0.c (void) setlocale(LC_ALL, ""); It will be easiest way now to make national chars available for all ctype-oriented programs at once by simple: setenv LANG Your_National_Charset Default case (without "LANG" environment variable) will be fully ANSI compatible (got "C" locale). If "LANG" variable present, extention becomes active. Effect of this extention is great: in one time all ctype oriented programs can accept/print national characters without any touching source/binary code, it is big win, IMHO. This method is fully compatible with ISO8859-* and russian koi8-r too (in general -- with all 8-bit character sets). I think it is very useful. I got this idea from Xenix locale implementation. This extention is even never compiled in, unless you set setenv STARTUP_LOCALE before rebuilding crt0.c or corresponding variable in /etc/make.conf END K 10 svn:author V 7 wollman K 8 svn:date V 27 1994-09-18T22:22:32.000000Z K 7 svn:log V 97 Emendation to previous commit: only create static INTERNALLIBs if INTERNALSTATICLIB is also set. END K 10 svn:author V 7 wollman K 8 svn:date V 27 1994-09-18T22:35:55.000000Z K 7 svn:log V 668 Make GCC's back end be shared among all languages. cc, c++, and cpp now no longer link against the whole library, since they don't require much from it, but just compile the few small modules they actually need static. This should save a measurable amount of space; compare: -r-xr-xr-x 1 bin bin 155648 Sep 18 18:00 cc1* -r-xr-xr-x 1 root bin 1048576 Sep 18 17:33 cc1.noshae* Of course, the library takes up a bit of space, but when you add in the savings from the C++ compiler, you more than make up the difference: -r--r--r-- 1 bin bin 1157344 Sep 18 18:27 /usr/lib/libcc_int.so.26.0 -r-xr-xr-x 1 bin bin 491520 Sep 18 18:27 /usr/libexec/cc1plus* END K 10 svn:author V 3 bde K 8 svn:date V 27 1994-09-18T23:04:25.000000Z K 7 svn:log V 722 Use new-style declarations for min/max functions so that "gcc -Wstrict-prototypes" doesn't emit warnings about them. Write each min/max functions on a single line so that the similarity and triviality of the functions is more obvious. Put the quad min/max functions in the correct place (aphabetical order). The u_quad min/max functions are missing. Only 3 or 4 of the min/max functions are actually used. sys/socketvar.h ``should use "lmin" but it doesn't exist now''. lmin does exist now, but isn't used. Since we depend on gcc for `inline', perhaps we should depend on it for __typeof and function-expressions and use only macros min() and max() that work for any types (I'm not sure how to handle mixed types). END K 10 svn:author V 3 bde K 8 svn:date V 27 1994-09-18T23:08:56.000000Z K 7 svn:log V 418 Remove some unnecessary #includes. Restore the simple leap year calculation as a macro and document it so that it doesn't become complicated again. The simple version works for all leap years covered by 32-bit time_t's. The complicated version doesn't work for all leap years covered by 64-bit time_t's since among other reasons, the solar system is not stable for long enough. Fix declarations. Nuke spinwait(). END K 10 svn:author V 3 bde K 8 svn:date V 27 1994-09-18T23:18:32.000000Z K 7 svn:log V 265 The previous revision got the wrong log message (for clock.c). It should have got the following: Back out the changes in the previous revision. Function-like macros were replaced by compound statements that work in less contexts. Unoformize idempotency #ifdef. END K 10 svn:author V 4 ache K 8 svn:date V 27 1994-09-19T00:41:03.000000Z K 7 svn:log V 37 DESTDIR added to PORTSDIR definition END K 10 svn:author V 3 jkh K 8 svn:date V 27 1994-09-19T01:08:35.000000Z K 7 svn:log V 213 Modified DEPENDS rule so that anything you depend on gets both made AND installed. Folks, check out DEPENDS if you have one port that depends on another! With this change, it should be really convenient to use. END K 10 svn:author V 7 rgrimes K 8 svn:date V 27 1994-09-19T01:32:57.000000Z K 7 svn:log V 108 My optimization to eliminate /set records was a little too aggressive, it optimized away the first one :-(. END K 10 svn:author V 7 rgrimes K 8 svn:date V 27 1994-09-19T01:40:40.000000Z K 7 svn:log V 221 These are mtree generated versions of these files using the new mtree options. I will be updating these shortly to remove some old stuff and add some new stuff. These currently produce the exact same trees as they did. END K 10 svn:author V 4 ache K 8 svn:date V 27 1994-09-19T02:00:21.000000Z K 7 svn:log V 192 Change level of setlocale hack enabling from compile option STARTUP_LOCALE to check (via getenv) environment variable "ENABLE_STARTUP_LOCALE" at runtime. Submitted by: me per Bruce suggestion END K 10 svn:author V 4 ache K 8 svn:date V 27 1994-09-19T02:02:55.000000Z K 7 svn:log V 43 Remove STARTUP_LOCALE reference, obsoleted END K 10 svn:author V 4 ache K 8 svn:date V 27 1994-09-19T02:09:13.000000Z K 7 svn:log V 47 Add commented out setenv ENABLE_STARTUP_LOCALE END K 10 svn:author V 3 phk K 8 svn:date V 27 1994-09-19T05:30:33.000000Z K 7 svn:log V 143 Added beforeinstall rule to install .h files. We might need some .mk support for this kind of thing. Look at src/Makefile target "includes". END K 10 svn:author V 3 phk K 8 svn:date V 27 1994-09-19T05:32:31.000000Z K 7 svn:log V 44 Need to call on libmd in "includes" target. END K 10 svn:author V 8 swallace K 8 svn:date V 27 1994-09-19T05:41:13.000000Z K 7 svn:log V 121 Change setup.c so that game files are generated into obj dir, then Makefile installs into ${DESTDIR}/var/games/phantasia END K 10 svn:author V 3 pst K 8 svn:date V 27 1994-09-19T07:01:35.000000Z K 7 svn:log V 57 Fix 'ls' alias to work with new ls (-k is not supported) END K 10 svn:author V 3 phk K 8 svn:date V 27 1994-09-19T07:32:24.000000Z K 7 svn:log V 775 This is the present state of CTM version 2. Please do not ask for subscriptions yet. Wait for the announcement. CTM is my humble attempt to get -current out to people beyond TCP/IP connections. This is for people with dial-up connections and such. CTM can make a delta from one version to another of a source-tree, in a efficient and verified way. Even if there are binary files in the tree. It will even try to make the delta as small as possible. It is OK with me if you yell "Bloating!" but I'll just forward your email to some of the happy customers from CTM version 1, and let them tell you what they think. I will not put ctm into "make world" yet. For now it is just the logical way to get the sources out to people who helps me test this. Poul-Henning END K 10 svn:author V 3 phk K 8 svn:date V 27 1994-09-19T07:32:24.000000Z K 7 svn:log V 142 This commit was generated by cvs2svn to compensate for changes in r2886, which included commits to RCS files with non-trunk default branches. END K 10 svn:author V 7 cvs2svn K 8 svn:date V 27 1994-09-19T07:32:25.000000Z K 7 svn:log V 61 This commit was manufactured by cvs2svn to create tag 'orig'. END K 10 svn:author V 3 pst K 8 svn:date V 27 1994-09-19T07:49:56.000000Z K 7 svn:log V 185 Add support for '-k' option to print file allocation space in 'K' instead of system blocks. This is semi-original code, not the same way this crufty option was handled in FreeBSD 1.x. END K 10 svn:author V 2 dg K 8 svn:date V 27 1994-09-19T10:24:38.000000Z K 7 svn:log V 48 Declared msginfo, shminfo, and seminfo structs. END K 10 svn:author V 4 ache K 8 svn:date V 27 1994-09-19T13:52:38.000000Z K 7 svn:log V 47 bugfix: change gidset[] type from int to gid_t END K 10 svn:author V 3 dfr K 8 svn:date V 27 1994-09-19T15:30:36.000000Z K 7 svn:log V 42 Added mount_msdos. Obtained from: NetBSD END K 10 svn:author V 3 dfr K 8 svn:date V 27 1994-09-19T15:41:57.000000Z K 7 svn:log V 38 Added msdosfs. Obtained from: NetBSD END K 10 svn:author V 3 dfr K 8 svn:date V 27 1994-09-19T15:45:02.000000Z K 7 svn:log V 22 Added MSDOSFS option. END K 10 svn:author V 3 dfr K 8 svn:date V 27 1994-09-19T15:49:46.000000Z K 7 svn:log V 44 Reversed last revision which was a mistake. END K 10 svn:author V 4 ache K 8 svn:date V 27 1994-09-19T17:39:21.000000Z K 7 svn:log V 151 Add vm/vm.h for complete sysctl type. Remove wrong time declaration, already have correct in kernel.h (kern_ntptime not compiled without this changes) END K 10 svn:author V 3 phk K 8 svn:date V 27 1994-09-19T17:47:22.000000Z K 7 svn:log V 23 removed usr/include/md END K 10 svn:author V 3 dfr K 8 svn:date V 27 1994-09-19T18:47:12.000000Z K 7 svn:log V 38 Added support for MSDOS file systems. END K 10 svn:author V 3 dfr K 8 svn:date V 27 1994-09-19T19:24:44.000000Z K 7 svn:log V 77 Changed some NetBSD backwards compatibility code which was confusing mountd. END K 10 svn:author V 4 csgr K 8 svn:date V 27 1994-09-19T19:26:39.000000Z K 7 svn:log V 167 More elegant fix for short settings. (Our existing fixes already plugged the security holes involved.) Submitted by: Geoff Rehmet after consultation with David Burren END K 10 svn:author V 4 adam K 8 svn:date V 27 1994-09-19T19:54:49.000000Z K 7 svn:log V 98 Default wait approx 10 seconds for keypress during boot Added comment about multiplication factor END K 10 svn:author V 4 adam K 8 svn:date V 27 1994-09-19T20:10:10.000000Z K 7 svn:log V 88 More reasonable example of BOOTWAIT parameter Added comment about multiplication factor END K 10 svn:author V 4 ache K 8 svn:date V 27 1994-09-19T21:07:00.000000Z K 7 svn:log V 52 sysctl incorrectly check name[2] instead of name[1] END K 10 svn:author V 4 ache K 8 svn:date V 27 1994-09-19T21:15:14.000000Z K 7 svn:log V 96 oget/sethostname: add missing argument to kern_sysctl Reviewed by: Submitted by: Obtained from: END K 10 svn:author V 7 wollman K 8 svn:date V 27 1994-09-19T21:28:28.000000Z K 7 svn:log V 71 Install /etc from the same source as /usr/share/examples/etc (mostly). END K 10 svn:author V 7 wollman K 8 svn:date V 27 1994-09-19T21:30:29.000000Z K 7 svn:log V 132 Get rid of the files that now live in src/share/examples/etc, and update Makefile to install them from there rather than from here. END K 10 svn:author V 7 wollman K 8 svn:date V 27 1994-09-19T21:37:50.000000Z K 7 svn:log V 129 For Bruce: -DNO_SHARED_LIBCC_INT reverts back to static libcc_int. This makes the back end run faster, but at the cost of speed. END K 10 svn:author V 4 ache K 8 svn:date V 27 1994-09-19T22:04:28.000000Z K 7 svn:log V 202 Function in this module bloodly called 'gethostname' and linked with all pgms, you can imagine results! Change 'gethostname' -> 'ntp_gettime', I don't know what real name must be here but try to guess. END K 10 svn:author V 7 wollman K 8 svn:date V 27 1994-09-19T22:24:31.000000Z K 7 svn:log V 106 Put back missing .text before swi_net. This could probably be made faster; I invite Bruce to look at it. END K 10 svn:author V 4 ache K 8 svn:date V 27 1994-09-19T23:09:34.000000Z K 7 svn:log V 57 rewritted to use sysctl, no more /var/run/.adjkerntz now END K 10 svn:author V 4 ache K 8 svn:date V 27 1994-09-19T23:13:37.000000Z K 7 svn:log V 45 Remove warning about adjkerntz /var/run file END K 10 svn:author V 4 ache K 8 svn:date V 27 1994-09-19T23:18:41.000000Z K 7 svn:log V 36 Correction for new sysctl interface END K 10 svn:author V 4 ache K 8 svn:date V 27 1994-09-20T00:31:07.000000Z K 7 svn:log V 79 resettodr() implemented, inittodr() fixed Submitted by: me & chris@gnome.co.uk END K 10 svn:author V 4 ache K 8 svn:date V 27 1994-09-20T00:32:40.000000Z K 7 svn:log V 34 resettodr() now exists, enable it END K 10 svn:author V 7 wollman K 8 svn:date V 27 1994-09-20T01:12:04.000000Z K 7 svn:log V 242 Add a new field to the passwd structure, indicating which of the fields have something in them, and which ones were left blank. This will be used for YP support in a few minutes, and for user login classes if anyone cares to implement them. END K 10 svn:author V 7 wollman K 8 svn:date V 27 1994-09-20T01:15:08.000000Z K 7 svn:log V 378 Maintain pw_fields, and output same to password database. !!!!!!!! NB !!!!!!!! You MUST pwd_mkdb /etc/master.passwd before attempting to use the new libc, or things may go wrong. (I doubt anything actually /will/ go wrong, but the actual behavior is undefined. YOU HAVE BEEN WARNED.) The database format is, however, backwards-compatible, so old executables will still work. END K 10 svn:author V 7 wollman K 8 svn:date V 27 1994-09-20T01:23:45.000000Z K 7 svn:log V 141 Re-implement YP password file support from scratch. This implementation correctly handles +user entries and + entries with local overrides. END K 10 svn:author V 3 bde K 8 svn:date V 27 1994-09-20T05:07:32.000000Z K 7 svn:log V 63 Remove the alias splnone() for spl0(). It was used only once. END K 10 svn:author V 3 bde K 8 svn:date V 27 1994-09-20T05:17:50.000000Z K 7 svn:log V 29 Add dependency for -lcompat. END K 10 svn:author V 3 bde K 8 svn:date V 27 1994-09-20T05:25:38.000000Z K 7 svn:log V 63 Fix the order of includes (*.mk must be included after *.inc). END K 10 svn:author V 3 bde K 8 svn:date V 27 1994-09-20T05:42:46.000000Z K 7 svn:log V 182 Don't use SIG_DFL or SIG_IGN for case label expressions. ANSI requires such expressions to have integral type. "gcc -ansi -pedantic -W..." fails to diagnose this constraint error. END K 10 svn:author V 3 bde K 8 svn:date V 27 1994-09-20T05:53:24.000000Z K 7 svn:log V 99 Use `1' for a boolean value instead of something irrelevant (MNT_WAIT) that happens to be nonzero. END K 10 svn:author V 3 phk K 8 svn:date V 27 1994-09-20T06:24:56.000000Z K 7 svn:log V 114 Applied patch to make -Wall and -Dlint shut up. Reviewed by: phk Submitted by: Josef Grosch END K 10 svn:author V 3 phk K 8 svn:date V 27 1994-09-20T06:28:16.000000Z K 7 svn:log V 13 /home/phk/jg END K 10 svn:author V 3 phk K 8 svn:date V 27 1994-09-20T07:02:35.000000Z K 7 svn:log V 147 The former patch to sync.c was short-lived. Bruce pointed out that "Now it is has 2 portability bugs, which is a lot for 5 lines of working code" END K 10 svn:author V 3 phk K 8 svn:date V 27 1994-09-20T07:13:39.000000Z K 7 svn:log V 43 A bunch of improvements. Still far to go. END K 10 svn:author V 3 phk K 8 svn:date V 27 1994-09-20T07:18:04.000000Z K 7 svn:log V 114 Applied patch to make -Wall and -Dlint shut up. Reviewed by: phk Submitted by: Josef Grosch END K 10 svn:author V 3 phk K 8 svn:date V 27 1994-09-20T07:24:51.000000Z K 7 svn:log V 155 fix ln to accept -f again. Thanks Bruce. Seems that Joe Grosch isn't quite as safe as I thought. I will have to look much closer on his patches. Damn. END K 10 svn:author V 4 ache K 8 svn:date V 27 1994-09-20T08:07:52.000000Z K 7 svn:log V 105 Make talk ctype-aware, handle controns as tcsh does, use human-oriented scroll, most of changes from 1.x END K 10 svn:author V 2 dg K 8 svn:date V 27 1994-09-20T15:53:30.000000Z K 7 svn:log V 131 Fixed bug where /etc/ftpusers was ineffective. Caused by the wrong pointer being passed to strcmp(). Bug noticed by Matthew Green. END K 10 svn:author V 2 dg K 8 svn:date V 27 1994-09-20T15:55:09.000000Z K 7 svn:log V 8 Sorted. END K 10 svn:author V 3 bde K 8 svn:date V 27 1994-09-20T21:20:46.000000Z K 7 svn:log V 45 Don't lose the RTC interrupt in resettodr(). END K 10 svn:author V 3 bde K 8 svn:date V 27 1994-09-20T21:35:49.000000Z K 7 svn:log V 90 Don't supply the `usermode' arg to softclock(). The 2.0 softclock() doesn't take an arg. END K 10 svn:author V 7 wollman K 8 svn:date V 27 1994-09-20T21:40:12.000000Z K 7 svn:log V 150 Fix security hole in YP password support, which wouldmake +user entries act like + entries in some cases. Requires support in libc from next commit. END K 10 svn:author V 7 wollman K 8 svn:date V 27 1994-09-20T21:42:12.000000Z K 7 svn:log V 91 Second half of YP security hole fix. Needs updated password database in order to operate. END K 10 svn:author V 7 wollman K 8 svn:date V 27 1994-09-20T21:43:27.000000Z K 7 svn:log V 100 My implementation of YP group file support, modeled after the password file support done yesterday. END K 10 svn:author V 7 wollman K 8 svn:date V 27 1994-09-20T22:02:20.000000Z K 7 svn:log V 21 Document YP support. END K 10 svn:author V 3 bde K 8 svn:date V 27 1994-09-20T22:03:09.000000Z K 7 svn:log V 30 Don't build profiled library. END K 10 svn:author V 3 bde K 8 svn:date V 27 1994-09-20T22:24:26.000000Z K 7 svn:log V 44 Parenthesize macro args. Comment #endif's. END K 10 svn:author V 4 adam K 8 svn:date V 27 1994-09-20T22:25:00.000000Z K 7 svn:log V 106 Better documentation, 1ms calibration, default 5 seconds BOOTWAIT Reviewed by: adam Submitted by: rgrimes END K 10 svn:author V 3 bde K 8 svn:date V 27 1994-09-20T22:26:37.000000Z K 7 svn:log V 338 Don't provide bogus source operands in some asms. This probably shouldn't matter, but similar bogusness in npx.c causes compiling without -O to fail. Use __volatile in all asms. Parenthesize macro args. Change the names of the macros to avoid namespace pollution. Remove unnecessary "#ifdef __i386__". Sort #defines. Add comments. END K 10 svn:author V 7 wollman K 8 svn:date V 27 1994-09-20T22:44:37.000000Z K 7 svn:log V 38 Documented YP functionality, part II. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1994-09-21T01:29:41.000000Z K 7 svn:log V 120 Add the transputer driver from Christoph Niemann, Luigi Rizzo and Lorenzo Vicisano Reviewed by: jkh Submitted by: luigi END K 10 svn:author V 3 jkh K 8 svn:date V 27 1994-09-21T01:30:15.000000Z K 7 svn:log V 72 Add entries for transputer driver. Reviewed by: jkh Submitted by: luigi END K 10 svn:author V 3 jkh K 8 svn:date V 27 1994-09-21T01:33:00.000000Z K 7 svn:log V 72 Add entry for transputer (cdev 8). Reviewed by: jkh Submitted by: luigi END K 10 svn:author V 7 wollman K 8 svn:date V 27 1994-09-21T03:47:43.000000Z K 7 svn:log V 110 Implemented loadable VFS modules, and made most existing filesystems loadable. (NFS is a notable exception.) END K 10 svn:author V 7 wollman K 8 svn:date V 27 1994-09-21T03:49:59.000000Z K 7 svn:log V 121 Make it easier to create filesystem LKMs by doing most of the work in the Makefile. Just define VFS_LKM and you're off! END K 10 svn:author V 3 phk K 8 svn:date V 27 1994-09-21T04:38:48.000000Z K 7 svn:log V 125 The next batch of refinements. Now it no longer needs to call on ed(1) to fix our files, it has a builtin "diff -n" editor. END K 10 svn:author V 4 ache K 8 svn:date V 27 1994-09-21T18:11:56.000000Z K 7 svn:log V 76 Add BINDIR=/usr/sbin for install, fails in other case Remove -g from CFLAGS END K 10 svn:author V 4 ache K 8 svn:date V 27 1994-09-21T18:12:10.000000Z K 7 svn:log V 54 Add BINDIR=/usr/sbin for install, fails in other case END K 10 svn:author V 2 dg K 8 svn:date V 27 1994-09-21T18:17:56.000000Z K 7 svn:log V 31 Fixed up a couple of comments. END K 10 svn:author V 2 dg K 8 svn:date V 27 1994-09-21T18:33:23.000000Z K 7 svn:log V 122 From 1.1.5: >date: 1994/06/15 14:35:30; author: paul; state: Exp; lines: +3 -3 >CHanged MAXMEM to ISMAXMEM for safety END K 10 svn:author V 2 dg K 8 svn:date V 27 1994-09-21T18:43:08.000000Z K 7 svn:log V 136 From 1.1.5: >date: 1994/05/27 01:09:16; author: ache; state: Exp; lines: +3 -3 >Russian keymap: Ctrl-Alt-Del with NumLock on fixed END K 10 svn:author V 2 dg K 8 svn:date V 27 1994-09-21T19:39:25.000000Z K 7 svn:log V 103 #if 0'd evil dynamic fifo trigger level adjustment; it just bit me and a couple of other people again. END K 10 svn:author V 4 ache K 8 svn:date V 27 1994-09-21T20:23:07.000000Z K 7 svn:log V 20 Make ls ctype-aware END K 10 svn:author V 3 bde K 8 svn:date V 27 1994-09-21T21:58:39.000000Z K 7 svn:log V 23 Fix compiler warnings. END K 10 svn:author V 3 bde K 8 svn:date V 27 1994-09-21T22:22:48.000000Z K 7 svn:log V 244 Fix the consistent mistranslation of Linux's get_fs_word() and put_fs_word() to fuword() and suword(). Linux words are 16 bits but BSD words are 32-bits, at least on vax's. Writing a too-large word trashed the neighbouring short word. Bruce END K 10 svn:author V 3 bde K 8 svn:date V 27 1994-09-21T22:31:01.000000Z K 7 svn:log V 70 Remove redundant declarations that were added in the previous commit. END K 10 svn:author V 3 bde K 8 svn:date V 27 1994-09-21T22:34:38.000000Z K 7 svn:log V 62 Remove bogus cast that was introduced in the previous commit. END K 10 svn:author V 7 wollman K 8 svn:date V 27 1994-09-21T23:22:52.000000Z K 7 svn:log V 265 Fix a few niggling little bugs: - set args->lkm_offset correctly so that VFS modules can be unloaded - initialize _fs_vfsops.vfc_refcount correctly so that VFS modules can be unloaded - include kernel.h in a few placves to get the correct definition of DATA_SET END K 10 svn:author V 7 wollman K 8 svn:date V 27 1994-09-21T23:27:16.000000Z K 7 svn:log V 116 Build LKMs for all ``easy'' filesystems. (lfs can be done, but it's more work; ditto NFS and it's even more work.) END K 10 svn:author V 7 wollman K 8 svn:date V 27 1994-09-22T01:05:09.000000Z K 7 svn:log V 115 mount.h: Declare getvfs* functions from libc. vfs_init.c: Fix fs_sysctl() so that getvfs* functions actually work. END K 10 svn:author V 7 wollman K 8 svn:date V 27 1994-09-22T01:07:37.000000Z K 7 svn:log V 147 Added VFS functions: getvfsvbyname, getvfsbytype, getvfsent, setvfsent, endvfsent, vfsisloadable, vfsload. Someday these will even be documented. END K 10 svn:author V 4 ache K 8 svn:date V 27 1994-09-22T01:19:13.000000Z K 7 svn:log V 224 1) Make ctype-aware expect chars in range 0200-0204 treated as controls in any case. 2) Fix bug with incorrect column position when standouts occurse 3) Fix bug when last standouted char cause clearing next line in standout END K 10 svn:author V 7 wollman K 8 svn:date V 27 1994-09-22T01:25:57.000000Z K 7 svn:log V 83 Added lsvfs command to show loaded VFS modules (including statically-linked ones). END K 10 svn:author V 7 wollman K 8 svn:date V 27 1994-09-22T01:26:58.000000Z K 7 svn:log V 13 Build lsvfs. END K 10 svn:author V 7 wollman K 8 svn:date V 27 1994-09-22T01:57:27.000000Z K 7 svn:log V 71 Call ffs ``ufs'' for the benefit of poor, confused user-land programs. END K 10 svn:author V 7 wollman K 8 svn:date V 27 1994-09-22T02:07:33.000000Z K 7 svn:log V 193 Use getvfs* functions to map between VFS types and names. Automatically load UFS if it is not present but is loadable. (This won't happen now, but could happen if we fix NFS diskless support.) END K 10 svn:author V 7 wollman K 8 svn:date V 27 1994-09-22T02:15:34.000000Z K 7 svn:log V 69 Automatically load filesystem if not present in system and loadable. END K 10 svn:author V 7 wollman K 8 svn:date V 27 1994-09-22T02:17:26.000000Z K 7 svn:log V 36 Fix stupid memory-allocation error. END K 10 svn:author V 3 phk K 8 svn:date V 27 1994-09-22T02:49:24.000000Z K 7 svn:log V 27 Various cleanup and fixes. END K 10 svn:author V 4 ache K 8 svn:date V 27 1994-09-22T03:09:04.000000Z K 7 svn:log V 40 Fix mvcur typo bug from my previous fix END K 10 svn:author V 4 ache K 8 svn:date V 27 1994-09-22T03:58:43.000000Z K 7 svn:log V 184 Attention to all cc hackers, here workaround for gcc 2.6.0 optimizer bug (old code works without -O and don't works with -O) old !(x & y) != !(a & b) changed to !!(x & y) != !!(a & b) END K 10 svn:author V 8 swallace K 8 svn:date V 27 1994-09-22T07:45:30.000000Z K 7 svn:log V 195 change COOKIE directory from .CURDIR to WRKDIR since a user may not have write permission to .CURDIR but write permission to WRKDIR. Also, WRKDIR may be deleted and cookie still exist in CURDIR. END K 10 svn:author V 7 rgrimes K 8 svn:date V 27 1994-09-22T08:23:02.000000Z K 7 svn:log V 83 Revert the change that removed the -k flag from the ls alias, we have ls -k again. END K 10 svn:author V 7 rgrimes K 8 svn:date V 27 1994-09-22T08:32:39.000000Z K 7 svn:log V 38 Root should NEVER have . in the path. END K 10 svn:author V 2 dg K 8 svn:date V 27 1994-09-22T14:44:16.000000Z K 7 svn:log V 161 From 1.1.5: >revision 1.8 >date: 1994/06/03 06:42:30; author: davidg; state: Exp; lines: +2 -2 >Patch from Bruce Evans: npxintr() needs to mask softclock(). END K 10 svn:author V 3 pst K 8 svn:date V 27 1994-09-22T19:31:29.000000Z K 7 svn:log V 175 Make iso_addr's output conform to modern conventions for NSAP representation. Original code by pst but ported in as part of enhancements to BIND 4.9.2 and returned to Vixie. END K 10 svn:author V 7 wollman K 8 svn:date V 27 1994-09-22T19:38:41.000000Z K 7 svn:log V 205 More loadable VFS changes: - Make a number of filesystems work again when they are statically compiled (blush) - FIFOs are no longer optional; ``options FIFO'' removed from distributed config files. END K 10 svn:author V 3 pst K 8 svn:date V 27 1994-09-22T19:46:15.000000Z K 7 svn:log V 51 NAMED from BIND 4.9.3 BETA9 pl1 (no local changes) END K 10 svn:author V 3 pst K 8 svn:date V 27 1994-09-22T19:46:15.000000Z K 7 svn:log V 142 This commit was generated by cvs2svn to compensate for changes in r2980, which included commits to RCS files with non-trunk default branches. END K 10 svn:author V 7 cvs2svn K 8 svn:date V 27 1994-09-22T19:46:16.000000Z K 7 svn:log V 73 This commit was manufactured by cvs2svn to create tag 'BIND_4_9_3_b9_p1'. END K 10 svn:author V 4 ache K 8 svn:date V 27 1994-09-22T19:51:43.000000Z K 7 svn:log V 25 make 8bit clean defaults END K 10 svn:author V 7 wollman K 8 svn:date V 27 1994-09-22T20:21:59.000000Z K 7 svn:log V 46 Fix compilation error and formatting mistake. END K 10 svn:author V 3 pst K 8 svn:date V 27 1994-09-22T20:45:34.000000Z K 7 svn:log V 22 Port BIND to FreeBSD. END K 10 svn:author V 3 pst K 8 svn:date V 27 1994-09-22T21:33:31.000000Z K 7 svn:log V 31 dig(1) from BIND 4.9.3BETA9pl1 END K 10 svn:author V 3 pst K 8 svn:date V 27 1994-09-22T21:33:31.000000Z K 7 svn:log V 142 This commit was generated by cvs2svn to compensate for changes in r2986, which included commits to RCS files with non-trunk default branches. END K 10 svn:author V 3 pst K 8 svn:date V 27 1994-09-22T21:34:21.000000Z K 7 svn:log V 32 host(1) from BIND 4.9.3BETA9pl1 END K 10 svn:author V 3 pst K 8 svn:date V 27 1994-09-22T21:34:21.000000Z K 7 svn:log V 142 This commit was generated by cvs2svn to compensate for changes in r2988, which included commits to RCS files with non-trunk default branches. END K 10 svn:author V 3 pst K 8 svn:date V 27 1994-09-22T21:36:02.000000Z K 7 svn:log V 36 nslookup(8) from BIND 4.9.3BETA9pl1 END K 10 svn:author V 3 pst K 8 svn:date V 27 1994-09-22T21:36:02.000000Z K 7 svn:log V 142 This commit was generated by cvs2svn to compensate for changes in r2990, which included commits to RCS files with non-trunk default branches. END K 10 svn:author V 7 cvs2svn K 8 svn:date V 27 1994-09-22T21:36:03.000000Z K 7 svn:log V 73 This commit was manufactured by cvs2svn to create tag 'BIND_4_9_3_BETA9'. END K 10 svn:author V 3 pst K 8 svn:date V 27 1994-09-22T21:50:41.000000Z K 7 svn:log V 25 Port nslookup to FreeBSD END K 10 svn:author V 7 cvs2svn K 8 svn:date V 27 1994-09-22T21:50:42.000000Z K 7 svn:log V 65 This commit was manufactured by cvs2svn to create branch 'VIXIE'. END K 10 svn:author V 3 pst K 8 svn:date V 27 1994-09-22T21:51:49.000000Z K 7 svn:log V 20 Port dig to FreeBSD END K 10 svn:author V 3 pst K 8 svn:date V 27 1994-09-22T21:52:03.000000Z K 7 svn:log V 21 Port host to FreeBSD END K 10 svn:author V 7 wollman K 8 svn:date V 27 1994-09-22T22:10:49.000000Z K 7 svn:log V 19 Make NFS loadable. END K 10 svn:author V 7 wollman K 8 svn:date V 27 1994-09-22T22:12:59.000000Z K 7 svn:log V 16 Create NFS LKM. END K 10 svn:author V 7 wollman K 8 svn:date V 27 1994-09-22T22:17:02.000000Z K 7 svn:log V 56 Automatically load NFS and a bevy of other filesystems. END