Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-08-06 | overhaul the grf driver: | Martin Reindl | |
- Simplify grfmv_phys() to work like grfiv_phys(), and eliminate the second argument to both, as we don't use it anyway. - Handle fbbase and fboff consistently throughout. - Eliminate grfaddr() by pulling it into grfmmap(), which is the only place it was used, previously. - grfmap() now gets the physical address of the framebuffer from the appropriate driver, rather than try to compute it by itself. Be careful with aligning the base to a page address and increase the length of the mapped region appropriately. - Store the PA of the framebuffer in the softc. This eliminates the need for the sc_phys callback; we can just store the PA in the grfbus attach args, rather than a function pointer, which simplifies the code nicely. - Disable Valkyrie interrupts on the Quadra 630 - New and improved console framebuffer initialization and autoconfig. This resolves a great many issues, including Performa 58x interrupt handling and offset displays on some models. - Remove unused grf ioctls - Some KNF and other minor things help and ok miod@ from NetBSD | |||
2005-08-06 | while checking for an aux port, if we timeout waiting for our test | joshua stein | |
data to echo back, send KBC_AUXWRITE and send the test again required to find the aux port on the oqo model 01 ok mickey@ and miod@ | |||
2005-08-06 | tell people that atexit is bad; ok jmc | Theo de Raadt | |
2005-08-06 | use perfect options for actual floppy newfs | Theo de Raadt | |
2005-08-06 | Remove 16 bit mode_t leftover in syscall processing. | Miod Vallat | |
ok deraadt@ | |||
2005-08-06 | Document M_CANFAIL and sync M_xxx types; | Miod Vallat | |
prodded by beck@, feedback jmc@, ok deraadt@ | |||
2005-08-06 | fix use after free, netbsd pr 30832, from phirerunner@comcast.net | Theo de Raadt | |
2005-08-06 | zap rcsid. It's not ramdisk, but they still take space. | Marc Espie | |
2005-08-06 | We do not need a char machine_arch[] constant. | Miod Vallat | |
ok deraadt@ | |||
2005-08-06 | add ifstated.conf(5) to SEE ALSO; | Jason McIntyre | |
2005-08-06 | Model 360 does not have a PAC. | Miod Vallat | |
2005-08-06 | correct some spellos | Christopher Pascoe | |
2005-08-06 | If a process has trashed its stack, use sigexit() instead of psignal() to | Miod Vallat | |
terminate it with prejudice, as done in native sendsig(). Plus you get a memory leak in COMPAT_HPUX on m68k fixed for free. review art@ test martin@ | |||
2005-08-06 | Unbreak sshd ListenAddress for bare IPv6 addresses. | Darren Tucker | |
Report from Janusz Mucka; ok djm@ | |||
2005-08-06 | In cache_flush(), after testing for curproc != NULL, do not use curproc | Miod Vallat | |
blindly... | |||
2005-08-06 | new manpage for ifstated.conf written with mpf@ | Nikolay Sturm | |
comments and help from jmc@, commitski henning@ | |||
2005-08-06 | DIOCRDELTABLES modifies pfrio_ndel, not _nadd. | Christopher Pascoe | |
2005-08-06 | add HISTORY; ok jmc | Jared Yanovich | |
2005-08-06 | - macro, punctuation, and rewording tweaks | Jared Yanovich | |
- avoid first person. ok jmc | |||
2005-08-06 | sync function prototypes to reality; ok jmc | Jared Yanovich | |
2005-08-06 | Improved X40 kludge, tested by djm@. | Jonathan Gray | |
Any X40 users still having problems after this mail me. | |||
2005-08-05 | document "set skip on" in the BNF grammar, from David Krause | Daniel Hartmeier | |
2005-08-05 | when i did the cleanup and switched to http 1.1, i forgot to add chunked | Federico G. Schwindt | |
support. while it's being tested switch to 1.0. noticed and tested by nick@. | |||
2005-08-05 | correct io base/limit registers handling. from mycroft. only affects | Federico G. Schwindt | |
multi function cards for now. this fixes the Novatel Wireless Merlin UMTS Modem reported by Bolke de Bruin <bdbruin at aub dot nl> tested by several ppl, commit deraadt@. | |||
2005-08-05 | Add one more Compaq Smart Array 6i. | Marco Pfatschbacher | |
Found in an HP DL380 G4 and works nicely. OK mickey@ | |||
2005-08-05 | regen. | Marco Pfatschbacher | |
2005-08-05 | Add one more Compaq Smart Array 6i. | Marco Pfatschbacher | |
OK mickey@ | |||
2005-08-05 | remove duplicate privsep prototypes and put all | Moritz Jodeit | |
of them into privsep.h. ok krw@ henning@ | |||
2005-08-05 | increase ebuf[] size in cvs_vlog() wrt strerror(3) return value; | Xavier Santolaria | |
ok jfb@. | |||
2005-08-05 | fix cac comment | Michael Shalayeff | |
2005-08-05 | more key handling stuff. | Hans-Joerg Hoexer | |
2005-08-05 | For tcpmd5 rules the keyword "key" changed to "authkey" | Hans-Joerg Hoexer | |
2005-08-05 | prepare for authentication and encryption keys, not used yet. | Hans-Joerg Hoexer | |
2005-08-05 | - missing m_free() | Martin Reindl | |
- drop unused define from NetBSD | |||
2005-08-05 | - -f valid for gzsig sign too | Jason McIntyre | |
- tidy up SYNOPSIS and AUTHORS - sort options - sync usage() | |||
2005-08-05 | simplify a bit. | Hans-Joerg Hoexer | |
2005-08-05 | occured -> occurred; | Jason McIntyre | |
2005-08-05 | zap rcsid | Marc Espie | |
2005-08-05 | - remove rcsid | Marc Espie | |
- put all the YPMATCHCACHE code into a #ifdef, proper - remove all extra header files that are not needed okay deraadt@ | |||
2005-08-05 | don't panic for SADB_ADD w/o enc/auth, with and ok hshoexer@ | Markus Friedl | |
2005-08-05 | sync | Theo de Raadt | |
2005-08-05 | expose the algorithm used for splitting names, so that ArcCheck will be | Marc Espie | |
able to use it. | |||
2005-08-05 | minor KNF; | Xavier Santolaria | |
2005-08-05 | activate sanity check: only files have !0 size. | Marc Espie | |
2005-08-05 | fix splitting bug | Marc Espie | |
2005-08-05 | Make sure $totsize != 0, even if the package does not contain any actual | Marc Espie | |
files, so that the progress meter will work. | |||
2005-08-05 | Make those tests match the actual implementation, not a not yet commited future | Hans-Joerg Hoexer | |
version. | |||
2005-08-05 | Correct URL. Noticed by Dries Schellekens <gwyllion at ulyssis.org>. | Jonathan Gray | |
2005-08-05 | Some basic regression tests for ipsecctl, not connected yet. | Hans-Joerg Hoexer | |
2005-08-05 | make three functions non-static (namespace is no issue, they might get | Daniel Hartmeier | |
inlined), ok art@ |