Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-05-17 | fix uninitialized var; found by millert@ | Michael Shalayeff | |
2004-05-17 | WHoops, only define _FFR_QUEUERETURN_DSN once. | Todd C. Miller | |
2004-05-17 | Sync | Miod Vallat | |
2004-05-17 | typo | Pedro Martelletto | |
2004-05-17 | extend filter language to allow basic setting of COMMUNITIES attribute. | Damien Miller | |
ok claudio@ | |||
2004-05-17 | Add a quirk entry for TEAC compact cassette tape drive, taken from NetBSD. | Kenji Aoyama | |
ok miod@ tdeval@ marco@ krw@ | |||
2004-05-17 | Update floatformat.[ch] to gdb-6.1 version. Include regex.c in library. | Mark Kettenis | |
ok otto@, pval@ | |||
2004-05-17 | KNF and minor cleaning. | Miod Vallat | |
2004-05-17 | typo | Brad Smith | |
2004-05-17 | OF_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-16 | document LP64_ARCHS | Peter Valchev | |
2004-05-16 | Simplify bugtty_chkinput(), from mvmeppc. | Miod Vallat | |
2004-05-16 | OpenBSD/luna88k installation notes, take one. Still needs work. | Miod Vallat | |
ok aoyama@ | |||
2004-05-16 | remove printfs i left in. noticed by marc@ | Ted Unangst | |
2004-05-16 | Prototypes; usage sync. ok millert@ | Otto Moerbeek | |
2004-05-16 | Use 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-16 | Use arc4random(3) instead of rand(3) to compute random numbers. | Otto Moerbeek | |
ok millert@ henning@ | |||
2004-05-16 | Tell reader to use cksum(1) to compute SHA-2 digests. ok millert@ | Otto Moerbeek | |
2004-05-16 | Add .Xr's to the commands implementing the various digests. ok millert@ | Otto Moerbeek | |
2004-05-16 | dhclient doesn't write a pid file any more; do remove the code that | Henning Brauer | |
deals with it at startup; noticed by wilfried, millert ok | |||
2004-05-16 | add DLT_PPP_ETHER DLT type | Brad Smith | |
From NetBSD ok deraadt@ | |||
2004-05-16 | Bring down carp interfaces gracefully even if powerdown=YES in rc.shutdown. | Ryan Thomas McBride | |
ok krw@ deraadt@ | |||
2004-05-16 | When we back off due to problems with the physical interface, advertise | Ryan Thomas McBride | |
the backoff immediately on all of the interfaces instead of waiting for the next scheduled advertisement. | |||
2004-05-16 | Remove useless test pointed out by Frank Denis <j@pureftpd.org>. | Ryan Thomas McBride | |
2004-05-15 | Be more careful when using hwirq[] values. | Miod Vallat | |
2004-05-15 | Workaround to work with the new multipath support. Do a RTM_GET first to | Claudio Jeker | |
decide if a RTM_ADD or a RTM_CHANGE needs to be done when adding new routes. tested and OK henning@ | |||
2004-05-15 | Naming consistency. From Alexander Guy. ok canacar@ | Otto Moerbeek | |
2004-05-15 | Fix two byte overflow when printing unknown sockaddrs. OK cedric@ | Claudio Jeker | |
2004-05-15 | typo | Ted Unangst | |
2004-05-15 | print the whole hint for bad limit modifiers. ok otto pedro | Ted Unangst | |
2004-05-14 | Fix a bug that occurs when a FIFO is opened for writing with | Todd 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-14 | Attach a working bugtty device - userland needs at least a console tty. | Miod Vallat | |
2004-05-14 | Correctly coalesce buffers in _bus_dmamap_load_buffer(). | Miod Vallat | |
2004-05-14 | unbreak, interpret cpi and spi values as hex even if not preceded by 0x. | Jason Ish | |
2004-05-14 | Really working interrupt engine, at least on both 2600 flavours. | Miod Vallat | |
2004-05-14 | sync | Nathan Binkert | |
2004-05-14 | more adaptec aac(4) | Nathan Binkert | |
2004-05-14 | Fix 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-14 | Syba SD-LAB PCI I/O Card 4S | Henning Brauer | |
From: Christian Gut <cycloon@is-root.org> | |||
2004-05-14 | sync | Henning Brauer | |
2004-05-14 | Syba 4S puc | Henning Brauer | |
2004-05-14 | Some more KNF, no binary change. | Hans-Joerg Hoexer | |
ok ho@ | |||
2004-05-14 | little cleanups | Ted Unangst | |
2004-05-14 | use pool for namei pathbuf. testing ok millert@ tdeval@ | Ted Unangst | |
2004-05-14 | use pool for namei pathbuf. testing ok millert@ tdeval@ | Ted Unangst | |
2004-05-13 | provide a siginfo handler for -q run; idea from art's todo; millert@ ok | Michael Shalayeff | |
2004-05-13 | activate 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-13 | as the authpf manpage describes, the connecting user's shell can be | Henning 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-13 | fields are unsigned -- printf 'em accordingly; from David Hill <davidh@wmis.net> | Michael Shalayeff | |
2004-05-13 | 8ks do not have hvt | Michael Shalayeff | |