summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Zaire is now the Dem. Rep. of the Congo, and has new two- and three-letterwollman1997-10-281-4/+9
| | | | | | codes. Obtained from: ISO 3166 Maintenance Agency via RIPE NCC
* Synchronize with sys/i386/isa/npx.c and clock.c revisions 1.53 andkato1997-10-284-8/+20
| | | | 1.103, respectively.
* Synchronize with sys/i386/conf/files.i386 revision 1.178.kato1997-10-282-4/+4
|
* 1) Create intermediate directories with 755, not 777ache1997-10-281-4/+5
| | | | | 2) Exit with error diagnostic if file exists but not a directory (-d) 3) Do chmod independently of chown (-d)
* Don't #include <nfs/nfs.h> in <nfs/nfs_node.h> if KERNEL is defined.bde1997-10-2810-18/+20
| | | | Fixed everything that depended on the nested include.
* Implement group part now, final syntax is:ache1997-10-282-17/+49
| | | | user[:group][/login-class]
* This depends on option TCP_DEBUG for some reason, so includebde1997-10-281-1/+4
| | | | | | opt_tcp_debug.h so that the option is visible again. Restored a used #include.
* Don't include <machine/cputypes.h> or declare cputype/class interfacesbde1997-10-2814-66/+86
| | | | | | | in <machine/cpu.h>. Moved the declarations to <machine/cputypes.h>. Fixed style bugs in the moved code. Fixed everything that depended on the nested include. Don't include <machine/cpu.h> (in the changed files) unless something in it is used directly.
* Implement linux_semop, linux_semget and linux_semctl.kato1997-10-284-10/+292
| | | | PR: 4355
* Fixed style bugs in open() fix.bde1997-10-282-8/+10
|
* Synchronize with sys/i386/conf/GENERIC revision 1.100.kato1997-10-282-4/+2
|
* Typo.joerg1997-10-281-2/+2
| | | | Submitted by: peter@rhiannon.clari.net.au (Peter Hawkins)
* Use the new "mandatory" keyword for the npx driver.joerg1997-10-282-4/+4
|
* Removed another comment about not-so-mandatory devices i've missed injoerg1997-10-283-6/+6
| | | | | | the previous commit. It's perfectly legal to build a kernel without any video device driver (and even without any console driver at all if desired).
* Remove the stale `log' non-pseudodevice.joerg1997-10-286-39/+18
| | | | Found by: the new config(8) ;-)
* Allow for a keyword in the "files" file named "mandatory". The firstjoerg1997-10-283-6/+31
| | | | | | | | candidate for this is "npx0", more are likely to follow. Check for pseudo-devices that are being configured, but don't appear in any "files" file. The ``pseudo-device bpf 2'' already hit me too often.
* 1) Ignore -C with -d, not fail (for $(INSTALL) macro from /etc/make.conf)ache1997-10-271-9/+9
| | | | | | | 2) When uid/gid not specified, not try to set 0:0 owner, just do nothing. It makes possible to use install -d by users without setting their uid:gid each time. 3) Be more specific where install_dir fails
* Back out moving nobody to daemon class, the problem fixed in another place:ache1997-10-271-1/+1
| | | | inetd
* Add -c option that allows root to specify a login_class.guido1997-10-272-19/+35
|
* Implement login classes sepcification as user[/loginclass]ache1997-10-272-10/+56
| | | | | By default inetd run things with the same limits as from /etc/rc (daemon class) to not break anything as in good old days.
* Use a MODE SELECT command to reset the block size, instead of calling thejmz1997-10-271-13/+33
| | | | prepare_track() function, which caused fixation problems with some drives.
* When dosourcerouting is set do not sourceoute....guido1997-10-271-1/+4
|
* Moved declaration of etext from <machine/md_var.h> to <machine/cpu.h>bde1997-10-279-22/+17
| | | | | | | | and fixed everything that dependended on it being declared in the old place. It is used in "machine-independent" code in subr_prof.c. Moved declaration of btext from subr_prof.c to <machine/cpu.h>. It is machine-dependent.
* Oops, <machine/psl.h> is used unconditionally in -current.bde1997-10-273-9/+3
|
* Move nobody to daemon class, otherwise it is impossible to start fingerdache1997-10-271-1/+1
| | | | | while Apache is running, it effectively eats all default class limits for nobody
* Cleaned up #includes.bde1997-10-273-48/+51
| | | | | | Ifdefed conditionally used includes. Finished changing indentation of per-statement comments to 40.
* KNFize rev.1.31.bde1997-10-272-8/+12
|
* Use unique sleep message strings.bde1997-10-272-8/+6
|
* Use 127 instead of CHAR_MAX for the limit on the sequence count. Thebde1997-10-271-18/+17
| | | | | | | | | | limit doesn't have anything to do with characters. The count mainly needs to fit in the VOP_READ() ioflag after being left shifted by 16. Moved vn_lock() before vn_closefile(). vn_lock() was mismerged from Lite2. Removed some gratuitous braces.
* Use bread() instead of cluster_read() for reading the last blockbde1997-10-272-4/+4
| | | | | | | | | | in a file. There was a (harmless, I think) off-by-1 error. This was fixed in ufs long ago (rev.1.21 of ufs_readwrite.c) but not in cd9660. cd9660_read() has stagnated in many other ways. It is closer to the Net/2 ufs_read() (which is was cloned from) than ufs_read() itself is.
* Better wording explaining that all single character optionssteve1997-10-271-1/+10
| | | | | | are extensions along with the previous list of primaries. Suggested by: bde
* Removed unused #includes. The need for most of them went away withbde1997-10-2724-69/+25
| | | | recent changes (docluster* and vfs improvements).
* Forward declare precisely the structs that are actually used in this header.bde1997-10-271-7/+9
|
* Use err(3).charnier1997-10-272-18/+14
|
* Remove `progname'.charnier1997-10-272-62/+58
|
* Add usage() and err(3). Sync man page with usage string.charnier1997-10-272-42/+55
|
* One line usage string: see man page for more info.charnier1997-10-272-30/+23
|
* Cosmetic in err() strings.charnier1997-10-272-46/+37
|
* Use err(3).charnier1997-10-272-30/+38
|
* Synchronize with sys/i386/isa/sio.c revision 1.187.kato1997-10-272-130/+68
|
* Synchronize with sys/i386/isa/if_fe.c revision 1.32.kato1997-10-271-97/+58
|
* Synchronize with sys/i386/isa/if_ed.c revision 1.125.kato1997-10-271-77/+32
|
* Synchronize with sys/i386/isa/syscons.c revision 1.236.kato1997-10-271-4/+3
|
* Synchronize with sys/i386/conf/GENERIC and majors.i386 revisions 1.99kato1997-10-273-10/+10
| | | | and 1.19, respectively.
* Use err(3). Add prototypes. Document -s and -r flags.charnier1997-10-272-54/+71
|
* Statisize usage().charnier1997-10-274-10/+20
|
* Use err(3). Stylistic changes in man page.charnier1997-10-273-89/+77
|
* Add usage(). Document -n flag. Do not touch/remove /etc/wall_cmos_clockcharnier1997-10-272-15/+34
| | | | when -n (do nothing) is used.
* Use err(3). Change `=' to `==' in two places, so that server not responding/charnier1997-10-273-92/+74
| | | | | server ok is not displayed too often. OKed by: Bill (wpaul).
* ntohl->htonl.charnier1997-10-271-2/+2
| | | | OKed by: Bruce
OpenPOWER on IntegriCloud