summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Correct some hard sentence breaks. Only those surrounding the previoussheldonh1999-09-1412-96/+107
| | | | | | | | commit and those which cause ugly nroff output have been fixed, since the purpose of the style guideline which they contravene is to reduce the sizes of deltas. Reported by: bde
* Foo. Maybe I should get Peter to hook ispell up in commit_prep.pl.obrien1999-09-143-3/+3
|
* Add the NIS domain to the tweakable knobs.obrien1999-09-143-0/+6
|
* The existing libxpg4.so.2.0 didn't support zh_TW.Big5 locale.obrien1999-09-141-90/+100
| | | | | PR: 13623 Submitted by: jtjang@gcn.net.tw
* Brutally rip more stuff out of the fixit image so that we can startjkh1999-09-142-8/+6
| | | | build 4.0-stapshots again. It's still overflowing. :(
* Don't call if_up() here, just set IFF_UP.ru1999-09-141-1/+1
| | | | | PR: 12251 Reviewed by: wollman
* Adjust descriptions for if_up() and if_down().ru1999-09-141-6/+8
| | | | Reviewed by: wollman
* Add comments, fix typos.ru1999-09-141-2/+8
| | | | Reviewed by: wollman
* - Describe all available message headers.ru1999-09-141-26/+85
| | | | | | | - Sync structures/constants with sources. - Fix multiple typos. Reviewed by: wollman
* Align sockaddrs passed to/from the routing socket as supposed by kernel.ru1999-09-131-5/+7
| | | | | | PR: 12847 Spotted by: Key Teck Sin <ktsin@acm.org> Reviewed by: wollman
* Even more dd(1) cleanups! Thanks to Bruce for staying on my case untilgreen1999-09-136-37/+45
| | | | we're done (not yet!) :)
* Fix SEE ALSO section:phantom1999-09-131-2/+4
| | | | | | | . add printenv(1) . correct reference to "CSH introduction" Reviewed by: mpp
* The sense of probes has inverted. They return an error, rather thanpeter1999-09-132-14/+14
| | | | | | | true/false. Fix ed_probe_HP_pclanp() so that it doesn't "succeed" on non-existing hardware. Submitted by: Mark Hittinger <bugs@freebsd.netcom.com>
* Make the fixit floppy 2.88MB as a temporary "solution" to get the nightlypeter1999-09-131-2/+2
| | | | snaps re-running. This is not a fix. (The alpha already does this)
* Document .Ta macro.phantom1999-09-131-0/+1
| | | | | Requested by: ru Ok'ed by: mpp
* Fix typo: vi(8) -> vi(1)phantom1999-09-131-1/+1
| | | | Noticed by: ru
* Register the right cdevsw on the master device.phk1999-09-131-1/+1
| | | | Detected by: sos
* `permanent_link' is obsolete; update examples.ru1999-09-131-9/+7
|
* Add Ari Suutari as a maintainer.ru1999-09-131-0/+3
| | | | Approved by: Ari Suutari <ari@suutari.iki.fi>
* Pull in the core bus drivers based on the machine type rather thanpeter1999-09-134-64/+78
| | | | | | | | | | requiring the user to figure it out. So, if you comment out all but the machine type you are using, you automatically get the bus code just for your system. (eg DEC_EB164 implies cia, etc). Multiple machine types still pulls in the appropriate busses. This means, take things like 'controller cia0' out of your config. Reviewed by: dfr (in principle)
* Document .Ox and .Nx macros.phantom1999-09-131-1/+3
| | | | Reviewed by: mpp
* Update to current state of filesystems layout (almost complete)phantom1999-09-131-33/+71
| | | | | | | Stylize PR: docs/13229 Reviewed by: mpp
* Add/adjust some $FreeBSD$ tags.peter1999-09-1314-15/+15
| | | | Noted by: Doug <Doug@gorean.org>
* Merged src/lib/libtelnet rev.1.9 (fixed removing of obsolete sharedbde1999-09-132-14/+8
| | | | | | library: wrong library directory, wrong library extension and wrong comment). This is mainly of historical interest, if any. The library that gets removed is aout.
* Get rid of a stray printf on boot. (BRDCTL = ...)ken1999-09-132-2/+0
| | | | Approved by: gibbs
* Apparently, it's not console=serial to set the serial console,jkh1999-09-133-3/+3
| | | | | | | it's serial=comconsole. I wish it were easier to figure this stuff out. :) Submitted by: jfieber
* Fixed some disordering (mainly of case lists for disks).bde1999-09-132-32/+34
| | | | Fixed bitrot in the `wcd*)' case.
* Merge from ../egcs/gcc/gcc.c rev.1.5:bde1999-09-131-0/+4
| | | | | | | | | Don't exclude directories that the linker is "known" to search (/lib and /usr/lib) when deciding whether to pass certain paths to the linker. Under FreeBSD, the linker is actually known to never search /lib and to only search /usr/lib in the elf case. Not passing the paths causes at best causes confusing differences for cross compiling. This change is conditional on FREEBSD_NATIVE but should be absolute.
* Apply a consistent style to most of the etc scripts. Particularly, usesheldonh1999-09-1344-4320/+6050
| | | | | | | | | case instead of test where appropriate, since case allows case is a sh builtin and (as a side-effect) allows case-insensitivity. Changes discussed on freebsd-hackers. Submitted by: Doug Barton <Doug@gorean.org>
* Fixed longstanding breakage of rm of deep directories in rev.1.2.bde1999-09-131-1/+1
| | | | | | | | | | rm must not use FTS_NOCHDIR, since chdir'ing is required for removing deep directory trees and the ability to remove such trees is required by POSIX.2 and POLA. The breakage didn't make much difference until recently, since fts(3) didn't work in deep directory trees. It isn't clear whether using FTS_NOCHDIR ever fixed anything (Net/2's rm.c is similar to Lite1's). Perhaps it was actually to limit the damage caused by the fts bug.
* Moved the definition of `boottime' and its sysctl to the correct file.bde1999-09-133-4/+8
|
* Const poisoning from d_name.bde1999-09-131-6/+5
| | | | Fixed some style bugs in recent changes.
* Oops, I forgot to commit this together with the updates to the callers.bde1999-09-133-6/+6
| | | | | | | Removed diskerr()'s unused d_name arg and updated callers. This fixes warnings caused by the arg having the wrong type (not const enough). The arg was also wrong (a full name instead of a short one) for calls from from subr_diskmbr.c and pc98/diskslice_machdep.c.
* Removed diskerr()'s unused d_name arg and updated callers. This fixesbde1999-09-1310-17/+14
| | | | | | warnings caused by the arg having the wrong type (not const enough). The arg was also wrong (a full name instead of a short one) for calls from from subr_diskmbr.c and pc98/diskslice_machdep.c.
* Const'ify devtoname() and d_name. This exposes some errors (2 non-benign).bde1999-09-133-7/+11
| | | | Handle negative minor numbers properly in devtoname().
* Fix disordering introduced in my previous commit.des1999-09-134-16/+16
| | | | Pointed out by: bde
* Document tcp_keepalive, tcp_drop_synfin, tcp_restrict_rst,des1999-09-131-0/+34
| | | | icmp_drop_redirect and icmp_log_redirect.
* Merge from sys/i386/conf/GENERIC revision 1.190.kato1999-09-132-10/+16
|
* "\t\t" -> " \t" as per rev. 1.611 (mangled in the previous commit)des1999-09-133-6/+6
| | | | Pointed out by: bde
* __collate_substitute() do something non-trivial only for German. For everyonedt1999-09-123-6/+25
| | | | | | | | else, it is equivalent to strdup(). So, we will check if the substitution tables are trivial at the load time, and possibly save 2 calls to __collate_substitute() in strcoll(). Still, __collate_substitute() should not exist.
* Bite the bullet and allocate the devsw entry at compile time.phk1999-09-124-29/+22
|
* Reduce time of __collate_substitute() from O(strlen(s)^2) to O(strlen(s)).dt1999-09-121-8/+11
| | | | | | | | Other minor optimizations. I got ~30% speedup in strcoll() for 50 char strings, ~40% speedup for 100 char strings, and unmeasurable speedup for 1M strings. Collates are still terribly slow. To make them reasonable fast, __collate_substitute() should be killed.
* Fix a file descriptor leak in cam_open_btl(). The xpt device was opened,ken1999-09-121-1/+5
| | | | | | but never closed. Submitted by: amobbs@allstor-sw.co.uk
* ISDISK -> ISSEEKgreen1999-09-123-5/+5
| | | | Allow a device type of D_DISK or D_MEM to be ISSEEK.
* Correction: mem.c devices are "D_MEM" (and D_MEM is added.)green1999-09-125-11/+13
| | | | Taken issue with by: phk
* This fix adds checking for the existance of the /var/msgsroberto1999-09-121-1/+1
| | | | | | | directory before attempting to create the bounds file. PR: bin/13184 Submitted by: "Stephen J. Roznowski" <sjr@home.net>
* Add the net.inet.tcp.restrict_rst and net.inet.tcp.drop_synfin sysctldes1999-09-1214-0/+175
| | | | | variables, conditional on the TCP_RESTRICT_RST and TCP_DROP_SYNFIN kernel options, respectively. See the comments in LINT for details.
* Even more cleanups to dd(1). This is probably the culmination of thegreen1999-09-127-120/+117
| | | | | | | | | | | | | BDEification process of dd(1). Most of the changes are from BDE's archive. Support for negative offsets is gone again, but the case where you lseek() onto byte -1 of something from a negative offset using seek/skip is fixed; if you end up on -1, you won't get a false positive lseek failure. The biggest changes are to data types (more size_t, for instance) and argument parsing. skip/seek on /dev/{,k}mem now occurs (instead of "read until you reach the offset") due to mem devices now being D_DISK. Some const things are now correctly declared as such, and the "case table" building is better. The only thing that seems to be left to make dd(1) everything TOG wants it to be is l10n.
* Mainly stylistic fixes:green1999-09-122-36/+26
| | | | | | 1. return( -> return ( 2. inappropriate ENODEV -> ENOTTY 3. some unreachable cases removed
* Make the d_flags of mem devices D_DISK to signify that they are disk-likegreen1999-09-123-3/+3
| | | | | | random-seekable devices. This lets dd(1) know it can seek on them. It also affects spec_vnopen() (IIRC), but only makes the path of execution smaller, and does not change its behavior. This is when securelevel >= 2.
OpenPOWER on IntegriCloud