Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge Lite2 mods, -Wall cleaning, and show usage if | steve | 1996-12-14 | 2 | -12/+22 |
| | | | | | | incorrectly called. Incorrect usage mod obtained from: NetBSD | ||||
* | Merge Lite2 mods, cleanup man page, and -Wall cleaning. | steve | 1996-12-14 | 2 | -9/+9 |
| | |||||
* | Merge Lite2 mods, fix incorrect default string, cleanup | steve | 1996-12-14 | 3 | -13/+16 |
| | | | | use of .Nm macros, and -Wall cleaning. | ||||
* | Merge Lite2 mods and -Wall cleaning. | steve | 1996-12-14 | 5 | -20/+26 |
| | |||||
* | Cleanup man page and -Wall cleaning. | steve | 1996-12-14 | 2 | -5/+6 |
| | |||||
* | Upgrade to version 2.5.4 of flex. | steve | 1996-12-14 | 6 | -67/+108 |
| | | | | | | Inspired by: NetBSD/OpenBSD (I can't remember who I saw do it first, so I'll give them both some inspiration points. :) | ||||
* | -Wall cleaning. | steve | 1996-12-14 | 1 | -2/+2 |
| | |||||
* | Learn to follow the new interface address lists. | wollman | 1996-12-13 | 1 | -2/+2 |
| | |||||
* | Convert the interface address and IP interface address structures | wollman | 1996-12-13 | 35 | -294/+194 |
| | | | | | | to TAILQs. Fix places which referenced these for no good reason that I can see (the references remain, but were fixed to compile again; they are still questionable). | ||||
* | Fix uninitialized memory read for case insensitive search. Harmless. | wosch | 1996-12-13 | 1 | -1/+4 |
| | | | | submitted by: purify | ||||
* | Fixed missing install of BSD.include.dist. | bde | 1996-12-13 | 1 | -2/+2 |
| | |||||
* | Fixed extra columns in output for input lines with leading spaces. | bde | 1996-12-13 | 1 | -1/+3 |
| | |||||
* | Made `setup' depend on libraries. | bde | 1996-12-13 | 1 | -1/+1 |
| | |||||
* | Fixed missing declaration of malloc(). | bde | 1996-12-13 | 1 | -1/+2 |
| | |||||
* | Fix the fix. | joerg | 1996-12-13 | 1 | -1/+2 |
| | | | | Pointed out by: wollman, bde | ||||
* | Hack around misuse of reserved names `clock' and and `time' in a different | bde | 1996-12-13 | 1 | -4/+6 |
| | | | | | | way. Defining KERNEL before including <sys/time.h> broke when "opt_cpu.h" was included in a deeply nested header, except in -current where the problem is masked by a namespace pollution bug in <stdio.h>. | ||||
* | Fixed magic and wrong numbers in calibration of nullfunc_loop_profiled() | bde | 1996-12-13 | 1 | -13/+10 |
| | | | | | and removed related debugging code. Now this part of the calibration is almost as machine-independent as gprof generally. | ||||
* | Moved nonstandard compiler profiling options out of config. Just print | bde | 1996-12-13 | 4 | -9/+28 |
| | | | | | | | | the profiling level in config and decide what to do in makefiles. Makefile.i386: Align functions to 16-byte boundaries if profiling is enabled. This will allow a fourfold reduction in the size of the profiling buffers. | ||||
* | Restored installation of /etc/magic. It's now a symlink instead of a | bde | 1996-12-13 | 1 | -9/+10 |
| | | | | | | | | | file (like /etc/termcap). /usr/src/etc/Makefile depends on there being an etc-magic install rule here, and who-knows-what depends on `magic' being in /etc. Fixed some style bugs - don't use -c for installing files in the obj directory... | ||||
* | magic file is no longer in /etc | jkh | 1996-12-13 | 1 | -2/+1 |
| | |||||
* | Close PR#2198: | jkh | 1996-12-13 | 8 | -11/+19 |
| | | | | | | | | | | | | | I've added an installation from optical disk drive facility. This enables FreeBSD to be installed from an optical disk, which may be formatted in "super floppy" style or sliced into MSDOS-FS and UFS partitions. Note: ncr.c should be reviewed by Stefan Esser <se@freebsd.org> and cd.c by Joerg Wunsch <joerg@freebsd.org> before bringing this into 2.2. Submitted-By: Shunsuke Akiyama <akiyama@kme.mei.co.jp> | ||||
* | Remove bogus declaration of malloc(). Closes PR#2197 | jkh | 1996-12-13 | 1 | -1/+0 |
| | |||||
* | added is_IS.ISO_8859-1 | adam | 1996-12-13 | 4 | -3/+237 |
| | |||||
* | Close PR #2193: support backslash line continuations. | wpaul | 1996-12-13 | 3 | -15/+23 |
| | | | | (Also did some minor cleanups.) | ||||
* | Slightly change the `od' driver quirk for the Matsushita LF-1000 | joerg | 1996-12-13 | 1 | -2/+6 |
| | | | | | | | | series drives, and add the NAKAMICHI MO drive RMD-5200-S. Closes PR # kern/2200: Change/Add new optical di... Submitted by: akiyama@kme.mei.co.jp (Shunsuke Akiyama) | ||||
* | Don't free the line buffer, since getttynam(3) might still reference | joerg | 1996-12-12 | 1 | -5/+4 |
| | | | | | | | | it. Closes PR # bin/2196: Bug in src/libc/gen/gettty... Submitted by: davidn@blaze.net.au (David Nugent) | ||||
* | Merge the changes made to the en version (1.33 -> 1.34). | max | 1996-12-12 | 1 | -4/+10 |
| | | | | Submitted by: Mitsuru IWASAKI <iwasaki@pc.jaring.my> | ||||
* | 700 now. :) | jkh | 1996-12-12 | 3 | -6/+6 |
| | |||||
* | Fix trunctation of domainname. | jkh | 1996-12-12 | 2 | -4/+4 |
| | |||||
* | Add some additional smarts for XFree86 configuration. | jkh | 1996-12-12 | 9 | -21/+30 |
| | | | | Fix a bogon I thought I fixed in the last commit. | ||||
* | Fix an embarassing and rather obscure incarnation of an uninitialized | joerg | 1996-12-12 | 1 | -1/+1 |
| | | | | | | local variable use. Found by: actually using ascii2addr() :-/ | ||||
* | Update these docs to more closely reflect reality. | jkh | 1996-12-12 | 5 | -55/+13 |
| | |||||
* | Allocate more inodes for general use now that we have the room. | jkh | 1996-12-12 | 1 | -2/+2 |
| | |||||
* | Soften range-check for LDTs. | swallace | 1996-12-12 | 2 | -4/+4 |
| | | | | Reviewed by: bde | ||||
* | smart-alec error checking. | jkh | 1996-12-12 | 2 | -4/+16 |
| | |||||
* | The infamous IP aliasing code for ppp, modified to work as a runtime option | jkh | 1996-12-12 | 15 | -15/+2738 |
| | | | | | | | (otherwise ppp's behavior remains unchanged) and documented by myself, Steve Sims, Nate Williams, Martin Renters and god-only-knows who else. :-) Submitted by: nate Obtained from: Charles Mott <cmott@srv.net> | ||||
* | Synchronize with sys/i386/i386/machdep.c revision 1.219. | kato | 1996-12-12 | 2 | -4/+4 |
| | | | | 2.2 candidate. | ||||
* | Nuke extraneous section. | jkh | 1996-12-12 | 1 | -40/+1 |
| | |||||
* | Line up some of these OK boxes properly again. | jkh | 1996-12-12 | 3 | -4/+4 |
| | |||||
* | Add missing mann and catn directories. | asami | 1996-12-12 | 1 | -1/+9 |
| | | | | 2.2 candidate. | ||||
* | Whups, remove relic from close method going away. | jkh | 1996-12-12 | 2 | -4/+2 |
| | |||||
* | Undo one of my memory optimization hacks - it actually made things more | jkh | 1996-12-12 | 11 | -61/+32 |
| | | | | complicated. | ||||
* | Fix some bogons in my close() handling. | jkh | 1996-12-12 | 8 | -19/+31 |
| | |||||
* | Fix the "moving head" problem. | asami | 1996-12-12 | 1 | -2/+2 |
| | |||||
* | Change delimiter of substitution that uses MANLANG from `.' to `%', so | asami | 1996-12-12 | 1 | -4/+4 |
| | | | | | | things like `ja_JP.EUC' will work. Suggested by: max | ||||
* | Fix allocation for exech_map to be 16*PAGE_SIZE rather than 32*PAGE_SIZE | dg | 1996-12-12 | 2 | -4/+4 |
| | | | | so that it is scaled the same as exec_map (16 concurrent exec'ers). | ||||
* | Merge the changes to en version (1.170 -> 1.171). | max | 1996-12-12 | 1 | -2/+3 |
| | |||||
* | POSIX.4 defines MAP_FAILED to be the error return from mmap(). | alex | 1996-12-12 | 2 | -2/+7 |
| | |||||
* | Added Stefan Moeding <moeding@bn.DeTeMobil.de> for his port of LCLint. | obrien | 1996-12-11 | 1 | -1/+2 |
| | |||||
* | Merge the changes made to the en version (1.18 -> 1.19). | max | 1996-12-11 | 1 | -4/+4 |
| |