Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-02-06 | allow 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-06 | only call apm_perror() if get_event() failed | Michael Shalayeff | |
2001-02-05 | WSMOUSEIO_SRES, WSMOUSEIO_SSCALE and WSMOUSEIO_SRATE are _IOW(), not _IOR() | Matthieu Herrb | |
2001-02-05 | when flags are FLG_WRONLY, say "write only" instead of "read only" | Matthieu Herrb | |
2001-02-05 | if a build generates the files, a clean should remove them. ok beck@ | Todd T. Fries | |
2001-02-05 | BOOT_CONFIG fits | Theo de Raadt | |
2001-02-05 | default to 8 wide for user names | Theo de Raadt | |
2001-02-05 | sync | Theo de Raadt | |
2001-02-05 | only attach pseudo-device if it's counter is above zero; deraadt@, maja@ ok | Michael Shalayeff | |
2001-02-05 | If kernel is compile with support for DDB add a ddb command to enter | Mats O Jansson | |
ddb from boot -c. -moj | |||
2001-02-05 | Restore 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-05 | No, Intel is not a PC_VENDOR. Intel is a PCI_VENDOR. | Artur Grabowski | |
2001-02-05 | Sigh. 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-05 | reverse the logic in pcebmatch to match other match functions. | Artur Grabowski | |
2001-02-05 | set the correct size in pceb_ca. | Artur Grabowski | |
2001-02-05 | Don't bother checking username length, we trust pw_name | Todd C. Miller | |
Call exit(1) not exit(-1) on stat/open error Don't pass the username though sevenbit() | |||
2001-02-05 | with 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-05 | etherip printing code... handles draft (v2) and current (v3) | Jason Wright | |
2001-02-05 | sprintf purge | Theo de Raadt | |
2001-02-05 | always double check the work you do in a 757 over northern Brazil. | Theo de Raadt | |
2001-02-05 | We won't include mouse and lpt support on the floppy in the nearest future. | Artur Grabowski | |
2001-02-05 | Remove the NOMAN hack. This is not the way we want to do this. | Artur Grabowski | |
(and the original problem is gone anyway). | |||
2001-02-05 | Remove the NOMAN hack. This is not the way we want to do this. | Artur Grabowski | |
(and the original problem is gone anyway). | |||
2001-02-05 | please alpha | Theo de Raadt | |
2001-02-05 | KNF cleanup; tomo | Theo de Raadt | |
2001-02-05 | short names by default; danh@wzrd.com | Theo de Raadt | |
2001-02-05 | typo. ntohl -> htonl. sync with kame | Jun-ichiro itojun Hagino | |
2001-02-05 | please alpha gcc | Theo de Raadt | |
2001-02-05 | please binutils in the absence of perfect weak symbols | Theo de Raadt | |
2001-02-05 | sync | Theo de Raadt | |
2001-02-05 | repair unit number calculation | Theo de Raadt | |
2001-02-05 | improve usage | Theo de Raadt | |
2001-02-05 | [-] outside braces | Theo de Raadt | |
2001-02-05 | extra - in usage too | Theo de Raadt | |
2001-02-05 | fix SYNOPSIS line; extra - | Theo de Raadt | |
2001-02-05 | ? == help | Theo de Raadt | |
2001-02-04 | alpha happiness | Theo de Raadt | |
2001-02-04 | sort commands, so that abbreviations work as expected | Theo de Raadt | |
2001-02-04 | Add a ``Usable'' function to the ccp switch. The function | brian | |
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-04 | This is OpenBSD, not 4.2BSD | Todd 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-04 | Add RETURN VALUES section | Todd C. Miller | |
Max alarm time is 100000000 seconds, not 2147483647 (as enforced by itimerfix() in kern_time.c) | |||
2001-02-04 | SSH2_FILEXFER_ATTR_UIDGID support; ok markus@ | Kevin Steves | |
2001-02-04 | debugging sftp: precedence and missing break. chmod, chown, chgrp | Kevin Steves | |
seem to be working now. | |||
2001-02-04 | precedence; ok markus@ | Kevin Steves | |
2001-02-04 | Add 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-04 | libc_r builds on alpha again | Theo de Raadt | |
2001-02-04 | use base 8 for umask/chmod | Markus Friedl | |
2001-02-04 | bring in two more regression tests added by NetBSD. | Eric Jackson | |
39: sort /usr/share/dict/words (presorted) 40: sort large files | |||
2001-02-04 | Bring in some recent fixup's from NetBSD. This allows lines longer than 65522 | Eric Jackson | |
to be properly sorted. Many other cleanup's done, and depreciate register. millert@ and deraadt@ ok. | |||
2001-02-04 | type: ok markus@ | Damien Miller | |