summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2002-04-30charClass is const and kill lotsa spacesMichael Shalayeff
2002-04-30cdev_decl is done in conf.h, do not dupe hereMichael Shalayeff
2002-04-30crc32_tab can be constMichael Shalayeff
2002-04-30media table could be constMichael Shalayeff
2002-04-30unused stuffingMichael Shalayeff
2002-04-30Correctly handle old controllers with a relaxed aux port behaviour.Miod Vallat
This allows the mouse port to become available on AlphaStation machines, as well as on some older x86 machines. From NetBSD. Tested by various people on alpha and i386, no regression discovered.
2002-04-30typo, from Denis Afonin.Marc Espie
2002-04-30Swap sbin/fsck and sbin/fsck_ffs in the LINK line. Now that we useTodd C. Miller
makeconf.awk, order matters here. With the previous order only the fsck wrapper was included and fsck_ffs was linked to it. This resulted in fsck fork bombing until the proc table was full.
2002-04-30Parital sync to i386 common/Makefile.inc, enough to build ramdisk at least.Dale Rahn
2002-04-30uninitialized variable usage was hereMichael Shalayeff
2002-04-30Some errno entries were not documented or added to _sys_errlist[] whenDale Rahn
they were added to errno.h. Add the missing entries. ok millert@
2002-04-30Initial cleanup:Mike Pechkin
o) remove extra space in the end of line; o) remove extra blank lines in the end of file; o) remove .Pp before .Ss; o) CAVEAT -> CAVEATS; o) fix usage of .Fa; o) <blank-line> -> .Pp; o) wrap long lines; millert@ ok
2002-04-30typo: form -> from. From form@Mike Pechkin
2002-04-30use ${DESTDIR} in install* stuff. From form@.Mike Pechkin
millert@ ok
2002-04-30- increase sample size from 1 byte to 4 bytes so that we can detectJason Wright
alias's > 4MB - remove extra initialization loop (cut/pasto) based on private email from Henric Jungheim <henric@henric.info>
2002-04-30use makeconf.awk throughout, delete instbin in MakefileTheo de Raadt
2002-04-30ahc back on floppyB.Miod Vallat
2002-04-30yup, ahc fits easily again; requested by bradTheo de Raadt
2002-04-30print usage rightTheo de Raadt
2002-04-30remove instbin in Makefile, not in listTheo de Raadt
2002-04-30instbin removal was not done; do in MakefileTheo de Raadt
2002-04-30instbin removal now done in a MakefileTheo de Raadt
2002-04-30spacingTheo de Raadt
2002-04-30first pass of instbin removal movementTheo de Raadt
2002-04-30use makeconf.awk, and cleanup instbin removalTheo de Raadt
2002-04-30oops, typoTheo de Raadt
2002-04-30use scsictl, not scsictl(8); closes pr/2577.Federico G. Schwindt
2002-04-30Tighten up installed options on /tmp by adding nosuid,nodev.Kenneth R Westerback
Suggested by Ian McWilliam. ok deraadt@.
2002-04-30tset bye byeTheo de Raadt
2002-04-30this is not run by hand, no need for #!/bin/sh; krw okTheo de Raadt
2002-04-30use makeconf.awk, and also simplify list managementTheo de Raadt
2002-04-30make use of makeconf.awkTheo de Raadt
2002-04-30use leaner libraries; like most already didTheo de Raadt
2002-04-30arguement -> argumentTheo de Raadt
2002-04-30use SCRIPT commandTheo de Raadt
2002-04-30add a SCRIPT command which does sed-based comment stripping, and also the ↵Theo de Raadt
ARCH=ARCH replacement
2002-04-30Fix an ancient problem in how sparc interrupts are handled.Artur Grabowski
There are many interrupt handlers that assume that they don't need to do any spl protection in their code because the interrupt of some level can't be interrupted by an interrupt of the same level. The problem is that some interrupt handlers have hardware levels that are lower then their "software" levels. Fix this by adding an additional field to struct intrhand that specifies which "software" level an interrupt handler has and blocks that level while handling the interrupt. This new field is initialized in intr_establish which gets an additional argument (which can be -1 meaning that the interrupt handler doesn't need to block any additional level). ok deraadt@
2002-04-30do not delete the filesystem on "make unconfig"Theo de Raadt
2002-04-30dmesg logs show that many NICs run at prio 7. Bump IPL_NET to 7.Artur Grabowski
deraadt@ ok.
2002-04-30- Output chain length must be equal to the byte count of the modulus lengthJason Wright
- document parameter order (it may yet change) - don't bother setting mcr_pktlen, it isn't used
2002-04-29Enforce the bio <= net <= tty <= imp <= clock spl level ordering by fixingMiod Vallat
the tty spl, too low.
2002-04-29fresh .uk phonelist; from Oftel Numbering Administration Unit via Sam Smith ↵Michael Shalayeff
<S@mSmith.net>
2002-04-29regenMichael Shalayeff
2002-04-29a couple more suzies from lava; from Richard Browne <richb@timestone.com.au>Michael Shalayeff
2002-04-29I want option DEBUG to rock my world.Miod Vallat
(and that means it should compile, for starters)
2002-04-29Better colors from rasops cmap, and enable all rasops features.Dale Rahn
ok miod, mattheiu
2002-04-29fix slovak phone codes; form fransoa holop <fred@francis.unitra.sk> via pr#2581Michael Shalayeff
2002-04-29grammar fix; ok millert@Jason Peel
2002-04-29Use netisr_dispatch.Miod Vallat
2002-04-29Sync /dev/mem prototypes with the real interface here too.Miod Vallat