summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/4.5.0_cvscvs2svn2002-02-0415082-902457/+91634
| | | | | | | 'RELENG_4_5_0_RELEASE'. This commit was manufactured to restore the state of the 4.5-RELEASE image. Releases prior to 5.3-RELEASE are omitting the secure/ and crypto/ subdirs.
* This commit was manufactured by cvs2svn to create tagrelease/4.5.0cvs2svn2002-02-0423-1556/+0
| | | | | | | | 'RELENG_4_5_0_RELEASE'. Notes: svn path=/releng/4.5/; revision=90219 svn path=/release/4.5.0/; revision=90220; tag=release/4.5.0
* This commit was manufactured by cvs2svn to create branch 'RELENG_4_5'.cvs2svn2002-02-0426719-0/+9403026
|\ | | | | | | Notes: svn path=/releng/4.5/; revision=90219
| * This commit was manufactured by cvs2svn to create branch 'RELENG_4'.cvs2svn2002-02-0470-0/+37680
| | | | | | | | Notes: svn path=/stable/4/; revision=90216
| * MFC:Hajimu UMEMOTO2002-02-042-1/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | - Make it possible to turn on RES_INSECURE[12] with /etc/resolv.conf. - Don't connect datagram socket if RES_INSECURE1. - Needed to implement IPv6 anycast UDP DNS queries as documented in <draft-ietf-ipngwg-dns-discovery-03.txt>. lib/libc/net/res_init.c: 1.26 lib/libc/net/res_send.c: 1.42 Notes: svn path=/stable/4/; revision=90208
| * MFC: Do not taint ::/124 for localhost reverse table.Hajimu UMEMOTO2002-02-042-2/+9
| | | | | | | | | | | | | | | | | | etc/namedb/PROTO.localhost-v6.rev: 1.1 etc/namedb/make-localhost: 1.6 etc/namedb/named.conf: 1.12 Notes: svn path=/stable/4/; revision=90207
| * MFC: Log wtmp according to an address family properly.Hajimu UMEMOTO2002-02-043-25/+16
| | | | | | | | | | | | | | | | | | libexec/ftpd/extern.h: 1.17 libexec/ftpd/ftpd.c: 1.95 libexec/ftpd/logwtmp.c: 1.10 Notes: svn path=/stable/4/; revision=90204
| * MFC: dumpdev loader tunable, ngctl(8) write, ps(1) -W deorbit burn.Bruce A. Mah2002-02-041-1/+12
| | | | | | | | Notes: svn path=/stable/4/; revision=90201
| * New errata item: Linux emulation needs SYSVSEM.Bruce A. Mah2002-02-041-0/+4
| | | | | | | | | | | | | | Submitted by: archie Notes: svn path=/stable/4/; revision=90191
| * Pullup patch to change securelevel required for "secure" firewalling.Darren Reed2002-02-042-2/+2
| | | | | | | | | | | | | | | | | | | | PR: 27615 Submitted by: Andria Thomas <andria@tovaris.com> Reviewed by: darrenr Approved by: darrenr Notes: svn path=/stable/4/; revision=90184
| * MFC: allow dump device be configured via loader(8) tunable.Maxim Sobolev2002-02-044-6/+31
| | | | | | | | Notes: svn path=/stable/4/; revision=90180
| * MFC: split the logic of setrootbyname() out into getdiskbyname().Maxim Sobolev2002-02-042-11/+49
| | | | | | | | | | | | | | (kern/vfs_conf.c rev 1.50, sys/conf.h rev 1.105) Notes: svn path=/stable/4/; revision=90179
| * MFC: 'uname -p' prints the value of hw.machine_arch instead of hw.machine.Yoshihiro Takahashi2002-02-042-8/+22
| | | | | | | | | | | | | | Added __FBSDID(); Notes: svn path=/stable/4/; revision=90177
| * MFC: fix an inverted test case when checking return value of getenv().Maxim Sobolev2002-02-041-1/+1
| | | | | | | | Notes: svn path=/stable/4/; revision=90176
| * MFC: Added 'MACHINE=i386' to MKMODULESENV variable.Yoshihiro Takahashi2002-02-041-0/+1
| | | | | | | | Notes: svn path=/stable/4/; revision=90175
| * MFC: add support for PhotoClip USB Camera.Maxim Sobolev2002-02-044-0/+27
| | | | | | | | Notes: svn path=/stable/4/; revision=90173
| * MFC of the fix allowing to do ">/dev/stdout"Sergey Babkin2002-02-041-4/+4
| | | | | | | | Notes: svn path=/stable/4/; revision=90169
| * Regenerated file from previous commit to syscalls.masterAndrew Gallatin2002-02-033-18/+6
| | | | | | | | Notes: svn path=/stable/4/; revision=90152
| * MFC: Linux/alpha uses the same BSDish return mechanism we do forAndrew Gallatin2002-02-032-4/+8
| | | | | | | | | | | | | | | | | | getpid, getuid, getgid and pipe, since they bootstrapped from OSF/1 and never cleaned up. Switch to the native syscalls on alpha so that the above functions work. Notes: svn path=/stable/4/; revision=90151
| * MFC: Moved IC specific files into sys/dev/ic.Yoshihiro Takahashi2002-02-038-512/+6
| | | | | | | | Notes: svn path=/stable/4/; revision=90144
| * MFC: Use the bus_space stuff completely.Yoshihiro Takahashi2002-02-033-45/+106
| | | | | | | | Notes: svn path=/stable/4/; revision=90142
| * MFC: Add epson_inw function.Yoshihiro Takahashi2002-02-031-0/+13
| | | | | | | | | | | | | | Enable interrupts again after disabling them. Notes: svn path=/stable/4/; revision=90141
| * MFC 1.49: Display full error message.Dag-Erling Smørgrav2002-02-031-5/+52
| | | | | | | | | | | | | | MFC 1.50: Check return value when reading end of chunk. Notes: svn path=/stable/4/; revision=90140
| * MFC 1.74: Mark uploads as O_WRONLY, not O_RDONLY.Dag-Erling Smørgrav2002-02-031-2/+6
| | | | | | | | Notes: svn path=/stable/4/; revision=90139
| * MFC: Added kgzldr for pc98.Yoshihiro Takahashi2002-02-033-5/+5
| | | | | | | | Notes: svn path=/stable/4/; revision=90136
| * MFC:Greg Lehey2002-02-031-1/+1
| | | | | | | | | | | | | | | | | | | | allocrqg: Don't ever try to write to a NULL pointer. Reported by: Jeff Roberson <jeff@midstream.com> Pointy hat to: grog Notes: svn path=/stable/4/; revision=90130
| * MFC:Greg Lehey2002-02-031-3/+0
| | | | | | | | | | | | | | | | vinumioctl: Fix a double fault caused by calling setjmp() without holding the config lock. Notes: svn path=/stable/4/; revision=90126
| * MFC:Greg Lehey2002-02-031-0/+2
| | | | | | | | | | | | | | | | vinumioctl: Fix a double fault caused by calling setjmp() without holding the config lock. Notes: svn path=/stable/4/; revision=90125
| * Fix broken GETOPT and SETOPT control messages (already fixed in -current).Archie Cobbs2002-02-021-2/+2
| | | | | | | | Notes: svn path=/stable/4/; revision=90124
| * New errata entry: Correct typo for sysutils/sbniconfig in releaseBruce A. Mah2002-02-021-0/+5
| | | | | | | | | | | | | | | | | | 4.5-RELEASE relnotes. Submitted by: "Alexey V. Neyman" <alex.neyman@auriga.ru> Notes: svn path=/stable/4/; revision=90105
| * New errata item: Address sshd(8) interoperability issues withBruce A. Mah2002-02-021-1/+13
| | | | | | | | | | | | | | | | | | OpenSSH. PR: 34274 Notes: svn path=/stable/4/; revision=90104
| * MFC: A case of ninfo (non-info)Wilko Bulte2002-02-011-0/+5
| | | | | | | | | | | | | | Submitted by: Hans.VanSluis@compaq.com Notes: svn path=/stable/4/; revision=90092
| * MFC: Add ngctl "write" command.Archie Cobbs2002-02-014-1/+4
| | | | | | | | Notes: svn path=/stable/4/; revision=90078
| * MFC: Increase buffer size for bootp reply.Doug Ambrisko2002-02-011-1/+1
| | | | | | | | | | | | | | Approved by: imp Notes: svn path=/stable/4/; revision=90072
| * MFC: yp(4) -> yp(8).Ruslan Ermilov2002-02-0128-588/+47
| | | | | | | | Notes: svn path=/stable/4/; revision=90066
| * Reduce diffs to -CURRENT.Ruslan Ermilov2002-02-011-9/+12
| | | | | | | | Notes: svn path=/stable/4/; revision=90064
| * MFC: deorbit the -W option.Ruslan Ermilov2002-02-012-21/+7
| | | | | | | | Notes: svn path=/stable/4/; revision=90062
| * MFC rev 1.28: don't confuse the original mode with the original fileSheldon Hearn2002-02-011-3/+3
| | | | | | | | Notes: svn path=/stable/4/; revision=90060
| * MFC: RTM_IFANNOUNCE routing socket message type.Ruslan Ermilov2002-02-016-3/+96
| | | | | | | | Notes: svn path=/stable/4/; revision=90058
| * MFC: 1.148: { 127, <any> } MUST NOT appear outside a host.Ruslan Ermilov2002-02-011-1/+11
| | | | | | | | Notes: svn path=/stable/4/; revision=90057
| * MFC: 1.39: sendto(2) can't return ENOBUFS for unreliable protocols.Ruslan Ermilov2002-02-011-73/+28
| | | | | | | | Notes: svn path=/stable/4/; revision=90056
| * MFC: -m option now does architecture lookups (same as ${MACHINE}).Ruslan Ermilov2002-02-014-114/+36
| | | | | | | | Notes: svn path=/stable/4/; revision=90055
| * MFC: Fixed bugs with the "-l preload" option:Ruslan Ermilov2002-02-012-6/+11
| | | | | | | | | | | | | | | | - first ping after a preload was sent undelayed - we could send more than -c packets in preload with ping(8) Notes: svn path=/stable/4/; revision=90052
| * Re-apply revision 1.25.2.2 (cleanup of the gecos fieldRuslan Ermilov2002-02-011-1/+1
| | | | | | | | | | | | | | for the `bin' account) now that code freeze is over. Notes: svn path=/stable/4/; revision=90051
| * MFC *: This is the usr.sbin/lpr part of an update originallyGarance A Drosehn2002-02-013-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | committed to current by ru. Paraphrasing his comments: Set BINOWN=root explicitly for setuid root binaries. While this may seem redundant, we do it because a user *may* decide to change the setting of BINOWN in make.conf. These programs should always be installed setuid-root, even if that change is made in make.conf. [* = 1.11 lpq/Makefile, 1.11 lpr/Makefile, 1.12 lprm/Makefile] Notes: svn path=/stable/4/; revision=90044
| * MFC *: A few months ago, obrien performed a major cleanup of usr.sbinGarance A Drosehn2002-02-0116-43/+65
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Makefiles, making them more consistent. This MFC just pulls across the subset of those changes which were specific to usr.sbin/lpr/* [* = 1.9 Makefile, 1.8 Makefile.inc, 1.10 chkprintcap/Makefile, 1.7 common_source/Makefile, 1.6 filters.ru/Makefile, 1.2 filters.ru/Makefile.inc, 1.2 koi2855/Makefile, 1.2 koi2alt/Makefile, 1.2 filters/Makefile, 1.8 lp/Makefile, 1.10 lpc/Makefile, 1.13 lpd/Makefile, 1.10 lpq/Makefile, 1.10 lpr/Makefile, 1.11 lprm/Makefile, 1.10 pac/Makefile] Notes: svn path=/stable/4/; revision=90040
| * MFC 1.41: kern.ps_arg_max_cache is a long, not an int. This breaksPeter Wemm2002-01-311-1/+1
| | | | | | | | | | | | | | ps(1) without /proc on 4.x on alpha. Notes: svn path=/stable/4/; revision=90038
| * MFC: SiS 630 chipset for sis(4) driver.Bruce A. Mah2002-01-311-1/+1
| | | | | | | | Notes: svn path=/stable/4/; revision=90037
| * MFC new vlrureclaim trigger-point code. vlrureclaim()'s purpose in life isMatthew Dillon2002-01-311-0/+44
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | to maintain kern.maxvnodes, not to try to free memory. In fact, the reclaim code is generally called when there is lots of memory available but the system has too many vnodes. So we can safely skip vnodes which still have a large number of resident pages present and thereby avoid unnecessary flushes (e.g. for Yahoo, potentially nasty flushes of MAP_NOSYNC pages). We calculate a resident count that guarentees we will still be able to locate enough vnodes to reclaim to satisfy kern.maxvnodes. MFC new vlruvp() procedure, which is currently a NOP. We will be able to utilize this procedure after we've cleaned up the filesystem SYNCing code. Right now SYNC becomes wildly inefficient if the vlruvp() code is enabled. Notes: svn path=/stable/4/; revision=90035
| * MFC remove P_BUFEXHAUST scrapsMatthew Dillon2002-01-313-3/+1
| | | | | | | | Notes: svn path=/stable/4/; revision=90034