peter
8180c55fce
move gperf to NO_GXX section, it works fine on ia64. It just needs a
...
c++ compiler.
2002-04-08 22:58:52 +00:00
peter
926eea6a54
Unbreak world (missing .else)
...
Submitted by: fenner
Pointy hat to: obrien
2002-04-08 22:56:28 +00:00
ache
9acbbd14fc
Get decimal point from locale
2002-04-08 22:00:28 +00:00
obrien
986e4bd208
Allow to compile with both GCC 2.95 and 3.1.
2002-04-08 21:22:58 +00:00
mux
bf7d877bcd
The fourth parameter to copystr() is a size_t, not an int.
...
Approved by: peter
2002-04-08 21:14:19 +00:00
jeff
2d373c5269
Quiet witness warnings about acquiring several zone locks. In the case that
...
this happens it is OK.
2002-04-08 21:08:17 +00:00
asmodai
1c2992c7a6
Cast totreq to unsigned long long, as needed on 64-bit machines.
...
Pointed out by: jeff
2002-04-08 21:06:14 +00:00
ache
2f15166855
Remove it in favour of GNU sort
2002-04-08 20:50:12 +00:00
ache
cfa7ad4216
Connect sort
2002-04-08 20:46:44 +00:00
obrien
6aabd0ab72
sparc64 grew _setjmp/_longjmp.
2002-04-08 20:46:07 +00:00
obrien
0d26ffda3d
Use -ffreestanding.
2002-04-08 20:45:44 +00:00
ache
97aa54ebde
Disconnect sort
2002-04-08 20:44:36 +00:00
obrien
061cf98cb8
Sysinstall does not work on ia64 and sparc64 yet. :-)
2002-04-08 20:42:05 +00:00
obrien
8080c6393b
GCC and Gperf do not work on ia64 or sparc64 yet.
...
Also do not try to compile Groff if NO_CXX is set.
2002-04-08 20:38:56 +00:00
obrien
acb8992dc3
Some things don't compile on ia64 and sparc64 yet.
2002-04-08 20:36:39 +00:00
obrien
3d5625e8b9
For now we are using our old crt{begin,end}.
2002-04-08 20:31:20 +00:00
asmodai
503c112735
Fix typo: conole -> console
...
PR: 33965
Submitted by: Nicola Vitale <nivit@libero.it>
2002-04-08 19:19:10 +00:00
asmodai
93edb94e4e
Add the Euro symbol mapping to the UK keyboard keymap.
...
PR: 33956
Submitted by: Andrew McKay <andy@openirc.co.uk>
MFC after: 3 weeks
2002-04-08 19:16:01 +00:00
obrien
1ebe357b71
Fine! I cannot freaking take the bikeshed any more.
...
These binaries will be static, peroid.
2002-04-08 18:48:38 +00:00
jhb
0a7f76ebcb
Update /usr/libdata/perl subdirectory to the Perl 5.6.1.
2002-04-08 18:41:33 +00:00
joe
e89a945443
Lock down Giant in the usb_task_thread() kthread.
2002-04-08 18:13:21 +00:00
ru
84b6179919
Avoid cleaning modules twice in `buildkernel'.
2002-04-08 15:11:29 +00:00
des
1f9601f664
Remove debugging code that was inadvertantly brought in by previous commit.
2002-04-08 12:41:08 +00:00
des
9cd6ec4ad1
Use OpenPAM's credential switching functions.
...
Sponsored by: DARPA, NAI Labs
2002-04-08 12:38:50 +00:00
des
0516f20a2e
This commit was generated by cvs2svn to compensate for changes in r94213,
...
which included commits to RCS files with non-trunk default branches.
2002-04-08 12:38:21 +00:00
des
360a2d8d73
Vendor import of OpenPAM Cinchona.
2002-04-08 12:38:21 +00:00
des
23313aa020
Add new files and man pages from OpenPAM Cinchona.
...
Sponsored by: DARPA, NAI Labs
2002-04-08 12:34:53 +00:00
des
74ba30d1ef
Remove commented-out WARNS thingy.
2002-04-08 12:33:48 +00:00
des
343af1294c
Vendor import of OpenPAM Cinchona.
2002-04-08 12:30:31 +00:00
des
6ec0f3c919
This commit was generated by cvs2svn to compensate for changes in r94209,
...
which included commits to RCS files with non-trunk default branches.
2002-04-08 12:30:31 +00:00
ache
cc662f1d90
Revive GNU sort
2002-04-08 12:12:07 +00:00
ru
53a2826bc8
Add .Fx entries for upcoming 4.6 and forthcoming 4.7.
...
Requested by: asmodai
2002-04-08 11:20:50 +00:00
ru
54bcb55671
Align for const poisoning in -lutil.
2002-04-08 11:07:51 +00:00
ru
07997437f0
Const poisoning.
2002-04-08 11:04:56 +00:00
ru
655eb3fb4f
Synch with login/login.c,v 1.81: Switch to OpenPAM.
2002-04-08 10:58:01 +00:00
asmodai
3ca5a4b299
Change totreq to uint64_t from a long (the PR has an int64_t, which didn't
...
make sense to me) and change the printf argument from %8ld to %20llu to
accompany the printing of the totals.
Realigned the header printed above it as well.
PR: 32342
Submitted by: ryan beasley <ryanb@goddamnbastard.org>
Reviewed by: jeff, Tim J Robbins
2002-04-08 10:39:12 +00:00
asmodai
caca591db3
Change ks_calls from int64_t to uint64_t, since it cannot be negative.
...
PR: 32342
Submitted by: ryan beasley <ryanb@goddamnbastard.org>
Reviewed by: jeff, Tim J Robbins
2002-04-08 10:37:27 +00:00
bde
ea5eccaded
Removed ispc98 sysctl completely. Applications should understand that
...
ispc98 isn't set if its sysctl doesn't exist. At least make(1) already
understands this.
Approved by: nyan
2002-04-08 10:34:57 +00:00
dougb
34705cdf60
Solve the problem of spuriously comparing files that were created
...
in the ${TEMPROOT}/usr/obj directory by deleting them first.
2002-04-08 10:30:44 +00:00
joe
28f0a70b76
Regenerate.
2002-04-08 10:17:19 +00:00
joe
b965165e21
Add an entry for HP LaserJet 1200.
2002-04-08 10:16:19 +00:00
des
843d3c8e1c
If used, pam_ssh should be marked "sufficient", not "required".
...
Sponsored by: DARPA, NAI Labs
2002-04-08 09:52:47 +00:00
dougb
bb1e593663
Document the two new options, pre buildworld mode and
...
post-mm rc.conf[.local] comparisons.
2002-04-08 09:49:40 +00:00
ache
ff74b91a12
Back out ASCII compatibility and let people face the problems themself
...
Cejka Rudolf <cejkar@fit.vutbr.cz> tells that it was in strong violation with
national standard.
2002-04-08 09:40:52 +00:00
ache
01b48f0236
Reword compatibility note
2002-04-08 09:28:22 +00:00
phk
33405073ec
Move generic disk ioctls from <sys/disklabel.h> to <sys/disk.h>.
...
Sponsored by: DARPA & NAI Labs
2002-04-08 09:20:07 +00:00
phk
f0ca71273e
Catch up with const'ification of <sys/disklabel.h> and quelch warnings.
2002-04-08 08:57:21 +00:00
murray
cc26525bb5
GCC 3.1 cleanup - add a break after default: at the end of a switch
...
statement.
2002-04-08 08:34:00 +00:00
phk
29317d861d
Remove 3 instances of vm_zone.h inclusion.
2002-04-08 08:12:46 +00:00
phk
28a8eb54ff
In reverence of the 3rd X11 development rule:
...
3.The only thing worse than generalizing from one example
is generalizing from no examples at all.
Remove the fwcylinders attribute before anybody gets the idea that we
alone have squared the circle.
Sponsored by: DARPA & NAI Labs.
2002-04-08 08:00:40 +00:00