Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-02-18 | typo | Jason Wright | |
2003-02-18 | Map just the requested pages not p_aligned pages. ok art@ | Dale Rahn | |
2003-02-18 | E450 works. | Henric Jungheim | |
2003-02-18 | correct a typo from earlier today | Todd C. Miller | |
2003-02-18 | Real polled mode console support, enough to play hangman in ddb. | Miod Vallat | |
Still a minor issue left for tomorrow. | |||
2003-02-18 | Use the SUN_LEN macro to set sun_len correctly | Todd C. Miller | |
2003-02-18 | The previous boot device detection code would not work on old pdc machines | Miod Vallat | |
netbooting from an rbootd server. In this case, the pdc masquerades the boot device as a disk class device, although keeping the device_path correct. So, rather than trusting the device class the pdc reports, trust what the kernel just configured - it must know better. | |||
2003-02-18 | sync | Theo de Raadt | |
2003-02-18 | new fxp; cube@cubidou.net | Theo de Raadt | |
2003-02-18 | KNF and pedantification. OK millert@ | Chad Loder | |
2003-02-18 | Track enable state and behave appropriately. | Miod Vallat | |
Also, better probe for leds on keyboard. | |||
2003-02-17 | dhclient-script fits; from krw | Theo de Raadt | |
2003-02-17 | Sync (pms) | Miod Vallat | |
2003-02-17 | pms at gsckbc updates... | Miod Vallat | |
2003-02-17 | Allow the generic ps/2 mouse driver, pms, to attach to gsckbc as well. | Miod Vallat | |
Thankfully HP's ps/2 mouse have no specific behaviour. | |||
2003-02-17 | Since the ps/2 input ports show up as two different devices, with the same | Miod Vallat | |
irq, but hppa has no generic shared interrupt code, we need to make sure that gsckbc devices using the same irq know each other, and will pass the interrupt notification to each other. This allow a mouse and a keyboard to work together... | |||
2003-02-17 | fix trampoline support on hppa. Tested by mickey@ | Marc Espie | |
(does not solve the C++ ctor problem, sorry) | |||
2003-02-17 | can use the same bus_space_read_region_4() to copy both type1 and type4 ↵ | Michael Shalayeff | |
prom; tested on type4 by me and miod on type1 | |||
2003-02-17 | typos; krause | Henning Brauer | |
2003-02-17 | Missing #include <limits.h> | Todd C. Miller | |
2003-02-17 | Fix double free; Brian Poole | Todd C. Miller | |
2003-02-17 | Add a -n flag and version string; from vixie | Todd C. Miller | |
2003-02-17 | minor KNF | Todd C. Miller | |
2003-02-17 | enqueue the copy that was just made, not the original (probably fixes ↵ | Jason Wright | |
kernel/3097, waiting to hear). | |||
2003-02-17 | More PROM upgrade patch numbers. From SunSolve. | Miod Vallat | |
2003-02-17 | whitespace, typos, and compression structure defns | Jason Wright | |
2003-02-17 | pfctl_clear_pool doesn't need to be prototyped twice either | Henning Brauer | |
2003-02-17 | no need to prototype pfctl_add_pool twice | Henning Brauer | |
2003-02-17 | "optarg" was a bad pick for the variable name in pfctl_cmdline_symset, it | Henning Brauer | |
shadows a global. rename. | |||
2003-02-17 | copyrights added; | Jason McIntyre | |
des_crypt(3): Eric Young aac(4): Michael Smith, BSDi, Niklas Hallqvist; ok niklas@ bktr(4): Amancio Hasty, Roger Hardiman getopt(1): Henry Spencer (public domain) pcnfds(8): Sun | |||
2003-02-17 | ha, challenger | Michael Shalayeff | |
2003-02-17 | oops | Michael Shalayeff | |
2003-02-17 | guess i wrote this man | Michael Shalayeff | |
2003-02-17 | adjust | Henning Brauer | |
2003-02-17 | sync ALTQ part with reality. mismatch pointed out by krause. | Henning Brauer | |
2003-02-17 | typos; | Jason McIntyre | |
2003-02-17 | We want err() after failed ioctl() here too. | Mike Pechkin | |
mcbride@, dhartmei@ ok | |||
2003-02-17 | -#include <sys/ioctl.h> | Mike Pechkin | |
mcbride@, dhartmei@ ok | |||
2003-02-17 | reply() -> perror_reply(). | Mike Pechkin | |
millert@ ok | |||
2003-02-17 | Add hyphens to boundary ID to make it not pure base64. This means that | Chad Loder | |
the boundary could never ever be accidentally matched inside base64 data. Based on conversation with markus@, deraadt@, henning@. OK deraadt@, henning@ | |||
2003-02-17 | Add support for the Sun Enterprise 450 | Henric Jungheim | |
Reduce the size of a GENERIC kernel by ~190k Remove the nasty pointer/bus_space_handle_t casts Adds debug bus_space code including the ability to trace bus operations (it actually works now). The following rules are now followed (and verfified by the debug code): 1. A "bus_space_handle_t" may only be used with the "bus_space_tag_t" that created it. 2. Only "bus_space_map()" may create "bus_space_handle_t"s. 3. A "bus_space_handle_t" may not be modified after it has been created (other than being destroyed by "bus_space_unmap()"). Thanks to help from mcbride, marc, jason, drahn, to anyone that might have slipped my mind at the moment. ok jason@, deraadt@ | |||
2003-02-17 | sync | Theo de Raadt | |
2003-02-16 | Fix up some DNS verbiage to make it consistant. | Kenneth R Westerback | |
Fix up default route selection by a) Forcing user to explicitly chose 'dhcp' as a mechanism for specifying a default route, rather than guessing based on one or more interfaces being configured by dhcp. b) If the user specified default route does not work, re-present the existing default route rather than losing it. c) Move default route selection to after nameserver activation so the user can specify a hostname as the default route. Change /etc/netstart so that /etc/mygate wins if a default route was already specified (i.e. by dhcp). ok deraadt@. | |||
2003-02-16 | Bring macppc install.md into the modern world. | Kenneth R Westerback | |
deraadt@ drahn@ ok, miod@ ok a while ago. A few spelling tweeks, '{}' elimination, syntax error corrections after ok. Tested with HFS install and HFS upgrade. More testing, especially of MBR installs, would be good. | |||
2003-02-16 | KNF | Theo de Raadt | |
2003-02-16 | place ro data into .rodata and not .text (now that it's handled special. 10x ↵ | Michael Shalayeff | |
to dale); espie@ ok | |||
2003-02-16 | KNF | Jason Wright | |
2003-02-16 | import texinfo 4.8 into the tree. | Theo de Raadt | |
(okay theo, kettenis) | |||
2003-02-16 | a few missing man pages converted from info documents; work done by jmc | Theo de Raadt | |
2003-02-16 | fix permitrootlogin forced-commands-only for privsep; bux #387; ok provos@ | Markus Friedl | |