Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-06-18 | Remove remaining whiteout tentacles; OK deraadt@ miod@ weingart@ | Todd C. Miller | |
2005-06-18 | maintain correspondence between original archive file names and rewritten | Marc Espie | |
names. Allows transparent rename & copy of hard links. | |||
2005-06-18 | more sanity checks, don't truncate names silently. | Marc Espie | |
2005-06-18 | fix prefix/name cut (found out by aanriot) | Marc Espie | |
2005-06-18 | allow ControlPath=none, patch from dwmw2 AT infradead.org; ok dtucker@ | Damien Miller | |
2005-06-18 | though this doesn't work yet at least allow it to compile first. | Brad Smith | |
2005-06-18 | update URL for programming manual | Brad Smith | |
2005-06-18 | add Allied Telesis CenterCOM LA1000-PCI-SX card provided by Theo | Brad Smith | |
2005-06-18 | update to libevent 1.1a; keep local changes | Brad Smith | |
ok grunk@ | |||
2005-06-18 | sync | Theo de Raadt | |
2005-06-18 | regen | Brad Smith | |
2005-06-18 | Shorten a couple of structure names: | Kenneth R Westerback | |
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 | Brad Smith | |
2005-06-18 | Switch to trying 6 byte MODE SENSE commands (for non ATAPI devices at | Kenneth R Westerback | |
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 | Theo de Raadt | |
2005-06-18 | sort SEE ALSO; | Jason McIntyre | |
2005-06-18 | remove MLINKS for VOP_GETEXTATTR(9) and VOP_SETEXTATTR(9); | Jason McIntyre | |
2005-06-17 | regen | Brad Smith | |
2005-06-17 | add Jato Technologies 1000baseX PHY | Brad Smith | |
From FreeBSD | |||
2005-06-17 | Xr uipaq 4 | Theo de Raadt | |
2005-06-17 | uipaq/ucom support; written by isis@www.cs.umd.edu | Theo de Raadt | |
2005-06-17 | sync | Martin Reindl | |
2005-06-17 | Intel 915G Integrated Video | Martin Reindl | |
ok brad@ | |||
2005-06-17 | sync | Theo de Raadt | |
2005-06-17 | two more ipaq devices | Theo de Raadt | |
2005-06-17 | Fix ControlPath's %p expanding to "0" for a default port, | Damien Miller | |
spotted dwmw2 AT infradead.org; ok markus@ | |||
2005-06-17 | A second approach at fixing the telnet localhost & problem | Niklas 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 LIBRARY | Jason McIntyre | |
- add $OpenBSD$ tag - a couple minor tweaks | |||
2005-06-17 | Override cpu_switch() with a faster version if we can use BWX instructions. | Miod Vallat | |
From RusticBSD, ok deraadt@ | |||
2005-06-17 | Allow ev56 opcodes in the .s files by default (gas on alpha does not yet have | Miod Vallat | |
.ev56, .ev4, etc, in-file modifiers). | |||
2005-06-17 | forgotten commit. | Marc Espie | |
2005-06-17 | no longer a need for the free(malloc(1)) hack, because the brk stuff | Theo de Raadt | |
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 | Dale Rahn | |
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 | Dale Rahn | |
been worked on, so EA is pointless to maintain. | |||
2005-06-17 | support disassoc reason codes | Reyk Floeter | |
2005-06-17 | rot in Attic | Henning Brauer | |
2005-06-17 | Missed in previous regen commit | Todd C. Miller | |
2005-06-17 | don't install netns includes any longer, ports bulk build test by pval | Henning Brauer | |
2005-06-17 | Extended Attributes was a piece to get to ACLs, however ACLs have not | Dale Rahn | |
been worked on, so EA is pointless to maintain. | |||
2005-06-17 | regen | Todd C. Miller | |
2005-06-17 | next citrus step. | Marc Espie | |
reviewed by millert, otto, kevlo, naddy, kettenis... libc+libstdc++ bump | |||
2005-06-17 | remove undelete syscall | Todd C. Miller | |
2005-06-17 | Extended Attributes was a piece to get to ACLs, however ACLs have not | Dale Rahn | |
been worked on, so EA is pointless to maintain. | |||
2005-06-17 | bye bye whiteouts | Todd C. Miller | |
2005-06-17 | remove netns stuff, ok millert | Henning Brauer | |
libc major bump by espie in a few | |||
2005-06-17 | remove undelete syscall | Todd C. Miller | |
2005-06-17 | Extended Attributes was a piece to get to ACLs, however ACLs have not | Dale Rahn | |
been worked on, so EA is pointless to maintain. | |||
2005-06-17 | formatting tweaks; | Jason McIntyre | |
ok reyk@ | |||
2005-06-17 | add some configuration examples for the new hostapd(8) event rules | Reyk Floeter | |
(commented out). | |||
2005-06-17 | - remove old debugging code | Marco 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@ |