summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2005-06-17two more ipaq devicesTheo de Raadt
2005-06-17Fix ControlPath's %p expanding to "0" for a default port,Damien Miller
spotted dwmw2 AT infradead.org; ok markus@
2005-06-17A second approach at fixing the telnet localhost & problemNiklas Hallqvist
(but I tend to call it ssh localhost & now when telnetd is history). This is more localized patch, but leaves us with a recursive lock for protecting scheduling and signal state. Better care is taken to actually be symmetric over mi_switch. Also, the dolock cruft in psignal can go with this solution. Better test runs by more people for longer time has been carried out compared to the c2k5 patch. Long term the current mess with interruptible sleep, the default action on stop signals and wakeup interactions need to be revisited. ok deraadt@, art@
2005-06-17- remove .Sh LIBRARYJason McIntyre
- add $OpenBSD$ tag - a couple minor tweaks
2005-06-17Override cpu_switch() with a faster version if we can use BWX instructions.Miod Vallat
From RusticBSD, ok deraadt@
2005-06-17Allow ev56 opcodes in the .s files by default (gas on alpha does not yet haveMiod Vallat
.ev56, .ev4, etc, in-file modifiers).
2005-06-17forgotten commit.Marc Espie
2005-06-17no longer a need for the free(malloc(1)) hack, because the brk stuffTheo de Raadt
no longer needs initializing (we use mmap for malloc entirely now) noticed by kjell, ok dhartmei, tested by me
2005-06-17Extended Attributes was a piece to get to ACLs, however ACLs have notDale Rahn
been worked on, so EA is pointless to maintain. go ahead jmc@
2005-06-17Extended Attributes was a piece to get to ACLs, however ACLs have notDale Rahn
been worked on, so EA is pointless to maintain.
2005-06-17support disassoc reason codesReyk Floeter
2005-06-17rot in AtticHenning Brauer
2005-06-17Missed in previous regen commitTodd C. Miller
2005-06-17don't install netns includes any longer, ports bulk build test by pvalHenning Brauer
2005-06-17Extended Attributes was a piece to get to ACLs, however ACLs have notDale Rahn
been worked on, so EA is pointless to maintain.
2005-06-17regenTodd C. Miller
2005-06-17next citrus step.Marc Espie
reviewed by millert, otto, kevlo, naddy, kettenis... libc+libstdc++ bump
2005-06-17remove undelete syscallTodd C. Miller
2005-06-17Extended Attributes was a piece to get to ACLs, however ACLs have notDale Rahn
been worked on, so EA is pointless to maintain.
2005-06-17bye bye whiteoutsTodd C. Miller
2005-06-17remove netns stuff, ok millertHenning Brauer
libc major bump by espie in a few
2005-06-17remove undelete syscallTodd C. Miller
2005-06-17Extended Attributes was a piece to get to ACLs, however ACLs have notDale Rahn
been worked on, so EA is pointless to maintain.
2005-06-17formatting tweaks;Jason McIntyre
ok reyk@
2005-06-17add some configuration examples for the new hostapd(8) event rulesReyk Floeter
(commented out).
2005-06-17- remove old debugging codeMarco Peereboom
- allocate and use scribble page - provide method to see if something has scribbled out of bounds The gart still remains disabled by default. From jason@
2005-06-17first step to implement a proactive wireless monitoring system usingReyk Floeter
hostapd(8). it's a very simple but powerful approach using highly flexible and stateless event and action rules for IEEE 802.11 traffic. you can monitor a wireless network by watching frames with types and addresses (with support for tables and masks) and you can trigger actions like writing log messages, sending pcap/radiotap dumps to the IAPP network, removing nodes from the hostap, resending received frames and sending contructed 802.11 frames in reply to traffic received from any rogue nodes. it's based on some initial work from the c2k5 which has been tested and improved during the last weeks. some missing documentation for hostapd.conf(5) will be written as soon as possible. ok deraadt@
2005-06-17Protect buf_countdeps() call in buf_daemon() with splbio(), okay art@Pedro Martelletto
2005-06-17document the VFS name cache.Jared Yanovich
lots of parts/help from and ok pedro joris jmc
2005-06-17- fix description for BCM5750 A0, A1 -> A0Brad Smith
- recognize BCM5750 B1
2005-06-17correctly build a temporary copy of the client its repositoryJoris Vink
localy, so the server can execute the local commands on it and pipe the output to the client. with this diff in, our server is now working, please note that we currently don't have support for all commands yet, but you can expect this soon. ok xsa@
2005-06-17when pruning don't try to remove any directories outsideJoris Vink
the actual repository. reported by david@, ok xsa@
2005-06-17remove non-constant array initializers which is a GNU extension.Reyk Floeter
suggested by anil some time ago.
2005-06-17replace hardcoded 128 with MAX_COLS (now 256)Markus Friedl
2005-06-17add a 'C' command ) that toggles the display of the full cmdline;Markus Friedl
with Jared Yanovich; ok deraadt
2005-06-17- add missing option in the command usageXavier Santolaria
- handle -k - handle -D and send it to server ok joris
2005-06-17#define CVS_EX_ERR -1Xavier Santolaria
ok joris jfb
2005-06-17turn on -Wstrict-prototypes -Wsign-compare -Wshadow now that we are cleanDamien Miller
2005-06-17make this -Wsign-compare clean; ok avsm@ markus@Damien Miller
2005-06-17Note that only version 1 of SMC 2635W is ADM8211 based (v2 is RT2400).Jonathan Gray
2005-06-16better comments, and killed the superfluous "wd0 at wdc"Uwe Stuehler
2005-06-16GPIO generates many shared interrupts, eg disk (cf) and network (other cf)Dale Rahn
thus it really needs to deal with the shared irqs of these devices. This change will register two interrupts for gpioN interrupts, one at the highest ipl and one lowest ipl. This will allow the interrupt code above to correcly mask the interrupts generated from all gpio devices. ok uwe@
2005-06-16i2c and i2s are separete devices, and zaudio depends on them.Uwe Stuehler
2005-06-16unbust "com at pxaip" attachment so that there is no need to enableUwe Stuehler
"com at pcmcia" in RAMDISK as a workaround.
2005-06-16back out the part of -r1.40 which enabled ubt. sorry.Uwe Stuehler
2005-06-16supply mising busdma flags to ami_cmd (used to be 0 for waitok);Michael Shalayeff
spread a few dma_sync calls in the completion sequence; minor cleanups. marco@ ok
2005-06-16use getopt() for argument list parsingRobert Nagy
ok millert@ otto@
2005-06-16use prefixlen2mask which handles zero prefixlens rightHenning Brauer
2005-06-16use prefixlen2mask() instead of doing the bitshifting by hand; fixes theHenning Brauer
zero prefixlen case (32 bit shift on 32 bit val -> undefined result) spotted by Moritz Grimm and otto
2005-06-16remove remaining netccitt parts, full ports build test by pval, thanks!Henning Brauer