Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-04-30 | charClass is const and kill lotsa spaces | Michael Shalayeff | |
2002-04-30 | cdev_decl is done in conf.h, do not dupe here | Michael Shalayeff | |
2002-04-30 | crc32_tab can be const | Michael Shalayeff | |
2002-04-30 | media table could be const | Michael Shalayeff | |
2002-04-30 | unused stuffing | Michael Shalayeff | |
2002-04-30 | Correctly 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-30 | typo, from Denis Afonin. | Marc Espie | |
2002-04-30 | Swap sbin/fsck and sbin/fsck_ffs in the LINK line. Now that we use | Todd 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-30 | Parital sync to i386 common/Makefile.inc, enough to build ramdisk at least. | Dale Rahn | |
2002-04-30 | uninitialized variable usage was here | Michael Shalayeff | |
2002-04-30 | Some errno entries were not documented or added to _sys_errlist[] when | Dale Rahn | |
they were added to errno.h. Add the missing entries. ok millert@ | |||
2002-04-30 | Initial 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-30 | typo: form -> from. From form@ | Mike Pechkin | |
2002-04-30 | use ${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 detect | Jason Wright | |
alias's > 4MB - remove extra initialization loop (cut/pasto) based on private email from Henric Jungheim <henric@henric.info> | |||
2002-04-30 | use makeconf.awk throughout, delete instbin in Makefile | Theo de Raadt | |
2002-04-30 | ahc back on floppyB. | Miod Vallat | |
2002-04-30 | yup, ahc fits easily again; requested by brad | Theo de Raadt | |
2002-04-30 | print usage right | Theo de Raadt | |
2002-04-30 | remove instbin in Makefile, not in list | Theo de Raadt | |
2002-04-30 | instbin removal was not done; do in Makefile | Theo de Raadt | |
2002-04-30 | instbin removal now done in a Makefile | Theo de Raadt | |
2002-04-30 | spacing | Theo de Raadt | |
2002-04-30 | first pass of instbin removal movement | Theo de Raadt | |
2002-04-30 | use makeconf.awk, and cleanup instbin removal | Theo de Raadt | |
2002-04-30 | oops, typo | Theo de Raadt | |
2002-04-30 | use scsictl, not scsictl(8); closes pr/2577. | Federico G. Schwindt | |
2002-04-30 | Tighten up installed options on /tmp by adding nosuid,nodev. | Kenneth R Westerback | |
Suggested by Ian McWilliam. ok deraadt@. | |||
2002-04-30 | tset bye bye | Theo de Raadt | |
2002-04-30 | this is not run by hand, no need for #!/bin/sh; krw ok | Theo de Raadt | |
2002-04-30 | use makeconf.awk, and also simplify list management | Theo de Raadt | |
2002-04-30 | make use of makeconf.awk | Theo de Raadt | |
2002-04-30 | use leaner libraries; like most already did | Theo de Raadt | |
2002-04-30 | arguement -> argument | Theo de Raadt | |
2002-04-30 | use SCRIPT command | Theo de Raadt | |
2002-04-30 | add a SCRIPT command which does sed-based comment stripping, and also the ↵ | Theo de Raadt | |
ARCH=ARCH replacement | |||
2002-04-30 | Fix 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-30 | do not delete the filesystem on "make unconfig" | Theo de Raadt | |
2002-04-30 | dmesg 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 length | Jason Wright | |
- document parameter order (it may yet change) - don't bother setting mcr_pktlen, it isn't used | |||
2002-04-29 | Enforce the bio <= net <= tty <= imp <= clock spl level ordering by fixing | Miod Vallat | |
the tty spl, too low. | |||
2002-04-29 | fresh .uk phonelist; from Oftel Numbering Administration Unit via Sam Smith ↵ | Michael Shalayeff | |
<S@mSmith.net> | |||
2002-04-29 | regen | Michael Shalayeff | |
2002-04-29 | a couple more suzies from lava; from Richard Browne <richb@timestone.com.au> | Michael Shalayeff | |
2002-04-29 | I want option DEBUG to rock my world. | Miod Vallat | |
(and that means it should compile, for starters) | |||
2002-04-29 | Better colors from rasops cmap, and enable all rasops features. | Dale Rahn | |
ok miod, mattheiu | |||
2002-04-29 | fix slovak phone codes; form fransoa holop <fred@francis.unitra.sk> via pr#2581 | Michael Shalayeff | |
2002-04-29 | grammar fix; ok millert@ | Jason Peel | |
2002-04-29 | Use netisr_dispatch. | Miod Vallat | |
2002-04-29 | Sync /dev/mem prototypes with the real interface here too. | Miod Vallat | |