summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge Lite2 mods, -Wall cleaning, and show usage ifsteve1996-12-142-12/+22
| | | | | | incorrectly called. Incorrect usage mod obtained from: NetBSD
* Merge Lite2 mods, cleanup man page, and -Wall cleaning.steve1996-12-142-9/+9
|
* Merge Lite2 mods, fix incorrect default string, cleanupsteve1996-12-143-13/+16
| | | | use of .Nm macros, and -Wall cleaning.
* Merge Lite2 mods and -Wall cleaning.steve1996-12-145-20/+26
|
* Cleanup man page and -Wall cleaning.steve1996-12-142-5/+6
|
* Upgrade to version 2.5.4 of flex.steve1996-12-146-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.steve1996-12-141-2/+2
|
* Learn to follow the new interface address lists.wollman1996-12-131-2/+2
|
* Convert the interface address and IP interface address structureswollman1996-12-1335-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.wosch1996-12-131-1/+4
| | | | submitted by: purify
* Fixed missing install of BSD.include.dist.bde1996-12-131-2/+2
|
* Fixed extra columns in output for input lines with leading spaces.bde1996-12-131-1/+3
|
* Made `setup' depend on libraries.bde1996-12-131-1/+1
|
* Fixed missing declaration of malloc().bde1996-12-131-1/+2
|
* Fix the fix.joerg1996-12-131-1/+2
| | | | Pointed out by: wollman, bde
* Hack around misuse of reserved names `clock' and and `time' in a differentbde1996-12-131-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()bde1996-12-131-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 printbde1996-12-134-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 abde1996-12-131-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 /etcjkh1996-12-131-2/+1
|
* Close PR#2198:jkh1996-12-138-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#2197jkh1996-12-131-1/+0
|
* added is_IS.ISO_8859-1adam1996-12-134-3/+237
|
* Close PR #2193: support backslash line continuations.wpaul1996-12-133-15/+23
| | | | (Also did some minor cleanups.)
* Slightly change the `od' driver quirk for the Matsushita LF-1000joerg1996-12-131-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 referencejoerg1996-12-121-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).max1996-12-121-4/+10
| | | | Submitted by: Mitsuru IWASAKI <iwasaki@pc.jaring.my>
* 700 now. :)jkh1996-12-123-6/+6
|
* Fix trunctation of domainname.jkh1996-12-122-4/+4
|
* Add some additional smarts for XFree86 configuration.jkh1996-12-129-21/+30
| | | | Fix a bogon I thought I fixed in the last commit.
* Fix an embarassing and rather obscure incarnation of an uninitializedjoerg1996-12-121-1/+1
| | | | | | local variable use. Found by: actually using ascii2addr() :-/
* Update these docs to more closely reflect reality.jkh1996-12-125-55/+13
|
* Allocate more inodes for general use now that we have the room.jkh1996-12-121-2/+2
|
* Soften range-check for LDTs.swallace1996-12-122-4/+4
| | | | Reviewed by: bde
* smart-alec error checking.jkh1996-12-122-4/+16
|
* The infamous IP aliasing code for ppp, modified to work as a runtime optionjkh1996-12-1215-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.kato1996-12-122-4/+4
| | | | 2.2 candidate.
* Nuke extraneous section.jkh1996-12-121-40/+1
|
* Line up some of these OK boxes properly again.jkh1996-12-123-4/+4
|
* Add missing mann and catn directories.asami1996-12-121-1/+9
| | | | 2.2 candidate.
* Whups, remove relic from close method going away.jkh1996-12-122-4/+2
|
* Undo one of my memory optimization hacks - it actually made things morejkh1996-12-1211-61/+32
| | | | complicated.
* Fix some bogons in my close() handling.jkh1996-12-128-19/+31
|
* Fix the "moving head" problem.asami1996-12-121-2/+2
|
* Change delimiter of substitution that uses MANLANG from `.' to `%', soasami1996-12-121-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_SIZEdg1996-12-122-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).max1996-12-121-2/+3
|
* POSIX.4 defines MAP_FAILED to be the error return from mmap().alex1996-12-122-2/+7
|
* Added Stefan Moeding <moeding@bn.DeTeMobil.de> for his port of LCLint.obrien1996-12-111-1/+2
|
* Merge the changes made to the en version (1.18 -> 1.19).max1996-12-111-4/+4
|
OpenPOWER on IntegriCloud