Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2005-06-18 | sync | 1 | -2/+0 | ||
2005-06-18 | regen | 2 | -4/+4 | ||
2005-06-18 | Shorten a couple of structure names: | 2 | -7/+7 | ||
scsi_mode_direct_blk_desc -> scsi_direct_blk_desc scsi_mode_blk_desc_big -> scsi_blk_desc_big | |||||
2005-06-18 | change ANTARES TC9021 entry description from Antares to TC9021 | 1 | -2/+2 | ||
2005-06-18 | Switch to trying 6 byte MODE SENSE commands (for non ATAPI devices at | 1 | -25/+32 | ||
least) before 10 byte MODE SENSE. Some older devices can't/won't distinguish between the two and return 6 byte MODE SENSE data for 10 byte requests. Check that at least a full header was returned. Tested by miod@ hshoexer@ and Ed Wandasiewisz on troublesome devices. | |||||
2005-06-18 | sync | 21 | -292/+41 | ||
2005-06-18 | sort SEE ALSO; | 1 | -2/+2 | ||
2005-06-18 | remove MLINKS for VOP_GETEXTATTR(9) and VOP_SETEXTATTR(9); | 1 | -3/+3 | ||
2005-06-17 | regen | 1 | -2/+7 | ||
2005-06-17 | add Jato Technologies 1000baseX PHY | 1 | -1/+5 | ||
From FreeBSD | |||||
2005-06-17 | Xr uipaq 4 | 1 | -1/+3 | ||
2005-06-17 | uipaq/ucom support; written by isis@www.cs.umd.edu | 16 | -14/+510 | ||
2005-06-17 | sync | 2 | -2/+7 | ||
2005-06-17 | Intel 915G Integrated Video | 1 | -1/+2 | ||
ok brad@ | |||||
2005-06-17 | sync | 2 | -4/+18 | ||
2005-06-17 | two more ipaq devices | 1 | -1/+3 | ||
2005-06-17 | Fix ControlPath's %p expanding to "0" for a default port, | 2 | -11/+9 | ||
spotted dwmw2 AT infradead.org; ok markus@ | |||||
2005-06-17 | A second approach at fixing the telnet localhost & problem | 6 | -64/+48 | ||
(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 LIBRARY | 6 | -17/+17 | ||
- add $OpenBSD$ tag - a couple minor tweaks | |||||
2005-06-17 | Override cpu_switch() with a faster version if we can use BWX instructions. | 2 | -7/+43 | ||
From RusticBSD, ok deraadt@ | |||||
2005-06-17 | Allow ev56 opcodes in the .s files by default (gas on alpha does not yet have | 1 | -2/+2 | ||
.ev56, .ev4, etc, in-file modifiers). | |||||
2005-06-17 | forgotten commit. | 1 | -2/+3 | ||
2005-06-17 | no longer a need for the free(malloc(1)) hack, because the brk stuff | 1 | -9/+5 | ||
no longer needs initializing (we use mmap for malloc entirely now) noticed by kjell, ok dhartmei, tested by me | |||||
2005-06-17 | Extended Attributes was a piece to get to ACLs, however ACLs have not | 2 | -50/+2 | ||
been worked on, so EA is pointless to maintain. go ahead jmc@ | |||||
2005-06-17 | Extended Attributes was a piece to get to ACLs, however ACLs have not | 9 | -815/+0 | ||
been worked on, so EA is pointless to maintain. | |||||
2005-06-17 | support disassoc reason codes | 1 | -16/+21 | ||
2005-06-17 | rot in Attic | 23 | -6200/+0 | ||
2005-06-17 | Missed in previous regen commit | 4 | -20/+15 | ||
2005-06-17 | don't install netns includes any longer, ports bulk build test by pval | 1 | -2/+2 | ||
2005-06-17 | Extended Attributes was a piece to get to ACLs, however ACLs have not | 3 | -100/+3 | ||
been worked on, so EA is pointless to maintain. | |||||
2005-06-17 | regen | 12 | -59/+28 | ||
2005-06-17 | next citrus step. | 105 | -194/+1599 | ||
reviewed by millert, otto, kevlo, naddy, kettenis... libc+libstdc++ bump | |||||
2005-06-17 | bye bye whiteouts | 2 | -22/+3 | ||
2005-06-17 | remove netns stuff, ok millert | 5 | -459/+4 | ||
libc major bump by espie in a few | |||||
2005-06-17 | remove undelete syscall | 6 | -27/+22 | ||
2005-06-17 | Extended Attributes was a piece to get to ACLs, however ACLs have not | 8 | -508/+4 | ||
been worked on, so EA is pointless to maintain. | |||||
2005-06-17 | formatting tweaks; | 1 | -74/+83 | ||
ok reyk@ | |||||
2005-06-17 | add some configuration examples for the new hostapd(8) event rules | 1 | -1/+21 | ||
(commented out). | |||||
2005-06-17 | - remove old debugging code | 1 | -18/+33 | ||
- 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-17 | first step to implement a proactive wireless monitoring system using | 10 | -119/+2502 | ||
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-17 | Protect buf_countdeps() call in buf_daemon() with splbio(), okay art@ | 1 | -2/+2 | ||
2005-06-17 | document the VFS name cache. | 2 | -2/+208 | ||
lots of parts/help from and ok pedro joris jmc | |||||
2005-06-17 | - fix description for BCM5750 A0, A1 -> A0 | 2 | -3/+8 | ||
- recognize BCM5750 B1 | |||||
2005-06-17 | correctly build a temporary copy of the client its repository | 5 | -51/+300 | ||
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-17 | when pruning don't try to remove any directories outside | 1 | -1/+6 | ||
the actual repository. reported by david@, ok xsa@ | |||||
2005-06-17 | remove non-constant array initializers which is a GNU extension. | 4 | -16/+20 | ||
suggested by anil some time ago. | |||||
2005-06-17 | replace hardcoded 128 with MAX_COLS (now 256) | 1 | -3/+3 | ||
2005-06-17 | add a 'C' command ) that toggles the display of the full cmdline; | 5 | -9/+54 | ||
with Jared Yanovich; ok deraadt | |||||
2005-06-17 | - add missing option in the command usage | 1 | -7/+25 | ||
- handle -k - handle -D and send it to server ok joris | |||||
2005-06-17 | #define CVS_EX_ERR -1 | 1 | -1/+2 | ||
ok joris jfb |