summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2005-06-18Remove remaining whiteout tentacles; OK deraadt@ miod@ weingart@Todd C. Miller
2005-06-18maintain correspondence between original archive file names and rewrittenMarc Espie
names. Allows transparent rename & copy of hard links.
2005-06-18more sanity checks, don't truncate names silently.Marc Espie
2005-06-18fix prefix/name cut (found out by aanriot)Marc Espie
2005-06-18allow ControlPath=none, patch from dwmw2 AT infradead.org; ok dtucker@Damien Miller
2005-06-18though this doesn't work yet at least allow it to compile first.Brad Smith
2005-06-18update URL for programming manualBrad Smith
2005-06-18add Allied Telesis CenterCOM LA1000-PCI-SX card provided by TheoBrad Smith
2005-06-18update to libevent 1.1a; keep local changesBrad Smith
ok grunk@
2005-06-18syncTheo de Raadt
2005-06-18regenBrad Smith
2005-06-18Shorten 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-18change ANTARES TC9021 entry description from Antares to TC9021Brad Smith
2005-06-18Switch to trying 6 byte MODE SENSE commands (for non ATAPI devices atKenneth 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-18syncTheo de Raadt
2005-06-18sort SEE ALSO;Jason McIntyre
2005-06-18remove MLINKS for VOP_GETEXTATTR(9) and VOP_SETEXTATTR(9);Jason McIntyre
2005-06-17regenBrad Smith
2005-06-17add Jato Technologies 1000baseX PHYBrad Smith
From FreeBSD
2005-06-17Xr uipaq 4Theo de Raadt
2005-06-17uipaq/ucom support; written by isis@www.cs.umd.eduTheo de Raadt
2005-06-17syncMartin Reindl
2005-06-17Intel 915G Integrated VideoMartin Reindl
ok brad@
2005-06-17syncTheo de Raadt
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@