Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-08-07 | auixp; fomr netbsd | Michael Shalayeff | |
2005-08-07 | ati ixp audio; ported form ntbsd in <4h of boretime; testing by krw@ and ian@ | Michael Shalayeff | |
2005-08-07 | .PATH better | Theo de Raadt | |
2005-08-07 | remove some scsi bus warnings and gunk if on a ramdisk; semi-ok krw | Theo de Raadt | |
2005-08-07 | zap rcsid. | Marc Espie | |
okay deraadt@ (tested them all) | |||
2005-08-07 | split off the code that handles dependencies proper, so that we can (later) | Marc Espie | |
reuse it in pkg_info or lib-depends-check. | |||
2005-08-07 | a bunch more ADB handler IDs, will be necessary in the future | Martin Reindl | |
from NetBSD | |||
2005-08-07 | wrapper around Ustar that replaces long names/links with LongName#/LongLink#. | Marc Espie | |
The archive will unpack correctly with tar, except that those names won't be preserved. The wrapper checks names against the packing-list to restore the correct names on the fly. Put into a separate file, as it is an extension of Ustar proper, and we're going to do more archive checking in the future. Lots of tests by Bernd Ahlers. Comments by Tom Cosgrove. | |||
2005-08-07 | Do not blindly reset the state count to zero after a clear, as we may not | Christopher Pascoe | |
have purged all states in the case when an interface name was specified. pf_purge_expired_states should decrease the count as appropriate. ok dhartmei | |||
2005-08-07 | verify ticket in DIOCADDADDR, from Boris Polevoy, ok deraadt@ | Daniel Hartmeier | |
2005-08-07 | Reset kif->pfik_ifp to NULL before calling pfi_kif_unref(), similar change | Christopher Pascoe | |
to that in rev 1.40 for interface groups. ok henning | |||
2005-08-07 | zap rcsid, tested there. okay deraadt@ | Marc Espie | |
2005-08-07 | move non-standard COMPATIBILITY section to HISTORY, which seems more | Jason McIntyre | |
relevant anyway; ok jaredy@ | |||
2005-08-07 | commit LC_CTYPE files from NetBSD/citrus, not yet linked in. | Marc Espie | |
okay deraadt@ | |||
2005-08-07 | locale dirs. okay deraadt@ | Marc Espie | |
2005-08-07 | mklocale tool, from NetBSD/citrus, not yet linked in. | Marc Espie | |
okay deraadt@ | |||
2005-08-07 | grr. wrong Makefile. | Marc Espie | |
do not bother building locale with encoding != none for now. | |||
2005-08-07 | Add LC_CTYPE locale sources, not yet linked in. | Marc Espie | |
(from citrus). okay deraadt@ | |||
2005-08-07 | Remove advertising clause from UCB licenses; ok deraad@ | Miod Vallat | |
2005-08-07 | Simplify code by calling error() from inside buf_* functions rather | Kenneth R Westerback | |
than always testing the return code and calling error() from the caller. From a diff by moritz@, ok henning@. | |||
2005-08-07 | malloc svr4_utsname struct as needed instead of on stack; ok millert | Theo de Raadt | |
2005-08-06 | move to ksh(1) style. | Alexandre Anriot | |
discussed with many, ok jmc@ | |||
2005-08-06 | zap rcsid. | Marc Espie | |
split functions off res_debug.c so that getnetnamadr.c does not pull it all when it's used. okay deraadt@, krw@ | |||
2005-08-06 | replace port number 8025 w/ symbolic `spamd'; | Jason McIntyre | |
ok krw@ deraadt@ diff from ray lai; | |||
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 | |