summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2005-08-07auixp; fomr netbsdMichael Shalayeff
2005-08-07ati ixp audio; ported form ntbsd in <4h of boretime; testing by krw@ and ian@Michael Shalayeff
2005-08-07.PATH betterTheo de Raadt
2005-08-07remove some scsi bus warnings and gunk if on a ramdisk; semi-ok krwTheo de Raadt
2005-08-07zap rcsid.Marc Espie
okay deraadt@ (tested them all)
2005-08-07split 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-07a bunch more ADB handler IDs, will be necessary in the futureMartin Reindl
from NetBSD
2005-08-07wrapper 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-07Do not blindly reset the state count to zero after a clear, as we may notChristopher 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-07verify ticket in DIOCADDADDR, from Boris Polevoy, ok deraadt@Daniel Hartmeier
2005-08-07Reset kif->pfik_ifp to NULL before calling pfi_kif_unref(), similar changeChristopher Pascoe
to that in rev 1.40 for interface groups. ok henning
2005-08-07zap rcsid, tested there. okay deraadt@Marc Espie
2005-08-07move non-standard COMPATIBILITY section to HISTORY, which seems moreJason McIntyre
relevant anyway; ok jaredy@
2005-08-07commit LC_CTYPE files from NetBSD/citrus, not yet linked in.Marc Espie
okay deraadt@
2005-08-07locale dirs. okay deraadt@Marc Espie
2005-08-07mklocale tool, from NetBSD/citrus, not yet linked in.Marc Espie
okay deraadt@
2005-08-07grr. wrong Makefile.Marc Espie
do not bother building locale with encoding != none for now.
2005-08-07Add LC_CTYPE locale sources, not yet linked in.Marc Espie
(from citrus). okay deraadt@
2005-08-07Remove advertising clause from UCB licenses; ok deraad@Miod Vallat
2005-08-07Simplify code by calling error() from inside buf_* functions ratherKenneth R Westerback
than always testing the return code and calling error() from the caller. From a diff by moritz@, ok henning@.
2005-08-07malloc svr4_utsname struct as needed instead of on stack; ok millertTheo de Raadt
2005-08-06move to ksh(1) style.Alexandre Anriot
discussed with many, ok jmc@
2005-08-06zap 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-06replace port number 8025 w/ symbolic `spamd';Jason McIntyre
ok krw@ deraadt@ diff from ray lai;
2005-08-06overhaul 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-06while checking for an aux port, if we timeout waiting for our testjoshua 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-06tell people that atexit is bad; ok jmcTheo de Raadt
2005-08-06use perfect options for actual floppy newfsTheo de Raadt
2005-08-06Remove 16 bit mode_t leftover in syscall processing.Miod Vallat
ok deraadt@
2005-08-06Document M_CANFAIL and sync M_xxx types;Miod Vallat
prodded by beck@, feedback jmc@, ok deraadt@
2005-08-06fix use after free, netbsd pr 30832, from phirerunner@comcast.netTheo de Raadt
2005-08-06zap rcsid. It's not ramdisk, but they still take space.Marc Espie
2005-08-06We do not need a char machine_arch[] constant.Miod Vallat
ok deraadt@
2005-08-06add ifstated.conf(5) to SEE ALSO;Jason McIntyre
2005-08-06Model 360 does not have a PAC.Miod Vallat
2005-08-06correct some spellosChristopher Pascoe
2005-08-06If a process has trashed its stack, use sigexit() instead of psignal() toMiod 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-06Unbreak sshd ListenAddress for bare IPv6 addresses.Darren Tucker
Report from Janusz Mucka; ok djm@
2005-08-06In cache_flush(), after testing for curproc != NULL, do not use curprocMiod Vallat
blindly...
2005-08-06new manpage for ifstated.conf written with mpf@Nikolay Sturm
comments and help from jmc@, commitski henning@
2005-08-06DIOCRDELTABLES modifies pfrio_ndel, not _nadd.Christopher Pascoe
2005-08-06add HISTORY; ok jmcJared Yanovich
2005-08-06- macro, punctuation, and rewording tweaksJared Yanovich
- avoid first person. ok jmc
2005-08-06sync function prototypes to reality; ok jmcJared Yanovich
2005-08-06Improved X40 kludge, tested by djm@.Jonathan Gray
Any X40 users still having problems after this mail me.
2005-08-05document "set skip on" in the BNF grammar, from David KrauseDaniel Hartmeier
2005-08-05when i did the cleanup and switched to http 1.1, i forgot to add chunkedFederico G. Schwindt
support. while it's being tested switch to 1.0. noticed and tested by nick@.
2005-08-05correct io base/limit registers handling. from mycroft. only affectsFederico 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-05Add one more Compaq Smart Array 6i.Marco Pfatschbacher
Found in an HP DL380 G4 and works nicely. OK mickey@
2005-08-05regen.Marco Pfatschbacher