summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2004-05-17fix uninitialized var; found by millert@Michael Shalayeff
2004-05-17WHoops, only define _FFR_QUEUERETURN_DSN once.Todd C. Miller
2004-05-17SyncMiod Vallat
2004-05-17typoPedro Martelletto
2004-05-17extend filter language to allow basic setting of COMMUNITIES attribute.Damien Miller
ok claudio@
2004-05-17Add a quirk entry for TEAC compact cassette tape drive, taken from NetBSD.Kenji Aoyama
ok miod@ tdeval@ marco@ krw@
2004-05-17Update floatformat.[ch] to gdb-6.1 version. Include regex.c in library.Mark Kettenis
ok otto@, pval@
2004-05-17KNF and minor cleaning.Miod Vallat
2004-05-17typoBrad Smith
2004-05-17OF_mapintr: swizzle interrupt for PCI bridges,Brad Smith
don't process OBP interrupts, return error if interrupt is not mapped. allows the IDE CD-rom on a Netra T1 105 to work. From NetBSD Tested by me on a Netra T1 105 and Ultra 10, tested on a E450 and ok henric@
2004-05-16document LP64_ARCHSPeter Valchev
2004-05-16Simplify bugtty_chkinput(), from mvmeppc.Miod Vallat
2004-05-16OpenBSD/luna88k installation notes, take one. Still needs work.Miod Vallat
ok aoyama@
2004-05-16remove printfs i left in. noticed by marc@Ted Unangst
2004-05-16Prototypes; usage sync. ok millert@Otto Moerbeek
2004-05-16Use arc4random(3) to compute random numbers, instead of using rand()Otto Moerbeek
to produce a double, snprintf()ing that into a buffer and then converting the string to an int with atoi(). ok millert@ henning@
2004-05-16Use arc4random(3) instead of rand(3) to compute random numbers.Otto Moerbeek
ok millert@ henning@
2004-05-16Tell reader to use cksum(1) to compute SHA-2 digests. ok millert@Otto Moerbeek
2004-05-16Add .Xr's to the commands implementing the various digests. ok millert@Otto Moerbeek
2004-05-16dhclient doesn't write a pid file any more; do remove the code thatHenning Brauer
deals with it at startup; noticed by wilfried, millert ok
2004-05-16add DLT_PPP_ETHER DLT typeBrad Smith
From NetBSD ok deraadt@
2004-05-16Bring down carp interfaces gracefully even if powerdown=YES in rc.shutdown.Ryan Thomas McBride
ok krw@ deraadt@
2004-05-16When we back off due to problems with the physical interface, advertiseRyan Thomas McBride
the backoff immediately on all of the interfaces instead of waiting for the next scheduled advertisement.
2004-05-16Remove useless test pointed out by Frank Denis <j@pureftpd.org>.Ryan Thomas McBride
2004-05-15Be more careful when using hwirq[] values.Miod Vallat
2004-05-15Workaround to work with the new multipath support. Do a RTM_GET first toClaudio Jeker
decide if a RTM_ADD or a RTM_CHANGE needs to be done when adding new routes. tested and OK henning@
2004-05-15Naming consistency. From Alexander Guy. ok canacar@Otto Moerbeek
2004-05-15Fix two byte overflow when printing unknown sockaddrs. OK cedric@Claudio Jeker
2004-05-15typoTed Unangst
2004-05-15print the whole hint for bad limit modifiers. ok otto pedroTed Unangst
2004-05-14Fix a bug that occurs when a FIFO is opened for writing withTodd C. Miller
O_NONBLOCK set and there are no readers. Before returning ENXIO fifo_open calls VOP_CLOSE (and hence fifo_close). However, since fi_writers has not yet been incremented, when fifo_close decements fi_writers it is one too few. This could cause qmail processes to spin, consuming all the CPU. Noticed by avsm@ and henning@, test case provided by claudio@, Ok pedro@
2004-05-14Attach a working bugtty device - userland needs at least a console tty.Miod Vallat
2004-05-14Correctly coalesce buffers in _bus_dmamap_load_buffer().Miod Vallat
2004-05-14unbreak, interpret cpi and spi values as hex even if not preceded by 0x.Jason Ish
2004-05-14Really working interrupt engine, at least on both 2600 flavours.Miod Vallat
2004-05-14syncNathan Binkert
2004-05-14more adaptec aac(4)Nathan Binkert
2004-05-14Fix pppoe server mode. pppoe no longer chroots in server mode.Can Erkin Acar
the command 'allow users _ppp' must be added to the relevant section in ppp.conf. Found, tested and help claudio@ put that pppoe in deraadt@
2004-05-14Syba SD-LAB PCI I/O Card 4SHenning Brauer
From: Christian Gut <cycloon@is-root.org>
2004-05-14syncHenning Brauer
2004-05-14Syba 4S pucHenning Brauer
2004-05-14Some more KNF, no binary change.Hans-Joerg Hoexer
ok ho@
2004-05-14little cleanupsTed Unangst
2004-05-14use pool for namei pathbuf. testing ok millert@ tdeval@Ted Unangst
2004-05-14use pool for namei pathbuf. testing ok millert@ tdeval@Ted Unangst
2004-05-13provide a siginfo handler for -q run; idea from art's todo; millert@ okMichael Shalayeff
2004-05-13activate systrace on amd64, while here get rid of syscall_{plain,fancy}Nikolay Sturm
instead use syscall() as everywhere else ok mickey, tested and ok tedu@
2004-05-13as the authpf manpage describes, the connecting user's shell can beHenning Brauer
overloaded via login.conf. When verifying that the user's login shell is indeed authpf it is not sufficient to look at (struct passwd)->pw_shell, we also have to use login_getclass etc to check wether the shell gets overloaded. ok millert@ beck@
2004-05-13fields are unsigned -- printf 'em accordingly; from David Hill <davidh@wmis.net>Michael Shalayeff
2004-05-138ks do not have hvtMichael Shalayeff