summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2001-02-06allow changing number of loopbacks in ukc.Michael Shalayeff
change rest of the code to use lo0ifp pointing to the corresponding struct ifnet. itojun@ and niklas@ ok
2001-02-06only call apm_perror() if get_event() failedMichael Shalayeff
2001-02-05WSMOUSEIO_SRES, WSMOUSEIO_SSCALE and WSMOUSEIO_SRATE are _IOW(), not _IOR()Matthieu Herrb
2001-02-05when flags are FLG_WRONLY, say "write only" instead of "read only"Matthieu Herrb
2001-02-05if a build generates the files, a clean should remove them. ok beck@Todd T. Fries
2001-02-05BOOT_CONFIG fitsTheo de Raadt
2001-02-05default to 8 wide for user namesTheo de Raadt
2001-02-05syncTheo de Raadt
2001-02-05only attach pseudo-device if it's counter is above zero; deraadt@, maja@ okMichael Shalayeff
2001-02-05If kernel is compile with support for DDB add a ddb command to enterMats O Jansson
ddb from boot -c. -moj
2001-02-05Restore change from revision 1.8 that got lost in last commit.Todd C. Miller
Set default proto earlier enough so service names may be used as well as numbers
2001-02-05No, Intel is not a PC_VENDOR. Intel is a PCI_VENDOR.Artur Grabowski
2001-02-05Sigh. Another horrible abuse in this file..Artur Grabowski
When checking if this is a pci-eisa bridge check the VENDOR too, don't just assume that no other vendor will do a sia with product id PCI_PRODUCT_INTEL_PCEB.
2001-02-05reverse the logic in pcebmatch to match other match functions.Artur Grabowski
2001-02-05set the correct size in pceb_ca.Artur Grabowski
2001-02-05Don't bother checking username length, we trust pw_nameTodd C. Miller
Call exit(1) not exit(-1) on stat/open error Don't pass the username though sevenbit()
2001-02-05with a bunch of encapsulation layers, eg. (IPsec+IP+EtherIP+ether_header),Jason Wright
the arp data will not necessarily be in the first mbuf: add m_pullup()'s to make it so.
2001-02-05etherip printing code... handles draft (v2) and current (v3)Jason Wright
2001-02-05sprintf purgeTheo de Raadt
2001-02-05always double check the work you do in a 757 over northern Brazil.Theo de Raadt
2001-02-05We won't include mouse and lpt support on the floppy in the nearest future.Artur Grabowski
2001-02-05Remove the NOMAN hack. This is not the way we want to do this.Artur Grabowski
(and the original problem is gone anyway).
2001-02-05Remove the NOMAN hack. This is not the way we want to do this.Artur Grabowski
(and the original problem is gone anyway).
2001-02-05please alphaTheo de Raadt
2001-02-05KNF cleanup; tomoTheo de Raadt
2001-02-05short names by default; danh@wzrd.comTheo de Raadt
2001-02-05typo. ntohl -> htonl. sync with kameJun-ichiro itojun Hagino
2001-02-05please alpha gccTheo de Raadt
2001-02-05please binutils in the absence of perfect weak symbolsTheo de Raadt
2001-02-05syncTheo de Raadt
2001-02-05repair unit number calculationTheo de Raadt
2001-02-05improve usageTheo de Raadt
2001-02-05[-] outside bracesTheo de Raadt
2001-02-05extra - in usage tooTheo de Raadt
2001-02-05fix SYNOPSIS line; extra -Theo de Raadt
2001-02-05? == helpTheo de Raadt
2001-02-04alpha happinessTheo de Raadt
2001-02-04sort commands, so that abbreviations work as expectedTheo de Raadt
2001-02-04Add a ``Usable'' function to the ccp switch. The functionbrian
is called prior to sending a CCP configure request for a given protocol. The default is to send the request, but this is overridden for MPPE which checks to see if the lcp negotiations agreed CHAP81, and if not fails. Use the same function to decide if we should reject peer requests for MPPE. This should get rid of those boring messages about not being able to initialise MPPE when we don't negotiate CHAP81.
2001-02-04This is OpenBSD, not 4.2BSDTodd C. Miller
Bring this man page into the current millenium, it looks like little other than cut & paste has been done to this man page since 4.3BSD.
2001-02-04Add RETURN VALUES sectionTodd C. Miller
Max alarm time is 100000000 seconds, not 2147483647 (as enforced by itimerfix() in kern_time.c)
2001-02-04SSH2_FILEXFER_ATTR_UIDGID support; ok markus@Kevin Steves
2001-02-04debugging sftp: precedence and missing break. chmod, chown, chgrpKevin Steves
seem to be working now.
2001-02-04precedence; ok markus@Kevin Steves
2001-02-04Add support for pseudo devices. Based on the new code in config.Mats O Jansson
N.B. this change requires the kernel to be configured with a new config since it need new information from ioconf.c. -moj ok @deraadt
2001-02-04libc_r builds on alpha againTheo de Raadt
2001-02-04use base 8 for umask/chmodMarkus Friedl
2001-02-04bring in two more regression tests added by NetBSD.Eric Jackson
39: sort /usr/share/dict/words (presorted) 40: sort large files
2001-02-04Bring in some recent fixup's from NetBSD. This allows lines longer than 65522Eric Jackson
to be properly sorted. Many other cleanup's done, and depreciate register. millert@ and deraadt@ ok.
2001-02-04type: ok markus@Damien Miller