Peter Wemm
31f723c7bc
Bring the Alpha and x86 Makefiles closer together.
2000-01-07 05:12:12 +00:00
Brian Somers
278657c32d
Don't set ifaddr::in_addrs to 1 after an ``iface clear'' on an interface
...
with no addresses.
2000-01-07 03:47:12 +00:00
Brian Somers
35099b5d17
include stdlib.h (setproctitle() is prototyped there in OpenBSD)
2000-01-07 03:23:38 +00:00
Brian Somers
ff36f30c56
Call serial devices `cuaXX'' instead of
`cuaaX'' (in line
...
with OpenBSD conventions).
2000-01-07 03:11:56 +00:00
Brian Somers
bb8ec81ec9
.Bl -tag requires -width too
...
Obtained from: OpenBSD
2000-01-07 03:11:42 +00:00
Brian Somers
57f0cd1068
Remove an unused #define
2000-01-07 03:11:31 +00:00
Mike Smith
f06f6736b0
Don't include <sys/systm.h>. It doesn't do anything, and with recent
...
changes it breaks building genassym.
2000-01-07 00:38:02 +00:00
Søren Schmidt
2f4bc071b3
Correct a typo.
2000-01-06 23:10:59 +00:00
Søren Schmidt
6d73a68a82
Add burncd to and remove wormcontrol from the targets.
2000-01-06 22:52:20 +00:00
Søren Schmidt
14c2c6c8b1
New ATAPI burner utility API, replaces the wormio API.
2000-01-06 22:50:02 +00:00
Søren Schmidt
191ba01f6a
New ATAPI burner utility. Replaces wormcontrol.
2000-01-06 22:46:20 +00:00
Warner Losh
0a3f3aa25c
Fix typos:
...
named->name: hank@black-hole.com
/etc/rc.conf -> /etc/rc PR: docs/15664 Iiya Naumov
Added radius.conf format change from jdp
Added genassym change from geoff rehmet <geoff@is.co.za>
Yes. I'm still very much the maintainer of this file in -current.
2000-01-06 18:19:35 +00:00
Luigi Rizzo
4f9b3f5f33
Cleanup diskless support in current, mostly aligning it to the one
...
in the 3.x branch. Also remove the dependency on /usr to find the
boot address/interface.
Mostly-submitted-abd-tested-by: MIHIRA Sanpei Yoshiro <sanpei@sanpei.org>
2000-01-06 18:17:38 +00:00
Peter Wemm
dd4450d659
I believe this fixes the problem certain people have been seeing when doing
...
checkouts from a local repo and committing via remote cvs. A cvs -d
override of the mismatched CVS/Root files was missing. This is a client
side fix, I'd appreciate it if the folks having trouble with this would
update their cvs client and pay particular attention next time..
2000-01-06 17:57:24 +00:00
David E. O'Brien
8ddb23e0a1
The previous commit closes
...
PR: 14300
Submitted by: Chris Emerson <cemerson+freebsd@chiark.greenend.org.uk>
2000-01-06 17:51:48 +00:00
Warner Losh
46121c1271
FDC_YE has been removed as a valid option.
...
Noticed by: bde
2000-01-06 16:45:56 +00:00
Sheldon Hearn
5249bd84d6
Back out rev 1.11, about which bde had concerns, and instead implement
...
appropriate bounds-checking and typecasts based on our knowledge of
the desired conversion format specifier.
Simplify diagnostics and take care to print the correct conversion
format specifier when %l is involved.
2000-01-06 15:37:37 +00:00
Bruce Evans
029b2bd09e
Print negative minor numbers in hex. Negative minor numbers are
...
essentially large unsigned ones, and we already print minor
numbers > 255 in hex.
2000-01-06 14:40:10 +00:00
Peter Wemm
a519749105
Third try.. Avoid filenames with spaces in them.
...
PR: 15937
Pointed out by: Koga Youichirou <y-koga@jp.FreeBSD.org>
2000-01-06 14:27:37 +00:00
Peter Wemm
d5127a856d
Missed s/KERNEL/_KERNEL/ here.. *blush*.
...
Submitted by: bde
2000-01-06 13:14:51 +00:00
Andrey A. Chernov
2adca0d334
Oops, fix typo in prev commit
2000-01-06 12:48:48 +00:00
Andrey A. Chernov
2b1956a854
Don't set \(hy to char173 for koi8-r
2000-01-06 12:47:21 +00:00
Yoshinobu Inoue
9a4365d0e0
libipsec and IPsec related apps. (and some KAME related man pages)
...
Reviewed by: freebsd-arch, cvs-committers
Obtained from: KAME project
2000-01-06 12:40:54 +00:00
Daniel Eischen
171eec1876
Change REGENTS -> AUTHOR in the copyright.
...
Add $FreeBSD$.
I missed this file in a previous commit.
Pointed out by: tg
2000-01-06 12:16:16 +00:00
Mike Smith
155af3ba26
Now that chown is no longer available, we shouldn't try to use it.
...
Improve the internal mknod() to understand being passed an (optional)
user:group specification.
Don't apply root:wheel to nodes explicitly anywhere, it's the default.
Remove an odd looking uucp:wheel assignment, as it's inconsistent with
all the other tty?? devices.
2000-01-06 10:56:46 +00:00
Jun-ichiro itojun Hagino
8a3c127000
remove most of PF_INET6 description. add references only.
...
Suggested by: Ruslan Ermilov <ru@FreeBSD.org>
2000-01-06 08:58:33 +00:00
Bill Paul
032eb46fbb
Cleanups: remove stale comments left over from when I cloned the ADMtek
...
driver, remove unused member of kue_chain struct also left over from
ADMtek driver.
2000-01-06 07:39:07 +00:00
Warner Losh
deae2aaf91
Checkpoint of today's changes. We now get to the point where the pccard
...
layer is trying to access the now unexistant chip functions.
o Added DEVPRINTF which is like DPRINTF only calls device_printf.
o Made it possible to define PCICDEBUG
o Remove ph_parent and use the softc pointer sc instead in pcic_handle.
o Remove all references to dv_xname
o Add some debug messages.
o enable MI attach/detach calling for pccard.
o convert pcic_chip_socket_{en,dis}able to pcic_{dis,en}able_socket
and connect them to the power_{enable,disbale}_socket.
o Remove pccard pointer from pcic_softc.
o GC some unused pccard functions.
o Convert pccard_chip_socket* to POWER_ENABLE_SOCKET
o kill pccard_attach_args.
o power_if.m updates. More to come.
2000-01-06 07:30:28 +00:00
Warner Losh
b2290df23b
Add power_if.[cho] generation for new pccard system.
...
Also added commented out xe driver pending change. Should be benign.
2000-01-06 07:18:05 +00:00
Warner Losh
3b1782065f
Merge most of FDC_YE into the mainline driver.
...
o Rename FDC_PCMCIA to FDC_NODMA to allow systems that don't have dma
for floppies.
o Remove all but two FDC_YE ifdefs. They aren't needed.
o Move defines for YE_DATAPORT to fdreg.h.
Not fixed:
o The pccard probe/attach. However, motivated individuals can more
easily add this now.
This is a merge of changes I've had in my tree for a long time. These
fixes were tested on my VAIO with its normal floppy. Please let me
know if I broke anything.
Prodded by: Peter Wemm <peter@freebsd.org>
2000-01-06 07:13:54 +00:00
David E. O'Brien
01f1e15e44
Revert rev 1.3. chown(8)-like functionality has been added to mknod(8)
...
and MAKEDEV(8) will be changed to not use chown(8), thus removing the
depdendance on a having /usr mounted.
2000-01-06 05:30:38 +00:00
David E. O'Brien
2dc152529e
Add chown(8)-like functionality. This will allow us to not use chown(8)
...
in MAKEDEV(8) -- removing the need of having /usr mounted.
2000-01-06 05:20:14 +00:00
Cameron Grant
833f702348
allow mixer-only devices - ie, devices with no play/rec channels
2000-01-06 04:11:36 +00:00
Jun-ichiro itojun Hagino
1522ff5b28
bring in description for KAME IPv6 changes.
...
XXX it looks that sysctl.3 lacks most of PF_INET items.
Reviewed by: shin
Obtained from: KAME (netbsd-current)
2000-01-06 03:47:57 +00:00
Andrew Gallatin
081fb9623d
implement OSF_GET_MAX_UPROCS portion of osf1_getsysinfo() for AT&T ksh
2000-01-06 02:37:45 +00:00
Andrew Gallatin
b5227c64c4
Shutup complaints about unimplemented SVR4 ioctls
2000-01-06 02:35:44 +00:00
Tim Vanderhoek
838fb327f2
Make example for handling "-##" work and comply with style(9). Still
...
doesn't handle nastier corner cases such as "-j3 -33" correctly. <shrug>
PR: docs/12994 (James Howard <howardjp@wam.umd.edu>)
2000-01-06 01:25:15 +00:00
Greg Lehey
dac2aaa459
make_devices(): Create devices with permissions 640, not 740.
...
Pointed-out-by: "Rodney W. Grimes" <freebsd@gndrsh.dnsmgr.net>
2000-01-05 23:56:33 +00:00
Bill Paul
a7fffc4bc2
Update copyright date for Y2K (did the other files but forgot this one).
...
Also update comments to credit to Rob Furr with donating the adapter
that I used for testing. No code changes.
2000-01-05 23:38:07 +00:00
Greg Lehey
b51b6b8a7b
Don't tsleep with PCATCH, it's a wonderful way to hang the system.
...
Reported-by: Bernd Walter <ticso@cicely.de>
2000-01-05 22:59:36 +00:00
Greg Lehey
3bd2a0a10c
Add missing header file.
...
Not-reported-by: peter
2000-01-05 22:58:39 +00:00
Mark Newton
0e741a5b5b
Add documentation for SVR4 options in LINT.
2000-01-05 21:41:16 +00:00
Mark Newton
d5b0df04b2
Unbreak LINT -- typedefs from signal.h are needed to make prototypes in
...
this file make sense.
2000-01-05 21:28:46 +00:00
Cameron Grant
bbb5bf3d69
don't panic if channel init fails, report and fail gracefully
2000-01-05 20:44:41 +00:00
Archie Cobbs
4c641908e9
Fix a few obscure memory leaks.
2000-01-05 20:36:07 +00:00
Matt Jacob
25412fdf38
Cast myminor/mymajor results to u_int so
...
comparisons to longs work correctly on
alpha.
2000-01-05 20:18:16 +00:00
Peter Wemm
8cb96f20f8
Export the nselcoll counter via the kern.nselcoll sysctl so we can see
...
just how bad it gets in various situations.
Reminded by: adrian
2000-01-05 19:40:17 +00:00
Bruce Evans
b9b652d2f6
Support filesystems with the not-so-new "filetype" feature. This
...
feature gives the d_type field for struct dirent. We used to panic
in ext2_readdir() for filesystems with this feature.
2000-01-05 19:31:26 +00:00
Bruce Evans
ed92ab90fc
Actually remove unrequired SRCS.
2000-01-05 19:22:10 +00:00
Bruce Evans
a37e09e423
Fixed the type of dllockinit() (const unpoisoning).
...
Use long lines instead of lines split with backslash-newline in synopsis.
My synopsis checker doesn't understand backslash-newline.
2000-01-05 19:04:55 +00:00