David E. O'Brien
4590b8aad9
Bump __FreeBSD_version after the Binutils upgrade -- just in case a port
...
or someone needs to decern the event.
2000-05-26 00:22:48 +00:00
Nick Hibma
42f0d19d1b
Regen.
2000-05-25 22:29:47 +00:00
Nick Hibma
1eb1a86576
New entries (Mike Meyer)
2000-05-25 22:27:55 +00:00
Tor Egge
5bb4998cca
Reintroduce a workaround for a gas bug (misassembled lgdt instruction)
...
Use .code16 for the real mode part of the AP bootstrap trampoline code.
2000-05-25 21:33:52 +00:00
Dirk Froemberg
8b2f7124cf
Remove -a from mkisofs' argument list. It's the default for version 1.12.1
...
and up and causes mkisofs to fail if present.
Add $FreeBSD$ while I'm here.
Ok'ed by: jkh
2000-05-25 20:12:10 +00:00
Nick Sayer
2db39860cf
1. Add IPv6 portrange restriction code (-U flag) to passive().
...
2. Add portrange restriction code (for both v4 and v6) to the EPSV
processing stuff.
2000-05-25 19:30:18 +00:00
Dag-Erling Smørgrav
a68f8b580f
Output newline after debugging message
2000-05-25 16:50:08 +00:00
Dag-Erling Smørgrav
9a964d6a82
Add (and document) fetchMakeURL()
2000-05-25 16:46:09 +00:00
Hajimu UMEMOTO
84861c13f9
IPv6 support.
...
Add $FreeBSD$.
2000-05-25 16:38:22 +00:00
Darren Reed
f1beb78299
fix up #ifdef jungle for FreeBSD
2000-05-25 16:24:46 +00:00
Dag-Erling Smørgrav
ba101983d5
Dump com_err, it's a stinking crock of shit.
2000-05-25 16:24:31 +00:00
Darren Reed
6774c05335
remove duplicate prototypes
2000-05-25 16:23:30 +00:00
Brian Somers
682cb20f5d
Fix a topy (if (expr); command;)
...
Submitted by: Renaud Waldura <renaud@guppy.evolunet.com>
2000-05-25 16:12:55 +00:00
Hajimu UMEMOTO
9ba97db25b
Don't pass scope-id to EPRT command.
...
Reviewed by: sumikawa
2000-05-25 15:27:31 +00:00
Alfred Perlstein
7009672a8a
fix stray 'i' from editor.
2000-05-25 08:24:38 +00:00
Tim Vanderhoek
e3d6d28bd1
Fix some newlines which have snuck in here in contradiction with
...
fortune's formatting rules.
2000-05-25 05:45:44 +00:00
Tim Vanderhoek
bd1a800065
Add a missing negative to a clause.
2000-05-25 05:07:50 +00:00
Tim Vanderhoek
e64a6bd772
Add some fortunes, typically gleaned from FreeBSD mailing lists, remove
...
some dups, fix some typos and formatting.
Submitted-by (in no particular order):
Cy Schubert <cschuber@uumail.gov.bc.ca> (bin/12477)
David Kelly <dkelly@hiwaay.net> (misc/16647)
Zachary K Drew <drew0054@tc.umn.edu> (misc/16848)
Mark Ovens <mark@ukug.uk.freebsd.org> (misc/15809)
Bruce A. Mah <bmah@nimitz.ca.sandia.gov> (bin/17085)
And myself.
Approved by: The Fortune Teller
2000-05-25 04:38:47 +00:00
Tim Vanderhoek
665aa583f1
Remove a period inserted by a previous commit. Corporate mottos and
...
the like usually don't have periods.
Approved by: The Fortune Master
2000-05-25 04:25:54 +00:00
Mike Smith
6af0a0de78
Remove all of the block devices, correct major numbers to point to the
...
corresponding character devices. This is (currently) untested, but
should be correct.
2000-05-25 02:48:15 +00:00
Mike Smith
f8883ef3e1
Teach sysinstall about 'twe' disks. Note that this is currently
...
untested, and with the current state of flux surrounding the death
of bdevs other things here may need to change.
2000-05-25 02:28:50 +00:00
Jonathan Lemon
50c6dc99d8
Mark the checksum as complete when looping back multicast packets.
...
Submitted by: Jeff Gibbons <jgibbons@n2.net>
2000-05-25 02:27:14 +00:00
Mike Smith
880479f425
Teach libdisk about 'twe' disks.
2000-05-25 02:23:47 +00:00
Archie Cobbs
a79bb513a1
Fix typo.
2000-05-25 00:36:43 +00:00
Mike Smith
245196141c
Learn how to create device nodes for the 'twe' devices.
2000-05-24 23:49:49 +00:00
Mike Smith
c944dedc6f
Manpage for the 'twe' driver.
2000-05-24 23:48:15 +00:00
Mike Smith
b2c30096c7
Build the twe module with the rest.
2000-05-24 23:42:03 +00:00
Mike Smith
d3632ec4c6
Add the 'twe' driver module makefile.
2000-05-24 23:41:26 +00:00
Mike Smith
2597312222
Initial import of a driver for the 3ware Escalade family of ATA RAID
...
controllers.
2000-05-24 23:35:23 +00:00
Mike Smith
1bd2fef771
Take 146 and 147 for the twe driver.
2000-05-24 23:19:15 +00:00
Archie Cobbs
06a429a3c8
Just need to pass the address family to if_simloop(), not the whole sockaddr.
2000-05-24 21:16:56 +00:00
Brian Somers
d4c74446f7
The name /var/log/alias.log is *not* likely to change in the near
...
future...
2000-05-24 20:56:30 +00:00
Darren Reed
f86f73a6eb
add common.c to SRCS
2000-05-24 20:47:08 +00:00
Jordan K. Hubbard
9b5b02c405
catch up to the modern ATAPI disk naming conventions and add floppy
...
disks.
Submitted by: bde
2000-05-24 20:25:42 +00:00
Darren Reed
d3215ca1c3
add common.c to SRCS to fix compile problems
2000-05-24 20:04:41 +00:00
David E. O'Brien
8e5f64732b
Move c-decl.c out of the common libcc_int.a into the binary Makefiles
...
where it is used. c-decl has symbols that conflict with several of the
cc1plus sources.
GNU `ld' was changed in Dec 1999 to be more be compatable with the way that
other linkers work (specifically in the Solaris linker). The 2.9.1 `ld',
did the Wrong Thing in that if a library contained a common symbol that
matched a definition of that symbol in another (already linked in object)
it would also be linked in, even if there was no other reason to do so.
This is wrong. The library should only be linked in if it contains
non-common, non-weak symbols which are needed by previously linked in
objects.
2000-05-24 20:02:21 +00:00
Darren Reed
a4f66d8f4c
fix duplicate rcsid's
2000-05-24 19:38:17 +00:00
Steve Price
8e47c536c2
Don't allow people to create new PRs with a 'wish' class.
...
Requested by: Sheldon Hearn <sheldonh@uunet.co.za>
2000-05-24 14:40:25 +00:00
Peter Wemm
9f85bc03de
pmap_enter() masked off the page offset bits, pmap_kenter() did not.
...
This (I believe) is the cause of the XFree86 startup and/or mptable(8)
panics when programs were reading from /dev/mem at non-page-aligned
offsets. The offsets were being converted into random page flags in the
page tables. :-( (including PG_PS = 4MB page size)
2000-05-24 14:22:22 +00:00
Brian Somers
632cd66778
Mention what ``enable proxy'' actually does
2000-05-24 13:49:39 +00:00
Mike Pritchard
fe6c63c617
Remove the lpr/runqueue directory and associated files.
...
These are not used anymore and are outdated and only cause
confusion (I just committed a fix to one of these files within
the last hour, thinking it was still valid).
2000-05-24 13:05:50 +00:00
Bruce Evans
582a77606f
Fixed some style bugs (mainly convoluted logic for blackhole processing).
2000-05-24 12:57:52 +00:00
Mike Pritchard
50545e9e59
Re-implement my fix from rev 1.6 (same rev for both files being committed)
...
that was lost during the lite-2 merge. From the original commit message:
Initialize the group list so that any filter programs that are
run by lpd are not run with root's groups.
2000-05-24 11:38:50 +00:00
Hajimu UMEMOTO
4efe647d8b
We should see the ai_canonname menber of the first addrinfo
...
structure in the linked list. RFC2553 mentions only first.
Reviewed by: shin
2000-05-24 11:24:49 +00:00
Peter Wemm
e49b03b90b
This commit was generated by cvs2svn to compensate for changes in r60867,
...
which included commits to RCS files with non-trunk default branches.
2000-05-24 10:44:45 +00:00
Peter Wemm
6b9085fd58
Bring in the fix for the trace/_nc_trace issue, without breaking the
...
vendor branching. The author has fixed this also so we can do this
safely.
2000-05-24 10:44:45 +00:00
Peter Wemm
ebb6049b1f
It would have been nice if this actually compiled. Close the header
...
comment */.
2000-05-24 09:08:55 +00:00
Brian Somers
d9626e9459
Honour `set speed sync'' and
`set device !program'' when
...
used together by creating a SOCK_DGRAM socketpair() between
the processes.
Be polite when closing !program links and send a HUP to the
process. This makes ssh tunnels over unreliable media (such
as via httptunnel) reconnect properly.
2000-05-24 09:05:58 +00:00
Brian Somers
4518b0757f
Mention it in the log file when we HUP a process that
...
controls a link.
2000-05-24 09:05:45 +00:00
Jun Kuriyama
569e965893
Add OPTi 82C700 chipset.
...
Submitted by: sanpei@sanpei.org
PR: kern/18155 (part of)
2000-05-24 09:03:30 +00:00