Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-04-17 | mem_clusters.size has page protection encoded in them. | Artur Grabowski | |
Mask it away, otherwise the reservation of RAM will fail. | |||
2001-04-17 | - apple -> Apple | Brad Smith | |
- kernel boot -> bootloader -- Ok'd by: drahn@ | |||
2001-04-17 | undo socks5 and https support since they are not really used and | Markus Friedl | |
only bloat ssh. remove -D from usage(), since '-D' is experimental. | |||
2001-04-17 | sync maxusers with GENERIC. | Brad Smith | |
2001-04-17 | add HostKeyAlgorithms; based on patch from res@shore.net; ok provos@ | Markus Friedl | |
2001-04-17 | handle EINTR/EAGAIN on read; ok deraadt@ | Markus Friedl | |
2001-04-17 | check for key!=NULL, thanks to costa | Markus Friedl | |
2001-04-17 | sync | Theo de Raadt | |
2001-04-17 | Add eject to the powerpc ramdisk, mt is already there, so it is basically | Dale Rahn | |
free. Allows ejecting of CDROMs on slot loading systems without an eject button. | |||
2001-04-17 | Do not claim that a user will not be able to boot from the hard drive | Dale Rahn | |
because they installed on a HFS partitioned disk, tell them that they have to set it up by copying 'ofwboot' to the first HFS partition. | |||
2001-04-17 | crank maxusers by a teeeeeny little bit | Theo de Raadt | |
2001-04-17 | Match quoting on this... | Dale Rahn | |
2001-04-17 | Add pdisk to list of programs to build for powerpc, all other archs | Dale Rahn | |
will build the manpage, with the proper destination. | |||
2001-04-17 | Update manpage after recent changes. | Federico G. Schwindt | |
2001-04-17 | No colon after "address" when printing out Ethernet address. | Aaron Campbell | |
2001-04-17 | Implement cnbell(), an optional entrypoint that rings the console bell; from | Aaron Campbell | |
NetBSD. deraadt@ ok | |||
2001-04-17 | Add commented out siop driver since it works. Enable after 2.9 | Nathan Binkert | |
2001-04-17 | Flush the in-core disklabel when running disklabel without the -r option, | Dale Rahn | |
such as editing a HFS partitioned disk. This is necessary because the OpenBSD partition entry in the HFS label may have just been added and the old disklabel did not contain the entry. | |||
2001-04-17 | Switch a "BGTR foo" to a "BLSS bar; BRW foo; bar:". In this case, the | Brandon Creighton | |
difference between the BGTR and foo: is too large for a byte displacement. as should give an error or at least a warning here, but it doesn't; instead it merrily outputs a completely bogus displacement. This fixes problems with EMODD on numbers with negative exponents. | |||
2001-04-17 | add support for the 82562E[MT] phys (These are essentially 82555's will | Jason Wright | |
all support for T4 gone). There are some register definition conflicts (SCR), but that is qualified by the presence of T4 support. | |||
2001-04-17 | Updated version of last patch from kstailey@disclosure.com. | Todd C. Miller | |
We should always save the user area since we are sorting on start time (which lives there). | |||
2001-04-16 | Fix a couple of nits: delete some unnecessary commas and | Kenneth R Westerback | |
only print a 'Done.' for fsck'ing if fsck'ing is actually attempted. ok deraadt@ | |||
2001-04-16 | sync | Theo de Raadt | |
2001-04-16 | Don't remove the mouse cursor when output occurs on a virtual terminal different | jbm | |
from the current one. | |||
2001-04-16 | incorrect return value from ami_intr | Theo de Raadt | |
2001-04-16 | better safe than sorry in later mods; yongari@kt-is.co.kr | Theo de Raadt | |
2001-04-16 | Split motd and hushlogin checks into seperate functions, helps for portable. | Damien Miller | |
From Chris Adams <cmadams@hiwaay.net>; ok markus@ | |||
2001-04-16 | fix header | Theo de Raadt | |
2001-04-16 | put yamaha comment in the file | Theo de Raadt | |
2001-04-16 | xrealloc dealing with ptr == nULL; mouring | Theo de Raadt | |
2001-04-16 | check for 'i' before the getopt. (idea from freebsd) | Eric Jackson | |
this allows us to call the functions directly from the switch, which lets us now put all options on ONE command line, instead of separating them out into several command's. ok tholo@, deraadt@ | |||
2001-04-16 | We default to infrastructure mode now; say so in the man page instead of | Thorsten Lockert | |
claiming we do ad-hoc by default. ok ericj@ | |||
2001-04-16 | much more cleanup. | Eric Jackson | |
- Only create the socket for ioctl()'s once. - get rid of gratuitous argument passing - treat an_dump* function different than the regular options - fix the -T option, it doesnt take an arguement. deraadt@, tholo@ ok | |||
2001-04-16 | NOT GENERIC | Theo de Raadt | |
2001-04-16 | API_UP1000 support fits | Theo de Raadt | |
2001-04-16 | clean | Theo de Raadt | |
2001-04-16 | dmesg cleanups | Theo de Raadt | |
2001-04-16 | IPv6 support for sftp (which I bungled in my last patch) which is | mouring | |
borrowed from scp.c. Thanks to Markus@ for pointing it out. | |||
2001-04-16 | Add missing dev to wsdisplayvar.h path; found by patrick@gulus.usherb.ca. | Federico G. Schwindt | |
aaron@ ok. | |||
2001-04-16 | man page for 3c990 | Jason Wright | |
2001-04-16 | Avoid resetting the interface when not needed; allows temporary WEP keys | Thorsten Lockert | |
to work. ALso optimize some interactions with the card. Fixes rest of PR 1754; ok deraadt@ | |||
2001-04-16 | Actually permit setting the transmit key in WEP mode; from Kurt Miller. | Thorsten Lockert | |
Correctly display number and order of WEP keys; from Kurt Miller. Fixes part of PR 1754; ok deraadt@ | |||
2001-04-16 | close fd on error; deraadt@ ok. | Federico G. Schwindt | |
2001-04-16 | nsphyter also supports phy on DP83815 (MACPHYTER) | Jason Wright | |
2001-04-16 | Man page for hsearch/hcreate/hdestroy from NetBSD | Todd C. Miller | |
2001-04-15 | Replace a bunch of conditional expressions with global pointers. | Hugh Graham | |
Requested and checked by millert. | |||
2001-04-15 | Avoid panic on unmounting read-only fs, which previously use softupdates. | Grigoriy Orlov | |
This problem occur only on kernels without soft-updates support. art@ ok. | |||
2001-04-15 | Randomized PIDs uglifies "ps -ax" output since it sorts on tty then | Todd C. Miller | |
PID and it makes no sense to sort on a strong random number. This patch changes the default to be the start time so output looks logical to a human. From kstailey@disclosure.com | |||
2001-04-15 | start some cleanup to ancontrol | Eric Jackson | |
- alphabetize the argument list - get rid of unused vars deraadt@ ok | |||
2001-04-15 | - in txp_intr(), don't call the rx/tx handlers unless necessary | Jason Wright | |
- make txp_rx_reclaim() run on offsets instead of indices (avoids several division/multiplication conversions) - remove vlan tag support for now (it doesn't work anyway) - optimize txp_start(), txp_rx_reclaim(), and txp_tx_reclaim() a bit (this is based on my original attempts at these functions... only now it works =) |