Commit Graph

100466 Commits

Author SHA1 Message Date
thorpej
16003abd0f Add standard names for 5-, 6-, 7-, and 8-way XOR. 2002-08-04 02:17:06 +00:00
thorpej
4c1506f740 *Actually return* EINVAL when the output stream UIO's I/O is larger
than SSIZE_MAX.
2002-08-04 01:52:00 +00:00
gmcgarry
617f58fb55 Add sysctl variable to represent native CPU support for LL/SC instructions. 2002-08-04 01:47:15 +00:00
gmcgarry
886e32d355 mips1 doesn't have native LL/SC instructions. 2002-08-04 01:43:03 +00:00
gmcgarry
3647e0d293 Merge cpu_sysctl() for all mips ports, based on powerpc and m68k precedent.
For now, only pmax implements CPU_BOOTED_KERNEL.  Need to revisit.
2002-08-04 01:41:23 +00:00
gmcgarry
26945b2c8b Bootblock is called uboot.lif. Problem reported by
Sageev T. George <sageev@bmsrs.usc.edu>.
2002-08-04 01:24:57 +00:00
gmcgarry
6e62e5cefa Add tset to ramdisk. Use it to set TERM before running sysinst. 2002-08-04 01:21:48 +00:00
gmcgarry
42fef49b5c Expand. From discussion on tech-kern. 2002-08-04 01:16:09 +00:00
gmcgarry
15c98684c7 + pci_get_powerstate()/pci_set_powerstate() 2002-08-04 01:07:21 +00:00
gmcgarry
704898a9ea Document pci_set_powerstate()/pci_get_powerstate(). 2002-08-04 01:03:12 +00:00
gmcgarry
e0590ef08b Boot loader is now case sensitive. Fixes PR-17711. 2002-08-04 00:44:58 +00:00
chris
23b6de2614 Add xset md files for cats. Note that I suspect most of whats in both these files should/could be in the mi files.
This is the last piece of the puzzle to get X 4.2 ready to go on cats.
2002-08-04 00:04:33 +00:00
chris
f5dc2677f5 scanpci.0 is only available if you've got scanpci, which is currently only installed on i386. 2002-08-03 23:58:06 +00:00
chris
16a64b295a Add beforelight and dga. 2002-08-03 23:53:11 +00:00
chris
a8e647da2e Add cyrillic fonts. All X4 builds have them by default (unless explicitly disabled) 2002-08-03 23:43:43 +00:00
chris
0cf781dc3b Add app-defaults and pixmaps for xsystrace. 2002-08-03 23:24:14 +00:00
chris
07bc5d7a16 Default cats to using X 4.
Also correct macppc entry while here.
2002-08-03 22:10:07 +00:00
thorpej
3b50c1710c * Define the 8-input, 16-input, and 32-input descriptors.
* Adjust descriptor sync'ing to work with the additional descriptor
  formats.
2002-08-03 21:58:55 +00:00
thorpej
a39c3378b6 Restructure the iopaau_function slightly to provide greater
flexibility when using different descriptor formats.
2002-08-03 21:31:16 +00:00
thorpej
71c431ae1c The Application Accelerator Unit is now supported on the i80321. 2002-08-03 21:29:41 +00:00
kent
78f533176c regen 2002-08-03 17:12:42 +00:00
kent
dc268b4f91 Add the following:
- SiS 7012 AC-97 (kern/17716)
 - NVIDIA nForce MCP AC-97
 - AMD 8111 AC-97
2002-08-03 17:10:35 +00:00
itojun
b41a39617e comment things out for smaller footprint 2002-08-03 15:52:20 +00:00
itojun
2d22288a93 typo. PR 17824 2002-08-03 15:34:09 +00:00
soren
5fd285aac4 ifattach(9) has been split into *_ifattach(). 2002-08-03 14:56:18 +00:00
soren
0320ffcb2e Regen. 2002-08-03 14:41:01 +00:00
soren
906d3a8670 Add some Canon cameras. 2002-08-03 14:40:44 +00:00
blymn
8d09f0f70d Redraw field when the flags for the field change iff the field is
attached to a form and the form is posted.
2002-08-03 14:34:22 +00:00
simonb
7cfa7d3ce0 Sprinkle a small amount of KNF. 2002-08-03 13:12:44 +00:00
itojun
85c4496982 http://marc.theaimsgroup.com/?l=openssl-cvs&m=102831422608153&w=2
*) Fix ASN1 checks. Check for overflow by comparing with LONG_MAX
     and get fix the header length calculation.
     [Florian Weimer <Weimer@CERT.Uni-Stuttgart.DE>,
      Alon Kantor <alonk@checkpoint.com> (and others),
      Steve Henson]

(critical)
2002-08-03 12:56:23 +00:00
itojun
9b10247223 have setloginx() and friends to avoid linking *.o from libutil. PR 17820 2002-08-03 11:37:17 +00:00
yamt
e499009646 remove _StreamStateTable. 2002-08-03 11:10:51 +00:00
isaki
2450cd0acc Fix compile warnings in debug code. 2002-08-03 06:38:41 +00:00
yamt
88a7c37398 remove a global variable "saved_categories" as it isn't necessary anymore. 2002-08-03 06:12:30 +00:00
simonb
b536c4fd19 Build PB1000 kernels too. 2002-08-03 05:53:01 +00:00
simonb
c475865f39 Just use the "time" variable in the *_getattr functions instead of a call
to (the potentially expensive) microtime().
2002-08-03 04:52:44 +00:00
lukem
ebeb074411 openssl is now at 0.9.6e 2002-08-03 03:58:06 +00:00
itojun
4fd217fda9 o Instead of passing "*system*" as the fname to process_crontab()
for the system crontab file, pass a NULL pointer instead.  This
  prevents someone from creating a "*system*" file in the tabs directory
  that acts as an alternate root crontab.

from openbsd
2002-08-03 02:03:00 +00:00
oster
354a8ea84b Improve error messages. 2002-08-03 01:24:03 +00:00
oster
48a3ce178f Nuke function prototypes for previously nuked functions. 2002-08-03 01:07:53 +00:00
oster
91d1d5d729 Nuke two more functions that arn't used anywhere and are only contributing
to kernel bloat.
2002-08-03 01:06:48 +00:00
soren
5db905460e CG3 on at least the Classic doesn't have a "model" name, so fake one. 2002-08-03 00:59:00 +00:00
oster
35940367a4 Cleanup configuration and auto-configuration information printing.
Thanks to mrg for the suggestions.
2002-08-03 00:55:54 +00:00
thorpej
846dbf2b23 Descend into man4.evbarm. 2002-08-03 00:40:03 +00:00
oster
61015077a7 Backout some "new stuff" that accidentally got included on the last commit. 2002-08-03 00:38:42 +00:00
itojun
8dd04cdcd7 correct range check, have overflow check, fix type mismatches,
for cmap args and some other calls.  from openbsd
2002-08-03 00:12:48 +00:00
wiz
84a99e2b3e No leading 0 in day dates. 2002-08-02 23:35:06 +00:00
wiz
f4fa257831 ispell. Sort SEE ALSO. Mark up NULL. Some other minor changes. 2002-08-02 23:20:34 +00:00
itojun
e7f66af2b2 fix incorrect overrun check.
http://marc.theaimsgroup.com/?l=openssl-cvs&m=102831516309127&w=2
(thank todd!)
2002-08-02 23:09:03 +00:00
manu
652d91cab0 Introduce a shared group structure, and make the sproc implementation
more SMP friendly.
2002-08-02 23:02:51 +00:00